-- phpMyAdmin SQL Dump
-- version 4.9.7
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Sep 30, 2021 at 08:21 AM
-- Server version: 5.6.51
-- PHP Version: 7.3.28

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `fslcorpo_site`
--

-- --------------------------------------------------------

--
-- Table structure for table `wp_commentmeta`
--

CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_commentmeta`
--

INSERT INTO `wp_commentmeta` (`meta_id`, `comment_id`, `meta_key`, `meta_value`) VALUES
(1, 66, '_wp_trash_meta_status', '0'),
(2, 65, '_wp_trash_meta_status', '0'),
(3, 64, '_wp_trash_meta_status', '0'),
(4, 63, '_wp_trash_meta_status', '0'),
(5, 62, '_wp_trash_meta_status', '0'),
(6, 61, '_wp_trash_meta_status', '0'),
(7, 60, '_wp_trash_meta_status', '0'),
(8, 59, '_wp_trash_meta_status', '0'),
(9, 58, '_wp_trash_meta_status', '0'),
(10, 57, '_wp_trash_meta_status', '0'),
(11, 56, '_wp_trash_meta_status', '0'),
(12, 55, '_wp_trash_meta_status', '0'),
(13, 54, '_wp_trash_meta_status', '0'),
(14, 53, '_wp_trash_meta_status', '0'),
(15, 52, '_wp_trash_meta_status', '0'),
(16, 51, '_wp_trash_meta_status', '0'),
(17, 50, '_wp_trash_meta_status', '0'),
(18, 49, '_wp_trash_meta_status', '0'),
(19, 48, '_wp_trash_meta_status', '0'),
(20, 47, '_wp_trash_meta_status', '0'),
(21, 46, '_wp_trash_meta_status', '0'),
(22, 45, '_wp_trash_meta_status', '0'),
(23, 44, '_wp_trash_meta_status', '0'),
(24, 43, '_wp_trash_meta_status', '0'),
(25, 42, '_wp_trash_meta_status', '0'),
(26, 41, '_wp_trash_meta_status', '0'),
(27, 40, '_wp_trash_meta_status', '0'),
(28, 39, '_wp_trash_meta_status', '0'),
(29, 38, '_wp_trash_meta_status', '0'),
(30, 37, '_wp_trash_meta_status', '0'),
(31, 36, '_wp_trash_meta_status', '0'),
(32, 35, '_wp_trash_meta_status', '0'),
(33, 34, '_wp_trash_meta_status', '0'),
(34, 33, '_wp_trash_meta_status', '0'),
(35, 32, '_wp_trash_meta_status', '0'),
(36, 31, '_wp_trash_meta_status', '0'),
(37, 30, '_wp_trash_meta_status', '0'),
(38, 29, '_wp_trash_meta_status', '0'),
(39, 28, '_wp_trash_meta_status', '0'),
(40, 27, '_wp_trash_meta_status', '0'),
(41, 26, '_wp_trash_meta_status', '0'),
(42, 25, '_wp_trash_meta_status', '0'),
(43, 24, '_wp_trash_meta_status', '0'),
(44, 23, '_wp_trash_meta_status', '0'),
(45, 22, '_wp_trash_meta_status', '0'),
(46, 21, '_wp_trash_meta_status', '0'),
(47, 20, '_wp_trash_meta_status', '0'),
(48, 19, '_wp_trash_meta_status', '0'),
(49, 18, '_wp_trash_meta_status', '0'),
(50, 17, '_wp_trash_meta_status', '0'),
(51, 16, '_wp_trash_meta_status', '0'),
(52, 15, '_wp_trash_meta_status', '0'),
(53, 14, '_wp_trash_meta_status', '0'),
(54, 13, '_wp_trash_meta_status', '0'),
(55, 12, '_wp_trash_meta_status', '0'),
(56, 11, '_wp_trash_meta_status', '0'),
(57, 10, '_wp_trash_meta_status', '0'),
(58, 9, '_wp_trash_meta_status', '0'),
(59, 8, '_wp_trash_meta_status', '0'),
(60, 7, '_wp_trash_meta_status', '0'),
(61, 6, '_wp_trash_meta_status', '0'),
(62, 5, '_wp_trash_meta_status', '0'),
(63, 4, '_wp_trash_meta_status', '0'),
(64, 3, '_wp_trash_meta_status', '0'),
(65, 2, '_wp_trash_meta_status', '0');

-- --------------------------------------------------------

--
-- Table structure for table `wp_comments`
--

CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `comment_post_ID` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `comment_author` text 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` mediumtext 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'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_comments`
--

INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(2, 276, 'wholesale mac please me lipstick 334142', '', 'http://www.labelprint.co.za/blog/wholesale_mac_please_me_lipstick_334142.asp', '198.12.122.203', '2015-04-04 11:14:06', '2015-04-04 11:14:06', '<strong>wholesale mac please me lipstick 334142...</strong>\n\nmac unconventional blush 004303 wholesale very cheap mac makeup 225015...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)', 'trackback', 0, 0),
(3, 276, 'make up courses singapore mac 344342', '', 'http://www.direct-cutlery.com/blog/make_up_courses_singapore_mac_344342.asp', '198.12.122.202', '2015-04-07 22:07:42', '2015-04-07 22:07:42', '<strong>make up courses singapore mac 344342...</strong>\n\nsitemap wholesale mac high tea lipstick 240541...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', 'trackback', 0, 0),
(4, 276, 'wholesale mac face and body makeup 043543', '', 'http://www.kaeliopapeisdeparede.com.br/blog/wholesale_mac_face_and_body_makeup_043543.asp', '198.12.122.202', '2015-04-07 23:49:01', '2015-04-07 23:49:01', '<strong>wholesale mac face and body makeup 043543...</strong>\n\nmac otherworldly blush 235242 wholesale mac makeup pinterest 135430...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', 'trackback', 0, 0),
(5, 276, 'wholesale mac makeup kit.com 024340', '', 'http://www.kznblind.org.za/blog/wholesale_mac_makeup_kit.com_024340.asp', '104.193.9.233', '2015-04-10 10:07:41', '2015-04-10 10:07:41', '<strong>wholesale mac makeup kit.com 024340...</strong>\n\nmac makeup india online shopping 013510 wholesale loose powder mac 140451...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', 'trackback', 0, 0),
(6, 276, 'wholesale fake mac cosmetics 451144', '', 'http://www.southpole.co.za/blog/wholesale_fake_mac_cosmetics_451144.asp', '104.193.9.233', '2015-04-10 10:12:53', '2015-04-10 10:12:53', '<strong>wholesale fake mac cosmetics 451144...</strong>\n\nwholesale mac clear lipglass 235022 wholesale mac makeup look 131252...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', 'trackback', 0, 0),
(7, 276, 'recipes-web.tk', '', 'http://recipes-web.tk/wholesale-mac-makeup-brushes-india-xwlzgjiobk/', '104.193.9.233', '2015-04-10 18:38:50', '2015-04-10 18:38:50', '<strong>recipes-web.tk...</strong>\n\ninternatschondorf.com 3heads.info myadobe.md teddybearsleepservices.com.au www.surehealthtoday.com...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', 'trackback', 0, 0),
(8, 276, 'melissalowe.com', '', 'http://melissalowe.com/?p=1304', '104.193.9.233', '2015-04-11 17:02:56', '2015-04-11 17:02:56', '<strong>melissalowe.com...</strong>\n\nclubin.com.ar venueatl.com fashion.one.ro mohawk-radio.com it-gnoth.de...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', 'trackback', 0, 0),
(9, 276, 'mac blush finishes 242423', '', 'http://www.uskudarbasketbol.com/blog/mac_blush_finishes_242423.asp', '104.193.9.233', '2015-04-11 17:13:29', '2015-04-11 17:13:29', '<strong>mac blush finishes 242423...</strong>\n\nMAC Makeup Foundation 200200 wholesale mac studio fix powder plus foundation nc35 303450...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 'trackback', 0, 0),
(10, 276, 'MAC Loose Powder Foundation 432432', '', 'http://www.huaxunhk.com/blog/MAC_Loose_Powder_Foundation_432432.asp', '104.193.9.233', '2015-04-11 17:39:24', '2015-04-11 17:39:24', '<strong>MAC Loose Powder Foundation 432432...</strong>\n\nmac milk pigment 311512 wholesale how good is mac makeup 450045...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', 'trackback', 0, 0),
(11, 276, 'mac large pro palette 230313', '', 'http://www.improchem.co.za/blog/mac_large_pro_palette_230313.asp', '104.193.9.233', '2015-04-11 17:44:47', '2015-04-11 17:44:47', '<strong>mac large pro palette 230313...</strong>\n\nselling mac makeup from home 125053 wholesale reviews of mac makeup 100135...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', 'trackback', 0, 0),
(12, 276, 'wholesale online casino for mac 303213', '', 'http://www.ubuntupeaceproject.com/blog/wholesale_online_casino_for_mac_303213.asp', '198.12.122.202', '2015-04-12 10:14:00', '2015-04-12 10:14:00', '<strong>wholesale online casino for mac 303213...</strong>\n\nmac makeup foundation colour chart 122355 wholesale mac folie eyeshadow 043425...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', 'trackback', 0, 0),
(13, 276, 'mac eyeshadow box 340135', '', 'http://www.monzivillage.co.za/blog/mac_eyeshadow_box_340135.asp', '104.193.9.233', '2015-04-14 10:20:57', '2015-04-14 10:20:57', '<strong>mac eyeshadow box 340135...</strong>\n\nall matte mac lipsticks 313135 wholesale where can i buy cheap mac makeup online 404421...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', 'trackback', 0, 0),
(14, 276, 'dancingwiththedocs.ca', '', 'http://dancingwiththedocs.ca/wholesale-mac-16-brush-set-x5cvv8egqf/', '104.193.9.233', '2015-04-14 11:42:02', '2015-04-14 11:42:02', '<strong>dancingwiththedocs.ca...</strong>\n\nwww.liefdeskado.nl www.literatibycredo.com btcaconsulting.com piggyslots.com www.anacondis.com...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)', 'trackback', 0, 0),
(15, 276, 'mac melon pigment swatch 233024', '', 'http://www.copiamos.ru/blog/mac_melon_pigment_swatch_233024.asp', '104.193.9.233', '2015-04-15 09:14:17', '2015-04-15 09:14:17', '<strong>mac melon pigment swatch 233024...</strong>\n\nmac well dressed blush swatch 053222 wholesale mac cosmetic discount 455240...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', 'trackback', 0, 0),
(16, 276, 'best mac face primer for oily skin 340353', '', 'http://www.custommoulders.co.za/blog/best_mac_face_primer_for_oily_skin_340353.asp', '104.193.9.233', '2015-04-16 08:46:41', '2015-04-16 08:46:41', '<strong>best mac face primer for oily skin 340353...</strong>\n\nmac best matte lipstick 340353 wholesale free samples mac makeup 532051...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', 'trackback', 0, 0),
(17, 276, 'handsofahava.org', '', 'http://handsofahava.org/2015/03/wholesale-pretty-please-lipstick-mac-i6ppi0fwrj', '104.193.9.233', '2015-04-16 18:12:07', '2015-04-16 18:12:07', '<strong>handsofahava.org...</strong>\n\nhandsofahava.org kunstindewijk.nu becgroup.co www.anacondis.com steffenpeddie.com...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', 'trackback', 0, 0),
(18, 276, 'peuterey prezzi 2013 141242', '', 'http://www.hsmarin.com/blog/outletpeutereymilano/peuterey_prezzi_2013_141242.asp', '104.193.9.233', '2015-04-17 16:07:38', '2015-04-17 16:07:38', '<strong>peuterey prezzi 2013 141242...</strong>\n\nmac careers australia 212531 fun straws for a party 100224 striped straws canada 511355 red white striped straws 103521 tiffany &amp; co necklace 020134...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 'trackback', 0, 0),
(19, 276, 'scrabble online mac 241454', '', 'http://www.play-at.com/blog/scrabble_online_mac_241454.asp', '104.193.9.233', '2015-04-18 08:51:03', '2015-04-18 08:51:03', '<strong>scrabble online mac 241454...</strong>\n\nsitemap wholesale mac makeup train case 441231...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)', 'trackback', 0, 0),
(20, 276, 'tiffany key necklace replica 514041', '', 'http://www.adeptairmotive.com/blog/tiffanyandcooutlet/tiffany_key_necklace_replica_514041.asp', '104.193.9.233', '2015-04-18 15:51:52', '2015-04-18 15:51:52', '<strong>tiffany key necklace replica 514041...</strong>\n\npurple oakley sunglasses 131352 flexible straws 312324 straws paper 422023 uses for paper straws 445215 ray ban wayfarer bicolore 531241...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', 'trackback', 0, 0),
(21, 276, 'www.2081.info', '', 'http://www.2081.info/wholesale-mac-cosmetic-lipstick-c4csejlkou/', '104.193.9.233', '2015-04-20 02:36:51', '2015-04-20 02:36:51', '<strong>www.2081.info...</strong>\n\nwww.2081.info pokoutnifestival.cz capeesh.co.za envyvip.com critic-all.com...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', 'trackback', 0, 0),
(22, 276, 'wholesale mac brush 129 324413', '', 'http://www.shantiinfotech.in/blog/wholesale_mac_brush_129_324413.asp', '104.193.9.233', '2015-04-20 08:39:47', '2015-04-20 08:39:47', '<strong>wholesale mac brush 129 324413...</strong>\n\npixiwoo mac foundation 011120 wholesale mac studio fix nc25 330014...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)', 'trackback', 0, 0),
(23, 276, 'cn.leverate.com', '', 'http://cn.leverate.com/wholesale-mac-272-brush-amyx1ub0c5/', '104.193.9.233', '2015-04-20 17:38:22', '2015-04-20 17:38:22', '<strong>cn.leverate.com...</strong>\n\nwww.issadesign.com blog.pl.4hotele.com silvermindusa.com www.zanielle.co.za fashion.one.ro...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 'trackback', 0, 0),
(24, 276, 'oakley polarised sunglasses uk 224454', '', 'http://www.hsmarin.com/blog/oakleynorge/oakley_polarised_sunglasses_uk_224454.asp', '104.193.9.233', '2015-04-20 17:40:48', '2015-04-20 17:40:48', '<strong>oakley polarised sunglasses uk 224454...</strong>\n\nbecome mac makeup artist 005114 paper straws blue 040010 glass straws 200200 drink straws 431000 tiffany silver jewellery 532323...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', 'trackback', 0, 0),
(25, 276, 'wholesale must have mac cosmetics 220144', '', 'http://www.ccainsurance.co.za/blog/wholesale_must_have_mac_cosmetics_220144.asp', '104.193.9.233', '2015-04-21 12:47:47', '2015-04-21 12:47:47', '<strong>wholesale must have mac cosmetics 220144...</strong>\n\nsitemap wholesale mac eye pencil coffee 225145...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', 'trackback', 0, 0),
(26, 276, 'plastic straws wholesale 002221', '', 'http://www.al-islam.com/blog/glassstraws/plastic_straws_wholesale_002221.asp', '104.193.9.233', '2015-04-21 13:12:02', '2015-04-21 13:12:02', '<strong>plastic straws wholesale 002221...</strong>\n\noakley x metal juliet lenses 245232 beverage straws 014002 tall drinking straws 552510 tiffany s 535341 occhiali wayfarer ray ban 500524...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', 'trackback', 0, 0),
(27, 276, 'bagelbrothers.info', '', 'http://bagelbrothers.info/wholesale-mac-for-oily-skin-fecvqzji9x.html', '104.193.9.233', '2015-04-21 13:17:30', '2015-04-21 13:17:30', '<strong>bagelbrothers.info...</strong>\n\njustclothes.net cftvp.gob.ar tuvanquangcao.in guogoul.com blog.meetmax.com...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', 'trackback', 0, 0),
(28, 276, 'yellow paper straws 220144', '', 'http://www.colourculture.com.my/blog/glassstraws/yellow_paper_straws_220144.asp', '104.193.9.233', '2015-04-22 10:09:13', '2015-04-22 10:09:13', '<strong>yellow paper straws 220144...</strong>\n\nmac lipstick sophisto 505344 striped plastic drinking straws 525435 plastic striped drinking straws 103253 plastic cups with straws and lids 224112 tiffanys uk 451553...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 'trackback', 0, 0),
(29, 276, 'lipstick mac diva 005452', '', 'http://www.alkalife.com.tr/blog/lipstick_mac_diva_005452.asp', '104.193.9.233', '2015-04-22 12:33:03', '2015-04-22 12:33:03', '<strong>lipstick mac diva 005452...</strong>\n\nmac silver eyeshadow 311340 mac pro power cable 510422 wholesale mac brown eyeliner 233410 wholesale what is mac studio fix fluid for 424415 wholesale mac duo brush 245010...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', 'trackback', 0, 0),
(30, 276, 'mac pigments uk 145515', '', 'http://www.direct-cutlery.com/blog/mac_pigments_uk_145515.asp', '104.193.9.233', '2015-04-23 05:28:16', '2015-04-23 05:28:16', '<strong>mac pigments uk 145515...</strong>\n\nmac compact 233522 wholesale new mac mascara 244502...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', 'trackback', 0, 0),
(31, 276, 'www.cocoaandshea.com', '', 'http://www.cocoaandshea.com/mac-make-up-brush-oxd7dsn3bu.html', '104.193.9.233', '2015-04-23 06:27:44', '2015-04-23 06:27:44', '<strong>www.cocoaandshea.com...</strong>\n\nriversideboise.com www.eastlocal.com anewleaf.com.au jackkotlarzmd.com artofdota2.com...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', 'trackback', 0, 0),
(32, 276, 'cardboard straws 223101', '', 'http://www.teducenter.com/blog/glassstraws/cardboard_straws_223101.asp', '104.193.9.233', '2015-04-23 07:26:18', '2015-04-23 07:26:18', '<strong>cardboard straws 223101...</strong>\n\nmac australia careers 324324 red striped straws 503140 wooden straws 214555 yellow plastic straws 522312 tiffanie and co 511403...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', 'trackback', 0, 0),
(33, 276, 'romos.com.pl', '', 'http://romos.com.pl/cheap-mac-cosmetics-uk-bkkbb4toyt/', '104.193.9.233', '2015-04-24 03:28:23', '2015-04-24 03:28:23', '<strong>romos.com.pl...</strong>\n\nearlwfee.com thehue.ca chorzow-komornik.pl obergurgl.at re-new.co.kr...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', 'trackback', 0, 0),
(34, 276, 'Isabel Fashion 440554', '', 'http://www.apormor.pt/blog/balenciagacity/Isabel_Fashion_440554.asp', '104.193.9.233', '2015-04-24 04:53:44', '2015-04-24 04:53:44', '<strong>Isabel Fashion 440554...</strong>\n\nIsabel Fashion 440554 moncler hoodie 311521 vintage paper straws 113341 straight straws 150320 baby jewelry tiffany 003211...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 'trackback', 0, 0),
(35, 276, 'wholesale mac studio fix fluid nw20 205105', '', 'http://www.jsom.co.uk/blog/wholesale_mac_studio_fix_fluid_nw20_205105.asp', '104.193.9.233', '2015-04-24 23:55:55', '2015-04-24 23:55:55', '<strong>wholesale mac studio fix fluid nw20 205105...</strong>\n\npro longwear mac 124131 wholesale mac burgundy lipstick 112542...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)', 'trackback', 0, 0),
(36, 276, 'bariatricfusionme.com', '', 'http://bariatricfusionme.com/blunt-mac-blush-qrn8hi8n2m/', '104.193.9.233', '2015-04-25 00:41:59', '2015-04-25 00:41:59', '<strong>bariatricfusionme.com...</strong>\n\nmyhosting.lu www.care18.org gravitas.com nhacson.com disasterhelplineandrelieforganization.org...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', 'trackback', 0, 0),
(37, 276, 'compostable straws 521552', '', 'http://lumheader.com/blog/glassstraws/compostable_straws_521552.asp', '104.193.9.233', '2015-04-25 02:39:50', '2015-04-25 02:39:50', '<strong>compostable straws 521552...</strong>\n\nmac eye 010433 negozi peuterey roma 031153 large drinking straws 131053 striped paper straws wholesale 245421 tiffanys and company 520211...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)', 'trackback', 0, 0),
(38, 276, 'satin lipstick mac 240212', '', 'http://www.interlogix.co.za/blog/satin_lipstick_mac_240212.asp', '104.193.9.233', '2015-04-25 04:36:35', '2015-04-25 04:36:35', '<strong>satin lipstick mac 240212...</strong>\n\nhow to apply eyeshadow mac 151342 mac studio finish foundation review 445114 wholesale mac lipstick in red 255350 wholesale mac honour blush 013115 buy wholesale mac cosmetics 431411...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', 'trackback', 0, 0),
(39, 276, 'long flexible straws 555413', '', 'http://www.eduq.com/blog/glassstraws/long_flexible_straws_555413.asp', '104.193.9.233', '2015-04-26 00:02:47', '2015-04-26 00:02:47', '<strong>long flexible straws 555413...</strong>\n\noakley sunglass cases for sale 155201 aardvark paper straws 500534 where to buy black straws 332250 tiffany inc 512144 ray ban aviator schwarz 111245...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', 'trackback', 0, 0),
(40, 276, 'mac prep and prime powder 353523', '', 'http://www.simmons.co.za/blog/mac_prep_and_prime_powder_353523.asp', '104.193.9.233', '2015-04-26 01:33:24', '2015-04-26 01:33:24', '<strong>mac prep and prime powder 353523...</strong>\n\nheroine mac lipstick 345344 customize mac palette 501013 www.bestmacmakeupproducts.com 451230 wholesale mac cosmetic riri 034535 wholesale where can i buy mac lipstick online 203310...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', 'trackback', 0, 0),
(41, 276, 'mac liquid gel eyeliner 135011', '', 'http://www.lovecarving.com/blog/mac_liquid_gel_eyeliner_135011.asp', '104.193.9.233', '2015-04-26 18:44:59', '2015-04-26 18:44:59', '<strong>mac liquid gel eyeliner 135011...</strong>\n\nMAC Makeup Lipglass 113132 wholesale mac sheer powder 221525...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 'trackback', 0, 0),
(42, 276, 'justclothes.net', '', 'http://justclothes.net/how-much-is-mac-foundation-alys37ait4/', '104.193.9.233', '2015-04-26 19:59:06', '2015-04-26 19:59:06', '<strong>justclothes.net...</strong>\n\nwww.volimbo.de www.surehealthtoday.com silvermindusa.com www.yummyimagemedia.com obergurgl.at...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', 'trackback', 0, 0),
(43, 276, 'straight straws 251042', '', 'http://www.sonora.org.mx/blog/glassstraws/straight_straws_251042.asp', '104.193.9.233', '2015-04-27 18:40:49', '2015-04-27 18:40:49', '<strong>straight straws 251042...</strong>\n\noakley lenses chart 230303 hard plastic straws 130333 12 inch straws 155250 tiffany outlet 001221 ray ban 3364 004 023515...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)', 'trackback', 0, 0),
(44, 276, 'price mac pro 012135', '', 'http://www.protectron.in/blog/price_mac_pro_012135.asp', '104.193.9.233', '2015-04-27 19:49:32', '2015-04-27 19:49:32', '<strong>price mac pro 012135...</strong>\n\nmineralize blush mac 121102 mac studio fix liquid reviews 524145 wholesale mac cosmetics lot 553040 wholesale mac pro refurbished uk 315525 mac blush 003131...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 'trackback', 0, 0),
(45, 276, 'wholesale mac eyeshadows for blue eyes 424240', '', 'http://www.southpole.co.za/blog/wholesale_mac_eyeshadows_for_blue_eyes_424240.asp', '104.193.9.233', '2015-04-28 11:40:28', '2015-04-28 11:40:28', '<strong>wholesale mac eyeshadows for blue eyes 424240...</strong>\n\nsitemap wholesale mac prom makeup 341150...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', 'trackback', 0, 0),
(46, 276, 'thulebrindes.com.br', '', 'http://thulebrindes.com.br/mac-pro-screen-replacement-udty29phkj/', '104.193.9.233', '2015-04-28 13:51:42', '2015-04-28 13:51:42', '<strong>thulebrindes.com.br...</strong>\n\n198.50.133.243 shopvanjean.com ideazon.ru huidenghk.com emca.com.au...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 'trackback', 0, 0),
(47, 276, 'red and white striped straws 252353', '', 'http://www.al-islam.com/blog/glassstraws/red_and_white_striped_straws_252353.asp', '104.193.9.233', '2015-04-28 15:36:21', '2015-04-28 15:36:21', '<strong>red and white striped straws 252353...</strong>\n\ncheap mac makeup online free shipping 232441 extra long flexible straws 451334 long bendy straws 404414 bubble tea straws wholesale 000203 tiffany new york store 013251...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', 'trackback', 0, 0),
(48, 276, 'mac makeup wiki 345332', '', 'http://www.deltaproje.com/blog/mac_makeup_wiki_345332.asp', '104.193.9.233', '2015-04-28 16:51:24', '2015-04-28 16:51:24', '<strong>mac makeup wiki 345332...</strong>\n\ncosmo mac lipstick 323242 mac fafi lipstick 451353 wholesale mac lipglass spite 322501 wholesale reviews for mac foundation 003442 mac satin taupe 214253...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', 'trackback', 0, 0),
(49, 276, 'mac blush in peaches 024520', '', 'http://www.uskudarbasketbol.com/blog/mac_blush_in_peaches_024520.asp', '104.193.9.233', '2015-04-29 08:50:56', '2015-04-29 08:50:56', '<strong>mac blush in peaches 024520...</strong>\n\nHaute &amp; Naughty Too Black Lash 520512 wholesale mac online chat 132254...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', 'trackback', 0, 0),
(50, 276, 'bibliotheek.havotop.nl', '', 'http://bibliotheek.havotop.nl/wholesale-mac-moisturizer-foundation-lzm9dffwie/', '104.193.9.233', '2015-04-29 11:11:50', '2015-04-29 11:11:50', '<strong>bibliotheek.havotop.nl...</strong>\n\nmyhosting.lu gravitas.com yumchacuisine.com bariatricfusionme.com bug.no...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', 'trackback', 0, 0),
(51, 276, 'red and white striped paper straws 054405', '', 'http://www.ltug.se/blog/glassstraws/red_and_white_striped_paper_straws_054405.asp', '104.193.9.233', '2015-04-29 12:52:24', '2015-04-29 12:52:24', '<strong>red and white striped paper straws 054405...</strong>\n\nmac blush on 455414 novelty straws 053222 yellow striped paper straws 014151 hard plastic drinking straws 414140 tiffany &amp; company outlet 333251...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', 'trackback', 0, 0),
(52, 276, 'mac lipstick set 515201', '', 'http://www.hs-ceramic.co.kr/blog/mac_lipstick_set_515201.asp', '104.193.9.233', '2015-04-29 14:15:07', '2015-04-29 14:15:07', '<strong>mac lipstick set 515201...</strong>\n\nscanner mac 343100 mac pro cosmetics training bible 400252 wholesale mac mineralize eyeshadow duo 030031 wholesale mac chargers for sale 212521 mac pink lipsticks 124242...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', 'trackback', 0, 0),
(53, 276, 'wholesale mac coupon 403345', '', 'http://www.petrolheadz.co.za/blog/wholesale_mac_coupon_403345.asp', '104.193.9.233', '2015-04-30 06:07:57', '2015-04-30 06:07:57', '<strong>wholesale mac coupon 403345...</strong>\n\nMac Cosmetics Concealer 344511 mac melba blush swatch 122411...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', 'trackback', 0, 0),
(54, 276, 'beavertonbasketball.org', '', 'http://beavertonbasketball.org/wholesale-mac-pro-screen-k1d5rdf0zc/', '104.193.9.233', '2015-04-30 08:40:33', '2015-04-30 08:40:33', '<strong>beavertonbasketball.org...</strong>\n\nmobik.org www.eastlocal.com hotmartsemsegredos.com.br wavre-gardens.be www.newdealforpeace.org...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 'trackback', 0, 0),
(55, 276, 'wholesale mac cosmetics wholesale uk 010455', '', 'http://www.0754jhw.com/blog/wholesale_mac_cosmetics_wholesale_uk_010455.asp', '104.193.9.233', '2015-04-30 12:21:07', '2015-04-30 12:21:07', '<strong>wholesale mac cosmetics wholesale uk 010455...</strong>\n\ncheap mac foundation 052533 mac brushes reviews 121330 wholesale mac makeup glasgow 531513 wholesale mac pro 8 core for sale 432453 wholesale ebay cosmetics mac 255234...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', 'trackback', 0, 0),
(56, 276, 'webcopy101.com', '', 'http://webcopy101.com/wholesale-top-mac-cosmetics-uk3ngxbmju.html', '104.193.9.233', '2015-05-01 06:48:24', '2015-05-01 06:48:24', '<strong>webcopy101.com...</strong>\n\nwww.surehealthtoday.com www.msb.com.my bagelbrothers.info xtremeproductivity.com sheeressenceofbeauty.com.au...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', 'trackback', 0, 0),
(57, 276, 'tiffany jewlery 450204', '', 'http://www.teducenter.com/blog/tiffanyandcooutlet/tiffany_jewlery_450204.asp', '104.193.9.233', '2015-05-01 08:45:51', '2015-05-01 08:45:51', '<strong>tiffany jewlery 450204...</strong>\n\nmac on sale makeup 550110 uses for paper straws 130333 polka dot paper straws 550320 bendable straws 332441 tiffany &amp; company jewelry 154444...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', 'trackback', 0, 0),
(58, 276, 'wholesale mac book pro case 302212', '', 'http://www.phdream.co.kr/blog/wholesale_mac_book_pro_case_302212.asp', '104.193.9.233', '2015-05-01 10:15:21', '2015-05-01 10:15:21', '<strong>wholesale mac book pro case 302212...</strong>\n\npro mac cosmetics 454103 mac lady gaga lipstick swatch 012445 wholesale mac pigment antique green 245500 wholesale mac visage et corps 334003 mac studio fix fluid nc30 303440...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)', 'trackback', 0, 0),
(59, 276, 'www.tnshuo.com', '', 'http://www.tnshuo.com/?p=9927', '104.193.9.234', '2015-05-04 13:29:12', '2015-05-04 13:29:12', '<strong>www.tnshuo.com...</strong>\n\nrafaelhekker.com www.literatibycredo.com www.enthiran.net www.sturnellaneglecta.info it-gnoth.de...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)', 'trackback', 0, 0),
(60, 276, 'wholesale mac lipstick packaging 103032', '', 'http://www.jkfoto.hu/blog/wholesale_mac_lipstick_packaging_103032.asp', '104.193.9.234', '2015-05-04 14:59:47', '2015-05-04 14:59:47', '<strong>wholesale mac lipstick packaging 103032...</strong>\n\nmac eyeshadow mulch 455352 mac pro 13 inch review 320510 wholesale mac eyeshadow cork 125302 wholesale create your own mac palette 045555 wholesale mac makeup step by step 013300...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 'trackback', 0, 0),
(61, 276, 'dupes for mac brushes 321252', '', 'http://www.makoser.com.tr/blog/dupes_for_mac_brushes_321252.asp', '104.193.9.234', '2015-05-05 01:31:29', '2015-05-05 01:31:29', '<strong>dupes for mac brushes 321252...</strong>\n\nmac black fluidline 450435 wholesale mac uk store 043102...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', 'trackback', 0, 0),
(62, 276, 'www.surehealthtoday.com', '', 'http://www.surehealthtoday.com/wholesale-mac-beauty-powder-blush-kfc8a6dgil', '104.193.9.234', '2015-05-05 08:18:40', '2015-05-05 08:18:40', '<strong>www.surehealthtoday.com...</strong>\n\nwww.lojadenotebook.com rafaelhekker.com devotion.es mikelswigs.com naturheilpraxis-klaiber.de...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)', 'trackback', 0, 0),
(63, 276, 'wholesale mac brush kits and bags 530042', '', 'http://www.faithmag.net/blog/wholesale_mac_brush_kits_and_bags_530042.asp', '104.193.9.234', '2015-05-05 09:48:04', '2015-05-05 09:48:04', '<strong>wholesale mac brush kits and bags 530042...</strong>\n\nmac careblend powder 455133 ebay mac makeup kit 140200 wholesale cheap makeup online mac 243551 wholesale free makeup at mac 041553 new mac brushes 232500...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', 'trackback', 0, 0),
(64, 276, 'mac cosmetics coupon 510203', '', 'http://www.ningdeport.com/blog/mac_cosmetics_coupon_510203.asp', '104.193.9.234', '2015-05-05 19:14:46', '2015-05-05 19:14:46', '<strong>mac cosmetics coupon 510203...</strong>\n\nmac sheen supreme lipstick 523244 where can i get mac products 200215 www.bestmacmakeupproducts.com 524122 wholesale manufacturer of mac cosmetics 345244 wholesale mac pro full coverage foundation 225030...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', 'trackback', 0, 0),
(65, 276, 'mac mineralize blush love joy 203003', '', 'http://www.emlakpenceresi.com/blog/mac_mineralize_blush_love_joy_203003.asp', '104.193.9.234', '2015-05-05 20:26:27', '2015-05-05 20:26:27', '<strong>mac mineralize blush love joy 203003...</strong>\n\noriginal mac brush set 323422 wholesale mac product reviews 510052...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)', 'trackback', 0, 0),
(66, 276, 'wholesale mac face and body foundation tt5karbusa', '', 'http://www.liefdeskado.nl/wholesale-mac-face-and-body-foundation-tt5karbusa', '104.193.9.234', '2015-05-05 21:34:22', '2015-05-05 21:34:22', '<strong>wholesale mac face and body foundation tt5karbusa...</strong>\n\ncareers at mac cosmetics 2yymhuqwph mac cosmetics de vgszj0p6at mac nw30 concealer c5so5bijcg where can i buy mac cosmetics wholesale oimfwnu4ka wholesale mac eyeshadow kits khuszp5nth wholesale mac shimpagne mineralize skinfinish xcfag7zscl...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 'trackback', 0, 0),
(67, 276, 'mac blush sunbasque 302244', '', 'http://www.highwaydragonsmc.co.za/blog/mac_blush_sunbasque_302244.asp', '104.193.9.234', '2015-05-08 05:38:55', '2015-05-08 05:38:55', '<strong>mac blush sunbasque 302244...</strong>\n\ncheap mac makeup free shipping 140301 mac pro 15 battery 351223 wholesale free mac makeup samples 210344 wholesale mac eyeshadow purple 332125 wholesale mac eyeshadows review 422502...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', 'trackback', 0, 0),
(68, 276, 'pink mac brush set 434533', '', 'http://www.intekorea.co.kr/blog/pink_mac_brush_set_434533.asp', '104.193.9.234', '2015-05-08 06:38:00', '2015-05-08 06:38:00', '<strong>pink mac brush set 434533...</strong>\n\nmatte lipsticks by mac 154050 wholesale mac makeup education 145121...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', 'trackback', 0, 0),
(69, 276, 'wholesale mac cosmetics wholesale supplier-5y5K7aI00N', '', 'http://www.pmzbuzz.com/2015/04/13/wholesale-mac-cosmetics-wholesale-supplier-5y5k7ai00n/', '104.193.9.234', '2015-05-08 20:38:30', '2015-05-08 20:38:30', '<strong>wholesale mac cosmetics wholesale supplier-5y5K7aI00N...</strong>\n\nmac pro store uk-zZXOKeWx9B is mac cosmetics a canadian company-WGbt543p8a Eastlocal Marketing Group on Shanghai of China wholesale how to wear mac heroine lipstick-2ccwvkShWB mac retailers-hvvel9vHrN Radio Mix kinda sexy mac lipstick Super Sale FDYP0-...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 'trackback', 0, 0),
(70, 276, 'www.bove-nl.nl', '', 'http://www.bove-nl.nl/geen-categorie/wholesale-mac-fluidline-eyeliner-j3etwaaxm0/', '104.193.9.234', '2015-05-08 22:29:25', '2015-05-08 22:29:25', '<strong>www.bove-nl.nl...</strong>\n\nmobik.org honor361.com yensaocangio.vn www.worldclass.com korunni62.com...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', 'trackback', 0, 0),
(71, 276, 'myadobe.md', '', 'http://myadobe.md/wholesale-mac-make-up-training-poiuxjmryq', '104.193.9.234', '2015-05-09 16:38:20', '2015-05-09 16:38:20', '<strong>myadobe.md...</strong>\n\naeht.es syuhaidaismail.com disasterhelplineandrelieforganization.org thefashionscope.com dev.jobprocentral.com...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)', 'trackback', 0, 0),
(72, 276, 'mac pro intel xeon 011035', '', 'http://www.jollyboard.com/blog/mac_pro_intel_xeon_011035.asp', '104.193.9.234', '2015-05-09 18:16:37', '2015-05-09 18:16:37', '<strong>mac pro intel xeon 011035...</strong>\n\nmac book pro covers 150022 mac slimshine lipstick bare 505322 wholesale mac passionate eyeshadow 135501 wholesale mac blast o blue lipstick 034314 mac eyeliner pencil 245353...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)', 'trackback', 0, 0),
(73, 276, 'sitemap', '', 'http://www.labelprint.co.za/blog/sitemap.xml', '104.193.9.234', '2015-05-09 19:14:49', '2015-05-09 19:14:49', '<strong>sitemap...</strong>\n\nmac studio fix nc 25 351013 wholesale mac lipstick spirit 500233...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', 'trackback', 0, 0),
(74, 276, 'www.communeidee.org', '', 'http://www.communeidee.org/2015/03/wholesale-mac-cosmetics-near-me-qvzo8sfzz4/', '104.193.9.234', '2015-05-11 12:56:18', '2015-05-11 12:56:18', '<strong>www.communeidee.org...</strong>\n\nthefashionscope.com mfbic.org blog.fietsnet.nl spaziospecie.it linedescargar.com...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)', 'trackback', 0, 0),
(75, 276, 'wholesale mac lipstick morange 035340', '', 'http://www.meidimp.com/blog/wholesale_mac_lipstick_morange_035340.asp', '104.193.9.234', '2015-05-11 14:23:48', '2015-05-11 14:23:48', '<strong>wholesale mac lipstick morange 035340...</strong>\n\nmac empowered lipstick 533203 power mac g4 model m8493 312244 wholesale mac mylar eyeshadow 415540 wholesale power mac g5 price 304522 makeup brushes mac 340340...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 'trackback', 0, 0),
(76, 276, 'wholesale mac cosmetics collaboration 401554', '', 'http://www.zzpm.net/blog/wholesale_mac_cosmetics_collaboration_401554.asp', '104.193.9.234', '2015-05-13 11:41:22', '2015-05-13 11:41:22', '<strong>wholesale mac cosmetics collaboration 401554...</strong>\n\nmac lipstick brush 453230 power mac g4 fw800 012550 wholesale wholesale cosmetics mac 505222 wholesale power supply mac 424415 mac fix 504233...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', 'trackback', 0, 0),
(77, 276, 'mac book pro charger 051110', '', 'http://www.tsgs-net.de/blog/mac_book_pro_charger_051110.html', '104.193.9.234', '2015-05-13 13:50:51', '2015-05-13 13:50:51', '<strong>mac book pro charger 051110...</strong>\n\nmac clear lip gloss 242403 mac pro for students 133415 mac instigator lipstick review 550354 mac instigator lipstick review 011313 macmakeupset Top Bobbi Brown 5 Pcs Brushes Set With Black Pouch 452155 Mac Mascara Fan tastic Volume 540124...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', 'trackback', 0, 0),
(78, 276, 'macmakeupset Discount MAC Gold Paint Pot Eye Liner Gel 211031', '', 'http://www.tropicaleletro.com.br/blog/macmakeupset_Discount_MAC_Gold_Paint_Pot_Eye_Liner_Gel_211031.asp', '104.193.9.234', '2015-05-14 08:43:42', '2015-05-14 08:43:42', '<strong>macmakeupset Discount MAC Gold Paint Pot Eye Liner Gel 211031...</strong>\n\nmac makeup kit for sale 524330 mac 4 palette eyeshadow 130021 mac book pro core i7 323142 mac instigator lipstick review 251211 Mac 18 Color Eyeshadow 002 140041 macmakeupset Classic Benefit Ooh La Lift Eye Brightener 70G 025Oz 334023...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 'trackback', 0, 0),
(79, 276, 'Mac Bag 013 125113', '', 'http://www.phdream.co.kr/blog/Mac_Bag_013_125113.asp', '104.193.9.234', '2015-05-15 16:42:09', '2015-05-15 16:42:09', '<strong>Mac Bag 013 125113...</strong>\n\nmac blush dainty 010333 review mac face and body foundation 354200 mac instigator lipstick review 143324 mac instigator lipstick review 344521 macmakeupset Waterproof MAC Liner Eye Makeup For Cheap 404512 MAC Cosmetics Outlet Black Bag 444302...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', 'trackback', 0, 0),
(80, 276, 'ebay mac makeup 340033', '', 'http://www.natures-nutrients.com/blog/ebay_mac_makeup_340033.html', '104.193.9.234', '2015-05-16 01:30:41', '2015-05-16 01:30:41', '<strong>ebay mac makeup 340033...</strong>\n\nmac eyeshadow mystery 245002 mac pro rental 453230 mac pro makeup australia 412451 mac instigator lipstick review 223250 macmakeupset MAC Sale Eyelash Curler 345402 MAC Makeup Frost Pro Longwear Lipstick 205550...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 'trackback', 0, 0),
(81, 276, 'mac instigator lipstick review 122305', '', 'http://www.mainecooncat.ru/blog/mac_instigator_lipstick_review_122305.html', '104.193.9.234', '2015-05-19 11:13:44', '2015-05-19 11:13:44', '<strong>mac instigator lipstick review 122305...</strong>\n\nbalenciaga pochette 323443 oakley military discount how much 452400 hogan interactive 2014 350112 mac instigator lipstick review 503140 taille ray ban aviator 301252 oakley sideways sheckler 505113...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 'trackback', 0, 0),
(82, 276, 'mac palette for sale 140031', '', 'http://www.jameshoulston.co.uk/blog/mac_palette_for_sale_140031.html', '104.193.9.234', '2015-05-19 11:38:36', '2015-05-19 11:38:36', '<strong>mac palette for sale 140031...</strong>\n\nmac carbon eyeshadow 502501 mac brush 116 020034 mac sin matte lipstick 053413 mac instigator lipstick review 405152 3D MAC Makeup Lipglass Outlet 521552 Mac Powder 008 352513...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', 'trackback', 0, 0),
(83, 276, 'www.juhyt.com', '', 'http://www.juhyt.com', '104.193.9.234', '2015-05-19 11:56:19', '2015-05-19 11:56:19', '<strong>www.juhyt.com...</strong>\n\nwww.juhyt.com...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 'trackback', 0, 0),
(84, 276, 'applying mac foundation-b3WNDQsllj', '', 'http://ecuadorecuatoriano.com/applying-mac-foundation-b3wndqsllj.html', '104.193.9.234', '2015-05-20 15:08:08', '2015-05-20 15:08:08', '<strong>applying mac foundation-b3WNDQsllj...</strong>\n\nwholesale mac powder shades-bwj26JjHGQ wholesale mac g5 power-7ulSlVYvkS mac book pro for sale-gXOlOgs9pT wholesale mac laptop pro-Lwlsc9AYpz wholesale mac cosmetics Good Quality Cheap Sale L05GX-187 buy mac makeup australia Free Shipping On GL9IB-947...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', 'trackback', 0, 0),
(85, 276, 'balenciaga sneakers homme pas cher 033333', '', 'http://www.vongbilonghai.com/blog/balenciaga_sneakers_homme_pas_cher_033333.html', '104.193.9.234', '2015-05-21 04:04:55', '2015-05-21 04:04:55', '<strong>balenciaga sneakers homme pas cher 033333...</strong>\n\ncristobal parfum balenciaga 234112 oakley sub zero replacement lenses 335505 scarpe hogan sito ufficiale 100015 mac pro 2.26 303404 ray ban offerta 323031 oakley tightrope earsocks 304011...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', 'trackback', 0, 0),
(86, 276, 'hogan interactive bianche pelle 535225', '', 'http://www.wishesforscarlett.com/blog/hogan_interactive_bianche_pelle_535225.html', '104.193.9.234', '2015-05-21 05:05:05', '2015-05-21 05:05:05', '<strong>hogan interactive bianche pelle 535225...</strong>\n\nbalenciaga occhiali da sole 305502 oakley sunglass quality 125412 hogan rebel donna 053413 mac eyeliner blacktrack 024214 lunettes de soleil femme ray ban 555043 kurtka oakley 145404...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)', 'trackback', 0, 0),
(87, 276, 'brillen von ray ban 041040', '', 'http://www.antincendiofaella.it/blog/brillen_von_ray_ban_041040.html', '104.193.9.234', '2015-05-21 10:50:39', '2015-05-21 10:50:39', '<strong>brillen von ray ban 041040...</strong>\n\nCheap Isabel Marant Shoes 052533 oakley clearance.com 142213 scarpe hogan prezzi bassi 114514 mac book pro 2011 115023 occhiali da sole ray ban a goccia 241403 oakley prescription cycling sunglasses uk 432002...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', 'trackback', 0, 0),
(88, 276, 'mac makeup britomart 504342', '', 'http://www.gcggroundservices.com/blog/mac_makeup_britomart_504342.html', '104.193.9.234', '2015-05-22 14:59:32', '2015-05-22 14:59:32', '<strong>mac makeup britomart 504342...</strong>\n\nmac cosmetics eye 225130 sale mac lipstick 335505 mac instigator lipstick review 053312 sitemap.xml macmakeupset Sdudio Fix Powder Foundation MAC Cosmetics Outlet 244010 sitemap.xml...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', 'trackback', 0, 0),
(89, 276, 'Isabel Marant Fall 2013 353025', '', 'http://www.comfortbeds.dk/blog/Isabel_Marant_Fall_2013_353025.html', '104.193.9.234', '2015-05-22 18:52:27', '2015-05-22 18:52:27', '<strong>Isabel Marant Fall 2013 353025...</strong>\n\nsitemap.xml sitemap.xml sitemap.xml sitemap.xml sitemap.xml sitemap.xml...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', 'trackback', 0, 0),
(90, 276, 'contouring palette mac 244030', '', 'http://www.progressivedimensions.com/blog/contouring_palette_mac_244030.html', '104.193.9.234', '2015-05-24 02:30:52', '2015-05-24 02:30:52', '<strong>contouring palette mac 244030...</strong>\n\nmac foundation for oily skin 001135 mac pink eyeshadow swatches 555523 mac for sensitive skin 213213 mac instigator lipstick review 034345 Ladygaga MAC Makeup Kit Powder Foundation 011114 MAC Makeup Lash Cheap S07 120455...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', 'trackback', 0, 0),
(91, 276, 'ray ban a mascherina 252353', '', 'http://www.tuttohockey.com/blog/ray_ban_a_mascherina_252353.html', '104.193.9.234', '2015-05-24 19:01:48', '2015-05-24 19:01:48', '<strong>ray ban a mascherina 252353...</strong>\n\nIsabel Marant Resort 2014 314221 oakley roma 430145 ingrosso hogan 501024 mac instigator lipstick review 031543 opticien ray ban 153423 jupiter camo oakley 022344...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)', 'trackback', 0, 0),
(92, 276, 'Mac Eyeliner 036 300000', '', 'http://www.kaeliopapeisdeparede.com.br/blog/Mac_Eyeliner_036_300000.asp', '142.54.172.210', '2015-05-27 12:42:21', '2015-05-27 12:42:21', '<strong>Mac Eyeliner 036 300000...</strong>\n\nmacmakeupset Makeup Palettes Mac Eye Shadows Blusher 245332 hogan opty 2014 320400 acheter ray ban pas cher 455341 compra hogan online 144520 macmakeupset Buy Dior 2040 Mascara 10Ml 033Oz 402434 peuterey 2011 045250...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', 'trackback', 0, 0),
(93, 276, 'MAC Mineralize Blush Makeupwholesale 553252', '', 'http://www.holdrege.org/blog/MAC_Mineralize_Blush_Makeupwholesale_553252.asp', '142.54.172.210', '2015-05-28 17:35:02', '2015-05-28 17:35:02', '<strong>MAC Mineralize Blush Makeupwholesale 553252...</strong>\n\nlunette de soleil ray ban aviator femme 230223 Eyeshadow Pencil DiscountMAC Cosmetics 353414 peuterey hombre 400334 oakley boutique 234221 ray ban.ch 125113 Sneakers Isabel Marant 550304...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', 'trackback', 0, 0),
(94, 276, 'wholesale pro longwear concealer mac-md7Eo6zjbc - The Little Flock', '', 'http://thelittleflock.com/?p=7202', '142.54.172.210', '2015-06-01 19:36:22', '2015-06-01 19:36:22', '<strong>wholesale pro longwear concealer mac-md7Eo6zjbc - The Little Flock...</strong>\n\nDenizar Promo莽玫es wholesale mac cosmetics hello kitty line-jCO8SoJcJ5 wholesale mac hello kitty eyeshadow-1iSGrz9nhH wholesale mac duo eyeshadow-5rz4bfCZqB - Ti峄乶 S瓢u T岷璸 mac makeup china wholesale 102311 Unique Design 571MB-561 mac makeup shopping onl...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 'trackback', 0, 0),
(95, 276, 'mac studio fix fond de teint whyqtyoe2h', '', 'http://beverlydrivenews.com/2015/04/14/mac-studio-fix-fond-de-teint-whyqtyoe2h', '142.54.172.210', '2015-06-01 22:10:48', '2015-06-01 22:10:48', '<strong>mac studio fix fond de teint whyqtyoe2h...</strong>\n\nmac cosmetics pinterest dnhy3b0nqq| mac eyeshadow limited edition naaes84qof mac ravishing lipstick swatch mogfg45mlb wholesale creme cup mac lipstick btnkzdmtfg| wholesale mac lipstick in cosmo wondmwhzbe wholesale official mac products emwpzvreby.htm...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 'trackback', 0, 0),
(96, 276, 'lentes oakley water jacket 403054', '', 'http://www.kaeliopapeisdeparede.com.br/blog/lentes_oakley_water_jacket_403054.asp', '142.54.172.210', '2015-06-02 00:45:00', '2015-06-02 00:45:00', '<strong>lentes oakley water jacket 403054...</strong>\n\nray ban gleitsichtbrille 215444 polacchino hogan blu 441450 lunettes ray ban aviateur 530330 scarpe hogan bambina online 301240 macmakeupset MAC Makeup Outlet Zoom Lash Mascara 434133 Isabel Marant H&amp;M When 135531...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', 'trackback', 0, 0),
(97, 276, 'mac pressed blot powder fimbcta329', '', 'http://naturheilpraxis-klaiber.de/2015/04/mac-pressed-blot-powder-fimbcta329', '142.54.172.210', '2015-06-02 22:43:28', '2015-06-02 22:43:28', '<strong>mac pressed blot powder fimbcta329...</strong>\n\nwholesale mac lipstick amorous ybpwnxmp9g mac eyeliner sharpener hyizxkvb7u.html| mac pro website nn9ec86usa wholesale cheap makeup like mac qisrqkg1ix wholesale mac lipstick colors matte mobfbmwvzi wholesale nc40 mac powder rulog4qipr...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', 'trackback', 0, 0),
(98, 276, 'Water Proof MAC Eye Liner Cosmetics Sale 414130', '', 'http://www.javapen.com/blog/Water_Proof_MAC_Eye_Liner_Cosmetics_Sale_414130.asp', '142.54.172.210', '2015-06-03 08:44:09', '2015-06-03 08:44:09', '<strong>Water Proof MAC Eye Liner Cosmetics Sale 414130...</strong>\n\nsonnenbrillen ray ban 454513 macmakeupset Wholesale Maccosmetics Eyeshadow 10 Color 050200 hogan basse femminili 214213 oakley icon pants 202114 ray ban monture 404520 Isabel Marant Shoes Australia 035400...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', 'trackback', 0, 0);
INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(99, 276, 'wholesale mac spice it up lipstick xjztteenhx', '', 'http://www.jetliberty.com/wholesale-mac-spice-it-up-lipstick-xjztteenhx', '142.54.172.210', '2015-06-04 06:18:17', '2015-06-04 06:18:17', '<strong>wholesale mac spice it up lipstick xjztteenhx...</strong>\n\napple mac pro quad 8mpxwl62oy mac brown lipsticks 7c6lcoofwf mac makeup outlet reviews uycdnenynk ruby mac lipstick uoujt42deq wholesale mac cosmetics manufacturers arvb3wfyet| wholesale mac pro 2 93 8gnel2ca2f...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 'trackback', 0, 0),
(100, 276, 'where to buy mac makeup brush set-Do2zhPxrI2 - Furniture, Gardening, Home Improvement, Home Security, Interior Design, Landscaping, Plumbing, Roofing - Home Improvement Business', '', 'http://www.sturnellaneglecta.info/where-to-buy-mac-makeup-brush-set-do2zhpxri2/', '142.54.172.210', '2015-06-04 12:00:29', '2015-06-04 12:00:29', '<strong>where to buy mac makeup brush set-Do2zhPxrI2 - Furniture, Gardening, Home Improvement, Home Security, Interior Design, Landscaping, Plumbing, Roofing - Home Improvement Business...</strong>\n\nBrid 鈥?Rachunkowo艣膰 i doradztwo wholesale power mac g2-IJCtpWSFQg mac book pro 13.3-oIB89QlEbu mac pro screen replacement-XCya1WplSf mac face and body foundation c2 Offer You Exclusive Online Discounts CJONK-669 mac makeup services For Sale Online With...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', 'trackback', 0, 0),
(101, 276, 'MAC Sheertone Shimmer Blush Makeup Wholesale 550245', '', 'http://www.econcept.dk/blog/MAC_Sheertone_Shimmer_Blush_Makeup_Wholesale_550245.asp', '142.54.172.210', '2015-06-04 22:50:56', '2015-06-04 22:50:56', '<strong>MAC Sheertone Shimmer Blush Makeup Wholesale 550245...</strong>\n\nlunette de repos ray ban 004105 macmakeupset Outlet Too Faced Collection 112050 fabbrica hogan italia 153303 oakley kaufen 250235 ray ban fibra di carbonio 433035 balenciaga marque 313013...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', 'trackback', 0, 0),
(102, 276, 'the history of mac makeup egi4kjhaet', '', 'http://wavre-gardens.be/2015/04/11/the-history-of-mac-makeup-egi4kjhaet', '142.54.172.210', '2015-06-05 17:36:38', '2015-06-05 17:36:38', '<strong>the history of mac makeup egi4kjhaet...</strong>\n\nwholesale mac make up store locator 0xk1j5yaq1 mac cosmetics sets gift set ujnnd3vusx mac powder puff zpzijh9942 wholesale best mac eyeshadow brush qnsevmernw| wholesale mac foundation powder ubyuzjtvdh wholesale mac swiss chocolate eyeshadow y6kpaena5...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', 'trackback', 0, 0),
(103, 276, 'mac full brush set Below Is A Summary Of How My Expectation Was ERNDA-947 - Line Descargar', '', 'http://linedescargar.com/mac-full-brush-set-below-is-a-summary-of-how-my-expectation-was-ernda-947.html', '142.54.172.210', '2015-06-06 01:40:23', '2015-06-06 01:40:23', '<strong>mac full brush set Below Is A Summary Of How My Expectation Was ERNDA-947 - Line Descargar...</strong>\n\nmac viva glam 1 lipstick-8dALve7PZA wholesale mac eyeshadow espresso-flnGwS8kwy mac outlet makeup-01Lfs0Wfy7 MAC Blush Makeup-DqjvTRy20o mac makeup for cheap wholesale Discount VNANU-494 dita von teese mac lipstick Wide Selection EQ6WX-592...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)', 'trackback', 0, 0),
(104, 276, 'peuterey saldi 542333', '', 'http://www.src.com.vn/blog/peuterey_saldi_542333.asp', '142.54.172.210', '2015-06-06 12:39:15', '2015-06-06 12:39:15', '<strong>peuterey saldi 542333...</strong>\n\nHaute Naughty Lash MACpro Cosmetics 552352 peuterey shop online 324014 macmakeupset Buy Max Factor Second Skin Foundation Golden 042543 spaccio hogan milano 011120 oakley antix red 131102 ray ban 3025 pas cher 331230...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', 'trackback', 0, 0),
(105, 276, 'wholesale fluidline eyeliner gel mac sgcuo3l8wx', '', 'http://stallskins.com/wholesale-fluidline-eyeliner-gel-mac-sgcuo3l8wx', '142.54.172.210', '2015-06-07 06:45:37', '2015-06-07 06:45:37', '<strong>wholesale fluidline eyeliner gel mac sgcuo3l8wx...</strong>\n\npro palette eyeshadow mac wntmzdafxe mac famous lipsticks fwgdclhogb mac silicone primer ysq6ncsf1w wholesale free lipstick at mac aaymip8fno wholesale mac lipsticks best wihvwcpu2f wholesale power mac g5 hard drive j47fordb5w...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', 'trackback', 0, 0),
(106, 276, 'mac mineralize foundation review Set Out To Develop An Athletic Shoe That Would Feel More Natural And Weightless GL2TO-178', '', 'http://www.iporn-blog.com/2014/08/25/mac-mineralize-foundation-review-set-out-to-develop-an-athletic-shoe-that-would-feel-more-natural-and-weightless-gl2to-178/', '142.54.172.210', '2015-06-07 22:32:14', '2015-06-07 22:32:14', '<strong>mac mineralize foundation review Set Out To Develop An Athletic Shoe That Would Feel More Natural And Weightless GL2TO-178...</strong>\n\nmac foundation nc20-ygfhEH4RDu power mac g4 models-qbGhWwVkXX wholesale power mac g-LvdSxsNHVW mac cleanup Shipping All Over The World TEZBQ-439 mac cosmetics cheap online Providing Amenities For The People O04ID-227 24 piece mac brush set Well-Accepte...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', 'trackback', 0, 0),
(107, 276, 'hogan scarpe femminili 453450', '', 'http://www.teducenter.com/blog/hogan_scarpe_femminili_453450.asp', '142.54.172.210', '2015-06-08 12:03:43', '2015-06-08 12:03:43', '<strong>hogan scarpe femminili 453450...</strong>\n\nMac Powder Blush 335034 peuterey jacke sale 421253 Mac Hello Kitty Eyeshadow 002 350150 hogan olympia donna 542013 oculos de sol oakley half x 210131 ray ban vista prezzi 151231...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', 'trackback', 0, 0),
(108, 276, 'hogan interactive blu 042543', '', 'http://www.golfclubambrosiano.it/blog/hogan_interactive_blu_042543.asp', '142.54.172.210', '2015-06-08 15:15:46', '2015-06-08 15:15:46', '<strong>hogan interactive blu 042543...</strong>\n\nmacmakeupset Wholesale Mac Makeup Portfolio 145040 hogan bianche pelle 542302 ray ban aviator noire 522452 comprare hogan online 553300 macmakeupset Sale Dior Rinsable Mascara 10Ml 033Oz 544140 peuterey daunenmantel 224002...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', 'trackback', 0, 0),
(109, 276, 'macmakeupset MAC Lash Makeup Discount 805 044044', '', 'http://www.etco-nigeria.com/blog/macmakeupset_MAC_Lash_Makeup_Discount_805_044044.asp', '142.54.172.210', '2015-06-10 18:04:57', '2015-06-10 18:04:57', '<strong>macmakeupset MAC Lash Makeup Discount 805 044044...</strong>\n\nray ban sonnenbrille kaufen 014121 ray ban lunettes vue 334003 giacca peuterey outlet 012505 hogan interactive uomo 430315 mac makeup brushes leather 7 pcs set 412143 Isabel Marant Laarzen 145531...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 'trackback', 0, 0),
(110, 276, 'LASIK, Corneal &amp; Cataract Surgery: mac kosmetikk 2014 Hot Sale Beats 82R00 437', '', 'http://jerrytanlasik.surgery/mac-kosmetikk-2014-hot-sale-beats-82r00-437/', '142.54.172.210', '2015-06-11 05:39:39', '2015-06-11 05:39:39', '<strong>LASIK, Corneal &amp; Cataract Surgery: mac kosmetikk 2014 Hot Sale Beats 82R00 437...</strong>\n\nLinda Robbins 鈥?Registered Psychologist 禄 Collection 禄 makeup case mac-vbUNisFjzT Seri Keningau Restoran &amp; Katering 禄 Blog Archive 禄 skin finish mac-ssAYTIMZTf powder foundation mac-tiGRMCG0b9 Ask Cash Loans wholesale mac heroine lipstick-DOSaW80RRv Ti...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', 'trackback', 0, 0),
(111, 276, 'peuterey italia online 243400', '', 'http://www.woodandwellness.nl/blog/peuterey_italia_online_243400.asp', '142.54.172.210', '2015-06-12 21:43:42', '2015-06-12 21:43:42', '<strong>peuterey italia online 243400...</strong>\n\nray ban brille preis 332520 Mac Eyeshadow Pallet 72pcs 002 250042 fabbrica hogan italia 023251 half x oakley mercadolivre 045225 ray ban new wayfarer 2132 901 252324 Isabel Marant Ne Kadar 122411...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', 'trackback', 0, 0),
(112, 276, 'mac powder foundation ingredients-wnl7PwGYk4 厦门联合优创网络科技有限公司官方网站 UNICORN Co.,Ltd. Official Website', '', 'http://www.xmunicorn.com/mac-powder-foundation-ingredients-wnl7pwgyk4/', '142.54.172.210', '2015-06-13 09:30:11', '2015-06-13 09:30:11', '<strong>mac powder foundation ingredients-wnl7PwGYk4 厦门联合优创网络科技有限公司官方网站 UNICORN Co.,Ltd. Official Website...</strong>\n\nLinda Robbins 鈥?Registered Psychologist 禄 Collection 禄 wholesale mac paint pot dupes-X22g460ZEP mac paint pot eyeshadow-zZACEIHGMQ Fashion Korea JW wholesale mac makeup sets cheap-rIju3bXncY - Techosum Engineers &amp; Consultants Pvt. Ltd. mac honeyflower ...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', 'trackback', 0, 0),
(113, 276, 'ray ban de vue femme 533114', '', 'http://www.eliworld.com/blog/ray_ban_de_vue_femme_533114.asp', '142.54.172.210', '2015-06-15 00:51:50', '2015-06-15 00:51:50', '<strong>ray ban de vue femme 533114...</strong>\n\nray ban wayfarer braun 353555 Mac Eyeliner 033 435435 peuterey jacke sale 233541 hogan invernali 2014 233251 macmakeupset Wholesale Powder Blush MACmakeup 144450 isabel marant sneakers buy 544514...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 'trackback', 0, 0),
(114, 276, 'toms sko forhandler bergen', '', 'http://www.mjcp.com.br/blog/toms-sko-forhandler-bergen.html', '142.54.172.210', '2015-06-15 03:44:16', '2015-06-15 03:44:16', '<strong>toms sko forhandler bergen...</strong>\n\ntoms sko butikk toms transport photos toms sko til barn i bergen tom skore toms sko amsterdam toms glitter slip ons...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)', 'trackback', 0, 0),
(115, 276, 'wholesale mac fix plus ingredients-sT7mreLCav « Tag Catering Equipment UK Ltd', '', 'http://www.tagukltd.com/wholesale-mac-fix-plus-ingredients-st7mrelcav/', '142.54.172.210', '2015-06-16 05:34:55', '2015-06-16 05:34:55', '<strong>wholesale mac fix plus ingredients-sT7mreLCav « Tag Catering Equipment UK Ltd...</strong>\n\nmac 12 color magic eyeshadow Save Money On CEBMD 983 where can you get mac makeup Sale Cheap RTGVQ 983 cyber mac lipstick Professional Design DMFFI 653 Atelier Concept Antique wholesale docking station for mac book pro-BUFeMCV7Kd mac mascara reviews-Tc...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', 'trackback', 0, 0),
(116, 276, 'toms sko amsterdam', '', 'http://www.shebaonline.co.uk/blog/tomsskograncanaria/toms-sko-amsterdam.asp', '142.54.172.210', '2015-06-17 00:00:49', '2015-06-17 00:00:49', '<strong>toms sko amsterdam...</strong>\n\nsitemap.xml toms norge pris toms sko oslo norge tom skouras toms sko arendal toms glitter pink...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', 'trackback', 0, 0),
(117, 276, 'Zaniëlle Fund - wholesale find a mac cosmetics store-XADUehBUsu', '', 'http://www.zanielle.co.za/wholesale-find-a-mac-cosmetics-store-xaduehbusu/', '142.54.172.210', '2015-06-17 22:44:03', '2015-06-17 22:44:03', '<strong>Zaniëlle Fund - wholesale find a mac cosmetics store-XADUehBUsu...</strong>\n\nmac top lipstick shades Worth To Buy XQSQZ 589 mac sketch eyeshadow Latest Technology G7MLB 335 - Real Estate Lipari mac fuschia lipstick Beautiful Design Z3ACW 409 where buy mac cosmetics Shop For Thenewest Free Shipping BEWY4 392 - ICT for Sustainabi...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 'trackback', 0, 0),
(118, 276, 'tom skoulis', '', 'http://www.starsinmyeyes.tv/blog/tomsglitterclassics/tom-skoulis.asp', '142.54.172.210', '2015-06-18 16:04:16', '2015-06-18 16:04:16', '<strong>tom skoulis...</strong>\n\nhvem selger toms sko i oslo toms skor online toms sko barn toms glitter classics toms skor toms budbil service...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', 'trackback', 0, 0),
(119, 276, 'Satakunnan Allergia- ja Astmayhdistys ry Satakunnan Allergia- ja Astmayhdistys ry mac cases Is Brand New And Looks Fantastic VPLZ3 254 Satakunnan Allergia- ja Astmayhdistys ry', '', 'http://sata-allergia.fi/mac-cases-brand-new-looks-fantastic-vplz3-254/', '142.54.172.210', '2015-06-19 14:45:18', '2015-06-19 14:45:18', '<strong>Satakunnan Allergia- ja Astmayhdistys ry Satakunnan Allergia- ja Astmayhdistys ry mac cases Is Brand New And Looks Fantastic VPLZ3 254 Satakunnan Allergia- ja Astmayhdistys ry...</strong>\n\nGiro 钘ュ斧缍?甯歌钘ュ搧瑷庤珫 禄 Blog Archive 禄 mac cosmetics chromacake Various Styles MXKCZ 712 mac pot eyeliner Great Quality Hot Sale LD2CS 929 - DETRAN MG - Multa, Simulado, IPVA, CNH Ewizzy.com 禄 mac cosmetics bags and cases Providing Amenities For The Peop...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', 'trackback', 0, 0),
(120, 276, 'toms glitter silver', '', 'http://www.petachtikvamuseum.com/blog/tomsskoitrondheim/toms-glitter-silver.asp', '142.54.172.210', '2015-06-20 08:13:01', '2015-06-20 08:13:01', '<strong>toms glitter silver...</strong>\n\ntoms solbriller norge toms budbil serie toms glitter pink toms sko blogg toms sko oslo city toms sko dk...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', 'trackback', 0, 0),
(121, 276, 'how can i sell mac makeup-1YoJl4ysZF - Căn hộ Celadon City Tân Phú', '', 'http://canhoceladon.net/can-sell-mac-makeup-1yojl4yszf.html', '142.54.172.210', '2015-06-21 07:17:08', '2015-06-21 07:17:08', '<strong>how can i sell mac makeup-1YoJl4ysZF - Căn hộ Celadon City Tân Phú...</strong>\n\nfoundation makeup mac Hot Value JVUXV 725 mac bridal makeup We Take Customers As Our Gods. DOXSZ 778 mac makeup specials Buy Discount HSVMV 935 wholesale mac lipstick peachstock-lmFXxGuddc mac palette for sale-phZEsFuev9 mac studio fix powder swatch-9S...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', 'trackback', 0, 0),
(122, 276, 'toms sko oslo', '', 'http://www.customerfirst.co.in/blog/tomskouras/toms-sko-oslo.asp', '142.54.172.210', '2015-06-22 00:11:57', '2015-06-22 00:11:57', '<strong>toms sko oslo...</strong>\n\ntoms sko danmark toms glitter crochet toms sko bergen pris toms budbil tv toms sjokolade norge hvem selger toms sko i bergen...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', 'trackback', 0, 0),
(123, 276, 'mac eyeshadow woodwinked Outlet Us Online AHEDT 298-苏州蓬展企业服务有限公司', '', 'http://www.szpzzc.com/xwdt/5518.html', '142.54.172.210', '2015-06-22 21:49:37', '2015-06-22 21:49:37', '<strong>mac eyeshadow woodwinked Outlet Us Online AHEDT 298-苏州蓬展企业服务有限公司...</strong>\n\nmac cosmetic online store Bargain Blitz DMBUE 678 mac lipstick please me Discount For Sale ESXAS 254 mac studio fix nc40 In Purple BL4L3 701 190 mac brush-eGdugEM9X7 Making Meetings Work 禄 Blog Archive 禄 wholesale mac pink plaid lipstick-Y6tJEfaFzC who...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', 'trackback', 0, 0),
(124, 276, 'toms sko bergen sentrum', '', 'http://www.goldcoastresort.com.my/blog/tomsskoforhandlerbergen/toms-sko-bergen-sentrum.asp', '142.54.172.210', '2015-06-23 15:18:13', '2015-06-23 15:18:13', '<strong>toms sko bergen sentrum...</strong>\n\ntoms sko aarhus toms norge nettbutikk toms transport dallas toms glitter wedges toms sko barn toms glitter classics...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', 'trackback', 0, 0),
(125, 276, 'ChinaRoseCuisine', '', 'http://www.chinarosecuisine.com/mac-brush-eyeliner-see-how-low-we-can-go-jxrlq-599/', '142.54.172.210', '2015-06-24 15:11:05', '2015-06-24 15:11:05', '<strong>ChinaRoseCuisine...</strong>\n\nfluidline eye pencil mac Making Things Convenient For Customers 180K8 884 - Designer interactive platform - communication design to share their happiness best of mac lipsticks Enjoy Free Shipping OQLNG 794 return mac makeup Offical With Free Shipping A...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', 'trackback', 0, 0),
(126, 276, 'toms sko oslo', '', 'http://www.bicasco.pt/blog/toms-sko-oslo.html', '142.54.172.210', '2015-06-25 08:21:15', '2015-06-25 08:21:15', '<strong>toms sko oslo...</strong>\n\ntoms sko barn forhandlere av toms sko toms budbil serie tom skoro toms transport scheme tom skouras...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', 'trackback', 0, 0),
(127, 276, 'mac eyeshadow palette 15 Competitve Price With Free Shipping And Good Quality YAIN6 946', '', 'http://katherineimport.com/?p=13063', '142.54.172.210', '2015-06-26 14:50:59', '2015-06-26 14:50:59', '<strong>mac eyeshadow palette 15 Competitve Price With Free Shipping And Good Quality YAIN6 946...</strong>\n\nmac cosmetics powder foundation Well-Known For Its Fine Quality NK3WQ 873 The Virtual Birthday Party, Inc. mac cosmetics custom palette Complete In Specifications OVPM3 724 - ZenBodi wholesale power mac g-5yWJQV0h3g wholesale mac wedge eyeshadow-vt8NF3...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', 'trackback', 0, 0),
(128, 276, 'toms transport company', '', 'http://www.namsancorp.com/blog/tomsskoherrer/toms-transport-company.asp', '142.54.172.210', '2015-06-30 12:39:27', '2015-06-30 12:39:27', '<strong>toms transport company...</strong>\n\nsitemap.xml toms sko alicante toms sko til barn toms sko barn toms glitter classics toms skor...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 'trackback', 0, 0),
(129, 276, 'Hotel and Resort', '', 'http://ttigg.eu/?p=999', '142.54.172.210', '2015-06-30 14:25:59', '2015-06-30 14:25:59', '<strong>Hotel and Resort...</strong>\n\nmac makeup done Online Store. DDLUT 525 瓒婂奖杞﹂槦 JNA Telecom |wholesale mac pink swoon-TUd6Qmne1k wholesale mac naturally lipstick swatches-UVuuckzpiY Atelier Concept Antique Giro 钘ュ斧缍?甯歌钘ュ搧瑷庤珫 禄 Blog Archive禄 mac eyeshadow x15 warm neutral-KFi3DhpH1q m...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', 'trackback', 0, 0),
(130, 276, 'Mac Cosmetic Coupon All Kinds Of 9KTKP 944', '', 'http://pokoutnifestival.cz/mac-cosmetic-coupon-all-kinds-of-9ktkp-944/', '142.54.172.210', '2015-07-15 23:24:53', '2015-07-15 23:24:53', '<strong>Mac Cosmetic Coupon All Kinds Of 9KTKP 944...</strong>\n\nmac cosmetics be Original On Sale FJNHD 962 芦 Stans Fit Club mac rebel lipstick All the Best 8TIFZ 333 | Teddy Bear Sleep Services eyeshadow mac palette Strong Resistance To Heat And Hard Wearing 2KLK1 267 | Beverly Hills Institute of Plastic Surgery m...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', 'trackback', 0, 0),
(131, 276, 'JLIG', '', 'http://jlig.com/new-collection-mac-cosmetics-top-1-cheap-for-sale-g5kfm-238/', '142.54.172.210', '2015-07-18 17:11:01', '2015-07-18 17:11:01', '<strong>JLIG...</strong>\n\nmac devil blush Last Minute RFIPL 168 芦 L\'Oeil de Chat 鈥?Caf鑼?Manga mac lipstick uk We Are The Largest And Most Professional ZBFHE 150 | LIVADA CENTAR cyber mac lipstick 2014 With Lowest Price And More Selections. F3RH4 879 芦 Przewozy Autokarowe Zenon...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', 'trackback', 0, 0),
(132, 276, 'wholesale mac powder eyeshadow-1LpsVvsapv « Tag Catering Equipment UK Ltd', '', 'http://www.tagukltd.com/wholesale-mac-powder-eyeshadow-1lpsvvsapv/', '142.54.172.210', '2015-07-19 20:09:18', '2015-07-19 20:09:18', '<strong>wholesale mac powder eyeshadow-1LpsVvsapv « Tag Catering Equipment UK Ltd...</strong>\n\nyoutube mac makeup tips All Styles Of Cheap TLUTQ 871 Ewizzy.com 禄 shop mac online-RhjSC4R5GY mac mineral powder-Uok03eSNyc - Pacific Asian Counseling Services paint pots mac-JE7flJ5hED|Mym Furniture escala netlabel audio-visual platform 禄 Cheap MAC Ma...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 'trackback', 0, 0),
(133, 276, 'Kunst in de Wijk', '', 'http://kunstindewijk.nu/geen-categorie/black-cherry-lipstick-mac-jlrm0sejuk/', '142.54.172.210', '2015-07-21 00:39:43', '2015-07-21 00:39:43', '<strong>Kunst in de Wijk...</strong>\n\nmac polished up lipstick For Women NNILT 117 - Firatli.sk O膷n谩 klinika dark lipstick mac-K9skrbr82R 禄 Samantha Gale Photography wholesale mac body and face foundation shades-nQv7IJ8tPR Engag茅es mac cosmetics wikipedia-Ujk7IyhiWB Cypress Texas Real Esta...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', 'trackback', 0, 0),
(134, 276, 'Simpson Tapped Out Hack Tool', '', 'http://www.simpsontappedouthacktool.com/mac-eyeliner-feline-jpshcvpnkh/', '142.54.172.210', '2015-07-22 10:42:27', '2015-07-22 10:42:27', '<strong>Simpson Tapped Out Hack Tool...</strong>\n\nmac yellow eyeshadow Sale At Competitive Price HYODS 146 Midwest Leasing wholesale mac mineralize skinfinish blonde-LbFq4oI7by EL CLAN VALLENATO wholesale mac cosmetic offers-CdkjrOo6GY Blog Fortaleza de Ofertas wholesale mac face and body foundation n...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', 'trackback', 0, 0),
(135, 276, 'Spa Marrakech', '', 'http://www.lesbainsdupalaisrhoul.com/mac-cosmetics-studio-fix-hy9x9zl1tw/', '142.54.172.210', '2015-07-22 10:46:20', '2015-07-22 10:46:20', '<strong>Spa Marrakech...</strong>\n\nwho sells mac lipstick Enjoy 75% Discount 51MJR 337 - VoteNiagara2014 mac mattene lipstick Free Shipping ETZFA 926 - DETRAN MG - Multa mac south australia-kZJq5Pz7ZA Cypress Texas Real Estate Agents impactchristiancentre 禄 wholesale mac 211 brush-LaI9s...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', 'trackback', 0, 0),
(136, 276, '♫ Bruce Hernandez - Luthier - Longjumeau - Essonne - France – mac stick concealer-Q0QW6cn1fs', '', 'http://brucehernandezluthier.fr/mac-stick-concealer-q0qw6cn1fs/', '142.54.172.210', '2015-07-27 14:46:34', '2015-07-27 14:46:34', '<strong>♫ Bruce Hernandez - Luthier - Longjumeau - Essonne - France – mac stick concealer-Q0QW6cn1fs...</strong>\n\noutlet mac cosmetics online Cheap New arrival NCPKN 963 | wholesale mac pro airport extreme-TtzvAgdeAS Atrak Bar Khorasan Gulf IT 禄 contour mac makeup-RZU9rgbMQM wholesale mac cosmetic montreal-PIXw4nxuXI mac pro hard drive upgrade-5QvFCH5Nvw Catherine...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 'trackback', 0, 0),
(137, 276, 'Sheraton Advertising', '', 'http://sheratonadv.com/?p=2635', '142.54.172.210', '2015-07-27 15:26:14', '2015-07-27 15:26:14', '<strong>Sheraton Advertising...</strong>\n\nmake up artist bei mac Store Online KLPVK 221 鍘熷 Milan 1954 Hoosiers Museum mac wholesale cosmetics uk-J4P6y0Iqpm - Ti峄乶 S瓢u T岷璸 mac sale cosmetics-SJTu6gdel1 - BUG wholesale buying mac online-dU7yfxKxPh mac foundation wholesale-j3zoq2hgMv 芦 BIESZCZAD...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', 'trackback', 0, 0),
(138, 276, '越影车队', '', 'http://yueying.hfut.edu.cn/?p=1643', '142.54.172.210', '2015-07-29 03:40:42', '2015-07-29 03:40:42', '<strong>越影车队...</strong>\n\nmac cosmetics reviews on foundation Best Deals TAHLP 475 Red Magallanes mac g5 power supply-3x1jxMg71v CHICKKHA 鈽卛ngredients in mac lipstick-BVfSkq0HPN鈽?Eastlocal Marketing Group on Shanghai of China mac blush springsheen-Wl1OJ2uXgs 啸懈屑泻懈 2006 wholesal...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 'trackback', 0, 0),
(139, 276, 'mac brushes numbers-gAPqTfNj66', '', 'http://jaybeedynamics.com/uncategorized/mac-brushes-numbers-gapqtfnj66/', '142.54.172.210', '2015-07-30 08:41:39', '2015-07-30 08:41:39', '<strong>mac brushes numbers-gAPqTfNj66...</strong>\n\nnicki minaj pink lipstick mac To Enjoy High Reputation In The International Market VGSTU 823 Agencia de Arquitecturas Complejas y Urbanismo wholesale mac cosmetic sets sale-b2defk7g2h wholesale mac eyeliner sharpener-2GqbV7UvEv KraftWerket mac gleam ey...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', 'trackback', 0, 0),
(140, 276, 'Beverly Hills Institute of Plastic Surgery', '', 'http://saulmd.com/mac-eyeshadow-palette-4-dewpi2ukzs/', '142.54.172.210', '2015-07-31 13:43:44', '2015-07-31 13:43:44', '<strong>Beverly Hills Institute of Plastic Surgery...</strong>\n\nMAC STUDIO FIX PRESSED POWDER LATEST INFORMATION ABOUT D6W28 889 07593 213755 MAC STUDIO FIX PRESSED POWDER LATEST INFORMATION ABOUT D6W28 889 likeplaygame 禄 mac mascara naughty haute-xM6RvF6VC8 quicken for mac australia-ftODQLWUs6 Urlaub im Klostertal...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', 'trackback', 0, 0),
(141, 276, 'mac pro palette single vs duo-2lEAZhDx8W 　 BANDIT Co', '', 'http://bandit.co.jp/posts/3053', '142.54.172.210', '2015-08-01 18:27:39', '2015-08-01 18:27:39', '<strong>mac pro palette single vs duo-2lEAZhDx8W 　 BANDIT Co...</strong>\n\nmac siss lipstick New Arrival 9N092 201 Perfect Enhancement set makeup mac In Our Outlet Shop T0GWM 168 芦 L\'Oeil de Chat 鈥?Caf鑼?Manga mac brush 136-vbbn0jRray TTB hello kitty mac cosmetics-TSfEtK3ozX JLIG wholesale mac studio fix plus spray-ux310GGCqB...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 'trackback', 0, 0),
(142, 276, 'wholesale mac pink lip gloss-Ob3pcIZFwO', '', 'http://sky.skyrealestatepros.com/wholesale-mac-pink-lip-gloss-ob3pcizfwo/', '142.54.172.210', '2015-08-02 22:30:22', '2015-08-02 22:30:22', '<strong>wholesale mac pink lip gloss-Ob3pcIZFwO...</strong>\n\nfoundation mac review Free Shopping!! PVDOV 400 - Designer interactive platform - communication design to share their happiness Designer interactive platform 鈥?communication design to share their happiness mac makeup bag Superior Materials JOWLB 976 ap...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', 'trackback', 0, 0),
(143, 276, 'wholesale is mac foundation water based-iZ9IFrlckM', '', 'http://katherineimport.com/?p=13104', '142.54.172.210', '2015-08-04 03:44:30', '2015-08-04 03:44:30', '<strong>wholesale is mac foundation water based-iZ9IFrlckM...</strong>\n\nmac lipstick cyber Excellent Quality 鈽厀holesale mac makeup lipstick colour-uIMnu0QPGd鈽?Eastlocal Marketing Group on Shanghai of China wholesale old mac pro-tz9xvZ7Bcv Garage UKA mac kabuki brush-mdF64bOMwj wholesale mac lipstick colours list-0bK6wWSeXt...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', 'trackback', 0, 0),
(144, 276, 'mac shades lipstick Cheap For Sale RLPCB 671 StudioBIM', '', 'http://studio-bim.com/mac-shades-lipstick-cheap-for-sale-rlpcb-671/', '142.54.172.210', '2015-08-21 14:29:30', '2015-08-21 14:29:30', '<strong>mac shades lipstick Cheap For Sale RLPCB 671 StudioBIM...</strong>\n\nmac matte foundation and powder at the official site 9CP1B 889 - Style Files by ONE.ro 鈥?everything about Fashion in pictures - mac gel eyeliner tutorial Durable In Use NV6BR 992 Vaalser Huizenservice face and body foundation by mac New Varieties Are I...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 'trackback', 0, 0),
(145, 276, 'mac hyper real 100% Quality Assured. SFUWF 523 - Jet Liberty', '', 'http://www.jetliberty.com/mac-hyper-real-100-quality-assured-sfuwf-523/', '142.54.172.210', '2015-08-24 02:42:57', '2015-08-24 02:42:57', '<strong>mac hyper real 100% Quality Assured. SFUWF 523 - Jet Liberty...</strong>\n\nLinda Robbins 鈥?Registered Psychologist 禄 Collection 禄 mac foundation samples Buy 2014 New Mens Womens TOCI4 382 mac fresh salmon lipstick Top Seller X42XJ 323 mac makeup 氓rhus Best quality V2JMH 822 mac fresh salmon lipstick Cheap For Sale B0HB7 140 L...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', 'trackback', 0, 0),
(146, 276, 'mac makeup for sale online Discount 6WV09 962 - Ventura County FC', '', 'http://venturacountyfc.com/mac-makeup-for-sale-online-discount-6wv09-962', '142.54.172.210', '2015-08-24 07:31:56', '2015-08-24 07:31:56', '<strong>mac makeup for sale online Discount 6WV09 962 - Ventura County FC...</strong>\n\nmac makeup kits wholesale Fashionable And Attractive Packages U3N47 151 - Camp NovaCamp Nova about mac cosmetics Eye-Catching RVXPZ 794 - Faith Community Church mac cosmetics coupon Make it a Bright Holiday Season ZISSO 637 LedNeon 小胁械褌芯胁芯械 芯斜芯褉褍写芯胁邪薪懈...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', 'trackback', 0, 0),
(147, 276, 'mac cosmetic stockists Sale At Low Cost W5QGN 903 芦 鍘﹂棬鑱斿悎浼樺垱缃戠粶绉戞妧鏈夐檺鍏徃瀹樻柟缃戠珯 UNICORN Co.,Ltd. Official Website', '', 'http://www.xmunicorn.com/mac-cosmetic-stockists-sale-at-low-cost-w5qgn-903/', '142.54.172.210', '2015-08-26 01:24:01', '2015-08-26 01:24:01', '<strong>mac cosmetic stockists Sale At Low Cost W5QGN 903 芦 鍘﹂棬鑱斿悎浼樺垱缃戠粶绉戞妧鏈夐檺鍏徃瀹樻柟缃戠珯 UNICORN Co.,Ltd. Official Website...</strong>\n\nmac nude lipsticks Shop For Official C1JX5 826 mac cosmetics warehouse sale at our professional online store JNTX4 648 issa Design mac beauty products online Beats By NN0BN 304 - Matt Marlon Matthew Marlon Recipes mac makeup kit wholesale Outlet Store ...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)', 'trackback', 0, 0),
(148, 276, 'mac makeup gifts Enjoy Free Shipping CQJDT 868 Blandford &amp; Sturminster Hockey Club', '', 'http://blandfordandsturhockey.co.uk/2015/07/24/mac-makeup-gifts-enjoy-free-shipping-cqjdt-868/', '142.54.172.210', '2015-08-26 06:23:43', '2015-08-26 06:23:43', '<strong>mac makeup gifts Enjoy Free Shipping CQJDT 868 Blandford &amp; Sturminster Hockey Club...</strong>\n\nmac coffee eye pencil Factory Outlet WMZOC 435 Lexham Estate mac cosmetics worldwide shipping Best Quality Cheap Sale 5EOI3 239 Spazio Specie replica mac brushes Unequal In Performance LIWAI 412 buy mac makeup online canada Acceptable Price YOKLO 995 J...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)', 'trackback', 0, 0),
(149, 276, 'mac dubonnet nail polish Big Discount E1BZ4 424 Parf眉m Tasar谋m At枚lyesi', '', 'http://parfumtasarim.com/mac-dubonnet-nail-polish-big-discount-e1bz4-424', '142.54.172.210', '2015-08-26 19:57:36', '2015-08-26 19:57:36', '<strong>mac dubonnet nail polish Big Discount E1BZ4 424 Parf眉m Tasar谋m At枚lyesi...</strong>\n\nmac eyeshadow refill pan We Are The Best 9HIQU 236 issa Design mac shimmer eyeshadow palette Making Things Convenient For Customers UVC83 165 - bgmavvocati buy mac foundation On Sale Store QKZ0S 149 Saskatoon Cricket Club mac knight divine eyeshadow Bl...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 'trackback', 0, 0),
(150, 276, 'Kernelhouse 禄 Blog Archive 禄 mac moxie lipstick Customers First VSHBK 932', '', 'http://kernelhouse.org/2015/08/mac-moxie-lipstick-customers-first-vshbk-932/', '142.54.172.210', '2015-08-27 03:54:18', '2015-08-27 03:54:18', '<strong>Kernelhouse 禄 Blog Archive 禄 mac moxie lipstick Customers First VSHBK 932...</strong>\n\nmac makeup cheap online Australia Outlet Store HCOYA 408 mac lipstick capricious Supper Summer Savings EQNLC 294 best mac cosmetics Making Life Easier For The Population 57TUH 960 芦 L\'Oeil de Chat 鈥?Caf鑼?Manga Katherine Import mac lipstick o Wonline W...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', 'trackback', 0, 0),
(151, 276, 'mac makeup cleanser 701 lfb', '', 'http://biopotravinylolila.sk/fce/mac-makeup-cleanser-701-lfb.html', '142.54.172.210', '2015-08-31 20:11:44', '2015-08-31 20:11:44', '<strong>mac makeup cleanser 701 lfb...</strong>\n\nmac makeup eyeshadow tutorial 287 xtw makeup brush sets mac 442 bpu mac makeup uk wholesale 139 udc cheap mac lips makeup 101 ltg cheap mac makeup kit 587 rxh free samples of mac makeup 203 spm...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', 'trackback', 0, 0),
(152, 276, 'mac set makeup 152 yfn', '', 'http://aldan.com.pl/cqx/mac-set-makeup-152-yfn.html', '142.54.172.210', '2015-09-01 02:45:39', '2015-09-01 02:45:39', '<strong>mac set makeup 152 yfn...</strong>\n\nmac studio makeup 101 mmx mac academy makeup 307 abu cheap mac makeup brush set 681 ler win mac makeup 983 gfr full makeup kit mac 354 bon mac makeup alternatives 330 oca...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)', 'trackback', 0, 0),
(153, 276, 'youtube mac makeup artist 515 tre', '', 'http://babydollbling.co.uk/ont/youtube-mac-makeup-artist-515-tre.html', '142.54.172.210', '2015-09-01 23:50:14', '2015-09-01 23:50:14', '<strong>youtube mac makeup artist 515 tre...</strong>\n\nmac makeup collection 2014 089 zae mac makeup wholesale free shipping 558 ojt cheap mac makeup kits 739 cel mac makeup brand 429 tdv mac makeup brush set review 526 aoh wholesale mac makeup from china 409 cat...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', 'trackback', 0, 0),
(154, 276, 'makeup mac wholesale 511 lrm', '', 'http://altramatter.pl/hokrhn/makeup-mac-wholesale-511-lrm.html', '142.54.172.210', '2015-09-02 19:53:40', '2015-09-02 19:53:40', '<strong>makeup mac wholesale 511 lrm...</strong>\n\nmakeup brushes mac set 918 kyh mac makeup bags 938 pxd replica mac makeup wholesale 564 zom mac full makeup kit price 956 you ioffer mac makeup 996 bjx mac makeup palette prices 070 bys...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', 'trackback', 0, 0),
(155, 276, 'mac set of makeup brushes 428 oxh', '', 'http://amandailusion.com/xiyp/mac-set-of-makeup-brushes-428-oxh.html', '142.54.172.210', '2015-09-03 00:40:48', '2015-09-03 00:40:48', '<strong>mac set of makeup brushes 428 oxh...</strong>\n\nmakeup of mac 201 lei professional mac makeup kits 399 hcw mac makeup bronzer 693 iiw why is mac makeup so good 726 nba wholesale mac cosmetics review 441 bog mac makeup tutorial youtube 357 qqk...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', 'trackback', 0, 0),
(156, 276, 'prezzi scarpe hogan 421 wud', '', 'http://birchbendersfoods.com/rqob/prezzi-scarpe-hogan-421-wud.html', '142.54.172.210', '2015-09-04 03:20:05', '2015-09-04 03:20:05', '<strong>prezzi scarpe hogan 421 wud...</strong>\n\nconverse all star sko hvide 628 ymr mbt sko troms 727 dvc pris p toms sko i norge 987 txg mbt sko asker 077 fhi vendita scarpe hogan 957 bas converse sko i vaskemaskinen 738 qqx...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', 'trackback', 0, 0),
(157, 276, 'where can you buy mac makeup 589 jxp', '', 'http://4outdoors.gr/iabnp/where-can-you-buy-mac-makeup-589-jxp.html', '142.54.172.210', '2015-09-04 17:41:16', '2015-09-04 17:41:16', '<strong>where can you buy mac makeup 589 jxp...</strong>\n\ncheap makeup uk mac 881 snu mac makeup sales 2014 316 zvf how to get free mac makeup samples for free 470 orh wholesale mac makeup distributors 859 tqh mac makeup store near me 637 rqx discounted mac makeup 458 ond...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', 'trackback', 0, 0),
(158, 276, 'salomon tilbud 612 wqv', '', 'http://ayomacakes.com/hvpx/salomon-tilbud-612-wqv.html', '142.54.172.210', '2015-09-04 21:41:39', '2015-09-04 21:41:39', '<strong>salomon tilbud 612 wqv...</strong>\n\ntoms sko cc vest 960 avw vans danmark dame 188 zef mbt sko kj p 692 iiu isabel marant etoile polyvore 078 gdh converse sko bergen 285 vdp tilbud p vans sko 796 ciq...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', 'trackback', 0, 0),
(159, 276, 'balenciaga arena shop 117 jdl', '', 'http://cableandcomms.net.au/lvsrbn/balenciaga-arena-shop-117-jdl.html', '142.54.172.210', '2015-09-06 02:26:38', '2015-09-06 02:26:38', '<strong>balenciaga arena shop 117 jdl...</strong>\n\nsalomon skibukser dame 944 ldj hvordan er adidas sko i st rrelsen 010 age billige vans kaufen 959 naj vans sort tilbud 888 dqf sko der ligner mbt 443 ndi kj pe toms sko i oslo 171 wkl...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', 'trackback', 0, 0),
(160, 276, 'mac makeup wholesale australia 690 mvp', '', 'http://aredifferent.com/jhgz/mac-makeup-wholesale-australia-690-mvp.html', '142.54.172.210', '2015-09-06 15:02:52', '2015-09-06 15:02:52', '<strong>mac makeup wholesale australia 690 mvp...</strong>\n\nmac professional makeup kits for sale 114 dju mac makeup brushes online 321 wuy mac new makeup 351 ink mac makeup skin tones 657 lmw youtube mac makeup tutorial 965 zas mac makeup artists 172 ncf...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', 'trackback', 0, 0),
(161, 276, 'converse sko bl 230 kce', '', 'http://carlsagansdanceparty.com/jhm/converse-sko-bl-230-kce.html', '142.54.172.210', '2015-09-06 17:31:58', '2015-09-06 17:31:58', '<strong>converse sko bl 230 kce...</strong>\n\nconverse sort l der slim 794 gyh adidas sko asos 582 oys hogan scarpe bimba 913 yvz billige vans sko til m nd 816 yjd mbt skor pris 679 san matches isabel marant etoile 407 nkt...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', 'trackback', 0, 0),
(162, 276, 'salomon vandresko tilbud 881 dwl', '', 'http://avtotop.com.ua/enpgth/salomon-vandresko-tilbud-881-dwl.html', '142.54.172.210', '2015-09-08 01:40:11', '2015-09-08 01:40:11', '<strong>salomon vandresko tilbud 881 dwl...</strong>\n\nvans udsalg dame 846 ibs ballerine hogan 668 kbk converse all star ox hvid tilbud 405 owt mbt sko pricerunner 621 jgl ecco forhandler 080 vrj salomon l besko 296 rgb...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', 'trackback', 0, 0),
(163, 276, 'mac makeup brush review 243 ivz', '', 'http://augustalinenservice.com/uqmp/mac-makeup-brush-review-243-ivz.html', '142.54.172.210', '2015-09-08 12:34:13', '2015-09-08 12:34:13', '<strong>mac makeup brush review 243 ivz...</strong>\n\nwholesale mac cosmetics review 779 ifb who carries mac makeup 066 qcn mac makeup wipes 967 jpp wonder woman mac makeup 828 zxm professional mac makeup brush set 803 trv discounted mac makeup uk 992 dss...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', 'trackback', 0, 0),
(164, 276, 'hvor kan man k be mbt sko 268 eyg', '', 'http://byheartbooks.com/qwihvk/hvor-kan-man-k-be-mbt-sko-268-eyg.html', '142.54.172.210', '2015-09-08 13:47:55', '2015-09-08 13:47:55', '<strong>hvor kan man k be mbt sko 268 eyg...</strong>\n\ntom skowronski 288 hyc isabel marant etoile sale 200 kmx toms sjokolade norge 627 ybr balenciaga city prezzo 914 mcp ecco kondisko til b rn 771 dcv ecco sko p udsalg 043 vfi...', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)', 'trackback', 0, 0),
(165, 276, 'mac makeup gift set 371 kkl', '', 'http://colsylcreation.fr/ezgka/mac-makeup-gift-set-371-kkl.html', '63.141.240.138', '2015-09-10 19:00:21', '2015-09-10 19:00:21', '<strong>mac makeup gift set 371 kkl...</strong>\n\nadidas sko gazelle 091 fvl mbt sko dame 041 ugx hogan stivaletto uomo 624 ydw mbt sko p nettet 010 fbl adidas sneakers dames 527 cxb hogan shoes greece 313 crc...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(166, 276, 'adidas outlet store copenhagen 090 zwo', '', 'http://magicalcarpetshop.com/uej/adidas-outlet-store-copenhagen-090-zwo.php', '63.141.240.138', '2015-09-13 02:15:51', '2015-09-13 02:15:51', '<strong>adidas outlet store copenhagen 090 zwo...</strong>\n\nconverse sko b rn tilbud 095 svu...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(167, 276, 'k b birkenstock online 348 mjy', '', 'http://meble-sosnowe-bisaga.pl/mhnaxw/k-b-birkenstock-online-348-mjy.php', '63.141.240.138', '2015-09-15 03:02:27', '2015-09-15 03:02:27', '<strong>k b birkenstock online 348 mjy...</strong>\n\nbalenciaga occasion sac 100 pim isabel marant dicker booties 620 wxh cheap isabel marant shoes 222 ovy reduzierte birkenstock schuhe 405 fbs...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(168, 276, 'converse sko k benhavn 715 ctw', '', 'http://petceteranola.com/uzmvcx/converse-sko-k-benhavn-715-ctw.php', '63.141.240.138', '2015-09-16 00:47:11', '2015-09-16 00:47:11', '<strong>converse sko k benhavn 715 ctw...</strong>\n\nhogan bambini 252 umu...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(169, 276, 'perfecto balenciaga femme 975 tfw', '', 'http://gestiqs.com/nvn/perfecto-balenciaga-femme-975-tfw.html', '63.141.240.138', '2015-09-22 01:03:58', '2015-09-22 01:03:58', '<strong>perfecto balenciaga femme 975 tfw...</strong>\n\ncheap mac makeup wholesale uk 718 eee yara birkenstock 350 lec balenciaga sneakers prix 952 acz balenciaga city prezzo 164 fgn k b birkenstock 483 sjn salomon vandresko damer 520 kih...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(170, 276, 'birkenstock betula burma 613 hoc', '', 'http://surfdogz.com/eek/birkenstock-betula-burma-613-hoc.html', '63.141.240.138', '2015-09-24 23:49:59', '2015-09-24 23:49:59', '<strong>birkenstock betula burma 613 hoc...</strong>\n\nnew birkenstock styles 588 lwy birkenstock arizona braun 275 isw cheap mac makeup uk online 062 igx birkenstock thong 464 xxp birkenstock g nstiger 243 rnl birkenstock argent 646 mic...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(171, 276, 'birkenstock 27 155 vxm', '', 'http://arteculinario.cl/bcaxp/birkenstock-27-155-vxm.html', '63.141.240.138', '2015-09-25 07:32:42', '2015-09-25 07:32:42', '<strong>birkenstock 27 155 vxm...</strong>\n\nisabel marant long boots 735 nze birkenstock zehensteg 172 ptt isabel marant sneakers wedges 907 rzs mac makeup china wholesale 198 epm pro mac makeup 887 wqg moda operandi isabel marant 2014 351 bsv...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(172, 276, 'mbt sko holstebro 641 kqm', '', 'http://atmmachineatlanta.com/decjn/mbt-sko-holstebro-641-kqm.html', '68.64.166.114', '2015-09-25 17:12:57', '2015-09-25 17:12:57', '<strong>mbt sko holstebro 641 kqm...</strong>\n\nstock scarpe hogan 819 ppo ecco forhandler 721 gsd ecco st vler til b rn tilbud 401 fao mbt sko england 810 pth vans sko tilbud b rn 355 zmg hvor kan man k be toms sko 169 mcf...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(173, 276, 'adidas basketskor 962 zig', '', 'http://myonlinemarket.in/dxonl/adidas-basketskor-962-zig.html', '68.64.166.114', '2015-09-28 18:19:16', '2015-09-28 18:19:16', '<strong>adidas basketskor 962 zig...</strong>\n\nbirkenstock sandaler f tex 121 cvf mac cosmetics wholesale canada 135 wxt billige vans sko til m nd 398 pjb tom skowron 308 ayr adidas skort costco 763 ojc...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(174, 276, 'salomon trail running danmark 230 req', '', 'http://bjmcaausa.org/brmsmn/salomon-trail-running-danmark-230-req.html', '63.141.240.138', '2015-09-30 04:31:02', '2015-09-30 04:31:02', '<strong>salomon trail running danmark 230 req...</strong>\n\ntoms sko gr 880 xlt mbt sko asker 372 yll wholesale cheap mac makeup 587 dmn toms sko i trondheim 202 ucw converse sko oslo 207 sau ecco b rnest vler 604 ixk...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(175, 276, 'mbt sko forhandlere lyngby 071 bpb', '', 'http://emuwellbeing.com/xjcgaz/mbt-sko-forhandlere-lyngby-071-bpb.html', '63.141.240.138', '2015-09-30 22:03:07', '2015-09-30 22:03:07', '<strong>mbt sko forhandlere lyngby 071 bpb...</strong>\n\nmbt sko t strup 080 hkp toms sko forum 080 uhk vendita hogan online 270 mfk converse all star l der sort herre 904 pns adidas sko r de 277 ydh salomon vandresko 964 opf...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(176, 276, 'mac makeup wholesale uk 480 ycu', '', 'http://importir.co.id/gtd/mac-makeup-wholesale-uk-480-ycu.html', '68.64.166.114', '2015-10-03 03:47:50', '2015-10-03 03:47:50', '<strong>mac makeup wholesale uk 480 ycu...</strong>\n\ntoms sko 902 pyx ecco st vler til b rn 874 fjv lange converse st vler 609 jtp scarpe hogan prezzi 775 gvs ecco sandaler til b rn 509 yil...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(177, 276, 'mac cosmetics event For Sale Online ARE0W 984 – 合肥斯微汀品尚婚礼馆', '', 'http://www.swtwedding.com/?p=3747', '68.64.166.114', '2015-10-03 20:39:19', '2015-10-03 20:39:19', '<strong>mac cosmetics event For Sale Online ARE0W 984 – 合肥斯微汀品尚婚礼馆...</strong>\n\nMAC MAKEUP STUDIO FIX FOUNDATION DESIGNED FOR ZLW75 832 07593 213755 MAC MAKEUP STUDIO FIX FOUNDATION DESIGNED FOR ZLW75 832 mac makeup shipping Cheap Outlet KLMDL 726 | Beverly Hills Institute of Plastic Surgery mac red russian lipstick Feed The Famil...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(178, 276, 'billige hvide vans 717 cdf', '', 'http://milestoneinteractive.com/ejgmq/billige-hvide-vans-717-cdf.html', '63.141.240.138', '2015-10-04 13:09:32', '2015-10-04 13:09:32', '<strong>billige hvide vans 717 cdf...</strong>\n\nsalomon skijakke b rn 902 rpm mbt sko p nett 653 ife birkenstock zehentrenner 980 rql vans old skool damen 209 vbk adidas skort size chart 205 sij converse sko foret 075 wpg...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(179, 276, 'salomon skibukser 333 oss', '', 'http://selbstcoachingshop.com/ivegl/salomon-skibukser-333-oss.html', '63.141.240.138', '2015-10-04 18:05:56', '2015-10-04 18:05:56', '<strong>salomon skibukser 333 oss...</strong>\n\nmbt sko kopi 703 sll best price contact lenses 027 jvp adidas sko lilla 307 ojm toms transport dallas 871 rqx wholesale mac makeup reviews 830 cwc vans sko til kvinder 138 aqa...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0);
INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(180, 276, 'mac mystery eyeshadow For Media Player ZQJ6V 444 - Akademie-Zweistein', '', 'http://www.akademie-zweistein.de/mac-mystery-eyeshadow-for-media-player-zqj6v-444/', '68.64.166.114', '2015-10-05 23:57:02', '2015-10-05 23:57:02', '<strong>mac mystery eyeshadow For Media Player ZQJ6V 444 - Akademie-Zweistein...</strong>\n\nmac makeup disney villains Online Free Shipping V8QWF 630 | Sisters Through Marriage mac lash 1 Offer You With A Great Range. Z6G7A 197 | IT-Consultant - Christian Gnoth Seri Keningau | Restoran &amp; Katering 禄 Blog Archive 禄 mac make up offers Cheap New ...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(181, 276, 'BLUZZ BAR', '', 'http://bluzzbar.uy/mac-cosmetics-about-us-the-cheapest-4xkty-712/', '68.64.166.114', '2015-10-06 18:34:48', '2015-10-06 18:34:48', '<strong>BLUZZ BAR...</strong>\n\ngenuine mac makeup wholesale uk Free Shopping!! ULMJA 852 | Mott Haven Bar mac eye makeup brush set Free Shipping And Very Soon Delivery! T6PXT 286 | ICT Ladies mac jest eyeshadow In Silver Free Shipping WASJO 936 | Segal Media Productions mac australi...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(182, 276, 'birkenstock leopard 545 ubz', '', 'http://idophotonet.com/nju/birkenstock-leopard-545-ubz.html', '63.141.240.138', '2015-10-07 02:45:59', '2015-10-07 02:45:59', '<strong>birkenstock leopard 545 ubz...</strong>\n\nconverse sort l der 511 cot toms sko lillehammer 274 mfu vans slip on hvid 060 tzj outlet scarpe hogan 631 rdu toms glitter shoes 112 kng mbt sko herning 407 umi...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(183, 276, 'Makeup Tips Mac klvaK', '', 'http://www.wholesalemaccosmetics2015.com/blog/Makeup-Tips-Mac-klvaK.html', '68.64.166.114', '2015-10-09 20:56:30', '2015-10-09 20:56:30', '<strong>Makeup Tips Mac klvaK...</strong>\n\nFake Mac Eyeshadow Palette iyDBc Mac Venomous Villains Eyeshadow I7aPX Mac Liquid Foundation Ingredients BiXbn Mac Waterproof Eyeliner EgsyE birkenstock wo kaufen TqOe3 birkenstock waterproof sandals haiEo...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(184, 276, 'imitation sac balenciaga pas cher 527 ydf', '', 'http://grandnationalfreebet.net/keui/imitation-sac-balenciaga-pas-cher-527-ydf.html', '63.141.240.138', '2015-10-10 02:50:31', '2015-10-10 02:50:31', '<strong>imitation sac balenciaga pas cher 527 ydf...</strong>\n\nmbt skor i malm 410 ksf bottines balenciaga 425 lsx adidas skort capri 112 sjm birkenstock rhus 109 chh toms sko i bergen 031 kgi adidas clima sko 670 prk...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(185, 276, 'adidas sko i danmark 136 zhi', '', 'http://delvi.nl/opiu/adidas-sko-i-danmark-136-zhi.html', '63.141.240.138', '2015-10-10 20:16:34', '2015-10-10 20:16:34', '<strong>adidas sko i danmark 136 zhi...</strong>\n\nprescription contact lenses 731 ani adidas sneakers til kvinder 652 dne mbt sko ringsted 791 ypz mbt sko damer 352 mae salomon speedcross 3 tilbud 074 dsr vans vinterjakke 372 hxq...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(186, 276, 'wholesale mac cosmetics free shipping 077 atp', '', 'http://tecnichedirilassamentosmart.com/elg/wholesale-mac-cosmetics-free-shipping-077-atp.html', '68.64.166.114', '2015-10-11 11:31:52', '2015-10-11 11:31:52', '<strong>wholesale mac cosmetics free shipping 077 atp...</strong>\n\ndesigna din egen sko adidas 024 ggk scarpe uomo hogan 126 swm sko mbt roskilde 939 szx hogan interactive catalogo 912 wtf adidas sko kvinder la trainer 642 nkt vans slip on hvid 407 lqs...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(187, 276, 'kids birkenstock sale ulxTb', '', 'http://www.birkenstockshops.net/blog/kids-birkenstock-sale-ulxTb.html', '68.64.166.114', '2015-10-15 08:34:22', '2015-10-15 08:34:22', '<strong>kids birkenstock sale ulxTb...</strong>\n\nMac Eyeshadow Smoke And Diamonds iAfbW Blue Lipstick Mac 1f4Kk Mac Body Make Up 2WRuy Mac 5n Lipstick pMsZQ where can i buy birkenstock shoes F3QPU birkenstock pavia psXux...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(188, 276, 'stock scarpe hogan 790 xak', '', 'http://hattsranch.com/vjf/stock-scarpe-hogan-790-xak.html', '68.64.166.114', '2015-10-15 18:39:53', '2015-10-15 18:39:53', '<strong>stock scarpe hogan 790 xak...</strong>\n\necco st vletter herre 111 wqf toms sko agentur 835 bft birkenstock sandaler herre 017 nxw converse sko i sverige 146 rxs mbt sko risskov 611 bej vans damen weinrot 117 ure...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(189, 276, 'SciCo', '', 'http://scico.gr/uncategorized/limited-edition-mac-makeup-cheapest-price-online-sale-w1nny-374/', '68.64.166.114', '2015-10-30 04:32:10', '2015-10-30 04:32:10', '<strong>SciCo...</strong>\n\nmac makeup cheap free shipping Original FZKUF 654 芦 Teakwondo klub 艩marno-Litija mac waterproof liquid eyeliner Excellent In Cushion Effect AG1J0 724 | Bergboms DISCOUNT MAC MAKEUP WHOLESALE REASONABLE PRICE EZBAA 876 07593 213755 DISCOUNT MAC MAKEUP W...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(190, 276, 'ecco sandaler b rn 2013 221 zki', '', 'http://jordanfmm.org/gys/ecco-sandaler-b-rn-2013-221-zki.html', '68.64.166.114', '2015-11-04 14:32:44', '2015-11-04 14:32:44', '<strong>ecco sandaler b rn 2013 221 zki...</strong>\n\nbirkenstock dame 252 jdn mac makeup palettes wholesale 137 mzr birkenstock sandal 500 san converse sko knirker 412 vej hogan interactive on line 392 txj hogan borse uomo 601 usb...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(191, 276, 'mac cosmetics wholesale usa In Many Styles VKJLP 137 Wavre-Gardens - Création et Entretien de jardin', '', 'http://wavre-gardens.be/2015/11/02/mac-cosmetics-wholesale-usa-in-many-styles-vkjlp-137/', '68.64.166.114', '2015-11-06 12:36:35', '2015-11-06 12:36:35', '<strong>mac cosmetics wholesale usa In Many Styles VKJLP 137 Wavre-Gardens - Création et Entretien de jardin...</strong>\n\nmac charismatic lipstick Enjoy Free Shipping! N2O5A 871 - Designer interactive platform - communication design to share their happiness Designer interactive platform 鈥?communication design to share their happiness where can i buy mac cosmetics for chea...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(192, 276, 'mac lipstick verve at our clearance store EVMWQ 356 Głodny królik', '', 'http://www.glodnykrolik.radom.pl/mac-lipstick-verve-at-our-clearance-store-evmwq-356/', '173.247.231.234', '2015-11-19 21:02:42', '2015-11-19 21:02:42', '<strong>mac lipstick verve at our clearance store EVMWQ 356 Głodny królik...</strong>\n\nmakeup kit of mac Real Quality OVQ2B 148 Galeria CKU Koszalin superslick liquid eyeliner mac Below Is A Summary Of How My Expectation Was KGG5X 390 Wavre-Gardens - CrÃ©ation et Entretien de jardin harga eyeshadow mac Under Discount JKYSB 633 JLIG mac m...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(193, 276, 'converse sko med h j h l 293 avi', '', 'http://www.jimhockaday.com/wgm/converse-sko-med-h-j-h-l-293-avi.html', '173.247.231.234', '2015-11-22 17:55:55', '2015-11-22 17:55:55', '<strong>converse sko med h j h l 293 avi...</strong>\n\necco sko udsalg online 479 puh salomon forhandler danmark 627 ueo converse sko hvide 999 vci om mbt sko 661 ggz ecco forhandlere oslo 858 hsu mbt sko aalborg 276 qxq...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(194, 276, 'vans taske 161 eur', '', 'http://www.limaschool.org/jsg/vans-taske-161-eur.html', '173.247.231.234', '2015-11-23 18:48:18', '2015-11-23 18:48:18', '<strong>vans taske 161 eur...</strong>\n\nspaccio hogan 131 voo calzature hogan uomo 698 nni vans old skool pricerunner 257 xua modelli scarpe hogan 761 dde ecco herresko udsalg 382 aih ecco tilbud sandaler 902 hye...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(195, 276, 'sell mac cosmetics Lower Price To Buy CV65M 142 ICT Ladies', '', 'http://ictladies.com/videos/sell-mac-cosmetics-lower-price-to-buy-cv65m-142/', '173.247.231.234', '2015-11-24 04:54:21', '2015-11-24 04:54:21', '<strong>sell mac cosmetics Lower Price To Buy CV65M 142 ICT Ladies...</strong>\n\nmac eyeshadow pallets Last Minute LS6WP 973 Mt. Salem online mac makeup store 2014 Sale At Favourable Price 1U2M3 540 Aisling mac lipstick so chaud Designed For L675Q 901 mac cosmetics in china Have A History Of Quality And Fashion For More Years. NSU9...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(196, 276, 'mac foundation buy Next Day Free Delivery Available On All BKEAC 925', '', 'http://agencia-a.com/uncategorized/mac-foundation-buy-day-free-delivery-bkeac-925/', '173.247.231.234', '2015-12-02 19:55:07', '2015-12-02 19:55:07', '<strong>mac foundation buy Next Day Free Delivery Available On All BKEAC 925...</strong>\n\nmac cheap online Your Best Choice for Value JTTUB 573 what are the best mac lipsticks Strong Packing 2RYGT 249 - Fact-inator mac myer brisbane 65% Discount TBJOE 637 Â« Tin tá»©c tá»•ng há»£p vá» Ä‘á»“ng há»“ what to buy from mac cosmetics The Top 1 J...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(197, 276, 'JLIG', '', 'http://jlig.com/mac-studio-sculpt-concealer-very-good-quality-ekxix-461/', '173.247.231.234', '2015-12-08 15:29:18', '2015-12-08 15:29:18', '<strong>JLIG...</strong>\n\ndark red lipstick mac 2014 New Style OD3TH 219 | ä¸æ€•èŠ±å¼€æœ‰åº•è¿Ÿ mac cosmetics fake With An Incredible Range Of Styles And Looks NT39E 735 Â« ccvip mac lipstick cremesheen Online Store Sales A Series Of 9ABLV 307 | BREAD MAKER KITS mac online ord...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(198, 276, 'Healthy Safe Council', '', 'http://southtexassafetycouncil.com/mac-makeup-forhandler-mens-womens-sale-uk-for-year-2014-new-style-jlcqr-571.html', '173.247.231.234', '2015-12-08 19:06:56', '2015-12-08 19:06:56', '<strong>Healthy Safe Council...</strong>\n\nbulk mac makeup 2014 Discount U97EV 644 | mac carbon eyeshadow Enjoy Free Shipping JWHXJ 350 - Welcome to Bostoncafe mac gel eyeliner brush Find great prices lU1Duj3wio - CompactLists.com mac makeup store ireland Free Shipping BNWS8 952 | Gujarat Liter...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(199, 276, 'mac lipstick jubilee Unbeatable Price qzyhZmLcHe « IES Orange', '', 'http://iesorange.org/mac-lipstick-jubilee-unbeatable-price-qzyhzmlche/', '173.247.231.234', '2015-12-08 21:01:07', '2015-12-08 21:01:07', '<strong>mac lipstick jubilee Unbeatable Price qzyhZmLcHe « IES Orange...</strong>\n\nFrÃ¸ken Svendsen mac makeup 2014 Lastest Real One 4DQVH 269 mac cosmetics shops Best Selling JqT914rRPp - Cowboy Racing Inc mac liquid gel eyeliner Famous For Selected Materials,Novel Designs NPTLJ 879 | Mpumalanga Churches Of Christ mac see sheer lips...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(200, 276, 'Beverly Hills Institute of Plastic Surgery', '', 'http://saulmd.com/mac-studio-fix-foundation-plus-powder-hot-sale-free-shipping-ovbvp-680/', '173.247.231.234', '2015-12-08 21:12:32', '2015-12-08 21:12:32', '<strong>Beverly Hills Institute of Plastic Surgery...</strong>\n\nfree mac lipstick 2012 Cheap Sale mvLJOW5vkp | Leander Assembly of God mac cosmetics replica Free Shipping For All Orders KLGPT 908 | Î—Î»ÎµÎºÏ„ÏÎ¿Î»ÏŒÎ³Î¿Ï‚ Î”ÏÎ¬Î¼Î±, Î—Î»ÎµÎºÏ„ÏÎ¿Î»Î¿Î³Î¹ÎºÎ¬ ÏƒÏ‡Î­Î´Î¹Î±, Î‘Ï‡Ï„ÏƒÎ¯Î¿Î³Î»Î¿Ï… Î Î±Î½Î±Î³Î¹ÏŽÏ„Î·Ï...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(201, 276, 'sale on mac makeup Fashion IAKIP 663', '', 'http://wavre-gardens.be/2015/11/10/sale-on-mac-makeup-fashion-iakip-663/', '173.247.231.234', '2015-12-08 23:34:36', '2015-12-08 23:34:36', '<strong>sale on mac makeup Fashion IAKIP 663...</strong>\n\nis mac nail polish good Take A walk Down Our Aisles and Save Y1YDZ 902 - Michele O\'Mara, PhD mac eyeshadow 24/7 Service gj8koTKByL | Decorating inDesigns mac makeup cheap prices Best Quality YIILW 809 - Global Writes | Global Writes mac syrup lipstick...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(202, 276, 'Kernelhouse » Blog Archive » mac cosmetic canada Diversified Latest Designs TD2HD 562', '', 'http://kernelhouse.org/2015/11/mac-cosmetic-canada-diversified-latest-designs-td2hd-562/', '173.247.231.234', '2015-12-14 10:47:54', '2015-12-14 10:47:54', '<strong>Kernelhouse » Blog Archive » mac cosmetic canada Diversified Latest Designs TD2HD 562...</strong>\n\nblack friday mac makeup Free Or Fast Shipping Now! IHms3G64bx | Mpumalanga Churches Of Christ mac brush for liquid foundation The Cheapest HLWBE 273 | TV B4 U mac foundation price Cheaper JX8H6 740 | BRC - GAS EQUIPMENT mac makeup reviews High Quality ...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(203, 276, 'mac face and body foundation c4 50% Off Free Shipping AQZXM 803', '', 'http://allwestdemo.com/2015/11/19/mac-face-and-body-foundation-c4-50-off-free-shipping-aqzxm-803/', '173.247.231.234', '2015-12-14 11:16:27', '2015-12-14 11:16:27', '<strong>mac face and body foundation c4 50% Off Free Shipping AQZXM 803...</strong>\n\n10seconds | photography | best mac lipstick shades Get prices and shopping on QCYDZ 570 lady danger mac lipstick Early Bird Specials AWI8J 574 | Garage UKA mac eyeshadow palette 120 2014 At A Wholesale Price VxMotsXswR - Welcome to Bostoncafe mac makeu...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(204, 276, 'Isabel2u porn video tube', '', 'http://isabel2u.com/cranberry-mac-eyeshadow-hot-sale-free-shipping-zuy2dilexs/', '173.247.231.234', '2015-12-14 15:51:51', '2015-12-14 15:51:51', '<strong>Isabel2u porn video tube...</strong>\n\nblush mac springsheen We Offer You The Hottest 33BCG 545 | Check Your Loan Articles mac brushes set wholesale Popular VU8oBIZ6Gg | Bergboms mac foundations reviews Top Quality Of For Sale VCOQI 413 | Sohbetbu.Org mac makeup shades For Sale Online UG1EB...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(205, 276, 'mac cosmetics cream blush A Wide Selection Of Colours And Designs YI6MZ 423', '', 'http://bestteeth-whitening.com/mac-cosmetics-cream-blush-a-wide-selection-of-colours-and-designs-yi6mz-423/', '173.247.231.234', '2015-12-14 16:01:56', '2015-12-14 16:01:56', '<strong>mac cosmetics cream blush A Wide Selection Of Colours And Designs YI6MZ 423...</strong>\n\nhow good is mac makeup Make it a Bright Holiday Season GA8LO 156 - MedQ - MedQ mac electra eyeshadow Fake 5OYPJ 302 | Travons mac makeup belt 2014 Sale At Reasonable Price LNBTM 915 | Denver Cleaning Services, Denver Maid Service mac studio fix fondÃ¶t...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(206, 276, 'Investing Times Daily', '', 'http://investingtimesdaily.com/pinterest-mac-makeup-can-enjoy-30-days-return-policy-8cr5i-292/', '173.247.231.234', '2015-12-14 17:20:09', '2015-12-14 17:20:09', '<strong>Investing Times Daily...</strong>\n\ncounterfeit mac cosmetics Retail GZMIO 889 | The Guingona Project mac cosmetics eyelashes Next Day Free Delivery Available On All DUJBE 895 mac lipstick colors Lastest Real One 1z2K7CPOIq mac o lipstick Ideal Gift For All Occasions EvOh3o5vPB | Vbizz.n...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(207, 276, 'www.elcentrodelpeinador.com.ar', '', 'http://www.elcentrodelpeinador.com.ar', '205.134.243.114', '2015-12-17 17:45:03', '2015-12-17 17:45:03', '<strong>www.elcentrodelpeinador.com.ar...</strong>\n\nwww.buydanzefaucets.com...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(208, 276, 'www.captjimmylewis.com', '', 'http://www.captjimmylewis.com', '205.134.243.114', '2015-12-18 07:40:04', '2015-12-18 07:40:04', '<strong>www.captjimmylewis.com...</strong>\n\nwww.balsiusmc.lt...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(209, 276, 'www.bluepearlresidence.com', '', 'http://www.bluepearlresidence.com', '205.134.243.114', '2015-12-21 01:33:16', '2015-12-21 01:33:16', '<strong>www.bluepearlresidence.com...</strong>\n\nwww.commeenfrance.com...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(210, 276, 'natural makeup mac Purple Free Shipping MQr8dEttDV', '', 'http://megajovem.pt/2015/12/23/natural-makeup-mac-purple-free-shipping-mqr8dettdv/', '205.134.243.114', '2015-12-27 20:41:59', '2015-12-27 20:41:59', '<strong>natural makeup mac Purple Free Shipping MQr8dEttDV...</strong>\n\nmac cosmetic products Great Quality At A Wholesale Price 5eLIKZwg5G Doneline SEO wholesale mac cosmetics outlet Top Value eTXdR8DO2a El antidoto mac up the amp lipstick Over50% OFF sfDYDoHuOS gel eyeliner mac After Viewing Athletes Training Barefoot In...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(211, 276, 'hardybowen.com', '', 'http://www.hardybowen.com', '205.134.243.114', '2015-12-28 18:54:10', '2015-12-28 18:54:10', '<strong>hardybowen.com...</strong>\n\npasticceriaurilli.it...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(212, 276, 'oklahomanaav.org', '', 'http://www.oklahomanaav.org', '205.134.243.114', '2015-12-28 19:15:40', '2015-12-28 19:15:40', '<strong>oklahomanaav.org...</strong>\n\npublicimagehair.com...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(213, 276, 'halonight.pl', '', 'http://www.halonight.pl', '205.134.243.114', '2015-12-29 00:22:19', '2015-12-29 00:22:19', '<strong>halonight.pl...</strong>\n\noprodz.com...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(214, 276, 'sangtaoviet.com.vn', '', 'http://www.sangtaoviet.com.vn', '205.134.243.114', '2015-12-31 05:46:27', '2015-12-31 05:46:27', '<strong>sangtaoviet.com.vn...</strong>\n\nwishesforscarlett.com...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(215, 276, 'rainydaysunday.com', '', 'http://www.rainydaysunday.com', '205.134.243.114', '2015-12-31 07:59:59', '2015-12-31 07:59:59', '<strong>rainydaysunday.com...</strong>\n\ndecoteam.co.il...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(216, 276, 'atafil.com', '', 'http://www.atafil.com', '205.134.243.114', '2015-12-31 08:27:48', '2015-12-31 08:27:48', '<strong>atafil.com...</strong>\n\nmercantiques.com...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(217, 276, 'cruisebird.nl', '', 'http://www.cruisebird.nl', '205.134.243.114', '2016-01-03 00:13:53', '2016-01-03 00:13:53', '<strong>cruisebird.nl...</strong>\n\nethosfairtrade.com.au...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(218, 276, 'digitalintegra.es', '', 'http://www.digitalintegra.es', '205.134.243.114', '2016-01-03 02:31:43', '2016-01-03 02:31:43', '<strong>digitalintegra.es...</strong>\n\nbfrevengepictures.com...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(219, 276, 'clubcoronita.hu', '', 'http://www.clubcoronita.hu', '205.134.243.114', '2016-01-03 02:41:38', '2016-01-03 02:41:38', '<strong>clubcoronita.hu...</strong>\n\nmenutap.ca...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(220, 276, 'islandmade.co.uk', '', 'http://www.islandmade.co.uk', '205.134.243.114', '2016-01-05 23:30:11', '2016-01-05 23:30:11', '<strong>islandmade.co.uk...</strong>\n\nmhdakbedekkingen.nl...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(221, 276, 'zackstack.com', '', 'http://www.zackstack.com', '205.134.243.114', '2016-01-06 03:04:55', '2016-01-06 03:04:55', '<strong>zackstack.com...</strong>\n\ngfin.cz...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(222, 276, 'revedeperles.com', '', 'http://www.revedeperles.com', '205.134.243.114', '2016-01-10 13:24:24', '2016-01-10 13:24:24', '<strong>revedeperles.com...</strong>\n\nbalciogluinsaat.com.tr...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(223, 276, 'southernsports.org.au', '', 'http://www.southernsports.org.au', '205.134.243.114', '2016-01-10 13:26:21', '2016-01-10 13:26:21', '<strong>southernsports.org.au...</strong>\n\ngiga.com.tr...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(224, 276, 'reussirsonmatch.com', '', 'http://www.reussirsonmatch.com', '205.134.243.114', '2016-01-10 14:29:20', '2016-01-10 14:29:20', '<strong>reussirsonmatch.com...</strong>\n\nweingenuss-online.de...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(225, 276, 'Discount Mac Products', '', 'http://lourdesgirones.com/uploads/Discount-Mac-Products.html', '205.134.243.114', '2016-01-15 23:13:41', '2016-01-15 23:13:41', '<strong>Discount Mac Products...</strong>\n\nMAC Eye Shadow X 4 Quad Punk Couture Mac Cosmetics Satin Matte Lipstick Series Choose Your Shade Urban Decay Naked Skin Weightless Complete Coverage Mac Makeup Buy NYX Concealer Jar Beige Buff Beige Mac Electric Cool Eye Shadow Black...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(226, 276, 'The Elder Scrolls Online Mac PC Game', '', 'http://www.unicadesign.nl/uploads/The-Elder-Scrolls-Online-Mac-PC-Game-.html', '205.134.243.114', '2016-01-19 10:36:11', '2016-01-19 10:36:11', '<strong>The Elder Scrolls Online Mac PC Game...</strong>\n\nWhere Is Mac Makeup From Chanel Mat Lumiere Long Lasting Luminous Matte Fluid Makeup SPF15 MAC Crushed Metallic Pigment Spruced ~ Teal Frost ~ NEW 3g Full Sz MAC Select Moisturecover Concealer NC45 Where Can I Buy Mac Makeup Online DermaQuest Youth Pro...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(227, 276, 'cakesbyheidi.co.uk', '', 'http://www.cakesbyheidi.co.uk', '205.134.243.114', '2016-01-22 01:08:28', '2016-01-22 01:08:28', '<strong>cakesbyheidi.co.uk...</strong>\n\npaulinhodrumimoveis.com.br...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(228, 276, 'maccosmeticswholesaleoutlet mac makeup 32pcs brushes', '', 'http://www.mariposaglobal.com/upload/maccosmeticswholesaleoutlet_mac_makeup_32pcs_brushes.pdf', '205.134.243.114', '2016-01-24 23:33:29', '2016-01-24 23:33:29', '<strong>maccosmeticswholesaleoutlet mac makeup 32pcs brushes...</strong>\n\nmaccosmeticswholesalers bobbi brown brush c 50 maccosmeticswholesalers mac makeup 9pcs brushes c 10 maccosmeticswholesalers 912 color eyeshadow c 18 31 maccosmeticswholesaleoutlet mac lip balm sale c 10 maccosmeticswholesalers mac makeup 9pcs brushes c...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(229, 276, 'Mytheresa Etoile Isabel Marant', '', 'http://bowlineconstruction.co.uk/uploads/Mytheresa-Etoile-Isabel-Marant.html', '205.134.243.114', '2016-01-24 23:51:37', '2016-01-24 23:51:37', '<strong>Mytheresa Etoile Isabel Marant...</strong>\n\nBorghese Creme Extraordinaire Foaming Cleanser 200ml 67oz Lancome Teint Visiionnaire Balenciaga Lavora Con Noi Isabel Marant Outlet Paris Isabel Marant Gail Sandals Prezzi Balenciaga...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(230, 276, 'Applying Mac Foundation', '', 'http://www.mullerworks.net/uploads/Applying-Mac-Foundation.html', '205.134.243.114', '2016-01-24 23:57:34', '2016-01-24 23:57:34', '<strong>Applying Mac Foundation...</strong>\n\nMac X Proenza Schouler Pro Longwear Eye Liner Rich Experience Mac Matte Lipstick Charlotte Giambattista Valli Sold Mac Cosmetics Mascara Zoom Or False Lashes Lot Travel Samples Fast Mac Makeup How To Apply Teint Dior Eclat Satin Makeup 537 Natural Gold...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(231, 276, 'Mac Satin Lipstick 4 Colors Of Your Choice Same Business Day', '', 'http://saovietpro.vn/uploads/Mac-Satin-Lipstick-4-Colors-Of-Your-Choice-Same-Business-Day.html', '205.134.243.114', '2016-01-27 13:01:24', '2016-01-27 13:01:24', '<strong>Mac Satin Lipstick 4 Colors Of Your Choice Same Business Day...</strong>\n\nMac Hyper Real Spf 15 Foundation Bobbi Brown Long Wear Even Finish SPF 15 Foundation 1 Oz 025 MAC Eye Kohl Liner Prunella MAC Lipstick WHOS THAT CHICK RiRi Hearts Mac Fall Collection Urban Decay Naked Skin Liquid Body Beauty Balm 55oz Lsb Best Mac Face...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(232, 276, 'Isabel Marant Wedge Sneakers Replica', '', 'http://sweetpaprika.ro/uploads/Isabel-Marant-Wedge-Sneakers-Replica.html', '205.134.243.114', '2016-01-27 13:15:48', '2016-01-27 13:15:48', '<strong>Isabel Marant Wedge Sneakers Replica...</strong>\n\nCollection Ete 2014 Isabel Marant Gourgeous Beautiful Dior Makeup Mac Makeup Brushes Ireland MAC Sumptuous Olive Eye Shadow Pro Palette Refill Pan Mac Studio Makeup Buy Knock Off Mac Makeup...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(233, 276, 'maccosmeticswholesalers mac makeup 32pcs brushes c 1', '', 'http://www.studio57hairandbeauty.co.uk/upload/maccosmeticswholesalers_mac_makeup_32pcs_brushes_c_1.pdf', '205.134.243.114', '2016-01-30 01:05:32', '2016-01-30 01:05:32', '<strong>maccosmeticswholesalers mac makeup 32pcs brushes c 1...</strong>\n\nmaccosmeticswholesalers mac makeup 4pcs brushes c 10 maccosmeticswholesalers mac liquid foundation c 36 maccosmeticswholesaleoutlet 68 color eyeshadow c 4 3 maccosmeticswholesaleoutlet mac loose foundation c 5 maccosmeticswholesalers mac makeup conceal...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(234, 276, 'BareMinerals SPF 20 Eye Brightener Well Rested', '', 'http://exotic-pearl.com/uploads/BareMinerals-SPF-20-Eye-Brightener-Well-Rested.html', '205.134.243.114', '2016-01-30 01:05:47', '2016-01-30 01:05:47', '<strong>BareMinerals SPF 20 Eye Brightener Well Rested...</strong>\n\nMac Cosmetics Disney Villains Collection Lancome Teint Visionnaire Skin Perfecting Makeup Duo 010 Beige Por Mac Superslick Liquid Eye Liner Signature Blue 06 Oz 18 Ml In Mac Diana Ross Lipstick Miss Ross Bnib Limited Edition Rare Urban Decay Bondage We...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(235, 276, 'Urban Decay Eyeliner Liquid 24 7 Waterproof', '', 'http://acropolis.org.pa/uploads/Urban-Decay-Eyeliner-Liquid-24-7-Waterproof.html', '205.134.243.114', '2016-01-30 01:37:55', '2016-01-30 01:37:55', '<strong>Urban Decay Eyeliner Liquid 24 7 Waterproof...</strong>\n\nBobby Isabel Marant Camel How To Get Mac Makeup Cheap Mac Archie S Girls Pearlglide Intense Eye Liner Petrol Balenciaga Aviator Red Sunglasses Bracciale Balenciaga Mac Makeup London...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(236, 276, 'maccosmeticswholesalers mac makeup 12pcs brushes c 1', '', 'http://www.galeriecandy.prospectfactory.com/upload/maccosmeticswholesalers_mac_makeup_12pcs_brushes_c_1.pdf', '205.134.243.114', '2016-02-05 10:37:29', '2016-02-05 10:37:29', '<strong>maccosmeticswholesalers mac makeup 12pcs brushes c 1...</strong>\n\nmaccosmeticswholesalers mac makeup 8pcs brushes c 10 maccosmeticswholesaleoutlet mac makeup brush wholesa maccosmeticswholesalers mac makeup 5pcs brushes c 10 maccosmeticswholesalers mac makeup kit c 39 maccosmeticswholesalers mac makeup 24pcs brushes ...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(237, 276, 'Balenciaga Classic City Rose Azalee', '', 'http://goodlifemagazine.net/uploads/Balenciaga-Classic-City-Rose-Azalee.html', '205.134.243.114', '2016-02-05 10:41:44', '2016-02-05 10:41:44', '<strong>Balenciaga Classic City Rose Azalee...</strong>\n\nMovie Studio Platinum Version 13 Box Pack Mac Reflects Antique Gold Glitter Brillants Charm 100 Authentic Mac Cosmetics New In Box Make Up Lot Isabel Marant Invierno 2013 Occ Obsessive Compulsive Cosmetics Stained Gloss Mac Eye Shadow...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(238, 276, 'maccosmeticswholesalers urban decay cosmetics c 47', '', 'http://iyifikiratolyesi.com/upload/maccosmeticswholesalers_urban_decay_cosmetics_c_47.pdf', '205.134.243.114', '2016-02-05 15:04:48', '2016-02-05 15:04:48', '<strong>maccosmeticswholesalers urban decay cosmetics c 47...</strong>\n\nmaccosmeticswholesaleoutlet mac makeup 18pcs brushes maccosmeticswholesaleoutlet mac makeup 12pcs brushes maccosmeticswholesalers mac makeup 4pcs brushes c 10 maccosmeticswholesalers mac makeup blusher c 8 maccosmeticswholesalers bobbi brown brush c 50...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(239, 276, 'mac cosmetics On Sale Store bwfYtR8OWK - Teeples Law John L. Teeples Attorney Teeples Law John L. Teeples Attorney', '', 'http://teepleslaw.com/mac-cosmetics-sale-store-bwfytr8owk/', '205.134.243.114', '2016-02-05 15:13:38', '2016-02-05 15:13:38', '<strong>mac cosmetics On Sale Store bwfYtR8OWK - Teeples Law John L. Teeples Attorney Teeples Law John L. Teeples Attorney...</strong>\n\n4AUDYT mac face makeup Big Clearance Sale NZbYftMLcS how to sharpen mac eyeliner Great Deals US Online For Sale WebUQkSLVK BOGO Christmas Trees mac cosmetics store hours Offers Free CEW7Br5rkJ mac lipstick gleam Fake D02PpVK589 mac mineralize finish El...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(240, 276, 'Balenciaga Jacinthe Lambskin Leather Giant 12 Rose Gold Work Bag', '', 'http://grandesmarques.net/uploads/Balenciaga-Jacinthe-Lambskin-Leather-Giant-12-Rose-Gold-Work-Bag.html', '205.134.243.114', '2016-02-11 14:26:22', '2016-02-11 14:26:22', '<strong>Balenciaga Jacinthe Lambskin Leather Giant 12 Rose Gold Work Bag...</strong>\n\nIsabel Marant Bobby Ebay Balenciaga Giant 12 Gold Mini City Black Black Isabel Marant Dicker Boots Sale MAC Lac Lustre Semi Matte Lip Rouge Coy Balenciaga High Top Sneakers Colorless Boots No7 Radiant Glow Concealer...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(241, 276, 'brush makeup set mac Best Deals PWxOPBpzY6 BOGO Christmas Trees', '', 'http://www.bogochristmastrees.com/?p=1963', '205.134.243.114', '2016-02-11 21:34:50', '2016-02-11 21:34:50', '<strong>brush makeup set mac Best Deals PWxOPBpzY6 BOGO Christmas Trees...</strong>\n\ncyndi lauper mac lipstick Luxury NW16Ta6Odh Jorhat Institute of Science and Technology mac cosemetics Luxuriant In Design A56swJNXyc Agencia de Arquitecturas Complejas y Urbanismo mac fluidline in the official store Q4PgRvFrET Divinations LifeCare Pvt....', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(242, 276, 'maccosmeticswholesalers mac makeup 10pcs brushes c 1', '', 'http://www.kensingtonasianmassage.co.uk/upload/maccosmeticswholesalers_mac_makeup_10pcs_brushes_c_1.pdf', '205.134.243.114', '2016-02-11 21:51:45', '2016-02-11 21:51:45', '<strong>maccosmeticswholesalers mac makeup 10pcs brushes c 1...</strong>\n\nmaccosmeticswholesaleoutlet mac liquid foundation c maccosmeticswholesalers mac makeup bag c 13 maccosmeticswholesalers 1439 color eyeshadow c 18 30 maccosmeticswholesalers pigments single eyeshadow c maccosmeticswholesaleoutlet mac loose foundation c ...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(243, 276, 'mac liberty of london lipstick Wonline With A Focus On Exemplary Customer Service And Affordable Competitive Pricing. BEjs8v8Tqe', '', 'http://bbqwithjoe.com/mac-liberty-of-london-lipstick-wonline-with-a-focus-on-exemplary-customer-service-and-affordable-competitive-pricing-bejs8v8tqe/', '205.134.243.116', '2016-03-03 00:35:19', '2016-03-03 00:35:19', '<strong>mac liberty of london lipstick Wonline With A Focus On Exemplary Customer Service And Affordable Competitive Pricing. BEjs8v8Tqe...</strong>\n\n鈽卪ac brown down eyeshadow Special Offers On f07B0PUO9q鈽?Eastlocal Marketing Group on Shanghai of China glam lipstick mac Up-To-Date Styling wjopS5Urea - Teeples Law John L. Teeples Attorney Teeples Law John L. Teeples Attorney mac cosmetics mineralize ...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(244, 276, 'maccosmeticswholesaleoutlet cheap mac makeup bag c 3', '', 'http://cravingstwincompanies.com/upload/maccosmeticswholesaleoutlet_cheap_mac_makeup_bag_c_3.pdf', '205.134.243.116', '2016-03-07 01:56:58', '2016-03-07 01:56:58', '<strong>maccosmeticswholesaleoutlet cheap mac makeup bag c 3...</strong>\n\nmaccosmeticswholesalers mac makeup single brushes c maccosmeticswholesaleoutlet mac makeup 9pcs brushes maccosmeticswholesaleoutlet mac makeup single brushe maccosmeticswholesaleoutlet mac makeup concealer c 2 maccosmeticswholesalers mac eyelip remover...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(245, 276, 'Mac Makeup Ebay', '', 'http://tixi.dk/image/Mac-Makeup-Ebay.html', '205.134.243.116', '2016-03-07 02:15:36', '2016-03-07 02:15:36', '<strong>Mac Makeup Ebay...</strong>\n\nMac Makeup Uk Free Samples Where To Get Mac Makeup For Cheap Discontinued Mac Makeup Mac Makeup Twitter Mac Makeup Eyeshadow Palette Mac Makeup Services...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(246, 276, 'maccosmeticswholesaleoutlet mac makeup 10pcs brushes', '', 'http://candgheating.com/upload/maccosmeticswholesaleoutlet_mac_makeup_10pcs_brushes.pdf', '205.134.243.116', '2016-03-07 03:07:23', '2016-03-07 03:07:23', '<strong>maccosmeticswholesaleoutlet mac makeup 10pcs brushes...</strong>\n\nmaccosmeticswholesalers mac makeup kit c 39 maccosmeticswholesaleoutlet mac eyeliner gel c 28 maccosmeticswholesaleoutlet mac cosmetics eyeshadow maccosmeticswholesalers mac makeup 9pcs brushes c 10 maccosmeticswholesaleoutlet mac false eyelashes c 7 m...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(247, 276, 'index', '', 'http://www.azgaard.com/image/index.html', '205.134.243.116', '2016-03-07 03:45:32', '2016-03-07 03:45:32', '<strong>index...</strong>\n\nMac Sminke P氓 Nett Mac Cosmetics Hamilton Mac Online Cosmetics Mac Makeup Stocks Mac Foundation Samples Mac Nc40 Foundation...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(248, 276, 'Mac Quad Eyeshadow Sale At Acceptable Price Fj2fFW4o3K', '', 'http://kamal-khetan.in/?p=1062', '216.244.79.218', '2016-03-21 18:52:19', '2016-03-21 18:52:19', '<strong>Mac Quad Eyeshadow Sale At Acceptable Price Fj2fFW4o3K...</strong>\n\nX MedLuminary.Com mac eyeshadow embark Ample Supply And Prompt Delivery kpb7L18vuH | filcon ii 3 contact lenses At A Wholesale Price EpySI9P4jx 芦 G艂odny kr贸lik BoilerRoom Studios PTY Ltd (broomstudios) 禄 monitors for mac Acceptable Price Free Shipping ...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(249, 276, 'color contact lenses for halloween Competitive Price Vru2VHkBDt 芦 鍘﹂棬鑱斿悎浼樺垱缃戠粶绉戞妧鏈夐檺鍏徃瀹樻柟缃戠珯 UNICORN Co.,Ltd. Official Website', '', 'http://www.jeff-studio.com/?p=2228', '216.244.79.218', '2016-03-27 15:15:32', '2016-03-27 15:15:32', '<strong>color contact lenses for halloween Competitive Price Vru2VHkBDt 芦 鍘﹂棬鑱斿悎浼樺垱缃戠粶绉戞妧鏈夐檺鍏徃瀹樻柟缃戠珯 UNICORN Co.,Ltd. Official Website...</strong>\n\nzombie contact lenses uk Very Good Quality TiCiLq36NM | Sagebrush Consultants mac makeup colors Set Out To Develop An Athletic Shoe That Would Feel More Natural And Weightless bE21lxGH6r | IDC Shop | optix contact lenses Online Lpw14EeZdj Contact | chi...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(250, 276, 'mac makeup brush set uk Popular Cheap Wholesale N3yjJohZKz', '', 'http://kamkiu.com.au/?p=2309', '216.244.79.218', '2016-03-27 16:01:30', '2016-03-27 16:01:30', '<strong>mac makeup brush set uk Popular Cheap Wholesale N3yjJohZKz...</strong>\n\nSeri Keningau | Restoran &amp; Katering 禄 Blog Archive 禄 buy daily contact lenses online Shop For Official ttDAQqFi4E mac makeup how to Cheap Wholesale BwqLI77Eem 芦 G艂odny kr贸lik Job Manager 鈥?WordPress Plugins contact lenses brisbane Treat Yourself To A G...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(251, 276, 'different types of contact lenses Purple Free Shipping xKBAeGnljP', '', 'http://www.chinarosecuisine.com/boots-contact-lenses-by-post-outlet-store-2016-clearance-sale-mens-and-womens-ypvo2o7etb/', '216.244.79.218', '2016-03-27 18:43:11', '2016-03-27 18:43:11', '<strong>different types of contact lenses Purple Free Shipping xKBAeGnljP...</strong>\n\n小泻邪褔邪褌褜 斜械褋锌谢邪褌薪芯 what to buy at mac cosmetics With Discount LGPPa1XI4J 鈥?芦 小泻邪褔邪褌褜 Java 袠谐褉褘 薪邪 褌械谢械褎芯薪. 袣邪褉褌懈薪泻懈, 褌械泻褋褌褘 褋屑褋, 褉懈薪谐褌芯薪褘, 褌械屑褘 薪邪 屑芯斜懈谢褜薪褘泄 褌械谢械褎芯薪. SEO Friendly Images | Products mac makeup franchise Exquisite Craftsmanship vLOkLuTBYc ...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(252, 276, 'balenciaga wallets c 18', '', 'http://studiom2.net/pdf/balenciaga_wallets_c_18.pdf', '216.244.79.218', '2016-03-28 09:26:58', '2016-03-28 09:26:58', '<strong>balenciaga wallets c 18...</strong>\n\nmaccosmeticswholesaleoutlet too faced makeup c 23 maccosmeticswholesaleoutlet mac makeup mascara c 14 royaums sneakers women c 128 maccosmeticswholesalers mac makeup mascara c 16 balenciaga clutches c 11 versace shoes sneakers men c 13...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(253, 276, 'maccosmeticswholesaleoutlet lady gaga collection c 1', '', 'http://barcodehouse.co.kr/pdf/maccosmeticswholesaleoutlet_lady_gaga_collection_c_1.pdf', '216.244.79.218', '2016-03-29 08:48:03', '2016-03-29 08:48:03', '<strong>maccosmeticswholesaleoutlet lady gaga collection c 1...</strong>\n\nbalenciaga sneakers c 7 maccosmeticswholesalers mac makeup 32pcs brushes c 1 maccosmeticswholesaleoutlet mac loose foundation c 5 maccosmeticswholesaleoutlet mac makeup 4pcs brushes maccosmeticswholesalers 912 color eyeshadow c 18 31 buscemi sneakers w...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(254, 276, 'maccosmeticswholesaleoutlet mac lip balm sale c 10', '', 'http://new.grootzs.nl/pdf/maccosmeticswholesaleoutlet_mac_lip_balm_sale_c_10.pdf', '216.244.79.218', '2016-03-29 09:18:22', '2016-03-29 09:18:22', '<strong>maccosmeticswholesaleoutlet mac lip balm sale c 10...</strong>\n\nmaccosmeticswholesalers mac makeup 9pcs brushes c 10 maccosmeticswholesaleoutlet mac makeup 12pcs brushes maccosmeticswholesalers mac makeup 10pcs brushes c 1 maccosmeticswholesalers mac makeup 18pcs brushes c 1 maccosmeticswholesalers mac makeup 32pcs...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(255, 276, 'maccosmeticswholesalers mac makeup bag c 13', '', 'http://nicolevannierop.nl/pdf/maccosmeticswholesalers_mac_makeup_bag_c_13.pdf', '216.244.79.218', '2016-03-30 08:23:48', '2016-03-30 08:23:48', '<strong>maccosmeticswholesalers mac makeup bag c 13...</strong>\n\nroyaums sneakers women c 128 isabel marant boots c 1 balenciaga canvas handbags c 15 balenciaga gaint city c 14 maccosmeticswholesaleoutlet 1439 color eyeshadow c 4 maccosmeticswholesalers mac liquid foundation c 36...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(256, 276, 'maccosmeticswholesalers mac makeup blusher c 8', '', 'http://www.hotelolecko.pl/pdf/maccosmeticswholesalers_mac_makeup_blusher_c_8.pdf', '216.244.79.218', '2016-03-30 09:18:42', '2016-03-30 09:18:42', '<strong>maccosmeticswholesalers mac makeup blusher c 8...</strong>\n\nmaccosmeticswholesaleoutlet too faced makeup c 23 maccosmeticswholesaleoutlet mac eyeliner gel c 28 maccosmeticswholesalers mac makeup 4pcs brushes c 10 maccosmeticswholesaleoutlet mac makeup single brushe maccosmeticswholesaleoutlet 1439 color eyeshad...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(257, 276, 'maccosmeticswholesaleoutlet 40180 color eyeshadow c', '', 'http://www.inzenierkomunikacijas.lv/pdf/maccosmeticswholesaleoutlet_40180_color_eyeshadow_c.pdf', '216.244.79.218', '2016-03-31 11:57:57', '2016-03-31 11:57:57', '<strong>maccosmeticswholesaleoutlet 40180 color eyeshadow c...</strong>\n\nmaccosmeticswholesalers mac makeup brushes c 10 maccosmeticswholesalers mac eyeshadow c 18 maccosmeticswholesaleoutlet mac eyeliner gel c 28 maccosmeticswholesaleoutlet 25 color eyeshadow c 4 1 maccosmeticswholesaleoutlet mac liquid foundation c maccos...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(258, 276, 'maccosmeticswholesaleoutlet mac makeup 32pcs brushes', '', 'http://birthing-goddess.ca/pdf/maccosmeticswholesaleoutlet_mac_makeup_32pcs_brushes.pdf', '216.244.79.218', '2016-03-31 15:38:05', '2016-03-31 15:38:05', '<strong>maccosmeticswholesaleoutlet mac makeup 32pcs brushes...</strong>\n\nmaccosmeticswholesalers mac eyeliner gel c 29 maccosmeticswholesaleoutlet mac makeup 7pcs brushes maccosmeticswholesalers mac makeup 9pcs brushes c 10 maccosmeticswholesalers benefit cosmetics c 49 maccosmeticswholesaleoutlet benefit cosmetics online m...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(259, 276, 'maccosmeticswholesalers mac makeup 4pcs brushes c 10', '', 'http://neovia-additives.com/pdf/maccosmeticswholesalers_mac_makeup_4pcs_brushes_c_10.pdf', '216.244.79.218', '2016-04-02 00:29:37', '2016-04-02 00:29:37', '<strong>maccosmeticswholesalers mac makeup 4pcs brushes c 10...</strong>\n\nmaccosmeticswholesalers bobbi brown brush c 50 maccosmeticswholesaleoutlet mac cosmetic lipgloss c maccosmeticswholesalers mac makeup lip balm c 38 maccosmeticswholesalers mac makeup 5pcs brushes c 10 maccosmeticswholesaleoutlet 1439 color eyeshadow c ...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(260, 276, 'maccosmeticswholesalers new mac makeup 2016 c 2', '', 'http://le-yin-institut.fr/pdf/maccosmeticswholesalers_new_mac_makeup_2016_c_2.pdf', '216.244.79.218', '2016-04-02 22:27:50', '2016-04-02 22:27:50', '<strong>maccosmeticswholesalers new mac makeup 2016 c 2...</strong>\n\nmaccosmeticswholesaleoutlet mac makeup 19pcs brushes maccosmeticswholesalers 25 color eyeshadow c 18 19 maccosmeticswholesalers mac makeup 10pcs brushes c 1 maccosmeticswholesaleoutlet mac lipstick wholesale c royaums sneakers men c 135 maccosmeticswho...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(261, 276, 'maccosmeticswholesaleoutlet mac makeup 9pcs brushes', '', 'http://www.nalikadesilva.com/pdf/maccosmeticswholesaleoutlet_mac_makeup_9pcs_brushes.pdf', '216.244.79.218', '2016-04-03 03:10:43', '2016-04-03 03:10:43', '<strong>maccosmeticswholesaleoutlet mac makeup 9pcs brushes...</strong>\n\npatrick mohr sneakers men c 133 maccosmeticswholesalers mac makeup 18pcs brushes c 1 maccosmeticswholesalers mac makeup 18pcs brushes c 1 maccosmeticswholesalers mac makeup lip balm c 38 maccosmeticswholesalers mac makeup concealer c 5 maccosmeticswhol...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(262, 276, 'maccosmeticswholesalers mac powder foundation c 35', '', 'http://vandaagkomenze.nl/pdf/maccosmeticswholesalers_mac_powder_foundation_c_35.pdf', '216.244.79.218', '2016-04-04 04:06:06', '2016-04-04 04:06:06', '<strong>maccosmeticswholesalers mac powder foundation c 35...</strong>\n\nmaccosmeticswholesalers mac makeup 32pcs brushes c 1 maccosmeticswholesaleoutlet 1439 color eyeshadow c 4 maccosmeticswholesalers mac hello kitty c 6 maccosmeticswholesalers bobbi brown brush c 50 maccosmeticswholesaleoutlet mac makeup single brushe is...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(263, 276, 'maccosmeticswholesalers mac makeup 9pcs brushes c 10', '', 'http://www.lambienquangcao.biz/pdf/maccosmeticswholesalers_mac_makeup_9pcs_brushes_c_10.pdf', '216.244.79.218', '2016-04-04 15:17:20', '2016-04-04 15:17:20', '<strong>maccosmeticswholesalers mac makeup 9pcs brushes c 10...</strong>\n\nmaccosmeticswholesalers mac makeup lip balm c 38 maccosmeticswholesaleoutlet wholesale mac makeup kit maccosmeticswholesalers mac makeup 9pcs brushes c 10 maccosmeticswholesalers mac makeup lip balm c 38 giuseppe zanotti sneakers men c maccosmeticswhol...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(264, 276, 'maccosmeticswholesalers mac makeup 9pcs brushes c 10', '', 'http://98.131.64.157/pdf/maccosmeticswholesalers_mac_makeup_9pcs_brushes_c_10.pdf', '216.244.79.218', '2016-04-05 07:28:53', '2016-04-05 07:28:53', '<strong>maccosmeticswholesalers mac makeup 9pcs brushes c 10...</strong>\n\nmaccosmeticswholesaleoutlet bobbi brown brushes c 37 maccosmeticswholesalers wholesale dior makeup c 1 maccosmeticswholesalers mac makeup brushes c 10 maccosmeticswholesaleoutlet mac makeup 19pcs brushes maccosmeticswholesalers mac makeup brushes c 10 ...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(265, 276, 'royaums sneakers men c 135', '', 'http://www.sycamorelpcn.com/pdf/royaums_sneakers_men_c_135.pdf', '216.244.79.218', '2016-04-05 15:06:03', '2016-04-05 15:06:03', '<strong>royaums sneakers men c 135...</strong>\n\nisabel marant fall 2013 c 4 maccosmeticswholesaleoutlet mac makeup 19pcs brushes maccosmeticswholesaleoutlet mac makeup 24pcs brushes maccosmeticswholesalers mac makeup 7pcs brushes c 10 maccosmeticswholesalers mac makeup eyeliner c 4 maccosmeticswhole...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(266, 276, '2014 isabel marant sneakers c 6', '', 'http://ordineavvocatibelluno.com/pdf/2014_isabel_marant_sneakers_c_6.pdf', '216.244.79.218', '2016-04-06 12:57:29', '2016-04-06 12:57:29', '<strong>2014 isabel marant sneakers c 6...</strong>\n\nmaccosmeticswholesaleoutlet mac cosmetics eyeshadow maccosmeticswholesalers mac makeup 7pcs brushes c 10 buscemi sneakers women c 124 maccosmeticswholesaleoutlet mac makeup 32pcs brushes maccosmeticswholesalers mac makeup 8pcs brushes c 10 balenciaga c...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(267, 276, 'maccosmeticswholesalers wholesale lv brush c 9', '', 'http://art-meets-innovation.org/pdf/maccosmeticswholesalers_wholesale_lv_brush_c_9.pdf', '216.244.79.218', '2016-04-07 06:26:27', '2016-04-07 06:26:27', '<strong>maccosmeticswholesalers wholesale lv brush c 9...</strong>\n\nmaccosmeticswholesalers mac makeup 7pcs brushes c 10 isabel marant sandals c 5 maccosmeticswholesaleoutlet new mac cosmetics 2016 c maccosmeticswholesaleoutlet benefit cosmetics online maccosmeticswholesalers mac makeup brushes c 10 balenciaga shoulder...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(268, 276, 'sneaker isabels marant', '', 'http://waarwordtuheelergblijvan.nl/pdf/sneakerisabelsmarant.pdf', '216.244.79.218', '2016-04-07 17:16:55', '2016-04-07 17:16:55', '<strong>sneaker isabels marant...</strong>\n\nmaccosmeticswholesaleoutlet mac makeup 10pcs brushes maccosmeticswholesalers wholesale mac lipstick c 12 others c 10 maccosmeticswholesaleoutlet mac cosmetics eyeshadow isabel marant heels c 3 maccosmeticswholesaleoutlet pigments single eyeshado...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(269, 276, 'maccosmeticswholesalers pigments single eyeshadow c', '', 'http://monolitoimoveis.com.br/pdf/maccosmeticswholesalers_pigments_single_eyeshadow_c.pdf', '216.244.79.218', '2016-04-08 03:46:25', '2016-04-08 03:46:25', '<strong>maccosmeticswholesalers pigments single eyeshadow c...</strong>\n\nmaccosmeticswholesaleoutlet 912 color eyeshadow c 4 maccosmeticswholesalers mac makeup mascara c 16 maccosmeticswholesalers mac makeup 19pcs brushes c 1 versace palazzo sneakers men c maccosmeticswholesalers mac makeup 7pcs brushes c 10 maccosmeticswho...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0);
INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(270, 276, 'maccosmeticswholesaleoutlet mac makeup 9pcs brushes', '', 'http://marktoonen.nl/pdf/maccosmeticswholesaleoutlet_mac_makeup_9pcs_brushes.pdf', '216.244.79.218', '2016-04-08 23:06:09', '2016-04-08 23:06:09', '<strong>maccosmeticswholesaleoutlet mac makeup 9pcs brushes...</strong>\n\nmaccosmeticswholesaleoutlet wholesale mac pencil c 3 maccosmeticswholesaleoutlet 68 color eyeshadow c 4 3 maccosmeticswholesaleoutlet mac makeup 32pcs brushes maccosmeticswholesaleoutlet mac cosmetics eyeshadow maccosmeticswholesalers mac eyelip remove...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(271, 276, 'maccosmeticswholesaleoutlet 912 color eyeshadow c 4', '', 'http://greenv4.com/pdf/maccosmeticswholesaleoutlet_912_color_eyeshadow_c_4.pdf', '216.244.79.218', '2016-04-10 00:04:34', '2016-04-10 00:04:34', '<strong>maccosmeticswholesaleoutlet 912 color eyeshadow c 4...</strong>\n\nmaccosmeticswholesalers mac makeup single brushes c maccosmeticswholesaleoutlet lady gaga collection c 1 maccosmeticswholesaleoutlet lady gaga collection c 1 maccosmeticswholesalers 912 color eyeshadow c 18 31 maccosmeticswholesalers 912 color eyeshado...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(272, 276, 'maccosmeticswholesaleoutlet mac makeup 16pcs brushes', '', 'http://www.hausamann.ch/pdf/maccosmeticswholesaleoutlet_mac_makeup_16pcs_brushes.pdf', '216.244.79.218', '2016-04-10 02:57:55', '2016-04-10 02:57:55', '<strong>maccosmeticswholesaleoutlet mac makeup 16pcs brushes...</strong>\n\nmaccosmeticswholesaleoutlet 25 color eyeshadow c 4 1 maccosmeticswholesaleoutlet mac lip balm sale c 10 balenciaga city c 13 maccosmeticswholesalers pigments single eyeshadow c maccosmeticswholesalers mac makeup 4pcs brushes c 10 maccosmeticswholesaler...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(273, 276, 'maccosmeticswholesalers mac hello kitty c 6', '', 'http://surfkampzandvoort.nl/pdf/maccosmeticswholesalers_mac_hello_kitty_c_6.pdf', '216.244.79.218', '2016-04-10 18:07:13', '2016-04-10 18:07:13', '<strong>maccosmeticswholesalers mac hello kitty c 6...</strong>\n\nmaccosmeticswholesalers mac makeup lip balm c 38 maccosmeticswholesaleoutlet mac false eyelashes c 7 giuseppe zanotti sneakers men c 2014 isabel marant sneakers c 6(1) maccosmeticswholesalers mac makeup 32pcs brushes c 1 buscemi sneakers men c 132...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(274, 276, 'maccosmeticswholesalers mac false eyelashes c 3', '', 'http://hollandsspektakel.nl/pdf/maccosmeticswholesalers_mac_false_eyelashes_c_3.pdf', '216.244.79.218', '2016-04-11 11:54:22', '2016-04-11 11:54:22', '<strong>maccosmeticswholesalers mac false eyelashes c 3...</strong>\n\nmaccosmeticswholesaleoutlet cheap mac makeup bag c 3 maison margiela sneakers men c maccosmeticswholesaleoutlet bobbi brown brushes c 37 maccosmeticswholesaleoutlet mac makeup 32pcs brushes maccosmeticswholesalers mac makeup other brushes c 1 maccosmet...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(275, 276, 'maccosmeticswholesalers mac makeup 8pcs brushes c 10', '', 'http://www.mbreckwoldt.de/pdf/maccosmeticswholesalers_mac_makeup_8pcs_brushes_c_10.pdf', '216.244.79.218', '2016-04-12 17:36:04', '2016-04-12 17:36:04', '<strong>maccosmeticswholesalers mac makeup 8pcs brushes c 10...</strong>\n\nmaccosmeticswholesaleoutlet mac makeup 4pcs brushes maccosmeticswholesalers mac makeup 13pcs brushes c 1 maccosmeticswholesalers mac makeup other brushes c 1 maccosmeticswholesalers mac hello kitty c 6 maccosmeticswholesalers mac makeup 12pcs brushes c...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(276, 276, 'maccosmeticswholesalers pigments single eyeshadow c', '', 'http://chdwelding.com/pdf/maccosmeticswholesalers_pigments_single_eyeshadow_c.pdf', '216.244.79.218', '2016-04-13 00:35:05', '2016-04-13 00:35:05', '<strong>maccosmeticswholesalers pigments single eyeshadow c...</strong>\n\nmaccosmeticswholesalers mac loose powder foundation maccosmeticswholesalers benefit cosmetics c 49 maccosmeticswholesalers mac makeup 4pcs brushes c 10 maccosmeticswholesaleoutlet mac makeup 7pcs brushes maccosmeticswholesaleoutlet mac makeup 24pcs bru...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(277, 276, 'maccosmeticswholesaleoutlet mac makeup 16pcs brushes', '', 'http://preguntenoscomo.cl/pdf/maccosmeticswholesaleoutlet_mac_makeup_16pcs_brushes.pdf', '216.244.79.218', '2016-04-13 11:39:40', '2016-04-13 11:39:40', '<strong>maccosmeticswholesaleoutlet mac makeup 16pcs brushes...</strong>\n\nmaccosmeticswholesalers mac makeup 4pcs brushes c 10 maccosmeticswholesalers wholesale mac lipstick c 12 maccosmeticswholesalers mac makeup lip balm c 38 buscemi sneakers women c 124 maccosmeticswholesalers mac eyelip remover water c 4 maccosmeticswhol...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(278, 276, 'maccosmeticswholesaleoutlet mac makeup 24pcs brushes', '', 'http://www.enlib.or.kr/pdf/maccosmeticswholesaleoutlet_mac_makeup_24pcs_brushes.pdf', '216.244.79.218', '2016-04-14 03:38:03', '2016-04-14 03:38:03', '<strong>maccosmeticswholesaleoutlet mac makeup 24pcs brushes...</strong>\n\nmaccosmeticswholesalers com too faced cosmetics c 48 sneaker isabels marant maccosmeticswholesaleoutlet wholesale mac makeup kit maccosmeticswholesalers mac makeup 13pcs brushes c 1 maison margiela sneakers men c buscemi sneakers men c 132...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(279, 276, 'versace palazzo sneakers men c', '', 'http://aquawellnessworld.com/pdf/versace_palazzo_sneakers_men_c.pdf', '216.244.79.218', '2016-04-15 11:00:59', '2016-04-15 11:00:59', '<strong>versace palazzo sneakers men c...</strong>\n\nmaccosmeticswholesaleoutlet mac makeup 13pcs brushes balenciaga brogues handbags c 1 maccosmeticswholesalers mac makeup 18pcs brushes c 1 maccosmeticswholesalers mac makeup 4pcs brushes c 10 maccosmeticswholesalers 40180 color eyeshadow c 18 3 maison m...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(280, 276, 'maccosmeticswholesalers mac makeup brushes c 10', '', 'http://poland.meta.ua/pdf/maccosmeticswholesalers_mac_makeup_brushes_c_10.pdf', '216.244.79.218', '2016-04-16 08:09:40', '2016-04-16 08:09:40', '<strong>maccosmeticswholesalers mac makeup brushes c 10...</strong>\n\nmaccosmeticswholesaleoutlet mac eyeliner gel c 28 maccosmeticswholesaleoutlet mac makeup 4pcs brushes maccosmeticswholesalers mac makeup 8pcs brushes c 10 maccosmeticswholesaleoutlet new mac cosmetics 2016 c maccosmeticswholesalers mac lady gaga c 7 ma...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(281, 276, 'balenciaga shoulder bags c 17', '', 'http://ergonomica-tomsk.ru/pdf/balenciaga_shoulder_bags_c_17.pdf', '216.244.79.218', '2016-04-16 12:01:45', '2016-04-16 12:01:45', '<strong>balenciaga shoulder bags c 17...</strong>\n\nmaccosmeticswholesalers mac makeup 24pcs brushes c 1 maccosmeticswholesalers benefit cosmetics c 49 maccosmeticswholesalers mac makeup 9pcs brushes c 10 maccosmeticswholesaleoutlet mac makeup single brushe isabel marant heels c 3 maccosmeticswholesaleo...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(282, 276, 'patrick mohr sneakers men c 133', '', 'http://www.imobiliariabomgosto.com.br/pdf/patrick_mohr_sneakers_men_c_133.pdf', '216.244.79.218', '2016-04-16 23:16:24', '2016-04-16 23:16:24', '<strong>patrick mohr sneakers men c 133...</strong>\n\nmaccosmeticswholesaleoutlet cheap mac makeup bag c 3 maccosmeticswholesalers mac makeup 19pcs brushes c 1 maccosmeticswholesaleoutlet mac lip balm sale c 10 maccosmeticswholesaleoutlet mac makeup 19pcs brushes maccosmeticswholesalers mac makeup conceal...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(283, 276, 'isabel marant fall 2013 c 4', '', 'http://csm35.ru/pdf/isabel_marant_fall_2013_c_4.pdf', '216.244.79.218', '2016-04-18 10:42:46', '2016-04-18 10:42:46', '<strong>isabel marant fall 2013 c 4...</strong>\n\nmaccosmeticswholesalers mac eyeliner gel c 29 maccosmeticswholesaleoutlet mac makeup other brushes maccosmeticswholesaleoutlet mac makeup other brushes maccosmeticswholesaleoutlet 1439 color eyeshadow c 4 balenciaga gaint city c 14 maccosmeticswholesal...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(284, 276, 'maccosmeticswholesaleoutlet mac false eyelashes c 7', '', 'http://golfsurfenzandvoort.nl/pdf/maccosmeticswholesaleoutlet_mac_false_eyelashes_c_7.pdf', '216.244.79.218', '2016-04-19 09:51:09', '2016-04-19 09:51:09', '<strong>maccosmeticswholesaleoutlet mac false eyelashes c 7...</strong>\n\nmaccosmeticswholesalers wholesale lv brush c 9 balenciaga canvas handbags c 15 buscemi sneakers men c 132 maccosmeticswholesaleoutlet wholesale mac makeup kit maccosmeticswholesalers com too faced cosmetics c 48 buscemi sneakers men c 132...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(285, 276, 'maccosmeticswholesaleoutlet 68 color eyeshadow c 4 3', '', 'http://www.shmisawa.com/pdf/maccosmeticswholesaleoutlet_68_color_eyeshadow_c_4_3.pdf', '216.244.79.218', '2016-04-19 23:51:36', '2016-04-19 23:51:36', '<strong>maccosmeticswholesaleoutlet 68 color eyeshadow c 4 3...</strong>\n\nmaccosmeticswholesaleoutlet 68 color eyeshadow c 4 3 balenciaga canvas handbags c 15 maccosmeticswholesalers wholesale lv brush c 9 maccosmeticswholesalers mac loose powder foundation maccosmeticswholesalers mac makeup bb cream c 14 maccosmeticswholesa...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(286, 276, 'maccosmeticswholesaleoutlet too faced makeup c 23', '', 'http://marktoonen.nl/pdf/maccosmeticswholesaleoutlet_too_faced_makeup_c_23.pdf', '216.244.79.218', '2016-04-20 11:18:35', '2016-04-20 11:18:35', '<strong>maccosmeticswholesaleoutlet too faced makeup c 23...</strong>\n\nmaccosmeticswholesaleoutlet mac makeup mascara c 14 maccosmeticswholesaleoutlet 1439 color eyeshadow c 4 balenciaga clutches c 11 maccosmeticswholesalers mac makeup mascara c 16 maison margiela sneakers women maccosmeticswholesalers mac makeup 19pcs br...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(287, 276, 'maccosmeticswholesaleoutlet mac loose foundation c 5', '', 'http://healthbeautybuzzzy.com/pdf/maccosmeticswholesaleoutlet_mac_loose_foundation_c_5.pdf', '216.244.79.218', '2016-04-21 11:48:08', '2016-04-21 11:48:08', '<strong>maccosmeticswholesaleoutlet mac loose foundation c 5...</strong>\n\nmaccosmeticswholesalers mac makeup 12pcs brushes c 1 maccosmeticswholesalers 40180 color eyeshadow c 18 3 maccosmeticswholesaleoutlet mac false eyelashes c 7 maccosmeticswholesalers mac makeup concealer c 5 maccosmeticswholesaleoutlet benefit cosmetics...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(288, 276, 'maccosmeticswholesalers wholesale mac lipstick c 12', '', 'http://www.strategie-immobilier.com/pdf/maccosmeticswholesalers_wholesale_mac_lipstick_c_12.pdf', '216.244.79.218', '2016-04-22 06:42:56', '2016-04-22 06:42:56', '<strong>maccosmeticswholesalers wholesale mac lipstick c 12...</strong>\n\nmaccosmeticswholesalers mac makeup 10pcs brushes c 1 balenciaga top handles c 8 maccosmeticswholesaleoutlet mac lipstick wholesale c maccosmeticswholesalers mac makeup 32pcs brushes c 1 maccosmeticswholesalers mac makeup bag c 13 balenciaga brogues han...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(289, 276, 'maccosmeticswholesaleoutlet mac makeup 9pcs brushes', '', 'http://www.napshotpaintball.com/pdf/maccosmeticswholesaleoutlet_mac_makeup_9pcs_brushes.pdf', '216.244.79.218', '2016-04-22 16:01:57', '2016-04-22 16:01:57', '<strong>maccosmeticswholesaleoutlet mac makeup 9pcs brushes...</strong>\n\nmaccosmeticswholesalers mac false eyelashes c 3 maccosmeticswholesalers urban decay cosmetics c 47 balenciaga wallets c 18 maccosmeticswholesalers mac eyeliner gel c 29 maccosmeticswholesaleoutlet mac makeup 4pcs brushes maccosmeticswholesaleoutlet mac...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(290, 276, 'maccosmeticswholesalers mac makeup blusher c 8', '', 'http://msk-telekom.ru/pdf/maccosmeticswholesalers_mac_makeup_blusher_c_8.pdf', '216.244.79.218', '2016-04-23 12:17:39', '2016-04-23 12:17:39', '<strong>maccosmeticswholesalers mac makeup blusher c 8...</strong>\n\nmaccosmeticswholesalers 1439 color eyeshadow c 18 30 maccosmeticswholesalers wholesale dior makeup c 1 maccosmeticswholesaleoutlet mac false eyelashes c 7 maccosmeticswholesalers mac makeup other brushes c 1 maccosmeticswholesaleoutlet mac cosmetic lip...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(291, 276, '2014 isabel marant sneakers c 6', '', 'http://soft-team.pl/pdf/2014_isabel_marant_sneakers_c_6.pdf', '216.244.79.218', '2016-04-23 21:07:15', '2016-04-23 21:07:15', '<strong>2014 isabel marant sneakers c 6...</strong>\n\nmaccosmeticswholesaleoutlet mac makeup 16pcs brushes maccosmeticswholesaleoutlet mac eyeliner gel c 28 maccosmeticswholesalers benefit cosmetics c 49 maccosmeticswholesaleoutlet bobbi brown brushes c 37 patrick mohr sneakers men c 133 patrick mohr snea...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(292, 276, 'balenciaga city c 13', '', 'http://designersintegres.org/pdf/balenciaga_city_c_13.pdf', '216.244.79.218', '2016-04-24 20:54:01', '2016-04-24 20:54:01', '<strong>balenciaga city c 13...</strong>\n\nbalenciaga totes c 12 maccosmeticswholesaleoutlet mac makeup single brushe maccosmeticswholesalers mac makeup lip balm c 38 balenciaga totes c 12 maccosmeticswholesaleoutlet mac makeup concealer c 2 maccosmeticswholesaleoutlet mac cosmetics eyeliner c...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(293, 276, 'yashiindia', '', 'http://www.yashiindia.com/?p=32571', '216.244.79.218', '2016-04-29 12:47:32', '2016-04-29 12:47:32', '<strong>yashiindia...</strong>\n\nmac honeylove lipstick Designer hvbgDq5LbD | Bangladesh Textile Today...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(294, 276, '艩eimos medis', '', 'http://siauliulaidojimonamai.lt/mac-myth-lipstick-online-sale-for-men-and-women-now-x28rzmuacb/', '216.244.79.218', '2016-05-03 15:13:39', '2016-05-03 15:13:39', '<strong>艩eimos medis...</strong>\n\nmac cosmetics shopping High Quality And Low Overhead rwUKwLqT2e - BUILDERHUNT ltd....', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(295, 276, 'Harlem East Life Plan', '', 'http://harlemeastlifeplan.com/mac-made-to-order-lipstick-buy-cheap-free-shipping-kzcufxs8bg/', '216.244.79.218', '2016-05-03 15:14:04', '2016-05-03 15:14:04', '<strong>Harlem East Life Plan...</strong>\n\nmac cosmetic makeup Ideal Gift For All Occasions bfPYRqx6HH | 乇丕丿賷賵 丕賮 丕賲...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(296, 276, 'apeironhr.com.ua', '', 'http://apeironhr.com.ua/2016/03/17/gaga-mac-lipstick-sale-price-p5ml2bamzi/', '216.244.79.218', '2016-05-03 15:37:32', '2016-05-03 15:37:32', '<strong>apeironhr.com.ua...</strong>\n\ncheap mac makeup wholesale uk High Quality And Inexpensive k0MnxmcP3n 芦 鍘﹂棬鑱斿悎浼樺垱缃戠粶绉戞妧鏈夐檺鍏徃瀹樻柟缃戠珯 UNICORN Co.,Ltd. Official Website...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(297, 276, 'mac black eyeliner Cheap hEFGXZdnRh', '', 'http://choigamepoker.com/mac-black-eyeliner-cheap-hefgxzdnrh.html', '216.244.79.218', '2016-05-05 03:26:28', '2016-05-05 03:26:28', '<strong>mac black eyeliner Cheap hEFGXZdnRh...</strong>\n\nmac cosmetics new Latest Information About gZOqLS7HAt 禄 BIHORA...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(298, 276, 'mac wholesale makeup Good Quality On Sale Of 60% Discounts Of dCNezgjg6Q', '', 'http://elisare.ee/mac-wholesale-makeup-good-quality-on-sale-of-60-discounts-of-dcnezgjg6q/', '216.244.79.218', '2016-05-05 06:27:11', '2016-05-05 06:27:11', '<strong>mac wholesale makeup Good Quality On Sale Of 60% Discounts Of dCNezgjg6Q...</strong>\n\nmac morange nail polish Providing Amenities For The People ITf4asDSgi -...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(299, 276, 'who started mac makeup 100% Quality Assured. dCr0aKScv7', '', 'http://lughockey.com/who-started-mac-makeup-100-quality-assured-dcr0akscv7/', '216.244.79.218', '2016-05-05 07:43:39', '2016-05-05 07:43:39', '<strong>who started mac makeup 100% Quality Assured. dCr0aKScv7...</strong>\n\nmac eyeliner gel price Below Is A Summary Of How My Expectation Was ezbbiKvkOe | Jerusalem Walking Tours...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(300, 276, 'mac cosmetics store canada Fast Delivery e9DSfMj8yA 芦 G艂odny kr贸lik', '', 'http://www.glodnykrolik.radom.pl/mac-cosmetics-store-canada-fast-delivery-e9dsfmj8ya/', '216.244.79.218', '2016-05-05 09:24:47', '2016-05-05 09:24:47', '<strong>mac cosmetics store canada Fast Delivery e9DSfMj8yA 芦 G艂odny kr贸lik...</strong>\n\nmac brush roll Welcome To 58Qh6DYOlS | Katia Fernandez...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(301, 276, 'Melt', '', 'http://melt.sg/gloss-mac-up-to-70-off-order-now-and-save-big-ilwea94gzw/', '216.244.79.218', '2016-05-06 20:44:09', '2016-05-06 20:44:09', '<strong>Melt...</strong>\n\nmac cosmetics photos Amazing Free Shipping Y4mr4be6iq - Style Files by ONE.ro 鈥?everything about Fashion in pictures -...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(302, 276, 'mac brush foundation A Great Variety Of Models PxUKLV2MB5', '', 'http://veshnyaki.net/?p=4743', '216.244.79.218', '2016-05-06 21:04:19', '2016-05-06 21:04:19', '<strong>mac brush foundation A Great Variety Of Models PxUKLV2MB5...</strong>\n\nmac makeup cheap online uk We Offer You The Cheapest tskDsq39wo | FinancialServicesAlert.com...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(303, 276, 'Moovenails', '', 'http://www.moovenails.com/mac-outlet-make-up-online-set-out-to-develop-an-athletic-shoe-that-would-feel-more-natural-and-weightless-2xopiiishi/', '216.244.79.218', '2016-05-07 00:13:32', '2016-05-07 00:13:32', '<strong>Moovenails...</strong>\n\nbest of mac lipsticks Luxurious With No Shipping Fee 986YhGrQsQ | C煤rate en salud, web sobre remedios diversos y art铆culos sobre c贸mo prevenir diversas enfermedades, enfocada m谩s hacia la salud natural que hacia la oficial...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(304, 276, 'mac up the amp lipstick Online NveXE66T5I', '', 'http://www.maatouk.ae/mac-up-the-amp-lipstick-online-nvexe66t5i/', '216.244.79.218', '2016-05-07 04:19:02', '2016-05-07 04:19:02', '<strong>mac up the amp lipstick Online NveXE66T5I...</strong>\n\nmac hyper lipstick Free Or Fast Shipping Now! K5Tx44nY8u...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(305, 276, 'mac makeup return policy Official Quality KKivVSfDDz', '', 'http://periopradonc.com/2016/03/mac-makeup-return-policy-official-quality-kkivvsfddz/', '216.244.79.218', '2016-05-08 10:52:37', '2016-05-08 10:52:37', '<strong>mac makeup return policy Official Quality KKivVSfDDz...</strong>\n\nbuy cheap mac cosmetics online We Are The Largest And Most Professional HkB5Fdbrtz...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(306, 276, '鈽卹econditioned mac New Arrival T6ClXStc69鈽?Eastlocal Marketing Group on Shanghai of China', '', 'http://www.eastlocal.com/uncategorized/reconditioned-mac-new-arrival-t6clxstc69.html', '216.244.79.218', '2016-05-08 14:23:31', '2016-05-08 14:23:31', '<strong>鈽卹econditioned mac New Arrival T6ClXStc69鈽?Eastlocal Marketing Group on Shanghai of China...</strong>\n\ncheap mac makeup wholesale Customers First W9dAl0we2Q | Compare Latest Deals...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(307, 276, 'mac studio finish foundation review Finely Processed Pn7jIGbEZ0 - Creative Consequences', '', 'http://creativeconsequences.com.au/mac-studio-finish-foundation-review-finely-processed-pn7jigbez0/', '216.244.79.218', '2016-05-08 17:47:40', '2016-05-08 17:47:40', '<strong>mac studio finish foundation review Finely Processed Pn7jIGbEZ0 - Creative Consequences...</strong>\n\nmac makeup jobs Online Fashion rqwul7JqER | WePro...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(308, 276, 'mac taupe eyeshadow At Our Clearance Store n4NXJmIAcg', '', 'http://lughockey.com/mac-taupe-eyeshadow-at-our-clearance-store-n4nxjmiacg/', '216.244.79.218', '2016-05-08 22:54:45', '2016-05-08 22:54:45', '<strong>mac taupe eyeshadow At Our Clearance Store n4NXJmIAcg...</strong>\n\nmac makeup kit uk Exquisite Workmanship 9VwSAqNK6S | Katia Fernandez...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(309, 276, 'Bergboms', '', 'http://bergboms.se/order-mac-makeup-online-cheap-cool-prices-eo7kt0a3bp/', '216.244.79.218', '2016-05-10 00:52:13', '2016-05-10 00:52:13', '<strong>Bergboms...</strong>\n\nmac pump Big Sale yU2gH9FqdS...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(310, 276, 'apeironhr.com.ua', '', 'http://apeironhr.com.ua/2016/03/30/mac-batteries-supplying-cheap-q5jusv5s1k/', '216.244.79.218', '2016-05-10 07:45:35', '2016-05-10 07:45:35', '<strong>apeironhr.com.ua...</strong>\n\nmac make up new zealand New Arrival n1eNngKw5a - Metropolis...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(311, 276, 'mac cosmetic outlet store Selling Well All Over The World xKgREx7yLL', '', 'http://periopradonc.com/2016/03/mac-cosmetic-outlet-store-selling-well-all-over-the-world-xkgrex7yll/', '216.244.79.218', '2016-05-10 10:39:46', '2016-05-10 10:39:46', '<strong>mac cosmetic outlet store Selling Well All Over The World xKgREx7yLL...</strong>\n\nvender mac cosmetics Lowest Price 9c6rBN9CCJ | Perfect Enhancement...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(312, 276, 'mac studio fix powder and foundation Free Shipping For All Orders ZVKaVxgr82 鈥?My Blog', '', 'http://yalcinmefrusat.com/mac-studio-fix-powder-and-foundation-free-shipping-for-all-orders-zvkavxgr82.html', '216.244.79.218', '2016-05-10 17:52:57', '2016-05-10 17:52:57', '<strong>mac studio fix powder and foundation Free Shipping For All Orders ZVKaVxgr82 鈥?My Blog...</strong>\n\nreal mac makeup wholesale With Lowest Price SXFv1PQrk0 - Style Files by ONE.ro 鈥?everything about Fashion in pictures -...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(313, 276, 'mac creme in your coffee lipstick Outle L7gPqWFp9y', '', 'http://www.chinarosecuisine.com/mac-creme-in-your-coffee-lipstick-outle-l7gpqwfp9y/', '216.244.79.218', '2016-05-11 13:47:07', '2016-05-11 13:47:07', '<strong>mac creme in your coffee lipstick Outle L7gPqWFp9y...</strong>\n\nmac makeup online australia Big Discount ElWOF8Y5XR | Beverly Hills Institute of Plastic Surgery...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(314, 276, 'Doneline SEO', '', 'http://donlinerecano.com/mac-cosmetics-prices-cheap-sale-rfjwv8vaci.html', '216.244.79.218', '2016-05-12 01:06:01', '2016-05-12 01:06:01', '<strong>Doneline SEO...</strong>\n\nmac jest eyeshadow Shop For 1oy6cacgAQ...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(315, 276, 'Stanovi Izvor', '', 'http://stanoviizvor.com/mac-cosmetics-wholesale-australia-online-sale-for-2016-new-styles-2c6weg0hiq/', '216.244.79.218', '2016-05-12 05:50:55', '2016-05-12 05:50:55', '<strong>Stanovi Izvor...</strong>\n\nmac 190 foundation brush The Fastest Way To Get Raid Your Dandruff svCHDK5dym|Mym Furniture...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(316, 276, 'Sanshin Engineering (HK) Limited', '', 'http://sanshin.hk/?p=6015', '216.244.79.218', '2016-05-12 14:03:17', '2016-05-12 14:03:17', '<strong>Sanshin Engineering (HK) Limited...</strong>\n\nprofessional makeup brushes set mac Unique Design Free Shipping Uluj1RjMsg - Teeples Law | John L. Teeples | Attorney | Teeples Law | John L. Teeples | Attorney...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(317, 276, 'Matthew Marlon Recipes', '', 'http://www.matthewmarlonrecipes.com/uncategorized/mac-long-wear-foundation-sale-rvx3ozgwuk/', '216.244.79.218', '2016-05-13 01:11:54', '2016-05-13 01:11:54', '<strong>Matthew Marlon Recipes...</strong>\n\nIDC Shop | mac natural lipstick Cool Reductions VQGD3GkzG8...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(318, 276, 'how much does mac lipstick cost Fashionable(In) Style z7JeC6DTwc - BUILDERHUNT ltd.', '', 'http://builder-hunt.co.uk/much-mac-lipstick-cost-fashionablein-style-z7jec6dtwc/', '216.244.79.218', '2016-05-13 17:11:27', '2016-05-13 17:11:27', '<strong>how much does mac lipstick cost Fashionable(In) Style z7JeC6DTwc - BUILDERHUNT ltd....</strong>\n\nmac skin mineralize Latest Information About JRn8BIUAgW | | Maverick IT Enabled Services...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(319, 276, 'Pokoutn铆 festival', '', 'http://pokoutnifestival.cz/mac-myth-nail-polish-fashion-flkcix3fbj/', '216.244.79.218', '2016-05-13 23:41:25', '2016-05-13 23:41:25', '<strong>Pokoutn铆 festival...</strong>\n\nmac cosmetics fall 2014 collections Cheapest Price To Buy For Sale S4hK23CKKi | Medozonas...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(320, 276, 'GTS 2016', '', 'http://scout.my/mac-mmorpg-online-shop-6e3ph8qeof/', '216.244.79.218', '2016-05-14 08:09:19', '2016-05-14 08:09:19', '<strong>GTS 2016...</strong>\n\nmac cosmetics boots New VjjN3BjNCn | Universal Packages...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(321, 276, 'NPI Oman 禄 mac vellum eyeshadow Official ubpxwtkK9C', '', 'http://npioman.com/archives/8363', '216.244.79.218', '2016-05-14 13:05:49', '2016-05-14 13:05:49', '<strong>NPI Oman 禄 mac vellum eyeshadow Official ubpxwtkK9C...</strong>\n\nmac lipstick morange Luxury 0IujXGC36Q...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(322, 276, 'mac mineralize foundation nw25 Customers First lcrogTVBGI - MedQ - MedQ', '', 'http://medq.ro/mac-mineralize-foundation-nw25-customers-first-lcrogtvbgi/', '216.244.79.218', '2016-05-15 10:16:40', '2016-05-15 10:16:40', '<strong>mac mineralize foundation nw25 Customers First lcrogTVBGI - MedQ - MedQ...</strong>\n\nThe Museum Project |...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(323, 276, 'mac makeup cyber monday Welcome To Cheap eIkk0LyfRu', '', 'http://www.musicayfama.com/?p=3289', '216.244.79.218', '2016-05-15 18:40:28', '2016-05-15 18:40:28', '<strong>mac makeup cyber monday Welcome To Cheap eIkk0LyfRu...</strong>\n\nmac lipstick matte shades You Will Have Interest In Our High Quality IztDzE7xen | Caminhos da 脥ndia...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(324, 276, 'mac cremesheen lipstick With Height Quality cWibRcwOXx', '', 'http://fshbhm.org/mac-cremesheen-lipstick-with-height-quality-cwibrcwoxx/', '216.244.79.218', '2016-05-16 01:52:29', '2016-05-16 01:52:29', '<strong>mac cremesheen lipstick With Height Quality cWibRcwOXx...</strong>\n\nmac bamboo eyeshadow 2016 New Arriva OOOI5yXdYE | Nasya...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(325, 276, 'brow pencil mac The Queen Of Quality BmIPrzG7uD', '', 'http://pokololo.com/brow-pencil-mac-the-queen-of-quality-bmiprzg7ud.html', '216.244.79.218', '2016-05-16 03:50:31', '2016-05-16 03:50:31', '<strong>brow pencil mac The Queen Of Quality BmIPrzG7uD...</strong>\n\nmac showstopper eyeshadow Outlet Online Wx3GUI8MZo...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(326, 276, 'mac makeup cases professional Purple Free Shipping xKyl0IuvS1', '', 'http://master-dent.net/?p=1412', '216.244.79.218', '2016-05-17 11:25:41', '2016-05-17 11:25:41', '<strong>mac makeup cases professional Purple Free Shipping xKyl0IuvS1...</strong>\n\nmac bronzer brush Suitable Choices 5RJI58JOcI | Forex...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(327, 276, 'where can you buy mac makeup uk On Sales J2AcXLKtjh 芦 Teakwondo klub 艩marno-Litija', '', 'http://wtf-taekwondo.si/?p=10645', '216.244.79.218', '2016-05-17 15:30:57', '2016-05-17 15:30:57', '<strong>where can you buy mac makeup uk On Sales J2AcXLKtjh 芦 Teakwondo klub 艩marno-Litija...</strong>\n\nmac paint pot Discounts And Best Of Online Holiday Deals 6NMYdOlwmQ | MAATOUK FACTORIES...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(328, 276, 'Yehuda Avner', '', 'http://yehudaavner.com/?p=3361', '216.244.79.218', '2016-05-17 16:38:59', '2016-05-17 16:38:59', '<strong>Yehuda Avner...</strong>\n\nmac co Fast Delivery And Save Up To 50-75%! eO4i9PDdcx | Gestor铆a Sanchidrian...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(329, 276, 'how to order mac makeup online Comfortable e9NozhZVkL - Creative Consequences', '', 'http://creativeconsequences.com.au/order-mac-makeup-online-comfortable-e9nozhzvkl/', '216.244.79.218', '2016-05-18 18:22:38', '2016-05-18 18:22:38', '<strong>how to order mac makeup online Comfortable e9NozhZVkL - Creative Consequences...</strong>\n\nmac false eyelashes With Cheap Price fdn3qWVrlP - MedQ - MedQ...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(330, 276, 'BoilerRoom Studios PTY Ltd (broomstudios) 禄 makeup brush set mac Shopping vXNCBTPcwS', '', 'http://broomstudios.com/makeup-brush-set-mac-shopping-vxncbtpcws/', '216.244.79.218', '2016-05-19 03:11:24', '2016-05-19 03:11:24', '<strong>BoilerRoom Studios PTY Ltd (broomstudios) 禄 makeup brush set mac Shopping vXNCBTPcwS...</strong>\n\npromotion mac cosmetics Discount Prices On mK6YcCy8ag | Phuket Synergy 鈥?Real Estate Phuket 鈥?Properties Phuket...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(331, 276, 'best mac eyeliner With Discount Price Free Delivery Worldwide! K3HGkn64EC', '', 'http://luxeautogallery.co.th/best-mac-eyeliner-with-discount-price-free-delivery-worldwide-k3hgkn64ec/', '216.244.79.218', '2016-05-19 03:21:46', '2016-05-19 03:21:46', '<strong>best mac eyeliner With Discount Price Free Delivery Worldwide! K3HGkn64EC...</strong>\n\nmac foundation buy Top Quality ECg9cB81tQ | Lexham Estate...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(332, 276, 'Matthew Marlon Recipes', '', 'http://www.matthewmarlonrecipes.com/uncategorized/mac-professional-brush-set-rock-bottom-prices-iaqkgi8o5y/', '216.244.79.218', '2016-05-19 07:02:40', '2016-05-19 07:02:40', '<strong>Matthew Marlon Recipes...</strong>\n\nmac berry lipstick On Slae YNEKFdzFiY | apeironhr.com.ua...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(333, 276, 'Palermo 2019', '', 'http://www.palermo2019.it/senza-categoria/makeup-debenhams-ewadk4nfcz/', '216.244.79.218', '2016-05-20 09:33:03', '2016-05-20 09:33:03', '<strong>Palermo 2019...</strong>\n\nmac lipstick lady Wholesale Online rW3KAq0Zf8...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(334, 276, 'Melt', '', 'http://melt.sg/mac-foundation-studio-fix-review-supper-summer-savings-uqe6re8raw/', '216.244.79.218', '2016-05-20 14:56:07', '2016-05-20 14:56:07', '<strong>Melt...</strong>\n\nhvor kan man k酶be mac makeup Top Quality VMtdRcsC9t | Pokolo Financial...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(335, 276, 'mac makeup norge With Free Shipping And Original 5OCJMUWAgc', '', 'http://murphypr.com/2016/04/mac-makeup-norge-with-free-shipping-and-original-5ocjmuwagc/', '216.244.79.218', '2016-05-20 19:26:07', '2016-05-20 19:26:07', '<strong>mac makeup norge With Free Shipping And Original 5OCJMUWAgc...</strong>\n\nmac false eyelashes review A Great Variety Of Goods B9R3h6umBG | Arkotob...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(336, 276, 'Pokolo Financial', '', 'http://pokololo.com/mac-mineralize-review-discount-qxxns9tcmg.html', '216.244.79.218', '2016-05-20 21:32:53', '2016-05-20 21:32:53', '<strong>Pokolo Financial...</strong>\n\norder mac makeup Free Shipping And Very Soon Delivery! IvQVc94FV6 禄 BIHORA...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(337, 276, 'mac pressed powder foundation Buy High Quality SHzhiOjVXj', '', 'http://www.biousing.com/mac-pressed-powder-foundation-buy-high-quality-shzhiojvxj.html', '216.244.79.218', '2016-05-21 23:48:32', '2016-05-21 23:48:32', '<strong>mac pressed powder foundation Buy High Quality SHzhiOjVXj...</strong>\n\nJJ Flores 禄 JJ Flores 禄 best mac products makeup Sale Online 2016 c0bYrDeGKC...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(338, 276, 'mac makeup official website Genuine gUUjTxYSVh', '', 'http://opfp.us/?p=2210', '216.244.79.218', '2016-05-22 02:21:51', '2016-05-22 02:21:51', '<strong>mac makeup official website Genuine gUUjTxYSVh...</strong>\n\nhow to apply mac eyeshadow With Free Shipping And Original HyDabUAjtI | Perfect Enhancement...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(339, 276, 'mac makeup bag Buy yMHnd2j6g7 - Metropolis', '', 'http://metropolis-on.pl/mac-makeup-bag-buy-ymhnd2j6g7/', '216.244.79.218', '2016-05-22 10:53:29', '2016-05-22 10:53:29', '<strong>mac makeup bag Buy yMHnd2j6g7 - Metropolis...</strong>\n\nup the amp mac lipstick Cheap Outlet 0DLSK8qTey | yashiindia...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0),
(340, 276, 'Mym Furniture', '', 'http://mymfurniture.com.au/uncategorized/mac-cosmetics-pro-discount-high-grade-3sd1esma1a/', '216.244.79.218', '2016-05-22 11:21:48', '2016-05-22 11:21:48', '<strong>Mym Furniture...</strong>\n\ncheap mac For Sale Blue Green Online. NXa56n1eZm...', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', 'trackback', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_links`
--

CREATE TABLE `wp_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `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` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_links`
--

INSERT INTO `wp_links` (`link_id`, `link_url`, `link_name`, `link_image`, `link_target`, `link_description`, `link_visible`, `link_owner`, `link_rating`, `link_updated`, `link_rel`, `link_notes`, `link_rss`) VALUES
(1, 'http://codex.wordpress.org/', 'Documentation', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(2, 'http://wordpress.org/news/', 'WordPress Blog', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', 'http://wordpress.org/news/feed/'),
(3, 'http://wordpress.org/support/', 'Support Forums', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(4, 'http://wordpress.org/extend/plugins/', 'Plugins', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(5, 'http://wordpress.org/extend/themes/', 'Themes', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(6, 'http://wordpress.org/support/forum/requests-and-feedback', 'Feedback', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(7, 'http://planet.wordpress.org/', 'WordPress Planet', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', '');

-- --------------------------------------------------------

--
-- Table structure for table `wp_new_royalsliders`
--

CREATE TABLE `wp_new_royalsliders` (
  `id` mediumint(9) NOT NULL,
  `active` tinyint(1) NOT NULL DEFAULT '1',
  `type` varchar(100) NOT NULL,
  `name` varchar(100) NOT NULL,
  `skin` varchar(100) NOT NULL,
  `template` varchar(100) NOT NULL,
  `slides` longtext NOT NULL,
  `options` mediumtext NOT NULL,
  `template_html` mediumtext NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_new_royalsliders`
--

INSERT INTO `wp_new_royalsliders` (`id`, `active`, `type`, `name`, `skin`, `template`, `slides`, `options`, `template_html`) VALUES
(4, 1, 'custom', 'FSL LIGHTING GALLERY', 'rsDefaultInv', 'gallery', '[{\"title\":\"16ch_575W_Moving_Head_Lighting_634592180845867269_1\",\"description\":\"EXAMPLES OF LIGHTING\",\"image\":{\"attachment_id\":\"507\"}},{\"title\":\"DSC07794 edit\",\"image\":{\"attachment_id\":\"750\"}},{\"title\":\"DSC00094\",\"image\":{\"attachment_id\":\"511\"}},{\"title\":\"DSC00104\",\"image\":{\"attachment_id\":\"512\"}},{\"title\":\"DSC03335\",\"image\":{\"attachment_id\":\"516\"}},{\"title\":\"DSC03617\",\"image\":{\"attachment_id\":\"520\"}},{\"title\":\"DSC03587\",\"image\":{\"attachment_id\":\"519\"}},{\"title\":\"image1\",\"image\":{\"attachment_id\":\"523\"}},{\"title\":\"moving head example\",\"image\":{\"attachment_id\":\"527\"}}]', '{\"template\":\"default\",\"sopts\":{\"width\":\"100%\",\"height\":\"500\",\"autoScaleSlider\":\"true\",\"autoScaleSliderWidth\":\"960\",\"autoScaleSliderHeight\":\"850\",\"controlNavigation\":\"thumbnails\",\"arrowsNavHideOnTouch\":\"true\",\"globalCaptionInside\":\"true\",\"keyboardNavEnabled\":\"true\",\"fadeinLoadedSlide\":\"false\"},\"image_generation\":{\"lazyLoading\":\"true\",\"imageWidth\":\"\",\"imageHeight\":\"\",\"thumbImageWidth\":\"96\",\"thumbImageHeight\":\"72\"},\"thumbs\":{\"paddingBottom\":\"4\",\"thumbWidth\":\"96\",\"thumbHeight\":\"72\",\"appendSpan\":\"true\"},\"autoPlay\":{\"enabled\":\"true\",\"delay\":\"6000\"},\"fullscreen\":{\"enabled\":\"true\",\"nativeFS\":\"true\"},\"block\":{\"moveOffset\":\"20\",\"speed\":\"400\",\"delay\":\"200\"}}', '<div class=\"rsContent\">\n  {{image_tag}}\n  {{thumbnail}}\n  {{html}}\n  {{animated_blocks}}\n  {{#link_url}}\n  <a class=\"rsLink\" href=\"{{link_url}}\">{{title}}</a>\n  {{/link_url}}\n</div>'),
(5, 1, 'custom', 'FSL AUDIO GALLERY', 'rsDefaultInv', 'gallery', '[{\"title\":\"Ian_Brown_stage\",\"image\":{\"attachment_id\":\"532\"}},{\"title\":\"DSC09207\",\"image\":{\"attachment_id\":\"531\"}},{\"title\":\"famspeakers\",\"image\":{\"attachment_id\":\"916\"}},{\"title\":\"Turbosound Flex Array\",\"image\":{\"attachment_id\":\"537\"}},{\"title\":\"downloads\",\"image\":{\"attachment_id\":\"510\"}},{\"title\":\"DSC03472\",\"image\":{\"attachment_id\":\"517\"}},{\"title\":\"download\",\"image\":{\"attachment_id\":\"509\"}},{\"title\":\"DSC03527\",\"image\":{\"attachment_id\":\"518\"}},{\"title\":\"MVI_1103\",\"image\":{\"attachment_id\":\"529\"}},{\"title\":\"gto single\",\"image\":{\"attachment_id\":\"997\"}},{\"title\":\"gto peter gabriel mention\",\"image\":{\"attachment_id\":\"996\"}},{\"title\":\"gto hanging stack\",\"image\":{\"attachment_id\":\"995\"}}]', '{\"template\":\"default\",\"sopts\":{\"width\":\"100%\",\"height\":\"500\",\"autoScaleSlider\":\"true\",\"autoScaleSliderWidth\":\"960\",\"autoScaleSliderHeight\":\"850\",\"controlNavigation\":\"thumbnails\",\"arrowsNavHideOnTouch\":\"true\",\"globalCaptionInside\":\"true\",\"keyboardNavEnabled\":\"true\",\"fadeinLoadedSlide\":\"false\"},\"image_generation\":{\"lazyLoading\":\"true\",\"imageWidth\":\"\",\"imageHeight\":\"\",\"thumbImageWidth\":\"96\",\"thumbImageHeight\":\"72\"},\"thumbs\":{\"paddingBottom\":\"4\",\"thumbWidth\":\"96\",\"thumbHeight\":\"72\",\"appendSpan\":\"true\"},\"autoPlay\":{\"enabled\":\"true\",\"delay\":\"6000\"},\"fullscreen\":{\"enabled\":\"true\",\"nativeFS\":\"true\"},\"video\":{\"vimeoCode\":\"<iframe src=\\\"http:\\/\\/player.vimeo.com\\/video\\/%id%?byline=0&amp;portrait=0&amp;autoplay=1\\\" frameborder=\\\"no\\\" webkitAllowFullScreen mozallowfullscreen allowFullScreen><\\/iframe>\"},\"block\":{\"moveOffset\":\"20\",\"speed\":\"400\",\"delay\":\"200\"}}', '<div class=\"rsContent\">\n  {{image_tag}}\n  {{thumbnail}}\n  {{html}}\n  {{animated_blocks}}\n  {{#link_url}}\n  <a class=\"rsLink\" href=\"{{link_url}}\">{{title}}</a>\n  {{/link_url}}\n</div>'),
(7, 1, 'custom', 'Clients Gallery', 'rsDefaultInv', 'gallery', '[{\"title\":\"H.J. Pfaff Audi Grand Opening Lights\",\"image\":{\"attachment_id\":\"811\"}},{\"title\":\"History of Pfaff Video\",\"image\":{\"attachment_id\":\"855\"}},{\"title\":\"The incredible showroom\",\"image\":{\"attachment_id\":\"857\"}},{\"title\":\"DSC01496\",\"image\":{\"attachment_id\":\"807\"}},{\"title\":\"Gathering for the opening\",\"image\":{\"attachment_id\":\"854\"}},{\"title\":\"DSC04074\",\"image\":{\"attachment_id\":\"808\"}},{\"title\":\"DSC06955\",\"image\":{\"attachment_id\":\"809\"}},{\"title\":\"audi 2\",\"image\":{\"attachment_id\":\"796\"}},{\"title\":\"DSC00506\",\"image\":{\"attachment_id\":\"888\"}},{\"title\":\"DSC01160 copy\",\"image\":{\"attachment_id\":\"889\"}},{\"title\":\"DSC01548\",\"image\":{\"attachment_id\":\"890\"}},{\"title\":\"DSC01565 copyB&W\",\"image\":{\"attachment_id\":\"891\"}},{\"title\":\"DSC01826 copy\",\"image\":{\"attachment_id\":\"892\"}},{\"title\":\"DSC02091\",\"image\":{\"attachment_id\":\"893\"}},{\"title\":\"DSC03624\",\"image\":{\"attachment_id\":\"894\"}},{\"title\":\"DSC03865\",\"image\":{\"attachment_id\":\"895\"}},{\"title\":\"DSC04518\",\"image\":{\"attachment_id\":\"896\"}},{\"title\":\"DSC06305\",\"image\":{\"attachment_id\":\"897\"}},{\"title\":\"DSC06729 copy\",\"image\":{\"attachment_id\":\"898\"}},{\"title\":\"DSC06998 copy\",\"image\":{\"attachment_id\":\"899\"}},{\"title\":\"DSC08252 copy\",\"image\":{\"attachment_id\":\"900\"}},{\"title\":\"DSC08421 copy\",\"image\":{\"attachment_id\":\"901\"}},{\"title\":\"DSC08741\",\"image\":{\"attachment_id\":\"902\"}},{\"title\":\"DSC08930\",\"image\":{\"attachment_id\":\"903\"}},{\"title\":\"DSC09139\",\"image\":{\"attachment_id\":\"904\"}},{\"title\":\"From the Tower 2\",\"image\":{\"attachment_id\":\"907\"}},{\"title\":\"IMG_0832\",\"image\":{\"attachment_id\":\"909\"}},{\"title\":\"trews shot\",\"image\":{\"attachment_id\":\"912\"}},{\"title\":\"audi 5\",\"image\":{\"attachment_id\":\"797\"}},{\"title\":\"audi 11\",\"image\":{\"attachment_id\":\"800\"}},{\"title\":\"LED Lights on the 2013 Allroad\",\"image\":{\"attachment_id\":\"856\"}},{\"title\":\"audi 12\",\"image\":{\"attachment_id\":\"801\"}},{\"title\":\"audi 15\",\"image\":{\"attachment_id\":\"804\"}},{\"title\":\"audi 16\",\"image\":{\"attachment_id\":\"805\"}},{\"title\":\"photo 2\",\"image\":{\"attachment_id\":\"812\"}},{\"title\":\"1378447_586696221366253_774799744_n[1]\",\"image\":{\"attachment_id\":\"986\"}},{\"title\":\"1798708_632329143469627_799430307_n[2]\",\"image\":{\"attachment_id\":\"992\"}},{\"title\":\"1480515_615292161839992_604293695_n[1]\",\"image\":{\"attachment_id\":\"993\"}},{\"title\":\"frontier_dec2 opening night\",\"image\":{\"attachment_id\":\"1009\"}},{\"title\":\"frontier_dec2audience pic1\",\"image\":{\"attachment_id\":\"1010\"}},{\"title\":\"frontier_dec2audience shot 2\",\"image\":{\"attachment_id\":\"1011\"}},{\"title\":\"frontier_dec2curved wall and stage\",\"image\":{\"attachment_id\":\"1012\"}},{\"title\":\"frontier_dec2girl singing 2\",\"image\":{\"attachment_id\":\"1013\"}},{\"title\":\"frontier_dec2stage fish eye 3 excellent pic\",\"image\":{\"attachment_id\":\"1014\"}},{\"title\":\"frontier_dec2stage shot 5 good one!\",\"image\":{\"attachment_id\":\"1015\"}},{\"title\":\"frontier_dec2stage shot no band\",\"image\":{\"attachment_id\":\"1016\"}},{\"title\":\"frontier_dec2stage shot really good\",\"image\":{\"attachment_id\":\"1017\"}},{\"title\":\"_MG_2416\",\"image\":{\"attachment_id\":\"1018\"}},{\"title\":\"_MG_2446\",\"image\":{\"attachment_id\":\"1019\"}},{\"title\":\"_MG_2466\",\"image\":{\"attachment_id\":\"1020\"}},{\"title\":\"_MG_2483\",\"image\":{\"attachment_id\":\"1021\"}},{\"title\":\"_MG_2512\",\"image\":{\"attachment_id\":\"1022\"}},{\"title\":\"_MG_2522\",\"image\":{\"attachment_id\":\"1023\"}},{\"title\":\"_MG_2617\",\"image\":{\"attachment_id\":\"1024\"}},{\"title\":\"wakestock 2013\",\"image\":{\"attachment_id\":\"1025\"}},{\"title\":\"Wakestock-2013[1]\",\"image\":{\"attachment_id\":\"1026\"}},{\"title\":\"_MG_8536\",\"image\":{\"attachment_id\":\"1027\"}},{\"title\":\"_MG_8553\",\"image\":{\"attachment_id\":\"1028\"}},{\"title\":\"_MG_8561\",\"image\":{\"attachment_id\":\"1029\"}},{\"title\":\"_MG_8572\",\"image\":{\"attachment_id\":\"1030\"}},{\"title\":\"_MG_8649\",\"image\":{\"attachment_id\":\"1031\"}},{\"title\":\"_MG_8710\",\"image\":{\"attachment_id\":\"1032\"}},{\"title\":\"_MG_8772\",\"image\":{\"attachment_id\":\"1033\"}},{\"title\":\"_MG_8790\",\"image\":{\"attachment_id\":\"1034\"}},{\"title\":\"_MG_8800\",\"image\":{\"attachment_id\":\"1035\"}},{\"title\":\"_MG_8807\",\"image\":{\"attachment_id\":\"1036\"}},{\"title\":\"_MG_8811\",\"image\":{\"attachment_id\":\"1037\"}},{\"title\":\"_MG_8813\",\"image\":{\"attachment_id\":\"1038\"}},{\"title\":\"frontier_apr251551\",\"image\":{\"attachment_id\":\"1039\"}},{\"title\":\"frontier_apr251558\",\"image\":{\"attachment_id\":\"1040\"}},{\"title\":\"frontier_apr251566 (2)\",\"image\":{\"attachment_id\":\"1041\"}},{\"title\":\"frontier_apr251573\",\"image\":{\"attachment_id\":\"1042\"}},{\"title\":\"frontier_apr251579\",\"image\":{\"attachment_id\":\"1043\"}},{\"title\":\"frontier_apr251596\",\"image\":{\"attachment_id\":\"1044\"}},{\"title\":\"frontier_apr2515104\",\"image\":{\"attachment_id\":\"1045\"}},{\"title\":\"frontier_apr2515110\",\"image\":{\"attachment_id\":\"1046\"}},{\"title\":\"frontier_apr2515125\",\"image\":{\"attachment_id\":\"1047\"}},{\"title\":\"frontier_apr2515172\",\"image\":{\"attachment_id\":\"1048\"}},{\"title\":\"frontier_apr2515206\",\"image\":{\"attachment_id\":\"1049\"}},{\"title\":\"frontier_apr2515242\",\"image\":{\"attachment_id\":\"1050\"}},{\"title\":\"frontier_apr2515275\",\"image\":{\"attachment_id\":\"1051\"}},{\"title\":\"frontier_apr2515294\",\"image\":{\"attachment_id\":\"1052\"}},{\"title\":\"frontier_apr2515336\",\"image\":{\"attachment_id\":\"1054\"}},{\"title\":\"frontier_apr2515339\",\"image\":{\"attachment_id\":\"1055\"}}]', '{\"template\":\"default\",\"sopts\":{\"width\":\"100%\",\"height\":\"500\",\"autoScaleSlider\":\"true\",\"autoScaleSliderWidth\":\"960\",\"autoScaleSliderHeight\":\"850\",\"controlNavigation\":\"thumbnails\",\"arrowsNavHideOnTouch\":\"true\",\"globalCaptionInside\":\"true\",\"keyboardNavEnabled\":\"true\",\"fadeinLoadedSlide\":\"false\"},\"image_generation\":{\"lazyLoading\":\"true\",\"imageWidth\":\"\",\"imageHeight\":\"\",\"thumbImageWidth\":\"96\",\"thumbImageHeight\":\"72\"},\"thumbs\":{\"paddingBottom\":\"4\",\"thumbWidth\":\"96\",\"thumbHeight\":\"72\",\"appendSpan\":\"true\"},\"autoPlay\":{\"enabled\":\"true\",\"delay\":\"5000\"},\"fullscreen\":{\"enabled\":\"true\",\"nativeFS\":\"true\"},\"block\":{\"moveOffset\":\"20\",\"speed\":\"400\",\"delay\":\"200\"}}', '<div class=\"rsContent\">\n  {{image_tag}}\n  {{thumbnail}}\n  {{html}}\n  {{animated_blocks}}\n  {{#link_url}}\n  <a class=\"rsLink\" href=\"{{link_url}}\">{{title}}</a>\n  {{/link_url}}\n</div>'),
(6, 1, 'custom', 'FSL RENTALS', 'rsDefaultInv', 'gallery', '[{\"title\":\"Design+Spot+LED_smaller\",\"image\":{\"attachment_id\":\"541\"}},{\"title\":\"2a6bac56-9c70-4cc4-8eee-8cbe37116886_2\",\"image\":{\"attachment_id\":\"538\"}},{\"title\":\"DV020_Jpg_Jumbo_817161.375_chrome_unit_with_effect\",\"image\":{\"attachment_id\":\"544\"}},{\"title\":\"DV016_Jpg_Large_485489.001_black_web_comp\",\"image\":{\"attachment_id\":\"543\"}},{\"title\":\"LED-Blinder-Light-LED-Stage-Light\",\"image\":{\"attachment_id\":\"548\"}},{\"title\":\"Turbosound Flex Array\",\"image\":{\"attachment_id\":\"560\"}},{\"title\":\"TFM-420-1024x600\",\"image\":{\"attachment_id\":\"558\"}},{\"title\":\"SENNHEISER_E935\",\"image\":{\"attachment_id\":\"741\"}},{\"title\":\"Neumann_U87[1]\",\"image\":{\"attachment_id\":\"919\"}},{\"title\":\"hzpss20f-xl\",\"image\":{\"attachment_id\":\"547\"}},{\"title\":\"lightaluminium-truss-443\",\"image\":{\"attachment_id\":\"549\"}},{\"title\":\"sd9_toppic\",\"image\":{\"attachment_id\":\"553\"}},{\"title\":\"sd10_toppic\",\"image\":{\"attachment_id\":\"554\"}},{\"title\":\"digico sd9\",\"image\":{\"attachment_id\":\"542\"}},{\"title\":\"SD11_7\",\"image\":{\"attachment_id\":\"555\"}},{\"title\":\"sd824_toppic\",\"image\":{\"attachment_id\":\"556\"}},{\"title\":\"SOUNDCRAFT_MH2_48\",\"image\":{\"attachment_id\":\"557\"}},{\"title\":\"video switcher example\",\"image\":{\"attachment_id\":\"561\"}},{\"title\":\"turbo sound amp rackFlashline_rack\",\"image\":{\"attachment_id\":\"559\"}},{\"title\":\"famspeakers\",\"image\":{\"attachment_id\":\"917\"}},{\"title\":\"gto peter gabriel mention\",\"image\":{\"attachment_id\":\"996\"}},{\"title\":\"HogFamily[1]\",\"image\":{\"attachment_id\":\"918\"}},{\"title\":\"0ledvid7smd-side\",\"image\":{\"attachment_id\":\"984\"}},{\"title\":\"j\",\"image\":{\"attachment_id\":\"988\"}},{\"title\":\"2ledvid7smd-front\",\"image\":{\"attachment_id\":\"985\"}},{\"title\":\"martin-mac-viper-profile-2881-p[1]\",\"image\":{\"attachment_id\":\"991\"}},{\"title\":\"martin-aura-post-photo[1]\",\"image\":{\"attachment_id\":\"990\"}},{\"title\":\"Martin_mac_aura_LED_wash_movinghead_effect[1]\",\"image\":{\"attachment_id\":\"989\"}}]', '{\"template\":\"default\",\"sopts\":{\"width\":\"100%\",\"height\":\"500\",\"autoScaleSlider\":\"true\",\"autoScaleSliderWidth\":\"960\",\"autoScaleSliderHeight\":\"850\",\"controlNavigation\":\"thumbnails\",\"arrowsNavHideOnTouch\":\"true\",\"globalCaptionInside\":\"true\",\"keyboardNavEnabled\":\"true\",\"fadeinLoadedSlide\":\"false\"},\"image_generation\":{\"lazyLoading\":\"true\",\"imageWidth\":\"\",\"imageHeight\":\"\",\"thumbImageWidth\":\"96\",\"thumbImageHeight\":\"72\"},\"thumbs\":{\"paddingBottom\":\"4\",\"thumbWidth\":\"96\",\"thumbHeight\":\"72\",\"appendSpan\":\"true\"},\"autoPlay\":{\"enabled\":\"true\",\"delay\":\"6000\"},\"fullscreen\":{\"enabled\":\"true\",\"nativeFS\":\"true\"},\"video\":{\"vimeoCode\":\"<iframe src=\\\"http:\\/\\/player.vimeo.com\\/video\\/%id%?byline=0&amp;portrait=0&amp;autoplay=1\\\" frameborder=\\\"no\\\" webkitAllowFullScreen mozallowfullscreen allowFullScreen><\\/iframe>\"},\"block\":{\"moveOffset\":\"20\",\"speed\":\"400\",\"delay\":\"200\"}}', '<div class=\"rsContent\">\n  {{image_tag}}\n  {{thumbnail}}\n  {{html}}\n  {{animated_blocks}}\n  {{#link_url}}\n  <a class=\"rsLink\" href=\"{{link_url}}\">{{title}}</a>\n  {{/link_url}}\n</div>'),
(9, 1, 'custom', 'fsl homepage slider', 'rsDefaultInv', 'gallery', '[{\"title\":\"frontier-welcome\",\"image\":{\"attachment_id\":\"945\"}},{\"title\":\"DSC01548\",\"image\":{\"attachment_id\":\"890\"}},{\"title\":\"DSC08421 copy\",\"image\":{\"attachment_id\":\"901\"}},{\"title\":\"frontier_dec2girl singing 2\",\"image\":{\"attachment_id\":\"1013\"}},{\"title\":\"_MG_8561\",\"image\":{\"attachment_id\":\"1029\"}},{\"title\":\"_MG_8813\",\"image\":{\"attachment_id\":\"1038\"}},{\"title\":\"frontier_apr251579\",\"image\":{\"attachment_id\":\"1043\"}},{\"title\":\"H.J. Pfaff Audi Grand Opening Lights\",\"image\":{\"attachment_id\":\"811\"}}]', '{\"template\":\"default\",\"sopts\":{\"width\":\"100%\",\"height\":\"500\",\"autoScaleSlider\":\"true\",\"autoScaleSliderWidth\":\"960\",\"autoScaleSliderHeight\":\"850\",\"controlNavigation\":\"thumbnails\",\"arrowsNavHideOnTouch\":\"true\",\"globalCaptionInside\":\"true\",\"keyboardNavEnabled\":\"true\",\"fadeinLoadedSlide\":\"false\"},\"image_generation\":{\"lazyLoading\":\"true\",\"imageWidth\":\"\",\"imageHeight\":\"\",\"thumbImageWidth\":\"96\",\"thumbImageHeight\":\"72\"},\"thumbs\":{\"paddingBottom\":\"4\",\"thumbWidth\":\"96\",\"thumbHeight\":\"72\",\"appendSpan\":\"true\"},\"autoPlay\":{\"enabled\":\"true\",\"delay\":\"5000\"},\"fullscreen\":{\"enabled\":\"true\",\"nativeFS\":\"true\"},\"block\":{\"moveOffset\":\"20\",\"speed\":\"400\",\"delay\":\"200\"}}', '<div class=\"rsContent\">\n  {{image_tag}}\n  {{thumbnail}}\n  {{html}}\n  {{animated_blocks}}\n  {{#link_url}}\n  <a class=\"rsLink\" href=\"{{link_url}}\">{{title}}</a>\n  {{/link_url}}\n</div>');

-- --------------------------------------------------------

--
-- Table structure for table `wp_options`
--

CREATE TABLE `wp_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_options`
--

INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'http://www.fslcorporate.com/site', 'yes'),
(2, 'blogname', 'fslcorporate', 'yes'),
(3, 'blogdescription', 'Frontier Sound and Light.  Audio - Lighting - Video - Staging', 'yes'),
(4, 'users_can_register', '0', 'yes'),
(5, 'admin_email', 'info@frontiersoundandlight.com', 'yes'),
(6, 'start_of_week', '1', 'yes'),
(7, 'use_balanceTags', '0', 'yes'),
(8, 'use_smilies', '1', 'yes'),
(9, 'require_name_email', '1', 'yes'),
(10, 'comments_notify', '1', 'yes'),
(11, 'posts_per_rss', '10', 'yes'),
(12, 'rss_use_excerpt', '0', 'yes'),
(13, 'mailserver_url', 'mail.example.com', 'yes'),
(14, 'mailserver_login', 'login@example.com', 'yes'),
(15, 'mailserver_pass', 'password', 'yes'),
(16, 'mailserver_port', '110', 'yes'),
(17, 'default_category', '1', 'yes'),
(18, 'default_comment_status', 'open', 'yes'),
(19, 'default_ping_status', 'open', 'yes'),
(20, 'default_pingback_flag', '1', 'yes'),
(270, 'db_upgraded', '', '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'),
(29, 'comment_moderation', '0', 'yes'),
(30, 'moderation_notify', '1', 'yes'),
(31, 'permalink_structure', '/%postname%/', 'yes'),
(33, 'hack_file', '0', 'yes'),
(34, 'blog_charset', 'UTF-8', 'yes'),
(35, 'moderation_keys', '', 'no'),
(36, 'active_plugins', 'a:6:{i:0;s:35:\"cf-post-formats/cf-post-formats.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:34:\"new-royalslider/newroyalslider.php\";i:3;s:37:\"post-types-order/post-types-order.php\";i:4;s:23:\"revslider/revslider.php\";i:5;s:41:\"wordpress-importer/wordpress-importer.php\";}', 'yes'),
(37, 'home', 'http://www.fslcorporate.com/site', 'yes'),
(38, 'category_base', '', 'yes'),
(39, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(41, 'comment_max_links', '2', 'yes'),
(42, 'gmt_offset', '0', 'yes'),
(43, 'default_email_category', '1', 'yes'),
(44, 'recently_edited', 'a:5:{i:0;s:74:\"/home/fslcorpo/public_html/site/wp-content/plugins/revslider/revslider.php\";i:1;s:67:\"/home/fslcorpo/public_html/site/wp-content/themes/inovado/style.css\";i:2;s:67:\"/home/fslcorpo/public_html/site/wp-content/themes/newline/style.css\";i:3;s:70:\"/home/fslcorpo/public_html/site/wp-content/plugins/akismet/akismet.php\";i:4;s:76:\"/home/fslcorpo/public_html/site/wp-content/themes/newline/home_anyslider.php\";}', 'no'),
(45, 'template', 'inovado', 'yes'),
(46, 'stylesheet', 'inovado', 'yes'),
(47, 'comment_whitelist', '1', 'yes'),
(48, 'blacklist_keys', '', 'no'),
(49, 'comment_registration', '0', 'yes'),
(50, 'html_type', 'text/html', 'yes'),
(51, 'use_trackback', '0', 'yes'),
(52, 'default_role', 'subscriber', 'yes'),
(53, 'db_version', '44719', 'yes'),
(54, 'uploads_use_yearmonth_folders', '1', 'yes'),
(55, 'upload_path', '', 'yes'),
(56, 'blog_public', '1', 'yes'),
(57, 'default_link_category', '2', 'yes'),
(58, 'show_on_front', 'page', 'yes'),
(59, 'tag_base', '', 'yes'),
(60, 'show_avatars', '1', 'yes'),
(61, 'avatar_rating', 'G', 'yes'),
(62, 'upload_url_path', '', 'yes'),
(63, 'thumbnail_size_w', '150', 'yes'),
(64, 'thumbnail_size_h', '150', 'yes'),
(65, 'thumbnail_crop', '1', 'yes'),
(66, 'medium_size_w', '300', 'yes'),
(67, 'medium_size_h', '300', 'yes'),
(68, 'avatar_default', 'mystery', 'yes'),
(71, 'large_size_w', '1024', 'yes'),
(72, 'large_size_h', '1024', 'yes'),
(73, 'image_default_link_type', 'file', 'yes'),
(74, 'image_default_size', '', 'yes'),
(75, 'image_default_align', '', 'yes'),
(76, 'close_comments_for_old_posts', '0', 'yes'),
(77, 'close_comments_days_old', '14', 'yes'),
(78, 'thread_comments', '1', 'yes'),
(79, 'thread_comments_depth', '5', 'yes'),
(80, 'page_comments', '0', 'yes'),
(81, 'comments_per_page', '50', 'yes'),
(82, 'default_comments_page', 'newest', 'yes'),
(83, 'comment_order', 'asc', 'yes'),
(84, 'sticky_posts', 'a:0:{}', 'yes'),
(85, 'widget_categories', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(86, 'widget_text', 'a:5:{i:5;a:3:{s:5:\"title\";s:11:\"Contact Us:\";s:4:\"text\";s:140:\"Frontier Sound And Light <br/>\r\nPhone: 1-416-293-9203<br/>\r\nE-Mail:<br/><a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\";s:6:\"filter\";b:0;}i:6;a:3:{s:5:\"title\";s:1:\" \";s:4:\"text\";s:153:\"<a href=\"http://www.fslcorporate.com/site/rentals/\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/07/fsl-rentals-GIFsmooth.gif\"></a>\";s:6:\"filter\";b:0;}i:7;a:3:{s:5:\"title\";s:11:\"We Can Help\";s:4:\"text\";s:99:\"From Intimate gatherings to large festivals, we can help you achieve your Sound and Lighting goals.\";s:6:\"filter\";b:1;}i:8;a:3:{s:5:\"title\";s:7:\"Rentals\";s:4:\"text\";s:154:\"<a href=\"http://www.fslcorporate.com/site/rentals/\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/07/fsl-rentals-linkRESIZE.gif\"></a>\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(87, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(88, 'uninstall_plugins', 'a:0:{}', 'no'),
(89, 'timezone_string', '', 'yes'),
(91, 'embed_size_w', '', 'yes'),
(92, 'embed_size_h', '600', 'yes'),
(93, 'page_for_posts', '0', 'yes'),
(94, 'page_on_front', '57', 'yes'),
(95, 'default_post_format', '0', 'yes'),
(96, 'initial_db_version', '21707', 'yes'),
(97, 'wp_user_roles', 'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{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:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{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: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;}}}', 'yes'),
(98, 'widget_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(99, 'widget_recent-posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(100, 'widget_recent-comments', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(101, 'widget_archives', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(102, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(103, 'sidebars_widgets', 'a:10:{s:19:\"wp_inactive_widgets\";a:0:{}s:12:\"blog-widgets\";a:1:{i:0;s:9:\"sponsor-2\";}s:14:\"footer-widgets\";a:4:{i:0;s:6:\"text-8\";i:1;s:6:\"text-7\";i:2;s:6:\"text-5\";i:3;s:7:\"pages-2\";}s:15:\"infobar-widgets\";a:0:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}s:9:\"sidebar-6\";a:0:{}s:9:\"sidebar-7\";a:0:{}s:9:\"sidebar-8\";a:1:{i:0;s:6:\"text-6\";}s:13:\"array_version\";i:3;}', 'yes'),
(325, 'widget_embed', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(324, 'widget_sponsor', 'a:2:{i:2;a:9:{s:5:\"title\";s:14:\"Sponsor Widget\";s:8:\"sponsor1\";s:1:\"#\";s:11:\"sponsorimg1\";s:25:\"http://placehold.it/95x95\";s:8:\"sponsor2\";s:1:\"#\";s:11:\"sponsorimg2\";s:25:\"http://placehold.it/95x95\";s:8:\"sponsor3\";s:1:\"#\";s:11:\"sponsorimg3\";s:25:\"http://placehold.it/95x95\";s:8:\"sponsor4\";s:1:\"#\";s:11:\"sponsorimg4\";s:25:\"http://placehold.it/95x95\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(104, 'cron', 'a:7:{i:1633015539;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:1633021069;a:1:{s:35:\"check_plugin_updates-newroyalslider\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:12:\"every12hours\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1633031893;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:1633040739;a:1:{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:1633075097;a:1:{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;}}}i:1633076688;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'),
(269, 'link_manager_enabled', '1', 'yes'),
(148, 'recently_activated', 'a:1:{s:23:\"revslider/revslider.php\";i:1579991200;}', 'yes'),
(113, 'dashboard_widget_options', 'a:4:{s:25:\"dashboard_recent_comments\";a:1:{s:5:\"items\";i:5;}s:24:\"dashboard_incoming_links\";a:5:{s:4:\"home\";s:32:\"http://www.fslcorporate.com/site\";s:4:\"link\";s:108:\"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://www.fslcorporate.com/site/\";s:3:\"url\";s:141:\"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://www.fslcorporate.com/site/\";s:5:\"items\";i:10;s:9:\"show_date\";b:0;}s:17:\"dashboard_primary\";a:7:{s:4:\"link\";s:26:\"http://wordpress.org/news/\";s:3:\"url\";s:31:\"http://wordpress.org/news/feed/\";s:5:\"title\";s:14:\"WordPress Blog\";s:5:\"items\";i:2;s:12:\"show_summary\";i:1;s:11:\"show_author\";i:0;s:9:\"show_date\";i:1;}s:19:\"dashboard_secondary\";a:7:{s:4:\"link\";s:28:\"http://planet.wordpress.org/\";s:3:\"url\";s:33:\"http://planet.wordpress.org/feed/\";s:5:\"title\";s:20:\"Other WordPress News\";s:5:\"items\";i:5;s:12:\"show_summary\";i:0;s:11:\"show_author\";i:0;s:9:\"show_date\";i:0;}}', 'yes'),
(309, 'theme_mods_inovado', 'a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:15:\"main_navigation\";i:6;}s:18:\"custom_css_post_id\";i:-1;}', 'yes'),
(311, 'wpcf7', 'a:1:{s:7:\"version\";s:5:\"5.1.6\";}', 'yes'),
(312, 'cpto_options', 'a:3:{s:8:\"autosort\";s:1:\"1\";s:9:\"adminsort\";s:1:\"1\";s:10:\"capability\";s:15:\"install_plugins\";}', 'yes'),
(313, 'CPT_configured', 'TRUE', 'yes'),
(320, 'new_royalslider_config', 'a:4:{s:5:\"embed\";a:1:{s:17:\"posts_with_slider\";s:17:\"posts_with_slider\";}s:17:\"allow_authors_cap\";s:2:\"no\";s:18:\"cache_refresh_time\";s:2:\"24\";s:30:\"override_all_default_galleries\";s:0:\"\";}', 'yes'),
(322, 'new_royalslider_version', '3.0.4', 'yes'),
(323, 'external_updates-newroyalslider', 'O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1632978612;s:14:\"checkedVersion\";s:5:\"3.0.4\";s:6:\"update\";O:8:\"stdClass\":6:{s:2:\"id\";i:0;s:4:\"slug\";s:14:\"newroyalslider\";s:7:\"version\";s:6:\"3.0.83\";s:8:\"homepage\";N;s:12:\"download_url\";N;s:14:\"upgrade_notice\";N;}}', 'no'),
(634, 'widget_pages', 'a:2:{i:2;a:3:{s:5:\"title\";s:10:\"Navigation\";s:6:\"sortby\";s:10:\"post_title\";s:7:\"exclude\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(150, 'category_children', 'a:0:{}', 'yes'),
(153, 'theme_mods_twentyeleven', 'a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1351584189;s:4:\"data\";a:6:{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:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}}}}', 'yes'),
(154, 'current_theme', 'INOVADO', 'yes'),
(155, 'theme_mods_newline', 'a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:10:\"navigation\";i:0;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1359089662;s:4:\"data\";a:8:{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:{}s:9:\"sidebar-4\";a:1:{i:0;s:6:\"text-2\";}s:9:\"sidebar-5\";a:2:{i:0;s:20:\"newlineminigallery-2\";i:1;s:6:\"text-3\";}s:21:\"sidebar-4ecd429bdcbb1\";a:0:{}s:21:\"sidebar-4ece467858550\";a:0:{}}}}', 'yes'),
(156, 'theme_switched', '', 'yes'),
(157, 'option_tree', 'a:105:{s:15:\"general_default\";s:6:\"Header\";s:8:\"img_logo\";s:82:\"http://www.fslcorporate.com/site/wp-content/uploads/2012/10/lil-fsl-plain-logo.jpg\";s:16:\"value_logoheight\";s:3:\"110\";s:17:\"value_phoneoffset\";s:2:\"30\";s:15:\"value_phonetext\";s:58:\"Call Our Toll-Free Number: <strong>1-877-895-1902</strong>\";s:15:\"value_phoneicon\";a:1:{i:0;s:3:\"Yes\";}s:15:\"value_offertext\";s:50:\"<strong>Audio - Lighting - Video - Staging<strong>\";s:17:\"value_submenushow\";s:1:\"0\";s:17:\"value_submenuhide\";s:1:\"0\";s:17:\"value_submenuover\";s:3:\"200\";s:16:\"value_submenuout\";s:3:\"100\";s:6:\"footer\";s:6:\"Footer\";s:15:\"text_footerleft\";s:32:\"© 2012 Frontier Sound and Light\";s:16:\"text_footerright\";s:35:\" Audio - Lighting - Video - Staging\";s:10:\"background\";s:10:\"Background\";s:10:\"img_bgtile\";s:80:\"http://www.fslcorporate.com/site/wp-content/uploads/2012/10/fsl-white-square.jpg\";s:5:\"fonts\";s:5:\"Fonts\";s:16:\"font_titleboxurl\";s:45:\"http://fonts.googleapis.com/css?family=Rancho\";s:19:\"font_titleboxfamily\";s:19:\"\\\'Rancho\\\', cursive\";s:17:\"font_titleboxsize\";a:2:{i:0;s:2:\"35\";i:1;s:2:\"px\";}s:16:\"font_headlineurl\";s:54:\"http://fonts.googleapis.com/css?family=PT+Sans:400,700\";s:19:\"font_headlinefamily\";s:23:\"\\\'PT Sans\\\', sans-serif\";s:13:\"font_menusize\";a:2:{i:0;s:2:\"12\";i:1;s:2:\"px\";}s:11:\"font_h1size\";a:2:{i:0;s:2:\"38\";i:1;s:2:\"px\";}s:11:\"font_h2size\";a:2:{i:0;s:2:\"33\";i:1;s:2:\"px\";}s:11:\"font_h3size\";a:2:{i:0;s:2:\"28\";i:1;s:2:\"px\";}s:11:\"font_h4size\";a:2:{i:0;s:2:\"23\";i:1;s:2:\"px\";}s:11:\"font_h5size\";a:2:{i:0;s:2:\"19\";i:1;s:2:\"px\";}s:11:\"font_h6size\";a:2:{i:0;s:2:\"16\";i:1;s:2:\"px\";}s:13:\"font_bodysize\";a:2:{i:0;s:2:\"12\";i:1;s:2:\"px\";}s:19:\"font_bodylineheight\";a:2:{i:0;s:2:\"20\";i:1;s:2:\"px\";}s:6:\"colors\";s:6:\"Colors\";s:12:\"color_scheme\";s:6:\"custom\";s:20:\"color_headerfooterbg\";s:7:\"#a1caff\";s:18:\"color_submenuhover\";s:7:\"#327aa3\";s:14:\"color_linkidle\";s:7:\"#327aa3\";s:15:\"color_linkhover\";s:7:\"#0026ff\";s:8:\"language\";s:8:\"Language\";s:21:\"language_widgetsearch\";s:9:\"Search...\";s:22:\"language_searchresults\";s:18:\"Search Results for\";s:23:\"language_searchnotfound\";s:25:\"Sorry, nothing was found!\";s:21:\"language_blogreadmore\";s:9:\"Read More\";s:22:\"language_portfoliomore\";s:13:\"Visit Project\";s:27:\"language_postinfonocomments\";s:11:\"No Comments\";s:27:\"language_postinfoonecomment\";s:9:\"1 Comment\";s:26:\"language_postinfoxcomments\";s:8:\"Comments\";s:19:\"language_onecomment\";s:25:\"One Comment For This Post\";s:18:\"language_xcomments\";s:22:\"Comments For This Post\";s:26:\"language_commentmoderation\";s:35:\"Your Comment Is Awaiting Moderation\";s:17:\"language_loggedin\";s:20:\"You are logged in as\";s:20:\"language_clickhereto\";s:13:\"Click here to\";s:15:\"language_logout\";s:7:\"Log out\";s:23:\"language_commentsclosed\";s:19:\"Comments Are Closed\";s:28:\"language_commentsreplybutton\";s:5:\"Reply\";s:27:\"language_commentsleavereply\";s:13:\"Leave A Reply\";s:16:\"language_replyto\";s:8:\"Reply to\";s:26:\"language_commentsnamelabel\";s:28:\"Name <span>(required)</span>\";s:27:\"language_commentsemaillabel\";s:29:\"Email <span>(required)</span>\";s:29:\"language_commentswebsitelabel\";s:7:\"Website\";s:29:\"language_commentsmessagelabel\";s:31:\"Message <span>(required)</span>\";s:25:\"language_commentsaddreply\";s:9:\"Add Reply\";s:29:\"language_contactsendusmessage\";s:17:\"Send Us A Message\";s:25:\"language_contactnamelabel\";s:28:\"Name <span>(required)</span>\";s:26:\"language_contactemaillabel\";s:29:\"Email <span>(required)</span>\";s:28:\"language_contactaddresslabel\";s:7:\"Address\";s:26:\"language_contactphonelabel\";s:5:\"Phone\";s:28:\"language_contactmessagelabel\";s:31:\"Message <span>(required)</span>\";s:26:\"language_contactsendbutton\";s:12:\"Send Message\";s:28:\"language_contacterrormessage\";s:36:\"Error! Please correct marked fields.\";s:30:\"language_contactsendingmessage\";s:10:\"Sending...\";s:30:\"language_contactsuccessmessage\";s:24:\"Email send successfully!\";s:16:\"homepage_general\";s:16:\"Homepage General\";s:20:\"text_welcomeheadline\";s:34:\"Audio - Lighting - Video - Staging\";s:21:\"homepage_teaser_items\";s:24:\"Homepage Teaser Carousel\";s:12:\"teasers_home\";a:3:{i:0;a:5:{s:5:\"order\";s:1:\"0\";s:5:\"title\";s:21:\"Audio Rental Examples\";s:5:\"image\";s:85:\"http://www.fslcorporate.com/site/wp-content/uploads/2012/10/AUDIO-RENTAL-EXAMPLES.jpg\";s:4:\"link\";s:0:\"\";s:11:\"description\";s:38:\"Audio Rental Examples, Photos to come.\";}i:1;a:5:{s:5:\"order\";s:1:\"1\";s:5:\"title\";s:24:\"Lighting Rental Examples\";s:5:\"image\";s:88:\"http://www.fslcorporate.com/site/wp-content/uploads/2012/10/Lighting-RENTAL-EXAMPLES.jpg\";s:4:\"link\";s:0:\"\";s:11:\"description\";s:41:\"Lighting Rental Examples, Photos to come.\";}i:2;a:5:{s:5:\"order\";s:1:\"2\";s:5:\"title\";s:21:\"Video Rental Examples\";s:5:\"image\";s:85:\"http://www.fslcorporate.com/site/wp-content/uploads/2012/10/Video-RENTAL-EXAMPLES.jpg\";s:4:\"link\";s:0:\"\";s:11:\"description\";s:38:\"Video Rental Examples, Photos to come.\";}}s:18:\"homepage_anyslider\";s:18:\"Homepage AnySlider\";s:10:\"any_slider\";a:1:{i:0;a:5:{s:5:\"order\";s:1:\"1\";s:5:\"title\";s:10:\"Image Only\";s:5:\"image\";s:84:\"http://www.fslcorporate.com/site/wp-content/uploads/2012/10/frontier-coming-soon.jpg\";s:4:\"link\";s:0:\"\";s:11:\"description\";s:0:\"\";}}s:15:\"slider_anydelay\";s:4:\"5000\";s:20:\"homepage_nivo_slider\";s:20:\"Homepage Nivo Slider\";s:11:\"slider_nivo\";a:3:{i:0;a:5:{s:5:\"order\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:5:\"image\";s:0:\"\";s:4:\"link\";s:0:\"\";s:11:\"description\";s:179:\"<h5>HTML Captions are also possible!</h5>\r\nLorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat.\";}i:1;a:5:{s:5:\"order\";s:1:\"1\";s:5:\"title\";s:0:\"\";s:5:\"image\";s:0:\"\";s:4:\"link\";s:0:\"\";s:11:\"description\";s:179:\"<h5>HTML Captions are also possible!</h5>\r\nLorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat.\";}i:2;a:5:{s:5:\"order\";s:1:\"2\";s:5:\"title\";s:0:\"\";s:5:\"image\";s:0:\"\";s:4:\"link\";s:0:\"\";s:11:\"description\";s:179:\"<h5>HTML Captions are also possible!</h5>\r\nLorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat.\";}}s:17:\"slider_nivoeffect\";s:6:\"random\";s:17:\"slider_nivoslices\";s:2:\"15\";s:18:\"slider_nivoboxcols\";s:1:\"8\";s:18:\"slider_nivoboxrows\";s:1:\"4\";s:20:\"slider_nivoanimspeed\";s:3:\"500\";s:20:\"slider_nivopausetime\";s:4:\"3000\";s:31:\"homepage_piecemaker_2_3d_slider\";s:31:\"Homepage Piecemaker 2 3D Slider\";s:17:\"piecemaker_slider\";a:3:{i:0;a:5:{s:5:\"order\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:5:\"image\";s:84:\"http://www.fslcorporate.com/site/wp-content/uploads/2012/10/frontier-coming-soon.jpg\";s:4:\"link\";s:0:\"\";s:11:\"description\";s:55:\"<h1>Slide One Headline</h1>\r\n<p>content coming soon</p>\";}i:1;a:5:{s:5:\"order\";s:1:\"1\";s:5:\"title\";s:0:\"\";s:5:\"image\";s:84:\"http://www.fslcorporate.com/site/wp-content/uploads/2012/10/frontier-coming-soon.jpg\";s:4:\"link\";s:0:\"\";s:11:\"description\";s:55:\"<h1>Slide Two Headline</h1>\r\n<p>content coming soon</p>\";}i:2;a:5:{s:5:\"order\";s:1:\"2\";s:5:\"title\";s:0:\"\";s:5:\"image\";s:84:\"http://www.fslcorporate.com/site/wp-content/uploads/2012/10/frontier-coming-soon.jpg\";s:4:\"link\";s:0:\"\";s:11:\"description\";s:57:\"<h1>Slide Three Headline</h1>\r\n<p>content coming soon</p>\";}}s:15:\"contactheadline\";s:7:\"Contact\";s:17:\"value_gmapsactive\";a:1:{i:0;s:3:\"Yes\";}s:14:\"value_gmapslat\";s:9:\"44.079524\";s:15:\"value_gmapslong\";s:10:\"-79.425544\";s:22:\"value_gmapsdefaultzoom\";s:2:\"14\";s:20:\"value_gmapsclickzoom\";s:2:\"17\";s:19:\"value_gmapslocation\";s:19:\"Our Office Location\";s:17:\"email_contactform\";s:0:\"\";s:10:\"newsletter\";s:10:\"Newsletter\";s:16:\"email_newsletter\";s:0:\"\";s:9:\"portfolio\";s:9:\"Portfolio\";s:15:\"portfolio_slug1\";s:13:\"our-portfolio\";s:15:\"portfolio_slug2\";s:0:\"\";s:15:\"portfolio_slug3\";s:0:\"\";s:15:\"portfolio_slug4\";s:0:\"\";s:15:\"portfolio_slug5\";s:0:\"\";s:15:\"portfolio_slug6\";s:0:\"\";}', 'yes'),
(310, 'INOVADO_options', 'a:133:{s:21:\"check_disablecomments\";s:1:\"1\";s:21:\"textarea_trackingcode\";s:0:\"\";s:13:\"media_favicon\";s:75:\"http://www.fslcorporate.com/site/wp-content/uploads/2013/01/fsl-favicon.jpg\";s:20:\"media_favicon_iphone\";s:0:\"\";s:27:\"media_favicon_iphone_retina\";s:0:\"\";s:18:\"media_favicon_ipad\";s:0:\"\";s:25:\"media_favicon_ipad_retina\";s:0:\"\";s:16:\"check_responsive\";s:1:\"1\";s:11:\"check_boxed\";s:1:\"1\";s:19:\"check_stripedborder\";s:1:\"0\";s:17:\"text_titledivider\";s:44:\"SOUND - LIGHTING - VIDEO - STAGING and MORE!\";s:8:\"media_bg\";s:0:\"\";s:9:\"select_bg\";s:13:\"Stretch Image\";s:8:\"color_bg\";s:7:\"#b0b0b0\";s:12:\"check_topbar\";s:1:\"0\";s:11:\"text_callus\";s:34:\"Call Us: Toll Free: 1-877-895-1902\";s:18:\"check_socialtopbar\";s:1:\"0\";s:18:\"style_headerheight\";s:3:\"100\";s:10:\"media_logo\";s:82:\"http://www.fslcorporate.com/site/wp-content/uploads/2013/01/lil-fsl-plain-logo.png\";s:19:\"style_logotopmargin\";s:4:\"20px\";s:22:\"style_logobottommargin\";s:3:\"0px\";s:16:\"check_searchform\";s:1:\"0\";s:13:\"check_infobar\";s:1:\"0\";s:20:\"select_infobarstatic\";s:5:\"fixed\";s:16:\"textarea_infobar\";s:38:\"Enter your Infotext or Widgets here...\";s:17:\"media_logo_retina\";s:82:\"http://www.fslcorporate.com/site/wp-content/uploads/2013/01/lil-fsl-plain-logo.png\";s:10:\"logo_width\";s:0:\"\";s:11:\"logo_height\";s:0:\"\";s:19:\"check_footerwidgets\";s:1:\"1\";s:16:\"check_twitterbar\";s:1:\"0\";s:18:\"textarea_copyright\";s:53:\"© Frontier Sound And Light™.  All Rights Reserved.\";s:18:\"check_socialfooter\";s:1:\"0\";s:9:\"font_body\";a:4:{s:4:\"size\";s:4:\"15px\";s:4:\"face\";s:5:\"arial\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#444444\";}s:7:\"font_h1\";a:4:{s:4:\"size\";s:4:\"28px\";s:4:\"face\";s:5:\"arial\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#666666\";}s:7:\"font_h2\";a:4:{s:4:\"size\";s:4:\"23px\";s:4:\"face\";s:5:\"arial\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#666666\";}s:7:\"font_h3\";a:4:{s:4:\"size\";s:4:\"18px\";s:4:\"face\";s:5:\"arial\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#666666\";}s:7:\"font_h4\";a:4:{s:4:\"size\";s:4:\"16px\";s:4:\"face\";s:5:\"arial\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#666666\";}s:7:\"font_h5\";a:4:{s:4:\"size\";s:4:\"15px\";s:4:\"face\";s:5:\"arial\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#666666\";}s:7:\"font_h6\";a:4:{s:4:\"size\";s:4:\"14px\";s:4:\"face\";s:5:\"arial\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#666666\";}s:12:\"color_accent\";s:7:\"#196dff\";s:10:\"color_link\";s:7:\"#289dcc\";s:11:\"color_hover\";s:7:\"#ffffff\";s:14:\"color_topbarbg\";s:7:\"#212121\";s:13:\"border_topbar\";a:3:{s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#efefef\";}s:11:\"font_callus\";a:4:{s:4:\"size\";s:4:\"12px\";s:4:\"face\";s:5:\"arial\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#ffffff\";}s:21:\"color_topbarlinkhover\";s:7:\"#ffffff\";s:22:\"color_topbarresponsive\";s:7:\"#212121\";s:14:\"color_headerbg\";s:7:\"#212121\";s:8:\"font_nav\";a:4:{s:4:\"size\";s:4:\"13px\";s:4:\"face\";s:5:\"arial\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#ffffff\";}s:18:\"color_navlinkhover\";s:7:\"#299ecc\";s:19:\"color_navlinkactive\";s:7:\"#289dcc\";s:15:\"color_submenubg\";s:7:\"#999999\";s:19:\"color_submenuborder\";s:7:\"#555555\";s:17:\"color_submenulink\";s:7:\"#dedede\";s:23:\"color_submenulinkborder\";s:7:\"#a5a5a5\";s:22:\"color_submenulinkhover\";s:7:\"#ffffff\";s:16:\"color_titlebgtop\";s:7:\"#FFFFFF\";s:19:\"color_titlebgbottom\";s:7:\"#FAFAFA\";s:15:\"border_titletop\";a:3:{s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#e4e4e4\";}s:18:\"border_titlebottom\";a:3:{s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#e4e4e4\";}s:12:\"font_titleh1\";a:4:{s:4:\"size\";s:4:\"18px\";s:4:\"face\";s:5:\"arial\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#666666\";}s:12:\"font_titleh2\";a:4:{s:4:\"size\";s:4:\"15px\";s:4:\"face\";s:5:\"arial\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#aaaaaa\";}s:21:\"color_titlebreadcrumb\";s:7:\"#aaaaaa\";s:26:\"color_titlebreadcrumbhover\";s:7:\"#289dcc\";s:17:\"color_alttitlebg1\";s:7:\"#289dcc\";s:17:\"color_alttitlebg2\";s:7:\"#ffffff\";s:15:\"font_alttitleh1\";a:4:{s:4:\"size\";s:4:\"18px\";s:4:\"face\";s:5:\"arial\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#ffffff\";}s:15:\"font_alttitleh2\";a:4:{s:4:\"size\";s:4:\"15px\";s:4:\"face\";s:5:\"arial\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#999999\";}s:26:\"color_alttitlebreadcrumbbg\";s:7:\"#ffffff\";s:25:\"border_alttitlebreadcrumb\";a:3:{s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#e4e4e4\";}s:28:\"color_alttitlebreadcrumblink\";s:7:\"#999999\";s:33:\"color_alttitlebreadcrumblinkhover\";s:7:\"#289dcc\";s:18:\"font_sidebarwidget\";a:4:{s:4:\"size\";s:4:\"15px\";s:4:\"face\";s:5:\"arial\";s:5:\"style\";s:4:\"bold\";s:5:\"color\";s:7:\"#666666\";}s:15:\"color_twitterbg\";s:7:\"#289dcc\";s:12:\"font_twitter\";a:4:{s:4:\"size\";s:4:\"13px\";s:4:\"face\";s:5:\"arial\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#ffffff\";}s:14:\"color_footerbg\";s:7:\"#444444\";s:16:\"border_footertop\";a:3:{s:5:\"width\";s:2:\"10\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#454545\";}s:16:\"color_footertext\";s:7:\"#c4c4c4\";s:19:\"font_footerheadline\";a:4:{s:4:\"size\";s:4:\"15px\";s:4:\"face\";s:5:\"arial\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#ffffff\";}s:21:\"border_footerheadline\";a:3:{s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#555555\";}s:16:\"color_footerlink\";s:7:\"#999999\";s:21:\"color_footerlinkhover\";s:7:\"#ffffff\";s:17:\"color_copyrightbg\";s:7:\"#222222\";s:19:\"color_copyrighttext\";s:7:\"#cfcfcf\";s:19:\"color_copyrightlink\";s:7:\"#888888\";s:24:\"color_copyrightlinkhover\";s:7:\"#ffffff\";s:18:\"select_blogsidebar\";s:13:\"sidebar-right\";s:14:\"check_sharebox\";s:1:\"0\";s:16:\"check_authorinfo\";s:1:\"0\";s:18:\"check_relatedposts\";s:1:\"0\";s:18:\"text_excerptlength\";s:2:\"30\";s:14:\"check_readmore\";s:1:\"1\";s:19:\"text_blogbreadcrumb\";s:4:\"Blog\";s:24:\"check_sharingboxfacebook\";s:1:\"1\";s:23:\"check_sharingboxtwitter\";s:1:\"1\";s:24:\"check_sharingboxlinkedin\";s:1:\"0\";s:22:\"check_sharingboxreddit\";s:1:\"0\";s:20:\"check_sharingboxdigg\";s:1:\"0\";s:25:\"check_sharingboxdelicious\";s:1:\"0\";s:22:\"check_sharingboxgoogle\";s:1:\"0\";s:21:\"check_sharingboxemail\";s:1:\"0\";s:18:\"text_portfolioslug\";s:14:\"portfolio-item\";s:19:\"text_portfolioitems\";s:2:\"16\";s:14:\"social_twitter\";s:0:\"\";s:13:\"social_forrst\";s:0:\"\";s:15:\"social_dribbble\";s:0:\"\";s:13:\"social_flickr\";s:0:\"\";s:15:\"social_facebook\";s:0:\"\";s:12:\"social_skype\";s:0:\"\";s:11:\"social_digg\";s:0:\"\";s:13:\"social_google\";s:0:\"\";s:15:\"social_linkedin\";s:0:\"\";s:12:\"social_vimeo\";s:0:\"\";s:12:\"social_yahoo\";s:0:\"\";s:13:\"social_tumblr\";s:0:\"\";s:14:\"social_youtube\";s:0:\"\";s:13:\"social_picasa\";s:0:\"\";s:17:\"social_deviantart\";s:0:\"\";s:14:\"social_behance\";s:0:\"\";s:16:\"social_pinterest\";s:0:\"\";s:13:\"social_paypal\";s:0:\"\";s:16:\"social_delicious\";s:0:\"\";s:10:\"social_rss\";s:1:\"0\";s:14:\"lightbox_theme\";s:10:\"pp_default\";s:24:\"lightbox_animation_speed\";s:4:\"Fast\";s:16:\"lightbox_opacity\";s:3:\"0.8\";s:14:\"lightbox_title\";s:1:\"1\";s:16:\"lightbox_gallery\";s:1:\"1\";s:17:\"lightbox_autoplay\";s:1:\"0\";s:24:\"lightbox_slideshow_speed\";s:4:\"5000\";s:15:\"lightbox_social\";s:1:\"1\";s:20:\"lightbox_smartphones\";s:1:\"0\";s:16:\"textarea_csscode\";s:0:\"\";}', 'yes'),
(178, 'widget_newlinesidebarvimeo', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(168, '_transient_random_seed', '20ce04a6ad6680644c9b2c0598527d13', 'yes'),
(177, 'widget_newlineminigallery', 'a:2:{i:2;a:3:{s:5:\"title\";s:25:\"Image Gallery Coming soon\";s:6:\"images\";s:0:\"\";s:12:\"descriptions\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(331, 'rewrite_rules', 'a:109:{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:57:\"portfolio_filter/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?portfolio_filter=$matches[1]&feed=$matches[2]\";s:52:\"portfolio_filter/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?portfolio_filter=$matches[1]&feed=$matches[2]\";s:33:\"portfolio_filter/([^/]+)/embed/?$\";s:49:\"index.php?portfolio_filter=$matches[1]&embed=true\";s:45:\"portfolio_filter/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?portfolio_filter=$matches[1]&paged=$matches[2]\";s:27:\"portfolio_filter/([^/]+)/?$\";s:38:\"index.php?portfolio_filter=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";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:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";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:42:\"portfolio-item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"portfolio-item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"portfolio-item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"portfolio-item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"portfolio-item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"portfolio-item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"portfolio-item/([^/]+)/embed/?$\";s:42:\"index.php?portfolio=$matches[1]&embed=true\";s:35:\"portfolio-item/([^/]+)/trackback/?$\";s:36:\"index.php?portfolio=$matches[1]&tb=1\";s:43:\"portfolio-item/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&paged=$matches[2]\";s:50:\"portfolio-item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&cpage=$matches[2]\";s:39:\"portfolio-item/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?portfolio=$matches[1]&page=$matches[2]\";s:31:\"portfolio-item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"portfolio-item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"portfolio-item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"portfolio-item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"portfolio-item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"portfolio-item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";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:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";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=57&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";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:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";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:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";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:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";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:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";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:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";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:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";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:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";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:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";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:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";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'),
(158, 'option_tree_version', '1.1.8.1', 'yes'),
(159, 'option_tree_activation', 'set', 'yes'),
(160, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'yes'),
(16889, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(326, 'sbg_sidebars', 'a:5:{s:5:\"About\";s:5:\"About\";s:7:\"Service\";s:7:\"Service\";s:7:\"Contact\";s:7:\"Contact\";s:7:\"Clients\";s:7:\"Clients\";s:5:\"BLANK\";s:5:\"BLANK\";}', 'yes'),
(633, 'widget_new_royalslider_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(16894, 'WPLANG', '', 'yes'),
(16886, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(16887, 'widget_links', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(16888, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(16890, 'finished_splitting_shared_terms', '1', 'yes'),
(16891, 'site_icon', '0', 'yes'),
(16892, 'medium_large_size_w', '768', 'yes'),
(16893, 'medium_large_size_h', '0', 'yes'),
(16895, 'widget_rev-slider-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(16896, 'widget_facebook', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(16897, 'widget_flickr', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(16898, 'widget_twitter', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(16899, 'widget_contact', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(16900, 'widget_portfolio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(18303, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:30:\"info@frontiersoundandlight.com\";s:7:\"version\";s:6:\"5.1.11\";s:9:\"timestamp\";i:1632254374;}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(68910, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:8:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.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.8.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.8.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.8.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.8.1\";s:7:\"version\";s:5:\"5.8.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.6\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.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.8.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.8.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.8.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.8.1\";s:7:\"version\";s:5:\"5.8.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.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.7.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.7.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.7.3\";s:7:\"version\";s:5:\"5.7.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.5.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.6.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.6.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.6.5\";s:7:\"version\";s:5:\"5.6.5\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.5.6.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.5.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.5.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.5.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.5.6\";s:7:\"version\";s:5:\"5.5.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:5;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.4.7.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.7.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.4.7-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.4.7-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.4.7\";s:7:\"version\";s:5:\"5.4.7\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:6;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.3.9.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.3.9.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.3.9-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.3.9-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.3.9\";s:7:\"version\";s:5:\"5.3.9\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:7;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.2.12.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.2.12.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.2.12-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.2.12-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.2.12\";s:7:\"version\";s:6:\"5.2.12\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1632989424;s:15:\"version_checked\";s:6:\"5.1.11\";s:12:\"translations\";a:0:{}}', 'no'),
(69273, '_site_transient_update_themes', 'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1632989425;s:7:\"checked\";a:7:{s:7:\"inovado\";s:3:\"1.0\";s:7:\"newline\";s:5:\"1.2.0\";s:12:\"twentyeleven\";s:3:\"1.5\";s:14:\"twentynineteen\";s:3:\"1.3\";s:15:\"twentyseventeen\";s:3:\"2.1\";s:9:\"twentyten\";s:3:\"1.5\";s:12:\"twentytwelve\";s:3:\"1.1\";}s:8:\"response\";a:5:{s:12:\"twentyeleven\";a:6:{s:5:\"theme\";s:12:\"twentyeleven\";s:11:\"new_version\";s:3:\"3.9\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentyeleven/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentyeleven.3.9.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:5:\"5.2.4\";}s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.2.1.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.8\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.2.8.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:9:\"twentyten\";a:6:{s:5:\"theme\";s:9:\"twentyten\";s:11:\"new_version\";s:3:\"3.5\";s:3:\"url\";s:39:\"https://wordpress.org/themes/twentyten/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/theme/twentyten.3.5.zip\";s:8:\"requires\";s:3:\"3.0\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwelve\";a:6:{s:5:\"theme\";s:12:\"twentytwelve\";s:11:\"new_version\";s:3:\"3.5\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwelve/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwelve.3.5.zip\";s:8:\"requires\";s:3:\"3.5\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}', 'no'),
(69274, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1632989425;s:7:\"checked\";a:8:{s:19:\"akismet/akismet.php\";s:5:\"4.1.3\";s:35:\"cf-post-formats/cf-post-formats.php\";s:3:\"1.1\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.1.6\";s:21:\"hello-dolly/hello.php\";s:5:\"1.7.2\";s:34:\"new-royalslider/newroyalslider.php\";s:5:\"3.0.4\";s:37:\"post-types-order/post-types-order.php\";s:7:\"1.9.4.2\";s:23:\"revslider/revslider.php\";s:3:\"2.2\";s:41:\"wordpress-importer/wordpress-importer.php\";s:5:\"0.6.4\";}s:8:\"response\";a:3:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":13:{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:6:\"4.1.12\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/akismet.4.1.12.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:5:\"5.8.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:37:\"post-types-order/post-types-order.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:30:\"w.org/plugins/post-types-order\";s:4:\"slug\";s:16:\"post-types-order\";s:6:\"plugin\";s:37:\"post-types-order/post-types-order.php\";s:11:\"new_version\";s:7:\"1.9.5.7\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/post-types-order/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/post-types-order.1.9.5.7.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/post-types-order/assets/icon-128x128.png?rev=1226428\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/post-types-order/assets/banner-1544x500.png?rev=1675574\";s:2:\"1x\";s:71:\"https://ps.w.org/post-types-order/assets/banner-772x250.png?rev=1429949\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"2.8\";s:6:\"tested\";s:5:\"5.8.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:41:\"wordpress-importer/wordpress-importer.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:32:\"w.org/plugins/wordpress-importer\";s:4:\"slug\";s:18:\"wordpress-importer\";s:6:\"plugin\";s:41:\"wordpress-importer/wordpress-importer.php\";s:11:\"new_version\";s:3:\"0.7\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/wordpress-importer/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/wordpress-importer.0.7.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:71:\"https://ps.w.org/wordpress-importer/assets/icon-256x256.png?rev=1908375\";s:2:\"1x\";s:63:\"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=1908375\";s:3:\"svg\";s:63:\"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=1908375\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-importer/assets/banner-772x250.png?rev=547654\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.7\";s:6:\"tested\";s:5:\"5.4.7\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.4.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.4.2.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:67:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=2279696\";s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.5\";s:6:\"tested\";s:5:\"5.8.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}}s:21:\"hello-dolly/hello.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:21:\"hello-dolly/hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}}}', 'no'),
(69271, '_site_transient_timeout_theme_roots', '1632991224', 'no'),
(69272, '_site_transient_theme_roots', 'a:7:{s:7:\"inovado\";s:7:\"/themes\";s:7:\"newline\";s:7:\"/themes\";s:12:\"twentyeleven\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:9:\"twentyten\";s:7:\"/themes\";s:12:\"twentytwelve\";s:7:\"/themes\";}', 'no'),
(69267, '_transient_timeout_new-royalslider-custom-9', '1633074967', 'no'),
(69268, '_transient_new-royalslider-custom-9', 'a:2:{s:3:\"out\";s:3292:\"<div id=\"new-royalslider-9\" class=\"royalSlider new-royalslider-9 rsDefaultInv rs-image-gallery\" style=\"width:100%; height:500;\"><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/07/frontier-welcome.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/07/frontier-welcome.jpg\">frontier-welcome</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/07/frontier-welcome-96x72.jpg\"/></div>\n  \n  \n</div><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/07/DSC01548.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/07/DSC01548.jpg\">DSC01548</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/07/DSC01548-96x72.jpg\"/></div>\n  \n  \n</div><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/07/DSC08421-copy.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/07/DSC08421-copy.jpg\">DSC08421 copy</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/07/DSC08421-copy-96x72.jpg\"/></div>\n  \n  \n</div><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2015/05/frontier_dec2girl-singing-2-1024x682.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2015/05/frontier_dec2girl-singing-2.jpg\">frontier_dec2girl singing 2</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2015/05/frontier_dec2girl-singing-2-96x72.jpg\"/></div>\n  \n  \n</div><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2015/05/MG_8561-1024x682.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2015/05/MG_8561.jpg\">_MG_8561</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2015/05/MG_8561-96x72.jpg\"/></div>\n  \n  \n</div><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2015/05/MG_8813-1024x683.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2015/05/MG_8813.jpg\">_MG_8813</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2015/05/MG_8813-96x72.jpg\"/></div>\n  \n  \n</div><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2015/05/frontier_apr251579-1024x683.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2015/05/frontier_apr251579.jpg\">frontier_apr251579</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2015/05/frontier_apr251579-96x72.jpg\"/></div>\n  \n  \n</div><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/H.J.-Pfaff-Audi-Grand-Opening-Lights.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/H.J.-Pfaff-Audi-Grand-Opening-Lights.jpg\">H.J. Pfaff Audi Grand Opening Lights</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/H.J.-Pfaff-Audi-Grand-Opening-Lights-96x72.jpg\"/></div>\n  \n  \n</div></div>\";s:7:\"js_init\";s:556:\"	$(\'.new-royalslider-9\').royalSlider({template:\'default\',image_generation:{lazyLoading:!0,imageWidth:\'\',imageHeight:\'\',thumbImageWidth:96,thumbImageHeight:72},thumbs:{paddingBottom:4,thumbWidth:96,thumbHeight:72,appendSpan:!0},autoPlay:{enabled:!0,delay:5000},fullscreen:{enabled:!0,nativeFS:!0},block:{moveOffset:20,speed:400,delay:200},width:\'100%\',height:500,autoScaleSlider:!0,autoScaleSliderWidth:960,autoScaleSliderHeight:850,controlNavigation:\'thumbnails\',arrowsNavHideOnTouch:!0,globalCaptionInside:!0,keyboardNavEnabled:!0,fadeinLoadedSlide:!1});\n\";}', 'no'),
(69244, '_transient_timeout_new-royalslider-custom-6', '1633018335', 'no'),
(69245, '_transient_new-royalslider-custom-6', 'a:2:{s:3:\"out\";s:11564:\"<div id=\"new-royalslider-6\" class=\"royalSlider new-royalslider-6 rsDefaultInv rs-image-gallery\" style=\"width:100%; height:500;\"><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Design+Spot+LED_smaller.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Design+Spot+LED_smaller.jpg\">Design+Spot+LED_smaller</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Design+Spot+LED_smaller-96x72.jpg\"/></div>\n  \n  \n</div><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/2a6bac56-9c70-4cc4-8eee-8cbe37116886_2.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/2a6bac56-9c70-4cc4-8eee-8cbe37116886_2.jpg\">2a6bac56-9c70-4cc4-8eee-8cbe37116886_2</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/2a6bac56-9c70-4cc4-8eee-8cbe37116886_2-96x72.jpg\"/></div>\n  \n  \n</div><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DV020_Jpg_Jumbo_817161.375_chrome_unit_with_effect.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DV020_Jpg_Jumbo_817161.375_chrome_unit_with_effect.jpg\">DV020_Jpg_Jumbo_817161.375_chrome_unit_with_effect</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DV020_Jpg_Jumbo_817161.375_chrome_unit_with_effect-96x72.jpg\"/></div>\n  \n  \n</div><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DV016_Jpg_Large_485489.001_black_web_comp.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DV016_Jpg_Large_485489.001_black_web_comp.jpg\">DV016_Jpg_Large_485489.001_black_web_comp</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DV016_Jpg_Large_485489.001_black_web_comp-96x72.jpg\"/></div>\n  \n  \n</div><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/LED-Blinder-Light-LED-Stage-Light.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/LED-Blinder-Light-LED-Stage-Light.jpg\">LED-Blinder-Light-LED-Stage-Light</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/LED-Blinder-Light-LED-Stage-Light-96x72.jpg\"/></div>\n  \n  \n</div><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Turbosound-Flex-Array1.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Turbosound-Flex-Array1.jpg\">Turbosound Flex Array</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Turbosound-Flex-Array1-96x72.jpg\"/></div>\n  \n  \n</div><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/TFM-420-1024x600.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/TFM-420-1024x600.jpg\">TFM-420-1024x600</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/TFM-420-1024x600-96x72.jpg\"/></div>\n  \n  \n</div><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/SENNHEISER_E935.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/SENNHEISER_E935.jpg\">SENNHEISER_E935</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/SENNHEISER_E935-96x72.jpg\"/></div>\n  \n  \n</div><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/07/Neumann_U8711.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/07/Neumann_U8711.jpg\">Neumann_U87[1]</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/07/Neumann_U8711-96x72.jpg\"/></div>\n  \n  \n</div><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/hzpss20f-xl.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/hzpss20f-xl.jpg\">hzpss20f-xl</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/hzpss20f-xl-96x72.jpg\"/></div>\n  \n  \n</div><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/lightaluminium-truss-443.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/lightaluminium-truss-443.jpg\">lightaluminium-truss-443</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/lightaluminium-truss-443-96x72.jpg\"/></div>\n  \n  \n</div><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sd9_toppic.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sd9_toppic.jpg\">sd9_toppic</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sd9_toppic-96x72.jpg\"/></div>\n  \n  \n</div><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sd10_toppic.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sd10_toppic.jpg\">sd10_toppic</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sd10_toppic-96x72.jpg\"/></div>\n  \n  \n</div><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/digico-sd9.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/digico-sd9.jpg\">digico sd9</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/digico-sd9-96x72.jpg\"/></div>\n  \n  \n</div><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/SD11_7.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/SD11_7.jpg\">SD11_7</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/SD11_7-96x72.jpg\"/></div>\n  \n  \n</div><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sd824_toppic.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sd824_toppic.jpg\">sd824_toppic</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sd824_toppic-96x72.jpg\"/></div>\n  \n  \n</div><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/SOUNDCRAFT_MH2_48.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/SOUNDCRAFT_MH2_48.jpg\">SOUNDCRAFT_MH2_48</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/SOUNDCRAFT_MH2_48-96x72.jpg\"/></div>\n  \n  \n</div><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/video-switcher-example.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/video-switcher-example.jpg\">video switcher example</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/video-switcher-example-96x72.jpg\"/></div>\n  \n  \n</div><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/turbo-sound-amp-rackFlashline_rack.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/turbo-sound-amp-rackFlashline_rack.jpg\">turbo sound amp rackFlashline_rack</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/turbo-sound-amp-rackFlashline_rack-96x72.jpg\"/></div>\n  \n  \n</div><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/07/famspeakers1.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/07/famspeakers1.jpg\">famspeakers</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/07/famspeakers1-96x72.jpg\"/></div>\n  \n  \n</div><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2014/07/gto-peter-gabriel-mention.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2014/07/gto-peter-gabriel-mention.jpg\">gto peter gabriel mention</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2014/07/gto-peter-gabriel-mention-96x72.jpg\"/></div>\n  \n  \n</div><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/07/HogFamily11.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/07/HogFamily11.jpg\">HogFamily[1]</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/07/HogFamily11-96x72.jpg\"/></div>\n  \n  \n</div><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2014/02/0ledvid7smd-side.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2014/02/0ledvid7smd-side.jpg\">0ledvid7smd-side</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2014/02/0ledvid7smd-side-79x72.jpg\"/></div>\n  \n  \n</div><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2014/02/j.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2014/02/j.jpg\">j</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2014/02/j-96x72.jpg\"/></div>\n  \n  \n</div><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2014/02/2ledvid7smd-front.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2014/02/2ledvid7smd-front.jpg\">2ledvid7smd-front</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2014/02/2ledvid7smd-front-96x72.jpg\"/></div>\n  \n  \n</div><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2014/02/martin-mac-viper-profile-2881-p1.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2014/02/martin-mac-viper-profile-2881-p1.jpg\">martin-mac-viper-profile-2881-p[1]</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2014/02/martin-mac-viper-profile-2881-p1-96x72.jpg\"/></div>\n  \n  \n</div><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2014/02/martin-aura-post-photo1.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2014/02/martin-aura-post-photo1.jpg\">martin-aura-post-photo[1]</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2014/02/martin-aura-post-photo1-96x72.jpg\"/></div>\n  \n  \n</div><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2014/02/Martin_mac_aura_LED_wash_movinghead_effect1.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2014/02/Martin_mac_aura_LED_wash_movinghead_effect1.jpg\">Martin_mac_aura_LED_wash_movinghead_effect[1]</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2014/02/Martin_mac_aura_LED_wash_movinghead_effect1-96x72.jpg\"/></div>\n  \n  \n</div></div>\";s:7:\"js_init\";s:757:\"	$(\'.new-royalslider-6\').royalSlider({template:\'default\',image_generation:{lazyLoading:!0,imageWidth:\'\',imageHeight:\'\',thumbImageWidth:96,thumbImageHeight:72},thumbs:{paddingBottom:4,thumbWidth:96,thumbHeight:72,appendSpan:!0},autoPlay:{enabled:!0,delay:6000},fullscreen:{enabled:!0,nativeFS:!0},video:{vimeoCode:\'<iframe src=\\\'http:\\/\\/player.vimeo.com\\/video\\/%id%?byline=0&amp;portrait=0&amp;autoplay=1\\\' frameborder=\\\'no\\\' webkitAllowFullScreen mozallowfullscreen allowFullScreen><\\/iframe>\'},block:{moveOffset:20,speed:400,delay:200},width:\'100%\',height:500,autoScaleSlider:!0,autoScaleSliderWidth:960,autoScaleSliderHeight:850,controlNavigation:\'thumbnails\',arrowsNavHideOnTouch:!0,globalCaptionInside:!0,keyboardNavEnabled:!0,fadeinLoadedSlide:!1});\n\";}', 'no'),
(69235, '_transient_timeout_new-royalslider-custom-4', '1632998801', 'no'),
(69236, '_transient_new-royalslider-custom-4', 'a:2:{s:3:\"out\";s:3569:\"<div id=\"new-royalslider-4\" class=\"royalSlider new-royalslider-4 rsDefaultInv rs-image-gallery\" style=\"width:100%; height:500;\"><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/16ch_575W_Moving_Head_Lighting_634592180845867269_1.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/16ch_575W_Moving_Head_Lighting_634592180845867269_1.jpg\">16ch_575W_Moving_Head_Lighting_634592180845867269_1</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/16ch_575W_Moving_Head_Lighting_634592180845867269_1-96x72.jpg\"/></div>\n  \n  \n</div><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DSC07794-edit1.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DSC07794-edit1.jpg\">DSC07794 edit</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DSC07794-edit1-96x72.jpg\"/></div>\n  \n  \n</div><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DSC00094.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DSC00094.jpg\">DSC00094</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DSC00094-96x72.jpg\"/></div>\n  \n  \n</div><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DSC00104.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DSC00104.jpg\">DSC00104</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DSC00104-96x72.jpg\"/></div>\n  \n  \n</div><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DSC03335.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DSC03335.jpg\">DSC03335</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DSC03335-96x72.jpg\"/></div>\n  \n  \n</div><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DSC03617.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DSC03617.jpg\">DSC03617</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DSC03617-96x72.jpg\"/></div>\n  \n  \n</div><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DSC03587.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DSC03587.jpg\">DSC03587</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DSC03587-96x72.jpg\"/></div>\n  \n  \n</div><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/image1.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/image1.jpg\">image1</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/image1-96x72.jpg\"/></div>\n  \n  \n</div><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/moving-head-example.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/moving-head-example.jpg\">moving head example</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/moving-head-example-96x72.jpg\"/></div>\n  \n  \n</div></div>\";s:7:\"js_init\";s:556:\"	$(\'.new-royalslider-4\').royalSlider({template:\'default\',image_generation:{lazyLoading:!0,imageWidth:\'\',imageHeight:\'\',thumbImageWidth:96,thumbImageHeight:72},thumbs:{paddingBottom:4,thumbWidth:96,thumbHeight:72,appendSpan:!0},autoPlay:{enabled:!0,delay:6000},fullscreen:{enabled:!0,nativeFS:!0},block:{moveOffset:20,speed:400,delay:200},width:\'100%\',height:500,autoScaleSlider:!0,autoScaleSliderWidth:960,autoScaleSliderHeight:850,controlNavigation:\'thumbnails\',arrowsNavHideOnTouch:!0,globalCaptionInside:!0,keyboardNavEnabled:!0,fadeinLoadedSlide:!1});\n\";}', 'no'),
(69237, '_transient_timeout_new-royalslider-custom-5', '1632998801', 'no'),
(69238, '_transient_new-royalslider-custom-5', 'a:2:{s:3:\"out\";s:4617:\"<div id=\"new-royalslider-5\" class=\"royalSlider new-royalslider-5 rsDefaultInv rs-image-gallery\" style=\"width:100%; height:500;\"><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Ian_Brown_stage.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Ian_Brown_stage.jpg\">Ian_Brown_stage</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Ian_Brown_stage-96x72.jpg\"/></div>\n  \n  \n</div><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DSC092071.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DSC092071.jpg\">DSC09207</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DSC092071-96x72.jpg\"/></div>\n  \n  \n</div><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/07/famspeakers.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/07/famspeakers.jpg\">famspeakers</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/07/famspeakers-96x72.jpg\"/></div>\n  \n  \n</div><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Turbosound-Flex-Array.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Turbosound-Flex-Array.jpg\">Turbosound Flex Array</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Turbosound-Flex-Array-96x72.jpg\"/></div>\n  \n  \n</div><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/downloads.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/downloads.jpg\">downloads</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/downloads-96x72.jpg\"/></div>\n  \n  \n</div><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DSC03472.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DSC03472.jpg\">DSC03472</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DSC03472-96x72.jpg\"/></div>\n  \n  \n</div><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/download.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/download.jpg\">download</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/download-96x72.jpg\"/></div>\n  \n  \n</div><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DSC03527.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DSC03527.jpg\">DSC03527</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DSC03527-96x72.jpg\"/></div>\n  \n  \n</div><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/MVI_1103.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/MVI_1103.jpg\">MVI_1103</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/MVI_1103-96x72.jpg\"/></div>\n  \n  \n</div><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2014/07/gto-single.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2014/07/gto-single.jpg\">gto single</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2014/07/gto-single-96x72.jpg\"/></div>\n  \n  \n</div><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2014/07/gto-peter-gabriel-mention.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2014/07/gto-peter-gabriel-mention.jpg\">gto peter gabriel mention</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2014/07/gto-peter-gabriel-mention-96x72.jpg\"/></div>\n  \n  \n</div><div class=\"rsContent\">\n  <a class=\"rsImg\" href=\"http://www.fslcorporate.com/site/wp-content/uploads/2014/07/gto-hanging-stack.jpg\" data-rsBigImg=\"http://www.fslcorporate.com/site/wp-content/uploads/2014/07/gto-hanging-stack.jpg\">gto hanging stack</a>\n  <div class=\"rsTmb\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2014/07/gto-hanging-stack-96x72.jpg\"/></div>\n  \n  \n</div></div>\";s:7:\"js_init\";s:757:\"	$(\'.new-royalslider-5\').royalSlider({template:\'default\',image_generation:{lazyLoading:!0,imageWidth:\'\',imageHeight:\'\',thumbImageWidth:96,thumbImageHeight:72},thumbs:{paddingBottom:4,thumbWidth:96,thumbHeight:72,appendSpan:!0},autoPlay:{enabled:!0,delay:6000},fullscreen:{enabled:!0,nativeFS:!0},video:{vimeoCode:\'<iframe src=\\\'http:\\/\\/player.vimeo.com\\/video\\/%id%?byline=0&amp;portrait=0&amp;autoplay=1\\\' frameborder=\\\'no\\\' webkitAllowFullScreen mozallowfullscreen allowFullScreen><\\/iframe>\'},block:{moveOffset:20,speed:400,delay:200},width:\'100%\',height:500,autoScaleSlider:!0,autoScaleSliderWidth:960,autoScaleSliderHeight:850,controlNavigation:\'thumbnails\',arrowsNavHideOnTouch:!0,globalCaptionInside:!0,keyboardNavEnabled:!0,fadeinLoadedSlide:!1});\n\";}', 'no'),
(43160, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(43161, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(43162, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(43163, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(43164, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(43174, 'fresh_site', '0', 'yes'),
(43165, 'wp_page_for_privacy_policy', '0', 'yes'),
(43166, 'show_comments_cookies_opt_in', '1', 'yes'),
(43172, 'can_compress_scripts', '1', 'no');

-- --------------------------------------------------------

--
-- Table structure for table `wp_option_tree`
--

CREATE TABLE `wp_option_tree` (
  `id` mediumint(9) NOT NULL,
  `item_id` varchar(50) NOT NULL,
  `item_title` varchar(100) NOT NULL,
  `item_desc` longtext,
  `item_type` varchar(30) NOT NULL,
  `item_options` varchar(250) DEFAULT NULL,
  `item_sort` mediumint(9) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_option_tree`
--

INSERT INTO `wp_option_tree` (`id`, `item_id`, `item_title`, `item_desc`, `item_type`, `item_options`, `item_sort`) VALUES
(1, 'general_default', 'Header', '', 'heading', '', 0),
(2, 'logo', 'Logo', '&lt;h1 style=&quot;color:#33759b&quot;&gt;Logo Settings&lt;/h1&gt;', 'textblock', '', 0),
(3, 'img_logo', 'Logo', 'The logo used in the left header area.', 'upload', '', 0),
(4, 'value_logoheight', 'Logo Area Height', 'The height of the logo area in pixels.', 'input', '', 0),
(5, 'top_header_line_settings', 'Top Header Line Settings', '&lt;h1 style=&quot;color:#33759b&quot;&gt;Social Icons&lt;/h1&gt;', 'textblock', '', 0),
(6, 'header_socialicons', 'Header Social Icons', '&lt;strong&gt;Image URL: &lt;/strong&gt;Add your 16 x 16 px icon images here.&lt;br/&gt;&lt;br/&gt;\n&lt;strong&gt;Link URL: &lt;/strong&gt;Add the link of the icon button here.&lt;br/&gt;&lt;br/&gt;\n&lt;strong&gt;Caption: &lt;/strong&gt;This is the text shown on hover.', 'slider', '', 0),
(7, 'header_text_lines', 'Header Text Lines', '&lt;h1 style=&quot;color:#33759b&quot;&gt;Header Text&lt;/h1&gt;', 'textblock', '', 0),
(8, 'value_phoneoffset', 'Telephone Text Offset', 'The left margin of the telephone text line.', 'input', '', 0),
(9, 'value_phonetext', 'Telephone Text', 'The text of the telephone line.', 'textarea', '3', 0),
(10, 'value_phoneicon', 'Telephone Icon', 'Check to activate the telephone icon.', 'checkbox', 'Yes', 0),
(11, 'value_offertext', 'Offer Text', 'The text line on the right.', 'textarea', '3', 0),
(12, 'submenu_animation_timings', 'Submenu Animation Timings', '&lt;h1 style=&quot;color:#33759b&quot;&gt;Submenu Animation Timings&lt;/h1&gt;', 'textblock', '', 0),
(13, 'value_submenushow', 'Submenu Show Delay', 'The submenu show delay value in milliseconds.', 'input', '', 0),
(14, 'value_submenuhide', 'Submenu Hide Delay', 'The submenu hide delay value in milliseconds.', 'input', '', 0),
(15, 'value_submenuover', 'Submenu Over Time', 'The submenu over time in milliseconds.', 'input', '', 0),
(16, 'value_submenuout', 'Submenu Out Time', 'The submenu out time in milliseconds.', 'input', '', 0),
(17, 'footer', 'Footer', '', 'heading', '', 0),
(18, 'footer_settings', 'Footer Settings', '&lt;h1 style=&quot;color:#33759b&quot;&gt;Footer Settings&lt;/h1&gt;', 'textblock', '', 0),
(19, 'text_footerleft', 'Footer Bottom Left Text', 'The bottom left text line in the footer.', 'input', '', 0),
(20, 'text_footerright', 'Footer Bottom Right Text', 'The bottom right text line in the footer.', 'textarea', '5', 0),
(21, 'background', 'Background', '', 'heading', '', 0),
(22, 'background_settings', 'Background Settings', '&lt;h1 style=&quot;color:#33759b&quot;&gt;Background Settings&lt;/h1&gt;', 'textblock', '', 0),
(23, 'img_bgtile', 'Background Tile', 'Upload the sites background tile here.', 'upload', 'Center,Left', 0),
(24, 'fonts', 'Fonts', '', 'heading', '', 0),
(25, 'google_web_fonts', 'Google Web Fonts', '&lt;h4 style=&quot;color:#ff0000&quot;&gt;You can select the fonts from the &quot;Google Web Fonts&quot; directory &lt;a href=&quot;http://www.google.com/webfonts#ChoosePlace:select&quot;&gt;HERE&lt;/a&gt;&lt;/h4&gt;', 'textblock', '', 0),
(26, 'title_box_font', 'Homepage Divider Font', '&lt;h1 style=&quot;color:#33759b&quot;&gt;Homepage Divider Font&lt;/h1&gt;', 'textblock', '', 0),
(27, 'font_titleboxurl', 'Homepage Divider Google Web Font URL', 'The google web font URL of the font used for the homepage divider. Example: &lt;strong&gt;http://fonts.googleapis.com/css?family=Rancho&lt;/strong&gt;', 'input', '', 0),
(28, 'font_titleboxfamily', 'Homepage Divider Google Web Font Family', 'The google web font family string for the homepage divider. Example: &lt;strong&gt;&#039;Rancho&#039;, cursive&lt;/strong&gt;', 'input', '', 0),
(29, 'font_titleboxsize', 'Homepage Divider Font Size', 'The font size of the homepage divider text.', 'measurement', '', 0),
(30, 'headline_and_menu_font', 'Font', '&lt;h1 style=&quot;color:#33759b&quot;&gt;Headline Font&lt;/h1&gt;', 'textblock', '', 0),
(31, 'font_headlineurl', 'Headline Google Web Font URL', 'The google web font URL of the font used for the headlines. Make sure to also include a bold version of the font. Example: &lt;strong&gt;http://fonts.googleapis.com/css?family=PT+Sans:400,700&lt;/strong&gt;', 'input', '', 0),
(32, 'font_headlinefamily', 'Headline Google Web Font Family', 'The google web font family string for the headlines. Example: &lt;strong&gt;&#039;PT Sans&#039;, sans-serif&lt;/strong&gt;', 'input', '', 0),
(33, 'menu_font', 'Menu Font', '&lt;h1 style=&quot;color:#33759b&quot;&gt;Menu Font&lt;/h1&gt;', 'textblock', '', 0),
(34, 'font_menusize', 'Menu Font Size', 'The font size of the main navigation menu.', 'measurement', '', 0),
(35, 'general_headlines', 'General Headlines', '&lt;h1 style=&quot;color:#33759b&quot;&gt;General Headlines&lt;/h1&gt;', 'textblock', '', 0),
(36, 'font_h1size', 'H1 Font Size', 'Font size of the H1 headline.', 'measurement', '', 0),
(37, 'font_h2size', 'H2 Font Size', 'Font size of the H2 headline.', 'measurement', '', 0),
(38, 'font_h3size', 'H3 Font Size', 'Font size of the H3 headline.', 'measurement', '', 0),
(39, 'font_h4size', 'H4 Font Size', 'Font size of the H4 headline.', 'measurement', '', 0),
(40, 'font_h5size', 'H5 Font Size', 'Font size of the H5 headline.', 'measurement', '', 0),
(41, 'font_h6size', 'H6 Font Size', 'Font size of the H6 headline.', 'measurement', '', 0),
(42, 'body_text_settings', 'Body Text Settings', '&lt;h1 style=&quot;color:#33759b&quot;&gt;Body Text Settings&lt;/h1&gt;', 'textblock', '', 0),
(43, 'font_bodysize', 'Body Text Font Size', 'The font size of the main body font.', 'measurement', '', 0),
(44, 'font_bodylineheight', 'Body Text Font Line Height', 'The line height of the main body font.', 'measurement', '', 0),
(45, 'colors', 'Colors', '', 'heading', '', 0),
(46, 'general_colors', 'General Colors', '&lt;h1 style=&quot;color:#33759b&quot;&gt;General Colors&lt;/h1&gt;', 'textblock', '', 0),
(47, 'color_scheme', 'Predefined Color Scheme', 'Select one of the predefined color schemes as seen in the demo.', 'radio', 'blue,orange,green,red,candy,dark,custom', 0),
(48, 'color_headerfooterbg', 'Header &amp; Footer Background Color', 'The background color of the header and footer.', 'colorpicker', '', 0),
(49, 'color_submenuhover', 'Submenu Hover Highlight Color', 'The idle color of regular url links.', 'colorpicker', '', 0),
(50, 'color_linkidle', 'Link Idle Color', 'The color of URL links.', 'colorpicker', '', 0),
(51, 'color_linkhover', 'Link Hover Color', 'The hover color of regular url links.', 'colorpicker', '', 0),
(52, 'language', 'Language', '', 'heading', '', 0),
(53, 'search', 'Search', '&lt;h1 style=&quot;color:#33759b&quot;&gt;Search&lt;/h1&gt;', 'textblock', '', 0),
(54, 'language_widgetsearch', 'Search Widget &quot;Search...&quot; Text', '', 'input', '', 0),
(55, 'language_searchresults', 'Search &quot;Results for...&quot; Text', '', 'input', '', 0),
(56, 'language_searchnotfound', 'Search &quot;Not found&quot; Text', '', 'input', '', 0),
(57, 'blog_and_portfolio', 'Blog And Portfolio', '&lt;h1 style=&quot;color:#33759b&quot;&gt;Blog &amp; Portfolio&lt;/h1&gt;', 'textblock', '', 0),
(58, 'language_blogreadmore', 'Blog Read More Button Text', '', 'input', '', 0),
(59, 'language_portfoliomore', 'Portfolio Visit Project Button Text', '', 'input', '', 0),
(60, 'comments', 'Comments', '&lt;h1 style=&quot;color:#33759b&quot;&gt;Comments&lt;/h1&gt;', 'textblock', '', 0),
(61, 'language_postinfonocomments', 'Postinfo &quot;No Comments&quot; Text', '', 'input', '', 0),
(62, 'language_postinfoonecomment', 'Postinfo &quot;1 Comment&quot; Text', '', 'input', '', 0),
(63, 'language_postinfoxcomments', 'Postinfo &quot;X Comments&quot; Text', '', 'input', '', 0),
(64, 'language_onecomment', '&quot;One Comment for this Post&quot; Text', '', 'input', '', 0),
(65, 'language_xcomments', '&quot;X Comments for this Post&quot; Text', '', 'input', '', 0),
(66, 'language_commentmoderation', '&quot;Your comment is awaiting moderation&quot; Text', '', 'input', '', 0),
(67, 'language_loggedin', '&quot;Your are logged in as&quot; Text', '', 'input', '', 0),
(68, 'language_clickhereto', '&quot;Click here to&quot; Text', '', 'input', '', 0),
(69, 'language_logout', '&quot;Log out&quot; Text', '', 'input', '', 0),
(70, 'language_commentsclosed', '&quot;Comments are closed&quot; Text', '', 'input', '', 0),
(71, 'language_commentsreplybutton', 'Comments Reply Button Text', '', 'input', '', 0),
(72, 'language_commentsleavereply', 'Comments &quot;Leave A Reply&quot; Text', '', 'input', '', 0),
(73, 'language_replyto', 'Comments &quot;Reply to&quot; Text', '', 'input', '', 0),
(74, 'language_commentsnamelabel', 'Comments Name Label', '', 'input', '', 0),
(75, 'language_commentsemaillabel', 'Comments Email Label', '', 'input', '', 0),
(76, 'language_commentswebsitelabel', 'Comments Website Label', '', 'input', '', 0),
(77, 'language_commentsmessagelabel', 'Comments Message Label', '', 'input', '', 0),
(78, 'language_commentsaddreply', 'Comments &quot;Add Reply&quot; Button Text', '', 'input', '', 0),
(79, 'contact', 'Contact', '&lt;h1 style=&quot;color:#33759b&quot;&gt;Contact&lt;/h1&gt;', 'textblock', '', 0),
(80, 'language_contactsendusmessage', 'Contact &quot;Send Us A Message&quot; Text', '', 'input', '', 0),
(81, 'language_contactnamelabel', 'Contact Name Label', '', 'input', '', 0),
(82, 'language_contactemaillabel', 'Contact Email Label', '', 'input', '', 0),
(83, 'language_contactaddresslabel', 'Contact Address Label', '', 'input', '', 0),
(84, 'language_contactphonelabel', 'Contact Phone Label', '', 'input', '', 0),
(85, 'language_contactmessagelabel', 'Contact Message Label', '', 'input', '', 0),
(86, 'language_contactsendbutton', 'Contact &quot;Send Message&quot; Button Text', '', 'input', '', 0),
(87, 'language_contacterrormessage', 'Contact Form Error Message', '', 'input', '', 0),
(88, 'language_contactsendingmessage', 'Contact Form Sending Message', '', 'input', '', 0),
(89, 'language_contactsuccessmessage', 'Contact Form Success Message', '', 'input', '', 0),
(90, 'homepage_general', 'Homepage General', '', 'heading', '', 0),
(91, 'general_homepage_settings', 'General Homepage Settings', '&lt;h1 style=&quot;color:#33759b&quot;&gt;General Homepage Settings&lt;/h1&gt;', 'textblock', '', 0),
(92, 'text_welcomeheadline', 'Welcome Headline', 'The welcome page headline displayed below the slider.', 'input', '', 0),
(93, 'homepage_teaser_items', 'Homepage Teaser Carousel', '', 'heading', '', 0),
(94, 'teasers_home', 'Teaser Carousel', '&lt;strong&gt;Title: &lt;/strong&gt;This is used in the lightbox description field.&lt;br/&gt;&lt;br/&gt;\n&lt;strong&gt;Image URL: &lt;/strong&gt;You can add an image of any size here and the 270 x 150 px thumb will be generated automatically.&lt;br/&gt;&lt;br/&gt;\n&lt;strong&gt;Link URL: &lt;/strong&gt;Use this ONLY if you want to use a youtube or vimeo video as the lightbox view.&lt;br/&gt;&lt;br/&gt;\n&lt;strong&gt;Caption: &lt;/strong&gt;This is the HTML text shown below the image.', 'slider', '', 0),
(95, 'homepage_anyslider', 'Homepage AnySlider', '', 'heading', '', 0),
(96, 'homepage_anyslider_settings', 'Homepage AnySlider Settings', '&lt;h1 style=&quot;color:#33759b&quot;&gt;AnySlider Settings&lt;/h1&gt;', 'textblock', '', 0),
(97, 'any_slider', 'AnySlider', '&lt;strong&gt;Title: &lt;/strong&gt;This field has no relevance for the slider.&lt;br/&gt;&lt;br/&gt;\n&lt;strong&gt;Image URL: &lt;/strong&gt;Only upload an image if you don&#039;t want a video. &lt;strong&gt;890 x 326 px&lt;/strong&gt; for a full-size image or &lt;strong&gt;580 x 326 px&lt;/strong&gt; for an image + text&lt;br/&gt;&lt;br/&gt;\n&lt;strong&gt;Link URL: &lt;/strong&gt;Use this if you want to use a youtube or vimeo video (example: http://vimeo.com/moogaloop.swf?clip_id=12358381&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1&amp;autoplay=0&amp;loop=0)&lt;br/&gt;If you have an image slide, you can add the on click link here.&lt;br/&gt;&lt;br/&gt;\n&lt;strong&gt;Caption: &lt;/strong&gt;This is the HTML text shown in a video or text + image slide.', 'slider', '', 0),
(98, 'slider_anydelay', 'AnySlider Delay', 'The delay in milliseconds in between slider transitions.', 'input', '', 0),
(99, 'homepage_nivo_slider', 'Homepage Nivo Slider', '', 'heading', '', 0),
(100, 'nivo_slider_settings', 'Nivo Slider Settings', '&lt;h1 style=&quot;color:#33759b&quot;&gt;Nivo Slider Settings&lt;/h1&gt;', 'textblock', '', 0),
(101, 'slider_nivo', 'Nivo Slider', 'The homepage nivo slider. You can add slides and captions.&lt;br/&gt;&lt;br/&gt;\n&lt;strong&gt;Image Size 890 x 450 px&lt;/strong&gt;', 'slider', '', 0),
(102, 'slider_nivoeffect', 'Nivo Slider Effect', 'Chose the effect you would like for the nivo slider. For all effects select &quot;random&quot;.', 'radio', 'random,sliceDown,sliceDownLeft,sliceUp,sliceUpLeft,sliceUpDown,sliceUpDownLeft,fold,fade,slideInRight,lslideInLeft,boxRandom,boxRain,boxRainReverse,boxRainGrow,boxRainGrowReverse', 0),
(103, 'slider_nivoslices', 'Nivo Slider Slices', 'The number of slices the nivo slider uses.', 'input', '', 0),
(104, 'slider_nivoboxcols', 'Nivo Slider Box Columns', 'The number of box transition columns.', 'input', '', 0),
(105, 'slider_nivoboxrows', 'Nivo Slider Box Rows', 'The number of box transition rows.', 'input', '', 0),
(106, 'slider_nivoanimspeed', 'Nivo Slider Animation Speed', 'The slide transition speed in milliseconds. &lt;br/&gt;Example: &lt;strong&gt;500&lt;/strong&gt;', 'input', '', 0),
(107, 'slider_nivopausetime', 'Nivo Slider Pause Time', 'The time in milliseconds each slide will show. &lt;br/&gt;Example: &lt;strong&gt;3000&lt;/strong&gt;', 'input', '', 0),
(108, 'homepage_piecemaker_2_3d_slider', 'Homepage Piecemaker 2 3D Slider', '', 'heading', '', 0),
(109, 'piecemaker_2_slider_settings', 'Piecemaker 2 Slider Settings', '&lt;h1 style=&quot;color:#33759b&quot;&gt;Piecemaker 2 Slider Settings&lt;/h1&gt;', 'textblock', '', 0),
(110, 'piecemaker_slider', 'Piecemaker Slider', 'The homepage piecemaker 2 3D slider. You can add slides and captions.&lt;br/&gt;&lt;br/&gt;\n&lt;strong&gt;Image Size 890 x 450 px&lt;/strong&gt;', 'slider', '', 0),
(111, 'contactheadline', 'Contact', '', 'heading', '', 0),
(112, 'contact_page_settings', 'Contact Page Settings', '&lt;h1 style=&quot;color:#33759b&quot;&gt;Contact Page Settings&lt;/h1&gt;', 'textblock', '', 0),
(113, 'value_gmapsactive', 'Google Maps Active', 'Check if you want to show the google maps feature on the contact page.', 'checkbox', 'Yes', 0),
(114, 'value_gmapslat', 'Google Maps Latitude', 'The latitude of your map location.', 'input', '', 0),
(115, 'value_gmapslong', 'Google Maps Longitude', 'The longitude of your map location.', 'input', '', 0),
(116, 'value_gmapsdefaultzoom', 'Google Maps Default Zoom', 'The starting zoom setting.&lt;br/&gt;Example: &lt;strong&gt;14&lt;/strong&gt;', 'input', '', 0),
(117, 'value_gmapsclickzoom', 'Google Maps Click Zoom', 'The zoom setting when location marker is clicked. &lt;br/&gt;Example: &lt;strong&gt;17&lt;/strong&gt;', 'input', '', 0),
(118, 'value_gmapslocation', 'Google Maps Location Title', 'The text when hovering over the location marker.', 'input', '', 0),
(119, 'email_contactform', 'Contact Form Email Address', 'The email address the contact form mails are being send to.', 'input', '', 0),
(120, 'newsletter', 'Newsletter', '', 'heading', '', 0),
(121, 'newsletter_widget_settings', 'Newsletter Widget Settings', '&lt;h1 style=&quot;color:#33759b&quot;&gt;Newsletter Widget Settings&lt;/h1&gt;', 'textblock', '', 0),
(122, 'email_newsletter', 'Newsletter Widget Email Address', 'The email address the newsletter request messages are send to.', 'input', '', 0),
(123, 'portfolio', 'Portfolio', '', 'heading', '', 0),
(124, 'portfolio_settings', 'Portfolio Settings', '&lt;h1 style=&quot;color:#33759b&quot;&gt;Portfolio Settings&lt;/h1&gt;', 'textblock', '', 0),
(125, 'portfolio_slug1', 'Portfolio Slug Name 1', 'The slug name for the first portfolio.', 'input', '', 0),
(126, 'portfolio_slug2', 'Portfolio Slug Name 2', 'The slug name for the second portfolio.', 'input', '', 0),
(127, 'portfolio_slug3', 'Portfolio Slug Name 3', 'The slug name for the third portfolio.', 'input', '', 0),
(128, 'portfolio_slug4', 'Portfolio Slug Name 4', 'The slug name for the fourth portfolio.', 'input', '', 0),
(129, 'portfolio_slug5', 'Portfolio Slug Name 5', 'The slug name for the fifth portfolio.', 'input', '', 0),
(130, 'portfolio_slug6', 'Portfolio Slug Name 6', 'The slug name for the sixth portfolio.', 'input', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_postmeta`
--

CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_postmeta`
--

INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(287, 249, '_edit_lock', '1357938836'),
(286, 182, '_edit_lock', '1591927789:1'),
(421, 264, 'minti_revolutionslider', '0'),
(420, 264, 'minti_featuredimage-breadcrumbs', '0'),
(419, 264, 'minti_titlebar', 'notitlebar'),
(4991, 57, 'sbg_selected_sidebar', NULL),
(4992, 57, 'sbg_selected_sidebar_replacement', NULL),
(441, 360, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:16;s:6:\"height\";i:16;s:4:\"file\";s:23:\"2013/01/fsl-favicon.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(440, 360, '_wp_attached_file', '2013/01/fsl-favicon.jpg'),
(20, 57, 'sidebar_orientation', '1'),
(21, 57, 'header_title', ''),
(22, 57, 'entry_active', '0'),
(23, 57, 'detail_active', '0'),
(24, 57, 'portfolio_category', ''),
(25, 57, 'post_full', '0'),
(26, 57, '_edit_last', '1'),
(27, 57, '_wp_page_template', 'page-fullwidth.php'),
(399, 353, '_mail', 'a:7:{s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:174:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis mail is sent via contact form on fslcorporate http://www.fslcorporate.com/site\";s:9:\"recipient\";s:21:\"info@fslcorporate.com\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;}'),
(400, 353, '_mail_2', 'a:8:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:116:\"Message body:\n[your-message]\n\n--\nThis mail is sent via contact form on fslcorporate http://www.fslcorporate.com/site\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;}'),
(402, 353, '_additional_settings', ''),
(124, 182, '_edit_last', '1'),
(125, 182, 'post_full', '0'),
(126, 182, 'portfolio_category', ''),
(127, 182, 'detail_active', '0'),
(128, 182, 'entry_active', '0'),
(129, 182, 'header_title', 'Contact Us'),
(130, 182, 'sidebar_orientation', '1'),
(131, 182, 'sidebar', 'Page Sidebar'),
(132, 182, '_wp_page_template', 'page-fullwidth.php'),
(1444, 510, '_wp_attached_file', '2013/02/downloads.jpg'),
(1438, 507, '_wp_attached_file', '2013/02/16ch_575W_Moving_Head_Lighting_634592180845867269_1.jpg'),
(398, 353, '_form', '<p>Your Name (required)<br />\n    [text* your-name] </p>\n\n<p>Your Email (required)<br />\n    [email* your-email] </p>\n\n<p>Subject<br />\n    [text your-subject] </p>\n\n<p>Your Message<br />\n    [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>'),
(322, 270, 'sidebar_orientation', '1'),
(321, 270, 'header_title', 'Our Services'),
(320, 270, 'entry_active', '0'),
(319, 270, 'detail_active', '0'),
(318, 270, 'portfolio_category', ''),
(316, 270, '_edit_last', '1'),
(317, 270, '_edit_lock', '1384285253:1'),
(354, 282, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";s:3:\"100\";s:6:\"height\";s:3:\"100\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:28:\"2012/10/fsl-white-square.jpg\";s:10:\"image_meta\";a:10:{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:\"\";}}'),
(353, 282, '_wp_attached_file', '2012/10/fsl-white-square.jpg'),
(351, 278, '_menu_item_url', ''),
(350, 278, '_menu_item_xfn', ''),
(349, 278, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(348, 278, '_menu_item_target', ''),
(347, 278, '_menu_item_object', 'page'),
(346, 278, '_menu_item_object_id', '276'),
(340, 276, 'header_title', 'Our Clients'),
(339, 276, 'entry_active', '0'),
(338, 276, 'detail_active', '0'),
(337, 276, 'portfolio_category', ''),
(336, 276, '_edit_lock', '1580069078:1'),
(335, 276, '_edit_last', '1'),
(345, 278, '_menu_item_menu_item_parent', '0'),
(344, 278, '_menu_item_type', 'post_type'),
(343, 276, '_wp_page_template', 'default'),
(342, 276, 'sidebar', 'Page Sidebar'),
(341, 276, 'sidebar_orientation', '1'),
(332, 273, '_menu_item_url', ''),
(331, 273, '_menu_item_xfn', ''),
(330, 273, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(329, 273, '_menu_item_target', ''),
(328, 273, '_menu_item_object', 'page'),
(327, 273, '_menu_item_object_id', '270'),
(326, 273, '_menu_item_menu_item_parent', '0'),
(325, 273, '_menu_item_type', 'post_type'),
(324, 270, '_wp_page_template', 'default'),
(323, 270, 'sidebar', 'Page Sidebar'),
(314, 266, '_menu_item_url', ''),
(313, 266, '_menu_item_xfn', ''),
(312, 266, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(311, 266, '_menu_item_target', ''),
(310, 266, '_menu_item_object', 'page'),
(309, 266, '_menu_item_object_id', '264'),
(254, 245, '_menu_item_type', 'post_type'),
(255, 245, '_menu_item_menu_item_parent', '0'),
(256, 245, '_menu_item_object_id', '182'),
(257, 245, '_menu_item_object', 'page'),
(258, 245, '_menu_item_target', ''),
(259, 245, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(260, 245, '_menu_item_xfn', ''),
(261, 245, '_menu_item_url', ''),
(305, 264, 'sidebar', 'Page Sidebar'),
(304, 264, 'sidebar_orientation', '1'),
(303, 264, 'header_title', 'About'),
(302, 264, 'entry_active', '0'),
(301, 264, 'detail_active', '0'),
(300, 264, 'portfolio_category', ''),
(298, 264, '_edit_last', '1'),
(299, 264, '_edit_lock', '1431023409:1'),
(308, 266, '_menu_item_menu_item_parent', '0'),
(307, 266, '_menu_item_type', 'post_type'),
(306, 264, '_wp_page_template', 'default'),
(297, 57, 'sidebar', 'Page Sidebar'),
(296, 57, '_edit_lock', '1580069446:1'),
(422, 264, 'minti_portfoliofilter', '0'),
(423, 264, 'minti_bgstyle', 'stretch'),
(288, 249, '_edit_last', '1'),
(1439, 507, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:563;s:4:\"file\";s:63:\"2013/02/16ch_575W_Moving_Head_Lighting_634592180845867269_1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:63:\"16ch_575W_Moving_Head_Lighting_634592180845867269_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:63:\"16ch_575W_Moving_Head_Lighting_634592180845867269_1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:63:\"16ch_575W_Moving_Head_Lighting_634592180845867269_1-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:63:\"16ch_575W_Moving_Head_Lighting_634592180845867269_1-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:63:\"16ch_575W_Moving_Head_Lighting_634592180845867269_1-750x475.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:63:\"16ch_575W_Moving_Head_Lighting_634592180845867269_1-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:63:\"16ch_575W_Moving_Head_Lighting_634592180845867269_1-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:63:\"16ch_575W_Moving_Head_Lighting_634592180845867269_1-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:61:\"16ch_575W_Moving_Head_Lighting_634592180845867269_1-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(1445, 510, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:563;s:4:\"file\";s:21:\"2013/02/downloads.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"downloads-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:\"downloads-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:21:\"downloads-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"downloads-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:21:\"downloads-750x475.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:21:\"downloads-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:21:\"downloads-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:21:\"downloads-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:19:\"downloads-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(401, 353, '_messages', 'a:7:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:16:\"invalid_required\";s:31:\"Please fill the required field.\";}'),
(1440, 508, '_wp_attached_file', '2013/02/46.jpg'),
(1441, 508, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:498;s:4:\"file\";s:14:\"2013/02/46.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"46-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:14:\"46-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:14:\"46-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:14:\"46-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:14:\"46-750x475.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:14:\"46-640x498.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:14:\"46-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:14:\"46-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:12:\"46-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:3.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D90\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1329357516;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:5:\"0.125\";s:5:\"title\";s:0:\"\";}}'),
(1442, 509, '_wp_attached_file', '2013/02/download.jpg'),
(1443, 509, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:563;s:4:\"file\";s:20:\"2013/02/download.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"download-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:\"download-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:20:\"download-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"download-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:20:\"download-750x475.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:20:\"download-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:20:\"download-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:20:\"download-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:18:\"download-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(1446, 511, '_wp_attached_file', '2013/02/DSC00094.jpg'),
(1447, 511, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:563;s:4:\"file\";s:20:\"2013/02/DSC00094.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC00094-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:\"DSC00094-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:20:\"DSC00094-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"DSC00094-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:20:\"DSC00094-750x475.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:20:\"DSC00094-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:20:\"DSC00094-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:20:\"DSC00094-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:18:\"DSC00094-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:3.29999999999999982236431605997495353221893310546875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSC-WX150\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1358619743;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.45\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";}}'),
(452, 57, 'minti_titlebar', 'notitlebar'),
(453, 57, 'minti_featuredimage-breadcrumbs', '0'),
(454, 57, 'minti_revolutionslider', '0'),
(455, 57, 'minti_portfoliofilter', '0'),
(456, 57, 'minti_bgstyle', 'stretch'),
(524, 270, 'minti_titlebar', 'notitlebar'),
(525, 270, 'minti_featuredimage-breadcrumbs', '0'),
(526, 270, 'minti_revolutionslider', '0'),
(527, 270, 'minti_portfoliofilter', '0'),
(528, 270, 'minti_bgstyle', 'stretch'),
(4856, 457, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:5:\"BLANK\";}'),
(565, 182, 'minti_titlebar', 'notitlebar'),
(566, 182, 'minti_featuredimage-breadcrumbs', '0'),
(567, 182, 'minti_revolutionslider', '0'),
(568, 182, 'minti_portfoliofilter', '0'),
(569, 182, 'minti_bgstyle', 'stretch'),
(1448, 512, '_wp_attached_file', '2013/02/DSC00104.jpg'),
(1449, 512, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:563;s:4:\"file\";s:20:\"2013/02/DSC00104.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC00104-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:\"DSC00104-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:20:\"DSC00104-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"DSC00104-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:20:\"DSC00104-750x475.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:20:\"DSC00104-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:20:\"DSC00104-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:20:\"DSC00104-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:18:\"DSC00104-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:3.29999999999999982236431605997495353221893310546875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSC-WX150\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1358686739;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.45\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:15:\"0.0666666666667\";s:5:\"title\";s:0:\"\";}}'),
(1029, 264, 'minti_bgurl', 'http://www.fslcorporate.com/site/wp-content/uploads/2013/01/lekos-exampleBACKGROUND1.jpg'),
(1450, 513, '_wp_attached_file', '2013/02/DSC00105.jpg'),
(1451, 513, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:563;s:4:\"file\";s:20:\"2013/02/DSC00105.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC00105-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:\"DSC00105-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:20:\"DSC00105-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"DSC00105-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:20:\"DSC00105-750x475.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:20:\"DSC00105-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:20:\"DSC00105-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:20:\"DSC00105-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:18:\"DSC00105-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:3.29999999999999982236431605997495353221893310546875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSC-WX150\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1358686753;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.45\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";}}'),
(1452, 514, '_wp_attached_file', '2013/02/DSC00105_1.jpg'),
(1453, 514, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:563;s:4:\"file\";s:22:\"2013/02/DSC00105_1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC00105_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:22:\"DSC00105_1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:22:\"DSC00105_1-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"DSC00105_1-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:22:\"DSC00105_1-750x475.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:22:\"DSC00105_1-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:22:\"DSC00105_1-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:22:\"DSC00105_1-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:20:\"DSC00105_1-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:3.29999999999999982236431605997495353221893310546875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSC-WX150\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1358686753;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.45\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";}}'),
(1454, 515, '_wp_attached_file', '2013/02/DSC00106.jpg'),
(1455, 515, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:563;s:4:\"file\";s:20:\"2013/02/DSC00106.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC00106-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:\"DSC00106-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:20:\"DSC00106-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"DSC00106-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:20:\"DSC00106-750x475.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:20:\"DSC00106-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:20:\"DSC00106-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:20:\"DSC00106-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:18:\"DSC00106-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:3.29999999999999982236431605997495353221893310546875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSC-WX150\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1358686773;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.45\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";}}'),
(1456, 516, '_wp_attached_file', '2013/02/DSC03335.jpg'),
(1457, 516, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2013/02/DSC03335.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC03335-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:\"DSC03335-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:20:\"DSC03335-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"DSC03335-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:20:\"DSC03335-750x475.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:20:\"DSC03335-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:20:\"DSC03335-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:20:\"DSC03335-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:18:\"DSC03335-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:3.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"DSC-R1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1259106893;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"27.2\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";}}'),
(1458, 517, '_wp_attached_file', '2013/02/DSC03472.jpg'),
(1459, 517, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2013/02/DSC03472.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC03472-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:\"DSC03472-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:20:\"DSC03472-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"DSC03472-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:20:\"DSC03472-750x475.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:20:\"DSC03472-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:20:\"DSC03472-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:20:\"DSC03472-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:18:\"DSC03472-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:3.20000000000000017763568394002504646778106689453125;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"DSC-R1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1259107975;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"22.2\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";}}'),
(1460, 518, '_wp_attached_file', '2013/02/DSC03527.jpg'),
(1461, 518, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2013/02/DSC03527.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC03527-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:\"DSC03527-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:20:\"DSC03527-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"DSC03527-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:20:\"DSC03527-750x475.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:20:\"DSC03527-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:20:\"DSC03527-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:20:\"DSC03527-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:18:\"DSC03527-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:3.20000000000000017763568394002504646778106689453125;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"DSC-R1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1259108336;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"21.8\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";}}'),
(1462, 519, '_wp_attached_file', '2013/02/DSC03587.jpg'),
(1463, 519, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2013/02/DSC03587.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC03587-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:\"DSC03587-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:20:\"DSC03587-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"DSC03587-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:20:\"DSC03587-750x475.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:20:\"DSC03587-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:20:\"DSC03587-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:20:\"DSC03587-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:18:\"DSC03587-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:3.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"DSC-R1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1259108699;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"26.2\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";}}'),
(1464, 520, '_wp_attached_file', '2013/02/DSC03617.jpg'),
(1465, 520, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2013/02/DSC03617.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC03617-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:\"DSC03617-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:20:\"DSC03617-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"DSC03617-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:20:\"DSC03617-750x475.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:20:\"DSC03617-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:20:\"DSC03617-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:20:\"DSC03617-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:18:\"DSC03617-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:3.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"DSC-R1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1259108840;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"27.2\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";}}'),
(1466, 521, '_wp_attached_file', '2013/02/DSC07794.jpg'),
(1467, 521, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2013/02/DSC07794.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC07794-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:\"DSC07794-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:20:\"DSC07794-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"DSC07794-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:20:\"DSC07794-750x475.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:20:\"DSC07794-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:20:\"DSC07794-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:20:\"DSC07794-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:18:\"DSC07794-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.79999999999999982236431605997495353221893310546875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"DSC-R1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1231793648;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"14.3\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";}}'),
(1468, 522, '_wp_attached_file', '2013/02/DSC09207.jpg'),
(1469, 522, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2013/02/DSC09207.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC09207-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:\"DSC09207-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:20:\"DSC09207-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"DSC09207-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:20:\"DSC09207-750x475.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:20:\"DSC09207-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:20:\"DSC09207-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:20:\"DSC09207-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:18:\"DSC09207-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.79999999999999982236431605997495353221893310546875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"DSC-R1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1249257541;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"14.3\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.125\";s:5:\"title\";s:0:\"\";}}'),
(1470, 523, '_wp_attached_file', '2013/02/image1.jpg'),
(1471, 523, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:563;s:4:\"file\";s:18:\"2013/02/image1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"image1-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:\"image1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:18:\"image1-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:18:\"image1-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:18:\"image1-750x475.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:18:\"image1-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:18:\"image1-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:18:\"image1-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:16:\"image1-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1350762323;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.13\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:15:\"0.0666666666667\";s:5:\"title\";s:0:\"\";}}'),
(1472, 524, '_wp_attached_file', '2013/02/leko-example.jpg'),
(1473, 524, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:500;s:4:\"file\";s:24:\"2013/02/leko-example.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"leko-example-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:24:\"leko-example-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:24:\"leko-example-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:24:\"leko-example-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:24:\"leko-example-750x475.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:24:\"leko-example-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:24:\"leko-example-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:24:\"leko-example-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:22:\"leko-example-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:3.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1350713811;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:15:\"0.0166666666667\";s:5:\"title\";s:0:\"\";}}'),
(1474, 525, '_wp_attached_file', '2013/02/lekos-example.jpg'),
(1475, 525, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:500;s:4:\"file\";s:25:\"2013/02/lekos-example.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"lekos-example-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:25:\"lekos-example-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:25:\"lekos-example-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:25:\"lekos-example-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:25:\"lekos-example-750x475.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:25:\"lekos-example-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:25:\"lekos-example-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:25:\"lekos-example-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:23:\"lekos-example-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:5.5999999999999996447286321199499070644378662109375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1345797419;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"54\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";}}'),
(1476, 526, '_wp_attached_file', '2013/02/lights.jpg'),
(1477, 526, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:563;s:4:\"file\";s:18:\"2013/02/lights.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"lights-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:\"lights-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:18:\"lights-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:18:\"lights-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:18:\"lights-750x475.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:18:\"lights-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:18:\"lights-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:18:\"lights-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:16:\"lights-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(1478, 527, '_wp_attached_file', '2013/02/moving-head-example.jpg'),
(1479, 527, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:502;s:4:\"file\";s:31:\"2013/02/moving-head-example.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"moving-head-example-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:\"moving-head-example-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:31:\"moving-head-example-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:31:\"moving-head-example-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:31:\"moving-head-example-750x475.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:31:\"moving-head-example-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:31:\"moving-head-example-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:31:\"moving-head-example-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:29:\"moving-head-example-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:4;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1249076447;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:1:\"1\";s:5:\"title\";s:0:\"\";}}'),
(1480, 528, '_wp_attached_file', '2013/02/moving-head-examples-2.jpg'),
(1481, 528, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:502;s:4:\"file\";s:34:\"2013/02/moving-head-examples-2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"moving-head-examples-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:34:\"moving-head-examples-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:34:\"moving-head-examples-2-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:34:\"moving-head-examples-2-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:34:\"moving-head-examples-2-750x475.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:34:\"moving-head-examples-2-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:34:\"moving-head-examples-2-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:34:\"moving-head-examples-2-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:32:\"moving-head-examples-2-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(1482, 529, '_wp_attached_file', '2013/02/MVI_1103.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1483, 529, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:422;s:4:\"file\";s:20:\"2013/02/MVI_1103.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"MVI_1103-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:\"MVI_1103-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:20:\"MVI_1103-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"MVI_1103-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:20:\"MVI_1103-640x422.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:422;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:20:\"MVI_1103-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:20:\"MVI_1103-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:18:\"MVI_1103-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(1484, 530, '_wp_attached_file', '2013/02/DSC077941.jpg'),
(1485, 530, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:500;s:4:\"file\";s:21:\"2013/02/DSC077941.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC077941-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:\"DSC077941-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:21:\"DSC077941-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"DSC077941-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:21:\"DSC077941-750x475.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:21:\"DSC077941-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:21:\"DSC077941-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:21:\"DSC077941-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:19:\"DSC077941-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.79999999999999982236431605997495353221893310546875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"DSC-R1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1231793648;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"14.3\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";}}'),
(1486, 531, '_wp_attached_file', '2013/02/DSC092071.jpg'),
(1487, 531, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:500;s:4:\"file\";s:21:\"2013/02/DSC092071.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC092071-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:\"DSC092071-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:21:\"DSC092071-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"DSC092071-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:21:\"DSC092071-750x475.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:21:\"DSC092071-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:21:\"DSC092071-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:21:\"DSC092071-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:19:\"DSC092071-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.79999999999999982236431605997495353221893310546875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"DSC-R1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1249257541;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"14.3\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.125\";s:5:\"title\";s:0:\"\";}}'),
(1167, 457, '_edit_last', '1'),
(1168, 457, '_edit_lock', '1580069309:1'),
(4855, 457, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(1171, 457, '_wp_page_template', 'default'),
(1176, 457, 'minti_titlebar', 'notitlebar'),
(1177, 457, 'minti_featuredimage-breadcrumbs', '0'),
(1178, 457, 'minti_revolutionslider', '0'),
(1179, 457, 'minti_portfoliofilter', '0'),
(1180, 457, 'minti_bgstyle', 'stretch'),
(1753, 584, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:235;s:6:\"height\";i:274;s:4:\"file\";s:39:\"2013/02/3D-LOGO-PACKAGE-SITE-ADVERT.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"3D-LOGO-PACKAGE-SITE-ADVERT-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:39:\"3D-LOGO-PACKAGE-SITE-ADVERT-235x210.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:39:\"3D-LOGO-PACKAGE-SITE-ADVERT-235x250.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:37:\"3D-LOGO-PACKAGE-SITE-ADVERT-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(1752, 584, '_wp_attached_file', '2013/02/3D-LOGO-PACKAGE-SITE-ADVERT.jpg'),
(1488, 532, '_wp_attached_file', '2013/02/Ian_Brown_stage.jpg'),
(1489, 532, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:500;s:4:\"file\";s:27:\"2013/02/Ian_Brown_stage.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Ian_Brown_stage-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:27:\"Ian_Brown_stage-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:27:\"Ian_Brown_stage-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:27:\"Ian_Brown_stage-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:27:\"Ian_Brown_stage-750x475.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:27:\"Ian_Brown_stage-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:27:\"Ian_Brown_stage-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:27:\"Ian_Brown_stage-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:25:\"Ian_Brown_stage-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(1490, 533, '_wp_attached_file', '2013/02/p052710.jpg'),
(1491, 533, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:656;s:6:\"height\";i:750;s:4:\"file\";s:19:\"2013/02/p052710.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"p052710-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:19:\"p052710-262x300.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:19:\"p052710-656x300.jpg\";s:5:\"width\";i:656;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:19:\"p052710-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:19:\"p052710-656x475.jpg\";s:5:\"width\";i:656;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:19:\"p052710-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:19:\"p052710-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:19:\"p052710-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:17:\"p052710-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(1492, 534, '_wp_attached_file', '2013/02/TRB_FLEXARRAY_SOUTHARDAUDIO.jpg'),
(1493, 534, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:516;s:4:\"file\";s:39:\"2013/02/TRB_FLEXARRAY_SOUTHARDAUDIO.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"TRB_FLEXARRAY_SOUTHARDAUDIO-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:\"TRB_FLEXARRAY_SOUTHARDAUDIO-300x206.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:39:\"TRB_FLEXARRAY_SOUTHARDAUDIO-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:39:\"TRB_FLEXARRAY_SOUTHARDAUDIO-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:39:\"TRB_FLEXARRAY_SOUTHARDAUDIO-750x475.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:39:\"TRB_FLEXARRAY_SOUTHARDAUDIO-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:39:\"TRB_FLEXARRAY_SOUTHARDAUDIO-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:39:\"TRB_FLEXARRAY_SOUTHARDAUDIO-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:37:\"TRB_FLEXARRAY_SOUTHARDAUDIO-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.79999999999999982236431605997495353221893310546875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"COOLPIX P80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1298656386;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.7\";s:3:\"iso\";s:3:\"635\";s:13:\"shutter_speed\";s:5:\"0.125\";s:5:\"title\";s:0:\"\";}}'),
(1494, 535, '_wp_attached_file', '2013/02/Turbo-Flex-Richmond.jpg'),
(1495, 535, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:500;s:4:\"file\";s:31:\"2013/02/Turbo-Flex-Richmond.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Turbo-Flex-Richmond-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:\"Turbo-Flex-Richmond-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:31:\"Turbo-Flex-Richmond-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:31:\"Turbo-Flex-Richmond-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:31:\"Turbo-Flex-Richmond-750x475.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:31:\"Turbo-Flex-Richmond-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:31:\"Turbo-Flex-Richmond-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:31:\"Turbo-Flex-Richmond-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:29:\"Turbo-Flex-Richmond-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(1496, 536, '_wp_attached_file', '2013/02/turbo-sound-example..jpg'),
(1497, 536, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:540;s:4:\"file\";s:32:\"2013/02/turbo-sound-example..jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"turbo-sound-example.-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:32:\"turbo-sound-example.-300x216.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:32:\"turbo-sound-example.-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:32:\"turbo-sound-example.-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:32:\"turbo-sound-example.-750x475.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:32:\"turbo-sound-example.-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:32:\"turbo-sound-example.-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:32:\"turbo-sound-example.-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:30:\"turbo-sound-example.-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:4.20000000000000017763568394002504646778106689453125;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"DMC-G3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1342688480;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:15:\"0.0666666666667\";s:5:\"title\";s:0:\"\";}}'),
(1498, 537, '_wp_attached_file', '2013/02/Turbosound-Flex-Array.jpg'),
(1499, 537, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:401;s:6:\"height\";i:750;s:4:\"file\";s:33:\"2013/02/Turbosound-Flex-Array.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Turbosound-Flex-Array-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:\"Turbosound-Flex-Array-160x300.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:33:\"Turbosound-Flex-Array-401x300.jpg\";s:5:\"width\";i:401;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:33:\"Turbosound-Flex-Array-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:33:\"Turbosound-Flex-Array-401x475.jpg\";s:5:\"width\";i:401;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:33:\"Turbosound-Flex-Array-401x500.jpg\";s:5:\"width\";i:401;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:33:\"Turbosound-Flex-Array-401x300.jpg\";s:5:\"width\";i:401;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:33:\"Turbosound-Flex-Array-401x250.jpg\";s:5:\"width\";i:401;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:31:\"Turbosound-Flex-Array-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(1500, 538, '_wp_attached_file', '2013/02/2a6bac56-9c70-4cc4-8eee-8cbe37116886_2.jpg'),
(1501, 538, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:669;s:4:\"file\";s:50:\"2013/02/2a6bac56-9c70-4cc4-8eee-8cbe37116886_2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"2a6bac56-9c70-4cc4-8eee-8cbe37116886_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:50:\"2a6bac56-9c70-4cc4-8eee-8cbe37116886_2-300x267.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:50:\"2a6bac56-9c70-4cc4-8eee-8cbe37116886_2-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:50:\"2a6bac56-9c70-4cc4-8eee-8cbe37116886_2-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:50:\"2a6bac56-9c70-4cc4-8eee-8cbe37116886_2-750x475.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:50:\"2a6bac56-9c70-4cc4-8eee-8cbe37116886_2-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:50:\"2a6bac56-9c70-4cc4-8eee-8cbe37116886_2-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:50:\"2a6bac56-9c70-4cc4-8eee-8cbe37116886_2-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:48:\"2a6bac56-9c70-4cc4-8eee-8cbe37116886_2-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(1502, 539, '_wp_attached_file', '2013/02/575-Spot-Moving-Head.jpg'),
(1503, 539, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:575;s:6:\"height\";i:750;s:4:\"file\";s:32:\"2013/02/575-Spot-Moving-Head.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"575-Spot-Moving-Head-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:32:\"575-Spot-Moving-Head-230x300.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:32:\"575-Spot-Moving-Head-575x300.jpg\";s:5:\"width\";i:575;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:32:\"575-Spot-Moving-Head-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:32:\"575-Spot-Moving-Head-575x475.jpg\";s:5:\"width\";i:575;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:32:\"575-Spot-Moving-Head-575x500.jpg\";s:5:\"width\";i:575;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:32:\"575-Spot-Moving-Head-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:32:\"575-Spot-Moving-Head-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:30:\"575-Spot-Moving-Head-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:3.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D40X\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1273336898;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"19\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";}}'),
(1504, 540, '_wp_attached_file', '2013/02/akg-pro-d-5-stage-microphone-dynamic-lead-backing-vocal-speech-davis-1107-04-DAVIS@2.jpg'),
(1505, 540, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:299;s:6:\"height\";i:750;s:4:\"file\";s:96:\"2013/02/akg-pro-d-5-stage-microphone-dynamic-lead-backing-vocal-speech-davis-1107-04-DAVIS@2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:96:\"akg-pro-d-5-stage-microphone-dynamic-lead-backing-vocal-speech-davis-1107-04-DAVIS@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:96:\"akg-pro-d-5-stage-microphone-dynamic-lead-backing-vocal-speech-davis-1107-04-DAVIS@2-119x300.jpg\";s:5:\"width\";i:119;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:96:\"akg-pro-d-5-stage-microphone-dynamic-lead-backing-vocal-speech-davis-1107-04-DAVIS@2-299x300.jpg\";s:5:\"width\";i:299;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:96:\"akg-pro-d-5-stage-microphone-dynamic-lead-backing-vocal-speech-davis-1107-04-DAVIS@2-299x210.jpg\";s:5:\"width\";i:299;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:96:\"akg-pro-d-5-stage-microphone-dynamic-lead-backing-vocal-speech-davis-1107-04-DAVIS@2-299x475.jpg\";s:5:\"width\";i:299;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:96:\"akg-pro-d-5-stage-microphone-dynamic-lead-backing-vocal-speech-davis-1107-04-DAVIS@2-299x500.jpg\";s:5:\"width\";i:299;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:96:\"akg-pro-d-5-stage-microphone-dynamic-lead-backing-vocal-speech-davis-1107-04-DAVIS@2-299x300.jpg\";s:5:\"width\";i:299;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:96:\"akg-pro-d-5-stage-microphone-dynamic-lead-backing-vocal-speech-davis-1107-04-DAVIS@2-299x250.jpg\";s:5:\"width\";i:299;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:94:\"akg-pro-d-5-stage-microphone-dynamic-lead-backing-vocal-speech-davis-1107-04-DAVIS@2-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(1506, 541, '_wp_attached_file', '2013/02/Design+Spot+LED_smaller.jpg'),
(1507, 541, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:500;s:4:\"file\";s:35:\"2013/02/Design+Spot+LED_smaller.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Design+Spot+LED_smaller-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:\"Design+Spot+LED_smaller-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:35:\"Design+Spot+LED_smaller-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:35:\"Design+Spot+LED_smaller-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:35:\"Design+Spot+LED_smaller-750x475.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:35:\"Design+Spot+LED_smaller-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:35:\"Design+Spot+LED_smaller-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:35:\"Design+Spot+LED_smaller-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:33:\"Design+Spot+LED_smaller-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(1508, 542, '_wp_attached_file', '2013/02/digico-sd9.jpg'),
(1509, 542, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:590;s:4:\"file\";s:22:\"2013/02/digico-sd9.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"digico-sd9-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:22:\"digico-sd9-300x236.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:236;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:22:\"digico-sd9-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"digico-sd9-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:22:\"digico-sd9-750x475.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:22:\"digico-sd9-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:22:\"digico-sd9-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:22:\"digico-sd9-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:20:\"digico-sd9-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(1510, 543, '_wp_attached_file', '2013/02/DV016_Jpg_Large_485489.001_black_web_comp.jpg'),
(1511, 543, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:719;s:6:\"height\";i:750;s:4:\"file\";s:53:\"2013/02/DV016_Jpg_Large_485489.001_black_web_comp.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"DV016_Jpg_Large_485489.001_black_web_comp-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:53:\"DV016_Jpg_Large_485489.001_black_web_comp-287x300.jpg\";s:5:\"width\";i:287;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:53:\"DV016_Jpg_Large_485489.001_black_web_comp-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:53:\"DV016_Jpg_Large_485489.001_black_web_comp-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:53:\"DV016_Jpg_Large_485489.001_black_web_comp-719x475.jpg\";s:5:\"width\";i:719;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:53:\"DV016_Jpg_Large_485489.001_black_web_comp-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:53:\"DV016_Jpg_Large_485489.001_black_web_comp-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:53:\"DV016_Jpg_Large_485489.001_black_web_comp-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:51:\"DV016_Jpg_Large_485489.001_black_web_comp-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(1512, 544, '_wp_attached_file', '2013/02/DV020_Jpg_Jumbo_817161.375_chrome_unit_with_effect.jpg'),
(1513, 544, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:750;s:4:\"file\";s:62:\"2013/02/DV020_Jpg_Jumbo_817161.375_chrome_unit_with_effect.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:62:\"DV020_Jpg_Jumbo_817161.375_chrome_unit_with_effect-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:62:\"DV020_Jpg_Jumbo_817161.375_chrome_unit_with_effect-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:62:\"DV020_Jpg_Jumbo_817161.375_chrome_unit_with_effect-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:62:\"DV020_Jpg_Jumbo_817161.375_chrome_unit_with_effect-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:62:\"DV020_Jpg_Jumbo_817161.375_chrome_unit_with_effect-750x475.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:62:\"DV020_Jpg_Jumbo_817161.375_chrome_unit_with_effect-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:62:\"DV020_Jpg_Jumbo_817161.375_chrome_unit_with_effect-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:62:\"DV020_Jpg_Jumbo_817161.375_chrome_unit_with_effect-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:60:\"DV020_Jpg_Jumbo_817161.375_chrome_unit_with_effect-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(1514, 545, '_wp_attached_file', '2013/02/eled-par-rgb-zoom.jpg'),
(1515, 545, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:649;s:6:\"height\";i:750;s:4:\"file\";s:29:\"2013/02/eled-par-rgb-zoom.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"eled-par-rgb-zoom-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:29:\"eled-par-rgb-zoom-259x300.jpg\";s:5:\"width\";i:259;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:29:\"eled-par-rgb-zoom-649x300.jpg\";s:5:\"width\";i:649;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:29:\"eled-par-rgb-zoom-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:29:\"eled-par-rgb-zoom-649x475.jpg\";s:5:\"width\";i:649;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:29:\"eled-par-rgb-zoom-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:29:\"eled-par-rgb-zoom-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:29:\"eled-par-rgb-zoom-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:27:\"eled-par-rgb-zoom-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:22;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D50\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1257423282;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:3:\"0.1\";s:5:\"title\";s:0:\"\";}}'),
(4617, 1009, '_wp_attached_file', '2015/05/frontier_dec2-opening-night.jpg'),
(4618, 1009, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:39:\"2015/05/frontier_dec2-opening-night.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"frontier_dec2-opening-night-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:\"frontier_dec2-opening-night-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"frontier_dec2-opening-night-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:39:\"frontier_dec2-opening-night-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:39:\"frontier_dec2-opening-night-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:39:\"frontier_dec2-opening-night-960x475.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:39:\"frontier_dec2-opening-night-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:39:\"frontier_dec2-opening-night-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:39:\"frontier_dec2-opening-night-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:37:\"frontier_dec2-opening-night-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(1518, 547, '_wp_attached_file', '2013/02/hzpss20f-xl.jpg'),
(1519, 547, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:493;s:4:\"file\";s:23:\"2013/02/hzpss20f-xl.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"hzpss20f-xl-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:\"hzpss20f-xl-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:23:\"hzpss20f-xl-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:23:\"hzpss20f-xl-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:23:\"hzpss20f-xl-750x475.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:23:\"hzpss20f-xl-640x493.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:23:\"hzpss20f-xl-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:23:\"hzpss20f-xl-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:21:\"hzpss20f-xl-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(1520, 548, '_wp_attached_file', '2013/02/LED-Blinder-Light-LED-Stage-Light.jpg'),
(1521, 548, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:644;s:6:\"height\";i:750;s:4:\"file\";s:45:\"2013/02/LED-Blinder-Light-LED-Stage-Light.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"LED-Blinder-Light-LED-Stage-Light-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:\"LED-Blinder-Light-LED-Stage-Light-257x300.jpg\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:45:\"LED-Blinder-Light-LED-Stage-Light-644x300.jpg\";s:5:\"width\";i:644;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:45:\"LED-Blinder-Light-LED-Stage-Light-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:45:\"LED-Blinder-Light-LED-Stage-Light-644x475.jpg\";s:5:\"width\";i:644;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:45:\"LED-Blinder-Light-LED-Stage-Light-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:45:\"LED-Blinder-Light-LED-Stage-Light-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:45:\"LED-Blinder-Light-LED-Stage-Light-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:43:\"LED-Blinder-Light-LED-Stage-Light-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(1522, 549, '_wp_attached_file', '2013/02/lightaluminium-truss-443.jpg'),
(1523, 549, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:462;s:4:\"file\";s:36:\"2013/02/lightaluminium-truss-443.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"lightaluminium-truss-443-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:\"lightaluminium-truss-443-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:36:\"lightaluminium-truss-443-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:36:\"lightaluminium-truss-443-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:36:\"lightaluminium-truss-443-640x462.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:36:\"lightaluminium-truss-443-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:36:\"lightaluminium-truss-443-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:34:\"lightaluminium-truss-443-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(1524, 550, '_wp_attached_file', '2013/02/mac575krypton.jpg'),
(1525, 550, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:750;s:4:\"file\";s:25:\"2013/02/mac575krypton.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"mac575krypton-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:25:\"mac575krypton-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:25:\"mac575krypton-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:25:\"mac575krypton-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:25:\"mac575krypton-750x475.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:25:\"mac575krypton-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:25:\"mac575krypton-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:25:\"mac575krypton-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:23:\"mac575krypton-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(1526, 551, '_wp_attached_file', '2013/02/MH4_highres.jpg'),
(1527, 551, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:596;s:4:\"file\";s:23:\"2013/02/MH4_highres.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"MH4_highres-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:\"MH4_highres-300x238.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:238;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:23:\"MH4_highres-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:23:\"MH4_highres-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:23:\"MH4_highres-750x475.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:23:\"MH4_highres-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:23:\"MH4_highres-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:23:\"MH4_highres-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:21:\"MH4_highres-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(1528, 552, '_wp_attached_file', '2013/02/p0527101.jpg'),
(1529, 552, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:656;s:6:\"height\";i:750;s:4:\"file\";s:20:\"2013/02/p0527101.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"p0527101-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:\"p0527101-262x300.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:20:\"p0527101-656x300.jpg\";s:5:\"width\";i:656;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"p0527101-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:20:\"p0527101-656x475.jpg\";s:5:\"width\";i:656;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:20:\"p0527101-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:20:\"p0527101-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:20:\"p0527101-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:18:\"p0527101-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(1530, 553, '_wp_attached_file', '2013/02/sd9_toppic.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1531, 553, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:388;s:4:\"file\";s:22:\"2013/02/sd9_toppic.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"sd9_toppic-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:22:\"sd9_toppic-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:22:\"sd9_toppic-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"sd9_toppic-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:22:\"sd9_toppic-640x388.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:22:\"sd9_toppic-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:22:\"sd9_toppic-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:20:\"sd9_toppic-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(1532, 554, '_wp_attached_file', '2013/02/sd10_toppic.jpg'),
(1533, 554, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:388;s:4:\"file\";s:23:\"2013/02/sd10_toppic.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"sd10_toppic-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:\"sd10_toppic-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:23:\"sd10_toppic-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:23:\"sd10_toppic-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:23:\"sd10_toppic-640x388.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:23:\"sd10_toppic-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:23:\"sd10_toppic-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:21:\"sd10_toppic-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(1534, 555, '_wp_attached_file', '2013/02/SD11_7.jpg'),
(1535, 555, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:485;s:4:\"file\";s:18:\"2013/02/SD11_7.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"SD11_7-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:\"SD11_7-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:18:\"SD11_7-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:18:\"SD11_7-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:18:\"SD11_7-750x475.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:18:\"SD11_7-640x485.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:485;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:18:\"SD11_7-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:18:\"SD11_7-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:16:\"SD11_7-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(1536, 556, '_wp_attached_file', '2013/02/sd824_toppic.jpg'),
(1537, 556, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:388;s:4:\"file\";s:24:\"2013/02/sd824_toppic.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"sd824_toppic-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:24:\"sd824_toppic-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:24:\"sd824_toppic-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:24:\"sd824_toppic-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:24:\"sd824_toppic-640x388.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:24:\"sd824_toppic-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:24:\"sd824_toppic-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:22:\"sd824_toppic-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(1538, 557, '_wp_attached_file', '2013/02/SOUNDCRAFT_MH2_48.jpg'),
(1539, 557, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:511;s:4:\"file\";s:29:\"2013/02/SOUNDCRAFT_MH2_48.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"SOUNDCRAFT_MH2_48-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:29:\"SOUNDCRAFT_MH2_48-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:29:\"SOUNDCRAFT_MH2_48-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:29:\"SOUNDCRAFT_MH2_48-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:29:\"SOUNDCRAFT_MH2_48-750x475.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:29:\"SOUNDCRAFT_MH2_48-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:29:\"SOUNDCRAFT_MH2_48-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:29:\"SOUNDCRAFT_MH2_48-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:27:\"SOUNDCRAFT_MH2_48-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(1540, 558, '_wp_attached_file', '2013/02/TFM-420-1024x600.jpg'),
(1541, 558, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:439;s:4:\"file\";s:28:\"2013/02/TFM-420-1024x600.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"TFM-420-1024x600-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:\"TFM-420-1024x600-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:28:\"TFM-420-1024x600-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:28:\"TFM-420-1024x600-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:28:\"TFM-420-1024x600-640x439.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:28:\"TFM-420-1024x600-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:28:\"TFM-420-1024x600-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:26:\"TFM-420-1024x600-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(1542, 559, '_wp_attached_file', '2013/02/turbo-sound-amp-rackFlashline_rack.jpg'),
(1543, 559, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:500;s:4:\"file\";s:46:\"2013/02/turbo-sound-amp-rackFlashline_rack.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"turbo-sound-amp-rackFlashline_rack-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:46:\"turbo-sound-amp-rackFlashline_rack-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:46:\"turbo-sound-amp-rackFlashline_rack-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:46:\"turbo-sound-amp-rackFlashline_rack-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:46:\"turbo-sound-amp-rackFlashline_rack-750x475.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:46:\"turbo-sound-amp-rackFlashline_rack-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:46:\"turbo-sound-amp-rackFlashline_rack-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:46:\"turbo-sound-amp-rackFlashline_rack-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:44:\"turbo-sound-amp-rackFlashline_rack-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(1544, 560, '_wp_attached_file', '2013/02/Turbosound-Flex-Array1.jpg'),
(1545, 560, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:401;s:6:\"height\";i:750;s:4:\"file\";s:34:\"2013/02/Turbosound-Flex-Array1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Turbosound-Flex-Array1-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:\"Turbosound-Flex-Array1-160x300.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:34:\"Turbosound-Flex-Array1-401x300.jpg\";s:5:\"width\";i:401;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:34:\"Turbosound-Flex-Array1-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:34:\"Turbosound-Flex-Array1-401x475.jpg\";s:5:\"width\";i:401;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:34:\"Turbosound-Flex-Array1-401x500.jpg\";s:5:\"width\";i:401;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:34:\"Turbosound-Flex-Array1-401x300.jpg\";s:5:\"width\";i:401;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:34:\"Turbosound-Flex-Array1-401x250.jpg\";s:5:\"width\";i:401;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:32:\"Turbosound-Flex-Array1-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(1546, 561, '_wp_attached_file', '2013/02/video-switcher-example.jpg'),
(1547, 561, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:413;s:4:\"file\";s:34:\"2013/02/video-switcher-example.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"video-switcher-example-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:\"video-switcher-example-300x165.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:34:\"video-switcher-example-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:34:\"video-switcher-example-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:34:\"video-switcher-example-640x413.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:34:\"video-switcher-example-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:34:\"video-switcher-example-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:32:\"video-switcher-example-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(1594, 567, '_wp_attached_file', '2013/01/lil-fsl-plain-logo.png'),
(1595, 567, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:63;s:4:\"file\";s:30:\"2013/01/lil-fsl-plain-logo.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"lil-fsl-plain-logo-150x63.png\";s:5:\"width\";i:150;s:6:\"height\";i:63;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"mini\";a:4:{s:4:\"file\";s:28:\"lil-fsl-plain-logo-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(1754, 584, '_edit_lock', '1359680755:1'),
(1755, 586, '_wp_attached_file', '2013/02/logo2.png'),
(1756, 586, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:160;s:6:\"height\";i:76;s:4:\"file\";s:17:\"2013/02/logo2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"logo2-150x76.png\";s:5:\"width\";i:150;s:6:\"height\";i:76;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"mini\";a:4:{s:4:\"file\";s:15:\"logo2-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(1757, 586, '_edit_lock', '1359681062:1'),
(4805, 1072, '_wp_attached_file', '2012/10/GREEN.png'),
(4804, 276, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:5:\"BLANK\";}'),
(1764, 276, 'minti_titlebar', 'notitlebar'),
(1765, 276, 'minti_featuredimage-breadcrumbs', '0'),
(1766, 276, 'minti_revolutionslider', '0'),
(1767, 276, 'minti_portfoliofilter', '0'),
(1768, 276, 'minti_bgstyle', 'stretch'),
(1835, 595, '_wp_attached_file', '2013/02/frontier-coming-soon.jpg'),
(1836, 595, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:890;s:6:\"height\";i:326;s:4:\"file\";s:32:\"2013/02/frontier-coming-soon.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"frontier-coming-soon-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:32:\"frontier-coming-soon-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:32:\"frontier-coming-soon-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:32:\"frontier-coming-soon-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:32:\"frontier-coming-soon-640x326.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:326;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:32:\"frontier-coming-soon-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:32:\"frontier-coming-soon-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:30:\"frontier-coming-soon-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(1853, 598, '_wp_attached_file', '2013/02/Q107classic-OVAL.jpg'),
(1854, 598, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:112;s:6:\"height\";i:70;s:4:\"file\";s:28:\"2013/02/Q107classic-OVAL.jpg\";s:5:\"sizes\";a:1:{s:4:\"mini\";a:4:{s:4:\"file\";s:26:\"Q107classic-OVAL-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(1855, 599, '_wp_attached_file', '2013/02/red-bull-logo.jpg'),
(1856, 599, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:117;s:6:\"height\";i:70;s:4:\"file\";s:25:\"2013/02/red-bull-logo.jpg\";s:5:\"sizes\";a:1:{s:4:\"mini\";a:4:{s:4:\"file\";s:23:\"red-bull-logo-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(1857, 600, '_wp_attached_file', '2013/02/rock-95-logo-FLOAT.jpg'),
(1858, 600, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:117;s:6:\"height\";i:70;s:4:\"file\";s:30:\"2013/02/rock-95-logo-FLOAT.jpg\";s:5:\"sizes\";a:1:{s:4:\"mini\";a:4:{s:4:\"file\";s:28:\"rock-95-logo-FLOAT-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(1859, 601, '_wp_attached_file', '2013/02/sound-academy-49.jpg'),
(1860, 601, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:70;s:6:\"height\";i:70;s:4:\"file\";s:28:\"2013/02/sound-academy-49.jpg\";s:5:\"sizes\";a:1:{s:4:\"mini\";a:4:{s:4:\"file\";s:26:\"sound-academy-49-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(1861, 602, '_wp_attached_file', '2013/02/the-wolf-logo.jpg'),
(1862, 602, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:146;s:6:\"height\";i:70;s:4:\"file\";s:25:\"2013/02/the-wolf-logo.jpg\";s:5:\"sizes\";a:1:{s:4:\"mini\";a:4:{s:4:\"file\";s:23:\"the-wolf-logo-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(1863, 603, '_wp_attached_file', '2013/02/VW-Large.jpg'),
(1864, 603, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:70;s:6:\"height\";i:70;s:4:\"file\";s:20:\"2013/02/VW-Large.jpg\";s:5:\"sizes\";a:1:{s:4:\"mini\";a:4:{s:4:\"file\";s:18:\"VW-Large-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(1865, 604, '_wp_attached_file', '2013/02/bedlam.jpg'),
(1866, 604, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:124;s:6:\"height\";i:70;s:4:\"file\";s:18:\"2013/02/bedlam.jpg\";s:5:\"sizes\";a:1:{s:4:\"mini\";a:4:{s:4:\"file\";s:16:\"bedlam-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(1867, 605, '_wp_attached_file', '2013/02/Coca_Cola03.jpg'),
(1868, 605, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:93;s:6:\"height\";i:70;s:4:\"file\";s:23:\"2013/02/Coca_Cola03.jpg\";s:5:\"sizes\";a:1:{s:4:\"mini\";a:4:{s:4:\"file\";s:21:\"Coca_Cola03-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(1869, 606, '_wp_attached_file', '2013/02/edge.jpg'),
(1870, 606, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:70;s:6:\"height\";i:70;s:4:\"file\";s:16:\"2013/02/edge.jpg\";s:5:\"sizes\";a:1:{s:4:\"mini\";a:4:{s:4:\"file\";s:14:\"edge-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(1871, 607, '_wp_attached_file', '2013/02/monster-energy.jpg'),
(1872, 607, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:70;s:6:\"height\";i:70;s:4:\"file\";s:26:\"2013/02/monster-energy.jpg\";s:5:\"sizes\";a:1:{s:4:\"mini\";a:4:{s:4:\"file\";s:24:\"monster-energy-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(1873, 608, '_wp_attached_file', '2013/02/new-audi-logo.jpg'),
(1874, 608, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:120;s:6:\"height\";i:70;s:4:\"file\";s:25:\"2013/02/new-audi-logo.jpg\";s:5:\"sizes\";a:1:{s:4:\"mini\";a:4:{s:4:\"file\";s:23:\"new-audi-logo-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(1875, 608, '_edit_lock', '1359782519:1'),
(1876, 607, '_edit_lock', '1359782520:1'),
(1877, 606, '_edit_lock', '1359782522:1'),
(1878, 605, '_edit_lock', '1359782523:1'),
(1921, 603, '_edit_lock', '1359783038:1'),
(1922, 602, '_edit_lock', '1359783356:1'),
(1923, 601, '_edit_lock', '1359783041:1'),
(1924, 600, '_edit_lock', '1359783043:1'),
(1925, 599, '_edit_lock', '1359783045:1'),
(1926, 598, '_edit_lock', '1359783047:1'),
(2017, 621, '_wp_attached_file', '2013/02/opera-house.jpg'),
(2018, 621, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:125;s:6:\"height\";i:70;s:4:\"file\";s:23:\"2013/02/opera-house.jpg\";s:5:\"sizes\";a:1:{s:4:\"mini\";a:4:{s:4:\"file\";s:21:\"opera-house-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(2019, 621, '_edit_lock', '1359784011:1'),
(2080, 604, '_edit_lock', '1359784466:1'),
(2303, 653, '_wp_attached_file', '2013/02/fslspacer.png'),
(2304, 653, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:36;s:6:\"height\";i:35;s:4:\"file\";s:21:\"2013/02/fslspacer.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(2305, 653, '_edit_lock', '1359802337:1'),
(2356, 659, '_wp_attached_file', '2013/02/client-bar-advert.jpg'),
(2357, 659, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:848;s:6:\"height\";i:70;s:4:\"file\";s:29:\"2013/02/client-bar-advert.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"client-bar-advert-150x70.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"client-bar-advert-300x24.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:24;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:28:\"client-bar-advert-700x70.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:28:\"client-bar-advert-320x70.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:28:\"client-bar-advert-640x70.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:28:\"client-bar-advert-460x70.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:28:\"client-bar-advert-460x70.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:27:\"client-bar-advert-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(2358, 659, '_edit_lock', '1359802776:1'),
(2615, 686, '_wp_attached_file', '2013/02/operahouse-icon.jpg'),
(2616, 686, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:70;s:6:\"height\";i:70;s:4:\"file\";s:27:\"2013/02/operahouse-icon.jpg\";s:5:\"sizes\";a:1:{s:4:\"mini\";a:4:{s:4:\"file\";s:25:\"operahouse-icon-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(2617, 686, '_edit_lock', '1359891021:1'),
(3398, 788, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:120;s:6:\"height\";i:26;s:4:\"file\";s:22:\"2013/02/PHAFF-LOGO.png\";s:5:\"sizes\";a:1:{s:4:\"mini\";a:4:{s:4:\"file\";s:20:\"PHAFF-LOGO-60x26.png\";s:5:\"width\";i:60;s:6:\"height\";i:26;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(3397, 788, '_wp_attached_file', '2013/02/PHAFF-LOGO.png'),
(2985, 732, '_wp_attached_file', '2013/02/UniversalMusic.jpg'),
(2986, 732, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:124;s:6:\"height\";i:70;s:4:\"file\";s:26:\"2013/02/UniversalMusic.jpg\";s:5:\"sizes\";a:1:{s:4:\"mini\";a:4:{s:4:\"file\";s:24:\"UniversalMusic-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(3037, 732, '_edit_lock', '1360145069:1'),
(3064, 741, '_wp_attached_file', '2013/02/SENNHEISER_E935.jpg'),
(3065, 741, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:625;s:6:\"height\";i:750;s:4:\"file\";s:27:\"2013/02/SENNHEISER_E935.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"SENNHEISER_E935-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:27:\"SENNHEISER_E935-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:27:\"SENNHEISER_E935-625x300.jpg\";s:5:\"width\";i:625;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:27:\"SENNHEISER_E935-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:27:\"SENNHEISER_E935-625x475.jpg\";s:5:\"width\";i:625;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:27:\"SENNHEISER_E935-625x500.jpg\";s:5:\"width\";i:625;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:27:\"SENNHEISER_E935-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:27:\"SENNHEISER_E935-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:25:\"SENNHEISER_E935-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(3164, 756, '_edit_last', '1'),
(3165, 756, '_edit_lock', '1373728185:1'),
(3964, 756, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(3965, 756, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:5:\"BLANK\";}'),
(3174, 756, '_wp_page_template', 'default'),
(3179, 756, 'minti_titlebar', 'notitlebar'),
(3180, 756, 'minti_featuredimage-breadcrumbs', '0'),
(3181, 756, 'minti_revolutionslider', '0'),
(3182, 756, 'minti_portfoliofilter', '0'),
(3183, 756, 'minti_bgstyle', 'stretch'),
(3184, 759, '_menu_item_type', 'post_type'),
(3185, 759, '_menu_item_menu_item_parent', '0'),
(3186, 759, '_menu_item_object_id', '756'),
(3187, 759, '_menu_item_object', 'page'),
(3188, 759, '_menu_item_target', ''),
(3189, 759, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3190, 759, '_menu_item_xfn', ''),
(3191, 759, '_menu_item_url', ''),
(3399, 788, '_edit_lock', '1360612184:1'),
(3452, 795, '_wp_attached_file', '2013/02/photo.jpg'),
(3453, 795, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:590;s:6:\"height\";i:500;s:4:\"file\";s:17:\"2013/02/photo.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"photo-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:\"photo-300x254.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:254;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:17:\"photo-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:17:\"photo-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:17:\"photo-590x475.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:17:\"photo-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:17:\"photo-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:15:\"photo-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(3134, 750, '_wp_attached_file', '2013/02/DSC07794-edit1.jpg'),
(3135, 750, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:500;s:4:\"file\";s:26:\"2013/02/DSC07794-edit1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"DSC07794-edit1-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:26:\"DSC07794-edit1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:26:\"DSC07794-edit1-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:26:\"DSC07794-edit1-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:26:\"DSC07794-edit1-750x475.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:26:\"DSC07794-edit1-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:26:\"DSC07794-edit1-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:26:\"DSC07794-edit1-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:24:\"DSC07794-edit1-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.79999999999999982236431605997495353221893310546875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"DSC-R1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1231793648;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"14.3\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";}}'),
(3454, 796, '_wp_attached_file', '2013/02/audi-2.jpg'),
(3455, 796, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:422;s:4:\"file\";s:18:\"2013/02/audi-2.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"audi-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:18:\"audi-2-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:18:\"audi-2-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:18:\"audi-2-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:18:\"audi-2-640x422.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:422;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:18:\"audi-2-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:18:\"audi-2-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:16:\"audi-2-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(3456, 797, '_wp_attached_file', '2013/02/audi-5.jpg'),
(3457, 797, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:422;s:4:\"file\";s:18:\"2013/02/audi-5.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"audi-5-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:\"audi-5-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:18:\"audi-5-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:18:\"audi-5-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:18:\"audi-5-640x422.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:422;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:18:\"audi-5-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:18:\"audi-5-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:16:\"audi-5-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(3458, 798, '_wp_attached_file', '2013/02/audi-9.jpg'),
(3459, 798, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:422;s:4:\"file\";s:18:\"2013/02/audi-9.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"audi-9-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:\"audi-9-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:18:\"audi-9-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:18:\"audi-9-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:18:\"audi-9-640x422.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:422;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:18:\"audi-9-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:18:\"audi-9-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:16:\"audi-9-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(3460, 799, '_wp_attached_file', '2013/02/audi-10.jpg'),
(3461, 799, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:422;s:4:\"file\";s:19:\"2013/02/audi-10.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"audi-10-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:19:\"audi-10-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:19:\"audi-10-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:19:\"audi-10-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:19:\"audi-10-640x422.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:422;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:19:\"audi-10-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:19:\"audi-10-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:17:\"audi-10-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(3462, 800, '_wp_attached_file', '2013/02/audi-11.jpg'),
(3463, 800, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:422;s:4:\"file\";s:19:\"2013/02/audi-11.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"audi-11-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:19:\"audi-11-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:19:\"audi-11-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:19:\"audi-11-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:19:\"audi-11-640x422.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:422;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:19:\"audi-11-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:19:\"audi-11-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:17:\"audi-11-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(3464, 801, '_wp_attached_file', '2013/02/audi-12.jpg'),
(3465, 801, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:422;s:4:\"file\";s:19:\"2013/02/audi-12.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"audi-12-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:19:\"audi-12-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:19:\"audi-12-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:19:\"audi-12-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:19:\"audi-12-640x422.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:422;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:19:\"audi-12-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:19:\"audi-12-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:17:\"audi-12-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(3466, 802, '_wp_attached_file', '2013/02/audi-13.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3467, 802, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:422;s:4:\"file\";s:19:\"2013/02/audi-13.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"audi-13-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:19:\"audi-13-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:19:\"audi-13-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:19:\"audi-13-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:19:\"audi-13-640x422.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:422;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:19:\"audi-13-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:19:\"audi-13-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:17:\"audi-13-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(3468, 803, '_wp_attached_file', '2013/02/audi-14.jpg'),
(3469, 803, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:422;s:4:\"file\";s:19:\"2013/02/audi-14.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"audi-14-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:19:\"audi-14-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:19:\"audi-14-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:19:\"audi-14-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:19:\"audi-14-640x422.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:422;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:19:\"audi-14-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:19:\"audi-14-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:17:\"audi-14-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(3470, 804, '_wp_attached_file', '2013/02/audi-15.jpg'),
(3471, 804, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:422;s:4:\"file\";s:19:\"2013/02/audi-15.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"audi-15-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:19:\"audi-15-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:19:\"audi-15-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:19:\"audi-15-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:19:\"audi-15-640x422.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:422;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:19:\"audi-15-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:19:\"audi-15-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:17:\"audi-15-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(3472, 805, '_wp_attached_file', '2013/02/audi-16.jpg'),
(3473, 805, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:422;s:4:\"file\";s:19:\"2013/02/audi-16.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"audi-16-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:19:\"audi-16-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:19:\"audi-16-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:19:\"audi-16-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:19:\"audi-16-640x422.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:422;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:19:\"audi-16-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:19:\"audi-16-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:17:\"audi-16-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(3474, 806, '_wp_attached_file', '2013/02/Christopher-Pfaff-.jpg'),
(3475, 806, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:715;s:6:\"height\";i:500;s:4:\"file\";s:30:\"2013/02/Christopher-Pfaff-.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Christopher-Pfaff--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:\"Christopher-Pfaff--300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:30:\"Christopher-Pfaff--700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:30:\"Christopher-Pfaff--320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:30:\"Christopher-Pfaff--715x475.jpg\";s:5:\"width\";i:715;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:30:\"Christopher-Pfaff--640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:30:\"Christopher-Pfaff--460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:30:\"Christopher-Pfaff--460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:28:\"Christopher-Pfaff--60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.79999999999999982236431605997495353221893310546875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D3S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1352404432;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:15:\"0.0166666666667\";s:5:\"title\";s:0:\"\";}}'),
(3476, 807, '_wp_attached_file', '2013/02/DSC01496.jpg'),
(3477, 807, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2013/02/DSC01496.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC01496-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:\"DSC01496-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:20:\"DSC01496-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"DSC01496-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:20:\"DSC01496-750x475.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:20:\"DSC01496-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:20:\"DSC01496-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:20:\"DSC01496-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:18:\"DSC01496-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:7.0999999999999996447286321199499070644378662109375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"DSC-R1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1185723541;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"14.3\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";}}'),
(3478, 808, '_wp_attached_file', '2013/02/DSC04074.jpg'),
(3479, 808, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2013/02/DSC04074.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC04074-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:\"DSC04074-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:20:\"DSC04074-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"DSC04074-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:20:\"DSC04074-750x475.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:20:\"DSC04074-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:20:\"DSC04074-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:20:\"DSC04074-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:18:\"DSC04074-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:4;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"DSC-R1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1217092751;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"15.7\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";}}'),
(3480, 809, '_wp_attached_file', '2013/02/DSC06955.jpg'),
(3481, 809, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2013/02/DSC06955.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC06955-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:\"DSC06955-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:20:\"DSC06955-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"DSC06955-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:20:\"DSC06955-750x475.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:20:\"DSC06955-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:20:\"DSC06955-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:20:\"DSC06955-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:18:\"DSC06955-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.79999999999999982236431605997495353221893310546875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"DSC-R1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1180045822;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"14.3\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:15:\"0.0333333333333\";s:5:\"title\";s:0:\"\";}}'),
(3482, 810, '_wp_attached_file', '2013/02/DSC09021.jpg'),
(3483, 810, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2013/02/DSC09021.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC09021-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:\"DSC09021-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:20:\"DSC09021-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"DSC09021-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:20:\"DSC09021-750x475.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:20:\"DSC09021-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:20:\"DSC09021-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:20:\"DSC09021-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:18:\"DSC09021-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.79999999999999982236431605997495353221893310546875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"DSC-R1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1206570219;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"14.3\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:15:\"0.0333333333333\";s:5:\"title\";s:0:\"\";}}'),
(3484, 811, '_wp_attached_file', '2013/02/H.J.-Pfaff-Audi-Grand-Opening-Lights.jpg'),
(3485, 811, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:715;s:6:\"height\";i:500;s:4:\"file\";s:48:\"2013/02/H.J.-Pfaff-Audi-Grand-Opening-Lights.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"H.J.-Pfaff-Audi-Grand-Opening-Lights-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:48:\"H.J.-Pfaff-Audi-Grand-Opening-Lights-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:48:\"H.J.-Pfaff-Audi-Grand-Opening-Lights-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:48:\"H.J.-Pfaff-Audi-Grand-Opening-Lights-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:48:\"H.J.-Pfaff-Audi-Grand-Opening-Lights-715x475.jpg\";s:5:\"width\";i:715;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:48:\"H.J.-Pfaff-Audi-Grand-Opening-Lights-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:48:\"H.J.-Pfaff-Audi-Grand-Opening-Lights-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:48:\"H.J.-Pfaff-Audi-Grand-Opening-Lights-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:46:\"H.J.-Pfaff-Audi-Grand-Opening-Lights-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:4;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D3S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1352399487;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:4:\"0.25\";s:5:\"title\";s:0:\"\";}}'),
(3486, 812, '_wp_attached_file', '2013/02/photo-2.jpg'),
(3487, 812, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:497;s:4:\"file\";s:19:\"2013/02/photo-2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"photo-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:19:\"photo-2-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:19:\"photo-2-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:19:\"photo-2-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:19:\"photo-2-750x475.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:19:\"photo-2-640x497.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:497;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:19:\"photo-2-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:19:\"photo-2-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:17:\"photo-2-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(3764, 848, '_wp_attached_file', '2013/02/cbc.png'),
(3765, 848, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:54;s:6:\"height\";i:70;s:4:\"file\";s:15:\"2013/02/cbc.png\";s:5:\"sizes\";a:1:{s:4:\"mini\";a:4:{s:4:\"file\";s:13:\"cbc-54x60.png\";s:5:\"width\";i:54;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(3804, 854, '_wp_attached_file', '2013/02/Gathering-for-the-opening.jpg'),
(3805, 854, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:715;s:6:\"height\";i:500;s:4:\"file\";s:37:\"2013/02/Gathering-for-the-opening.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Gathering-for-the-opening-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:37:\"Gathering-for-the-opening-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:37:\"Gathering-for-the-opening-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:37:\"Gathering-for-the-opening-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:37:\"Gathering-for-the-opening-715x475.jpg\";s:5:\"width\";i:715;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:37:\"Gathering-for-the-opening-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:37:\"Gathering-for-the-opening-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:37:\"Gathering-for-the-opening-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:35:\"Gathering-for-the-opening-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.79999999999999982236431605997495353221893310546875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D3S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1352401564;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:15:\"0.0166666666667\";s:5:\"title\";s:0:\"\";}}'),
(3806, 855, '_wp_attached_file', '2013/02/History-of-Pfaff-Video.jpg'),
(3807, 855, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:715;s:6:\"height\";i:500;s:4:\"file\";s:34:\"2013/02/History-of-Pfaff-Video.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"History-of-Pfaff-Video-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:\"History-of-Pfaff-Video-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:34:\"History-of-Pfaff-Video-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:34:\"History-of-Pfaff-Video-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:34:\"History-of-Pfaff-Video-715x475.jpg\";s:5:\"width\";i:715;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:34:\"History-of-Pfaff-Video-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:34:\"History-of-Pfaff-Video-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:34:\"History-of-Pfaff-Video-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:32:\"History-of-Pfaff-Video-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.79999999999999982236431605997495353221893310546875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D3S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1352403701;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:14:\"0.166666666667\";s:5:\"title\";s:0:\"\";}}'),
(3808, 856, '_wp_attached_file', '2013/02/LED-Lights-on-the-2013-Allroad.jpg'),
(3809, 856, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:715;s:6:\"height\";i:500;s:4:\"file\";s:42:\"2013/02/LED-Lights-on-the-2013-Allroad.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"LED-Lights-on-the-2013-Allroad-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:42:\"LED-Lights-on-the-2013-Allroad-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:42:\"LED-Lights-on-the-2013-Allroad-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:42:\"LED-Lights-on-the-2013-Allroad-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:42:\"LED-Lights-on-the-2013-Allroad-715x475.jpg\";s:5:\"width\";i:715;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:42:\"LED-Lights-on-the-2013-Allroad-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:42:\"LED-Lights-on-the-2013-Allroad-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:42:\"LED-Lights-on-the-2013-Allroad-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:40:\"LED-Lights-on-the-2013-Allroad-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:4;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D3S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1352399299;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:4:\"0.25\";s:5:\"title\";s:0:\"\";}}'),
(3810, 857, '_wp_attached_file', '2013/02/The-incredible-showroom.jpg'),
(3811, 857, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:715;s:6:\"height\";i:500;s:4:\"file\";s:35:\"2013/02/The-incredible-showroom.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"The-incredible-showroom-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:\"The-incredible-showroom-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:35:\"The-incredible-showroom-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:35:\"The-incredible-showroom-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:35:\"The-incredible-showroom-715x475.jpg\";s:5:\"width\";i:715;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:35:\"The-incredible-showroom-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:35:\"The-incredible-showroom-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:35:\"The-incredible-showroom-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:33:\"The-incredible-showroom-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.79999999999999982236431605997495353221893310546875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D3S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1352403749;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:14:\"0.166666666667\";s:5:\"title\";s:0:\"\";}}'),
(4493, 270, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(4494, 270, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:5:\"BLANK\";}'),
(4060, 887, '_wp_attached_file', '2013/07/78425658_xlarge1.jpg'),
(4061, 887, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:667;s:6:\"height\";i:500;s:4:\"file\";s:28:\"2013/07/78425658_xlarge1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"78425658_xlarge1-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:\"78425658_xlarge1-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:28:\"78425658_xlarge1-667x300.jpg\";s:5:\"width\";i:667;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:28:\"78425658_xlarge1-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:28:\"78425658_xlarge1-667x475.jpg\";s:5:\"width\";i:667;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:28:\"78425658_xlarge1-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:28:\"78425658_xlarge1-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:28:\"78425658_xlarge1-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:26:\"78425658_xlarge1-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4062, 888, '_wp_attached_file', '2013/07/DSC00506.jpg'),
(4063, 888, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:313;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2013/07/DSC00506.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC00506-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:\"DSC00506-187x300.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:20:\"DSC00506-313x300.jpg\";s:5:\"width\";i:313;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"DSC00506-313x210.jpg\";s:5:\"width\";i:313;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:20:\"DSC00506-313x475.jpg\";s:5:\"width\";i:313;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:20:\"DSC00506-313x300.jpg\";s:5:\"width\";i:313;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:20:\"DSC00506-313x250.jpg\";s:5:\"width\";i:313;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:18:\"DSC00506-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.79999999999999982236431605997495353221893310546875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"DSC-R1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1210809743;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"14.3\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";}}'),
(4064, 889, '_wp_attached_file', '2013/07/DSC01160-copy.jpg'),
(4065, 889, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:298;s:6:\"height\";i:500;s:4:\"file\";s:25:\"2013/07/DSC01160-copy.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"DSC01160-copy-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:25:\"DSC01160-copy-178x300.jpg\";s:5:\"width\";i:178;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:25:\"DSC01160-copy-298x300.jpg\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:25:\"DSC01160-copy-298x210.jpg\";s:5:\"width\";i:298;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:25:\"DSC01160-copy-298x475.jpg\";s:5:\"width\";i:298;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:25:\"DSC01160-copy-298x300.jpg\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:25:\"DSC01160-copy-298x250.jpg\";s:5:\"width\";i:298;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:23:\"DSC01160-copy-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:4;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"DSC-R1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1213054317;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"35.4\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";}}'),
(4066, 890, '_wp_attached_file', '2013/07/DSC01548.jpg'),
(4067, 890, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2013/07/DSC01548.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC01548-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:\"DSC01548-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:20:\"DSC01548-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"DSC01548-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:20:\"DSC01548-750x475.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:20:\"DSC01548-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:20:\"DSC01548-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:20:\"DSC01548-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:18:\"DSC01548-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:5.5999999999999996447286321199499070644378662109375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"DSC-R1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1185724937;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"14.3\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";}}'),
(4068, 891, '_wp_attached_file', '2013/07/DSC01565-copyBW.jpg'),
(4069, 891, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:348;s:4:\"file\";s:27:\"2013/07/DSC01565-copyBW.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"DSC01565-copyBW-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:27:\"DSC01565-copyBW-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:27:\"DSC01565-copyBW-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:27:\"DSC01565-copyBW-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:27:\"DSC01565-copyBW-640x348.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:348;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:27:\"DSC01565-copyBW-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:27:\"DSC01565-copyBW-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:25:\"DSC01565-copyBW-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"DSC-R1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1185725194;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"47.1\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";}}'),
(4070, 892, '_wp_attached_file', '2013/07/DSC01826-copy.jpg'),
(4071, 892, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:274;s:4:\"file\";s:25:\"2013/07/DSC01826-copy.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"DSC01826-copy-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:25:\"DSC01826-copy-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:25:\"DSC01826-copy-700x274.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:25:\"DSC01826-copy-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:25:\"DSC01826-copy-640x274.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:25:\"DSC01826-copy-460x274.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:25:\"DSC01826-copy-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:23:\"DSC01826-copy-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:3.20000000000000017763568394002504646778106689453125;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"DSC-R1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1185735742;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"16.5\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";}}'),
(4072, 893, '_wp_attached_file', '2013/07/DSC02091.jpg'),
(4073, 893, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2013/07/DSC02091.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC02091-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:\"DSC02091-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:20:\"DSC02091-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"DSC02091-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:20:\"DSC02091-750x475.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:20:\"DSC02091-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:20:\"DSC02091-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:20:\"DSC02091-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:18:\"DSC02091-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:3.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"DSC-R1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1185739387;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"27.7\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";}}'),
(4074, 894, '_wp_attached_file', '2013/07/DSC03624.jpg'),
(4075, 894, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2013/07/DSC03624.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC03624-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:\"DSC03624-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:20:\"DSC03624-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"DSC03624-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:20:\"DSC03624-750x475.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:20:\"DSC03624-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:20:\"DSC03624-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:20:\"DSC03624-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:18:\"DSC03624-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:4;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"DSC-R1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1217079020;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"17.2\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";}}'),
(4076, 895, '_wp_attached_file', '2013/07/DSC03865.jpg'),
(4077, 895, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2013/07/DSC03865.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC03865-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:\"DSC03865-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:20:\"DSC03865-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"DSC03865-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:20:\"DSC03865-750x475.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:20:\"DSC03865-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:20:\"DSC03865-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:20:\"DSC03865-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:18:\"DSC03865-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:7.0999999999999996447286321199499070644378662109375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"DSC-R1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1217087950;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"14.3\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";}}'),
(4078, 896, '_wp_attached_file', '2013/07/DSC04518.jpg'),
(4079, 896, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:333;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2013/07/DSC04518.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC04518-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:\"DSC04518-199x300.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:20:\"DSC04518-333x300.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"DSC04518-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:20:\"DSC04518-333x475.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:20:\"DSC04518-333x300.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:20:\"DSC04518-333x250.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:18:\"DSC04518-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:5.5999999999999996447286321199499070644378662109375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"DSC-R1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1193261029;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"17.2\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";}}'),
(4080, 897, '_wp_attached_file', '2013/07/DSC06305.jpg'),
(4081, 897, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2013/07/DSC06305.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC06305-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:\"DSC06305-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:20:\"DSC06305-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"DSC06305-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:20:\"DSC06305-750x475.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:20:\"DSC06305-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:20:\"DSC06305-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:20:\"DSC06305-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:18:\"DSC06305-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.79999999999999982236431605997495353221893310546875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"DSC-R1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1180035724;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"14.3\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.125\";s:5:\"title\";s:0:\"\";}}'),
(4082, 898, '_wp_attached_file', '2013/07/DSC06729-copy.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4083, 898, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:314;s:6:\"height\";i:500;s:4:\"file\";s:25:\"2013/07/DSC06729-copy.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"DSC06729-copy-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:25:\"DSC06729-copy-188x300.jpg\";s:5:\"width\";i:188;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:25:\"DSC06729-copy-314x300.jpg\";s:5:\"width\";i:314;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:25:\"DSC06729-copy-314x210.jpg\";s:5:\"width\";i:314;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:25:\"DSC06729-copy-314x475.jpg\";s:5:\"width\";i:314;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:25:\"DSC06729-copy-314x300.jpg\";s:5:\"width\";i:314;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:25:\"DSC06729-copy-314x250.jpg\";s:5:\"width\";i:314;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:23:\"DSC06729-copy-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"DSC-R1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1180043335;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"37.5\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:15:\"0.0333333333333\";s:5:\"title\";s:0:\"\";}}'),
(4084, 899, '_wp_attached_file', '2013/07/DSC06998-copy.jpg'),
(4085, 899, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:369;s:4:\"file\";s:25:\"2013/07/DSC06998-copy.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"DSC06998-copy-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:25:\"DSC06998-copy-300x147.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:25:\"DSC06998-copy-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:25:\"DSC06998-copy-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:25:\"DSC06998-copy-640x369.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:25:\"DSC06998-copy-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:25:\"DSC06998-copy-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:23:\"DSC06998-copy-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:4;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"DSC-R1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1180046741;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"37\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";}}'),
(4086, 900, '_wp_attached_file', '2013/07/DSC08252-copy.jpg'),
(4087, 900, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:333;s:6:\"height\";i:500;s:4:\"file\";s:25:\"2013/07/DSC08252-copy.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"DSC08252-copy-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:25:\"DSC08252-copy-199x300.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:25:\"DSC08252-copy-333x300.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:25:\"DSC08252-copy-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:25:\"DSC08252-copy-333x475.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:25:\"DSC08252-copy-333x300.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:25:\"DSC08252-copy-333x250.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:23:\"DSC08252-copy-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.79999999999999982236431605997495353221893310546875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"DSC-R1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1231802681;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"14.3\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";}}'),
(4088, 901, '_wp_attached_file', '2013/07/DSC08421-copy.jpg'),
(4089, 901, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:749;s:6:\"height\";i:500;s:4:\"file\";s:25:\"2013/07/DSC08421-copy.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"DSC08421-copy-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:25:\"DSC08421-copy-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:25:\"DSC08421-copy-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:25:\"DSC08421-copy-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:25:\"DSC08421-copy-749x475.jpg\";s:5:\"width\";i:749;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:25:\"DSC08421-copy-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:25:\"DSC08421-copy-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:25:\"DSC08421-copy-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:23:\"DSC08421-copy-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:4;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"DSC-R1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1231804383;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"30.2\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";}}'),
(4090, 902, '_wp_attached_file', '2013/07/DSC08741.jpg'),
(4091, 902, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2013/07/DSC08741.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC08741-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:\"DSC08741-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:20:\"DSC08741-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"DSC08741-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:20:\"DSC08741-750x475.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:20:\"DSC08741-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:20:\"DSC08741-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:20:\"DSC08741-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:18:\"DSC08741-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.79999999999999982236431605997495353221893310546875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"DSC-R1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1205800210;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"14.3\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";}}'),
(4092, 903, '_wp_attached_file', '2013/07/DSC08930.jpg'),
(4093, 903, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2013/07/DSC08930.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC08930-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:\"DSC08930-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:20:\"DSC08930-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"DSC08930-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:20:\"DSC08930-750x475.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:20:\"DSC08930-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:20:\"DSC08930-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:20:\"DSC08930-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:18:\"DSC08930-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.79999999999999982236431605997495353221893310546875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"DSC-R1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1206568546;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"14.3\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:15:\"0.0333333333333\";s:5:\"title\";s:0:\"\";}}'),
(4094, 904, '_wp_attached_file', '2013/07/DSC09139.jpg'),
(4095, 904, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2013/07/DSC09139.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC09139-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:\"DSC09139-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:20:\"DSC09139-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"DSC09139-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:20:\"DSC09139-750x475.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:20:\"DSC09139-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:20:\"DSC09139-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:20:\"DSC09139-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:18:\"DSC09139-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:3.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"DSC-R1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1206573462;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"23.4\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";}}'),
(4096, 905, '_wp_attached_file', '2013/07/FB_ProMaxx14a_40021.jpg'),
(4097, 905, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:350;s:6:\"height\";i:500;s:4:\"file\";s:31:\"2013/07/FB_ProMaxx14a_40021.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"FB_ProMaxx14a_40021-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:\"FB_ProMaxx14a_40021-210x300.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:31:\"FB_ProMaxx14a_40021-350x300.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:31:\"FB_ProMaxx14a_40021-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:31:\"FB_ProMaxx14a_40021-350x475.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:31:\"FB_ProMaxx14a_40021-350x300.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:31:\"FB_ProMaxx14a_40021-350x250.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:29:\"FB_ProMaxx14a_40021-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:22;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1268758144;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"200\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:1:\"1\";s:5:\"title\";s:0:\"\";}}'),
(4098, 906, '_wp_attached_file', '2013/07/FBT%20PSR_FAM1.jpg'),
(4099, 906, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:481;s:6:\"height\";i:500;s:4:\"file\";s:26:\"2013/07/FBT%20PSR_FAM1.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"FBT%20PSR_FAM1-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:26:\"FBT%20PSR_FAM1-288x300.jpg\";s:5:\"width\";i:288;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:26:\"FBT%20PSR_FAM1-481x300.jpg\";s:5:\"width\";i:481;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:26:\"FBT%20PSR_FAM1-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:26:\"FBT%20PSR_FAM1-481x475.jpg\";s:5:\"width\";i:481;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:26:\"FBT%20PSR_FAM1-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:26:\"FBT%20PSR_FAM1-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:24:\"FBT%20PSR_FAM1-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4100, 907, '_wp_attached_file', '2013/07/From-the-Tower-2.jpg'),
(4101, 907, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:749;s:6:\"height\";i:500;s:4:\"file\";s:28:\"2013/07/From-the-Tower-2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"From-the-Tower-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:28:\"From-the-Tower-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:28:\"From-the-Tower-2-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:28:\"From-the-Tower-2-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:28:\"From-the-Tower-2-749x475.jpg\";s:5:\"width\";i:749;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:28:\"From-the-Tower-2-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:28:\"From-the-Tower-2-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:28:\"From-the-Tower-2-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:26:\"From-the-Tower-2-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4102, 908, '_wp_attached_file', '2013/07/HogFamily1.jpg'),
(4103, 908, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:462;s:4:\"file\";s:22:\"2013/07/HogFamily1.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"HogFamily1-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:22:\"HogFamily1-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:22:\"HogFamily1-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"HogFamily1-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:22:\"HogFamily1-640x462.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:22:\"HogFamily1-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:22:\"HogFamily1-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:20:\"HogFamily1-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4104, 909, '_wp_attached_file', '2013/07/IMG_0832.jpg'),
(4105, 909, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:667;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2013/07/IMG_0832.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0832-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_0832-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:20:\"IMG_0832-667x300.jpg\";s:5:\"width\";i:667;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"IMG_0832-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:20:\"IMG_0832-667x475.jpg\";s:5:\"width\";i:667;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:20:\"IMG_0832-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:20:\"IMG_0832-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:20:\"IMG_0832-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:18:\"IMG_0832-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.600000000000000088817841970012523233890533447265625;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:23:\"Canon PowerShot A570 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1213257762;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:15:\"0.0166666666667\";s:5:\"title\";s:0:\"\";}}'),
(4106, 910, '_wp_attached_file', '2013/07/Neumann_U871.jpg'),
(4107, 910, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:373;s:6:\"height\";i:500;s:4:\"file\";s:24:\"2013/07/Neumann_U871.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Neumann_U871-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:24:\"Neumann_U871-223x300.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:24:\"Neumann_U871-373x300.jpg\";s:5:\"width\";i:373;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:24:\"Neumann_U871-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:24:\"Neumann_U871-373x475.jpg\";s:5:\"width\";i:373;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:24:\"Neumann_U871-373x300.jpg\";s:5:\"width\";i:373;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:24:\"Neumann_U871-373x250.jpg\";s:5:\"width\";i:373;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:22:\"Neumann_U871-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4108, 911, '_wp_attached_file', '2013/07/ProMaxx101.jpg'),
(4109, 911, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:323;s:6:\"height\";i:500;s:4:\"file\";s:22:\"2013/07/ProMaxx101.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"ProMaxx101-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:22:\"ProMaxx101-193x300.jpg\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:22:\"ProMaxx101-323x300.jpg\";s:5:\"width\";i:323;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"ProMaxx101-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:22:\"ProMaxx101-323x475.jpg\";s:5:\"width\";i:323;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:22:\"ProMaxx101-323x300.jpg\";s:5:\"width\";i:323;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:22:\"ProMaxx101-323x250.jpg\";s:5:\"width\";i:323;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:20:\"ProMaxx101-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:25;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1268840878;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"130\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"1.6\";s:5:\"title\";s:0:\"\";}}'),
(4110, 912, '_wp_attached_file', '2013/07/trews-shot.jpg'),
(4111, 912, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:667;s:6:\"height\";i:500;s:4:\"file\";s:22:\"2013/07/trews-shot.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"trews-shot-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:22:\"trews-shot-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:22:\"trews-shot-667x300.jpg\";s:5:\"width\";i:667;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"trews-shot-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:22:\"trews-shot-667x475.jpg\";s:5:\"width\";i:667;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:22:\"trews-shot-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:22:\"trews-shot-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:22:\"trews-shot-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:20:\"trews-shot-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:5.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:23:\"Canon PowerShot A570 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1217660508;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"23.2\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";}}'),
(4112, 913, '_wp_attached_file', '2013/07/TS-80B_20_RG1.jpg'),
(4113, 913, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:160;s:4:\"file\";s:25:\"2013/07/TS-80B_20_RG1.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"TS-80B_20_RG1-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:24:\"TS-80B_20_RG1-300x64.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:25:\"TS-80B_20_RG1-700x160.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:25:\"TS-80B_20_RG1-320x160.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:25:\"TS-80B_20_RG1-640x160.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:25:\"TS-80B_20_RG1-460x160.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:25:\"TS-80B_20_RG1-460x160.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:23:\"TS-80B_20_RG1-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4114, 914, '_wp_attached_file', '2013/07/TS-80S_20_RG1.jpg'),
(4115, 914, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:147;s:4:\"file\";s:25:\"2013/07/TS-80S_20_RG1.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"TS-80S_20_RG1-150x147.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"TS-80S_20_RG1-300x58.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:25:\"TS-80S_20_RG1-700x147.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:25:\"TS-80S_20_RG1-320x147.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:25:\"TS-80S_20_RG1-640x147.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:25:\"TS-80S_20_RG1-460x147.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:25:\"TS-80S_20_RG1-460x147.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:23:\"TS-80S_20_RG1-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4118, 916, '_wp_attached_file', '2013/07/famspeakers.jpg'),
(4119, 916, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:481;s:6:\"height\";i:500;s:4:\"file\";s:23:\"2013/07/famspeakers.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"famspeakers-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:\"famspeakers-288x300.jpg\";s:5:\"width\";i:288;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:23:\"famspeakers-481x300.jpg\";s:5:\"width\";i:481;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:23:\"famspeakers-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:23:\"famspeakers-481x475.jpg\";s:5:\"width\";i:481;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:23:\"famspeakers-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:23:\"famspeakers-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:21:\"famspeakers-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4120, 917, '_wp_attached_file', '2013/07/famspeakers1.jpg'),
(4121, 917, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:481;s:6:\"height\";i:500;s:4:\"file\";s:24:\"2013/07/famspeakers1.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"famspeakers1-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:24:\"famspeakers1-288x300.jpg\";s:5:\"width\";i:288;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:24:\"famspeakers1-481x300.jpg\";s:5:\"width\";i:481;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:24:\"famspeakers1-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:24:\"famspeakers1-481x475.jpg\";s:5:\"width\";i:481;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:24:\"famspeakers1-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:24:\"famspeakers1-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:22:\"famspeakers1-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4122, 918, '_wp_attached_file', '2013/07/HogFamily11.jpg'),
(4123, 918, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:462;s:4:\"file\";s:23:\"2013/07/HogFamily11.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"HogFamily11-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:\"HogFamily11-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:23:\"HogFamily11-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:23:\"HogFamily11-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:23:\"HogFamily11-640x462.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:23:\"HogFamily11-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:23:\"HogFamily11-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:21:\"HogFamily11-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4124, 919, '_wp_attached_file', '2013/07/Neumann_U8711.jpg'),
(4125, 919, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:373;s:6:\"height\";i:500;s:4:\"file\";s:25:\"2013/07/Neumann_U8711.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Neumann_U8711-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:25:\"Neumann_U8711-223x300.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:25:\"Neumann_U8711-373x300.jpg\";s:5:\"width\";i:373;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:25:\"Neumann_U8711-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:25:\"Neumann_U8711-373x475.jpg\";s:5:\"width\";i:373;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:25:\"Neumann_U8711-373x300.jpg\";s:5:\"width\";i:373;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:25:\"Neumann_U8711-373x250.jpg\";s:5:\"width\";i:373;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:23:\"Neumann_U8711-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4126, 920, '_wp_attached_file', '2013/07/TS-80B_20_RG11.jpg'),
(4127, 920, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:160;s:4:\"file\";s:26:\"2013/07/TS-80B_20_RG11.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"TS-80B_20_RG11-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:25:\"TS-80B_20_RG11-300x64.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:26:\"TS-80B_20_RG11-700x160.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:26:\"TS-80B_20_RG11-320x160.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:26:\"TS-80B_20_RG11-640x160.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:26:\"TS-80B_20_RG11-460x160.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:26:\"TS-80B_20_RG11-460x160.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:24:\"TS-80B_20_RG11-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4128, 921, '_wp_attached_file', '2013/07/TS-80S_20_RG11.jpg'),
(4129, 921, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:147;s:4:\"file\";s:26:\"2013/07/TS-80S_20_RG11.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"TS-80S_20_RG11-150x147.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"TS-80S_20_RG11-300x58.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:26:\"TS-80S_20_RG11-700x147.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:26:\"TS-80S_20_RG11-320x147.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:26:\"TS-80S_20_RG11-640x147.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:26:\"TS-80S_20_RG11-460x147.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:26:\"TS-80S_20_RG11-460x147.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:24:\"TS-80S_20_RG11-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4130, 922, '_edit_last', '1'),
(4131, 922, '_edit_lock', '1374080050:1'),
(4157, 922, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:5:\"BLANK\";}'),
(4156, 922, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(4134, 922, '_wp_page_template', 'default'),
(4139, 922, 'minti_titlebar', 'notitlebar'),
(4140, 922, 'minti_featuredimage-breadcrumbs', '1'),
(4141, 922, 'minti_revolutionslider', '0'),
(4142, 922, 'minti_portfoliofilter', '0'),
(4143, 922, 'minti_bgstyle', 'stretch'),
(4158, 928, '_menu_item_type', 'post_type'),
(4159, 928, '_menu_item_menu_item_parent', '0'),
(4160, 928, '_menu_item_object_id', '922'),
(4161, 928, '_menu_item_object', 'page'),
(4162, 928, '_menu_item_target', ''),
(4163, 928, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4164, 928, '_menu_item_xfn', ''),
(4165, 928, '_menu_item_url', ''),
(4167, 929, '_menu_item_type', 'post_type'),
(4168, 929, '_menu_item_menu_item_parent', '0'),
(4169, 929, '_menu_item_object_id', '457'),
(4170, 929, '_menu_item_object', 'page'),
(4171, 929, '_menu_item_target', ''),
(4172, 929, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4173, 929, '_menu_item_xfn', ''),
(4174, 929, '_menu_item_url', ''),
(4228, 936, '_wp_attached_file', '2013/07/fsl-rentals-link.jpg'),
(4229, 936, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:235;s:6:\"height\";i:274;s:4:\"file\";s:28:\"2013/07/fsl-rentals-link.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"fsl-rentals-link-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:28:\"fsl-rentals-link-235x210.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:28:\"fsl-rentals-link-235x250.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:26:\"fsl-rentals-link-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4230, 936, '_edit_lock', '1374081043:1'),
(4237, 938, '_wp_attached_file', '2013/07/fsl-rentals-linkRESIZE.jpg'),
(4238, 938, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:150;s:6:\"height\";i:175;s:4:\"file\";s:34:\"2013/07/fsl-rentals-linkRESIZE.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"fsl-rentals-linkRESIZE-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:32:\"fsl-rentals-linkRESIZE-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4239, 938, '_edit_lock', '1374086852:1'),
(4252, 941, '_wp_attached_file', '2013/07/image-1.jpg'),
(4253, 941, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:890;s:6:\"height\";i:326;s:4:\"file\";s:19:\"2013/07/image-1.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image-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:19:\"image-1-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:19:\"image-1-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:19:\"image-1-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:19:\"image-1-640x326.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:326;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:19:\"image-1-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:19:\"image-1-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:17:\"image-1-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4254, 942, '_wp_attached_file', '2013/07/image-2.jpg'),
(4255, 942, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:890;s:6:\"height\";i:326;s:4:\"file\";s:19:\"2013/07/image-2.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image-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:19:\"image-2-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:19:\"image-2-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:19:\"image-2-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:19:\"image-2-640x326.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:326;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:19:\"image-2-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:19:\"image-2-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:17:\"image-2-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4256, 943, '_wp_attached_file', '2013/07/image-3.jpg'),
(4257, 943, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:890;s:6:\"height\";i:326;s:4:\"file\";s:19:\"2013/07/image-3.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image-3-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:19:\"image-3-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:19:\"image-3-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:19:\"image-3-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:19:\"image-3-640x326.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:326;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:19:\"image-3-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:19:\"image-3-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:17:\"image-3-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4258, 944, '_wp_attached_file', '2013/07/image-4.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4259, 944, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:890;s:6:\"height\";i:326;s:4:\"file\";s:19:\"2013/07/image-4.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image-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:19:\"image-4-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:19:\"image-4-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:19:\"image-4-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:19:\"image-4-640x326.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:326;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:19:\"image-4-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:19:\"image-4-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:17:\"image-4-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4260, 945, '_wp_attached_file', '2013/07/frontier-welcome.jpg'),
(4261, 945, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:890;s:6:\"height\";i:326;s:4:\"file\";s:28:\"2013/07/frontier-welcome.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"frontier-welcome-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:\"frontier-welcome-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:28:\"frontier-welcome-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:28:\"frontier-welcome-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:28:\"frontier-welcome-640x326.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:326;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:28:\"frontier-welcome-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:28:\"frontier-welcome-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:26:\"frontier-welcome-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4442, 971, '_wp_attached_file', '2013/07/FSL-fb-IMAGE.png'),
(4443, 971, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:50;s:6:\"height\";i:50;s:4:\"file\";s:24:\"2013/07/FSL-fb-IMAGE.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4444, 971, '_edit_lock', '1375115309:1'),
(4833, 1078, '_wp_attached_file', '2013/01/fsl-facebook-ablum.png'),
(4832, 264, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:5:\"BLANK\";}'),
(4335, 958, '_wp_attached_file', '2013/07/image-2reversed.jpg'),
(4336, 958, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:890;s:6:\"height\";i:326;s:4:\"file\";s:27:\"2013/07/image-2reversed.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"image-2reversed-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:27:\"image-2reversed-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:27:\"image-2reversed-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:27:\"image-2reversed-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:27:\"image-2reversed-640x326.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:326;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:27:\"image-2reversed-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:27:\"image-2reversed-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:25:\"image-2reversed-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4337, 960, '_wp_attached_file', '2013/07/fsl-rentals-GIFsmooth.gif'),
(4338, 960, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:235;s:6:\"height\";i:274;s:4:\"file\";s:33:\"2013/07/fsl-rentals-GIFsmooth.gif\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"fsl-rentals-GIFsmooth-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:33:\"fsl-rentals-GIFsmooth-235x210.gif\";s:5:\"width\";i:235;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:33:\"fsl-rentals-GIFsmooth-235x250.gif\";s:5:\"width\";i:235;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/gif\";}s:4:\"mini\";a:4:{s:4:\"file\";s:31:\"fsl-rentals-GIFsmooth-60x60.gif\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4339, 960, '_edit_lock', '1374510257:1'),
(4350, 962, '_wp_attached_file', '2013/07/fsl-rentals-linkRESIZE.gif'),
(4351, 962, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:150;s:6:\"height\";i:175;s:4:\"file\";s:34:\"2013/07/fsl-rentals-linkRESIZE.gif\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"fsl-rentals-linkRESIZE-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:4:\"mini\";a:4:{s:4:\"file\";s:32:\"fsl-rentals-linkRESIZE-60x60.gif\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4352, 962, '_edit_lock', '1374511202:1'),
(4511, 984, '_wp_attached_file', '2014/02/0ledvid7smd-side.jpg'),
(4512, 984, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:79;s:6:\"height\";i:600;s:4:\"file\";s:28:\"2014/02/0ledvid7smd-side.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"0ledvid7smd-side-79x150.jpg\";s:5:\"width\";i:79;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"0ledvid7smd-side-39x300.jpg\";s:5:\"width\";i:39;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:27:\"0ledvid7smd-side-79x300.jpg\";s:5:\"width\";i:79;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:27:\"0ledvid7smd-side-79x210.jpg\";s:5:\"width\";i:79;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:27:\"0ledvid7smd-side-79x475.jpg\";s:5:\"width\";i:79;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:27:\"0ledvid7smd-side-79x500.jpg\";s:5:\"width\";i:79;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:27:\"0ledvid7smd-side-79x300.jpg\";s:5:\"width\";i:79;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:27:\"0ledvid7smd-side-79x250.jpg\";s:5:\"width\";i:79;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:26:\"0ledvid7smd-side-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:4.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:26:\"Canon EOS DIGITAL REBEL XS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1306344142;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"0.5\";s:5:\"title\";s:0:\"\";}}'),
(4513, 985, '_wp_attached_file', '2014/02/2ledvid7smd-front.jpg'),
(4514, 985, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:598;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2014/02/2ledvid7smd-front.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"2ledvid7smd-front-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:29:\"2ledvid7smd-front-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:29:\"2ledvid7smd-front-598x300.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:29:\"2ledvid7smd-front-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:29:\"2ledvid7smd-front-598x475.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:29:\"2ledvid7smd-front-598x500.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:29:\"2ledvid7smd-front-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:29:\"2ledvid7smd-front-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:27:\"2ledvid7smd-front-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:4.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:26:\"Canon EOS DIGITAL REBEL XS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1306342611;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"0.5\";s:5:\"title\";s:0:\"\";}}'),
(4515, 986, '_wp_attached_file', '2014/02/1378447_586696221366253_774799744_n1.jpg'),
(4516, 986, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:450;s:4:\"file\";s:48:\"2014/02/1378447_586696221366253_774799744_n1.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"1378447_586696221366253_774799744_n1-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:48:\"1378447_586696221366253_774799744_n1-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:48:\"1378447_586696221366253_774799744_n1-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:48:\"1378447_586696221366253_774799744_n1-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:48:\"1378447_586696221366253_774799744_n1-640x450.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:48:\"1378447_586696221366253_774799744_n1-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:48:\"1378447_586696221366253_774799744_n1-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:46:\"1378447_586696221366253_774799744_n1-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4527, 992, '_wp_attached_file', '2014/02/1798708_632329143469627_799430307_n2.jpg'),
(4528, 992, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2014/02/1798708_632329143469627_799430307_n2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"1798708_632329143469627_799430307_n2-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:48:\"1798708_632329143469627_799430307_n2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:48:\"1798708_632329143469627_799430307_n2-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:48:\"1798708_632329143469627_799430307_n2-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:48:\"1798708_632329143469627_799430307_n2-800x475.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:48:\"1798708_632329143469627_799430307_n2-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:48:\"1798708_632329143469627_799430307_n2-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:48:\"1798708_632329143469627_799430307_n2-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:46:\"1798708_632329143469627_799430307_n2-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4519, 988, '_wp_attached_file', '2014/02/j.jpg'),
(4520, 988, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:362;s:6:\"height\";i:600;s:4:\"file\";s:13:\"2014/02/j.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"j-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:13:\"j-181x300.jpg\";s:5:\"width\";i:181;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:13:\"j-362x300.jpg\";s:5:\"width\";i:362;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:13:\"j-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:13:\"j-362x475.jpg\";s:5:\"width\";i:362;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:13:\"j-362x500.jpg\";s:5:\"width\";i:362;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:13:\"j-362x300.jpg\";s:5:\"width\";i:362;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:13:\"j-362x250.jpg\";s:5:\"width\";i:362;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:11:\"j-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:4.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:26:\"Canon EOS DIGITAL REBEL XS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1301933596;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"0.3\";s:5:\"title\";s:0:\"\";}}'),
(4521, 989, '_wp_attached_file', '2014/02/Martin_mac_aura_LED_wash_movinghead_effect1.jpg'),
(4522, 989, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:55:\"2014/02/Martin_mac_aura_LED_wash_movinghead_effect1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"Martin_mac_aura_LED_wash_movinghead_effect1-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:55:\"Martin_mac_aura_LED_wash_movinghead_effect1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:55:\"Martin_mac_aura_LED_wash_movinghead_effect1-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:55:\"Martin_mac_aura_LED_wash_movinghead_effect1-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:55:\"Martin_mac_aura_LED_wash_movinghead_effect1-600x475.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:55:\"Martin_mac_aura_LED_wash_movinghead_effect1-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:55:\"Martin_mac_aura_LED_wash_movinghead_effect1-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:55:\"Martin_mac_aura_LED_wash_movinghead_effect1-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:53:\"Martin_mac_aura_LED_wash_movinghead_effect1-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4523, 990, '_wp_attached_file', '2014/02/martin-aura-post-photo1.jpg'),
(4524, 990, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:406;s:6:\"height\";i:600;s:4:\"file\";s:35:\"2014/02/martin-aura-post-photo1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"martin-aura-post-photo1-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:\"martin-aura-post-photo1-203x300.jpg\";s:5:\"width\";i:203;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:35:\"martin-aura-post-photo1-406x300.jpg\";s:5:\"width\";i:406;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:35:\"martin-aura-post-photo1-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:35:\"martin-aura-post-photo1-406x475.jpg\";s:5:\"width\";i:406;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:35:\"martin-aura-post-photo1-406x500.jpg\";s:5:\"width\";i:406;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:35:\"martin-aura-post-photo1-406x300.jpg\";s:5:\"width\";i:406;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:35:\"martin-aura-post-photo1-406x250.jpg\";s:5:\"width\";i:406;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:33:\"martin-aura-post-photo1-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4525, 991, '_wp_attached_file', '2014/02/martin-mac-viper-profile-2881-p1.jpg'),
(4526, 991, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:44:\"2014/02/martin-mac-viper-profile-2881-p1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"martin-mac-viper-profile-2881-p1-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:44:\"martin-mac-viper-profile-2881-p1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:44:\"martin-mac-viper-profile-2881-p1-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:44:\"martin-mac-viper-profile-2881-p1-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:44:\"martin-mac-viper-profile-2881-p1-600x475.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:44:\"martin-mac-viper-profile-2881-p1-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:44:\"martin-mac-viper-profile-2881-p1-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:44:\"martin-mac-viper-profile-2881-p1-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:42:\"martin-mac-viper-profile-2881-p1-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:16;s:6:\"credit\";s:10:\"Allan Toft\";s:6:\"camera\";s:19:\"Hasselblad H3DII-22\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1336644999;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"80\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:1:\"2\";s:5:\"title\";s:0:\"\";}}'),
(4529, 993, '_wp_attached_file', '2014/02/1480515_615292161839992_604293695_n1.jpg'),
(4530, 993, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:450;s:4:\"file\";s:48:\"2014/02/1480515_615292161839992_604293695_n1.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"1480515_615292161839992_604293695_n1-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:48:\"1480515_615292161839992_604293695_n1-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:48:\"1480515_615292161839992_604293695_n1-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:48:\"1480515_615292161839992_604293695_n1-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:48:\"1480515_615292161839992_604293695_n1-640x450.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:48:\"1480515_615292161839992_604293695_n1-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:48:\"1480515_615292161839992_604293695_n1-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:46:\"1480515_615292161839992_604293695_n1-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4531, 908, '_edit_lock', '1406232127:1'),
(4532, 995, '_wp_attached_file', '2014/07/gto-hanging-stack.jpg'),
(4533, 995, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:416;s:6:\"height\";i:621;s:4:\"file\";s:29:\"2014/07/gto-hanging-stack.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"gto-hanging-stack-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:29:\"gto-hanging-stack-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:29:\"gto-hanging-stack-416x300.jpg\";s:5:\"width\";i:416;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:29:\"gto-hanging-stack-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:29:\"gto-hanging-stack-416x475.jpg\";s:5:\"width\";i:416;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:29:\"gto-hanging-stack-416x500.jpg\";s:5:\"width\";i:416;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:29:\"gto-hanging-stack-416x300.jpg\";s:5:\"width\";i:416;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:29:\"gto-hanging-stack-416x250.jpg\";s:5:\"width\";i:416;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:27:\"gto-hanging-stack-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4534, 996, '_wp_attached_file', '2014/07/gto-peter-gabriel-mention.jpg'),
(4535, 996, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:624;s:4:\"file\";s:37:\"2014/07/gto-peter-gabriel-mention.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"gto-peter-gabriel-mention-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:37:\"gto-peter-gabriel-mention-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:37:\"gto-peter-gabriel-mention-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:37:\"gto-peter-gabriel-mention-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:37:\"gto-peter-gabriel-mention-960x475.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:37:\"gto-peter-gabriel-mention-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:37:\"gto-peter-gabriel-mention-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:37:\"gto-peter-gabriel-mention-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:35:\"gto-peter-gabriel-mention-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4536, 997, '_wp_attached_file', '2014/07/gto-single.jpg'),
(4537, 997, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:740;s:6:\"height\";i:435;s:4:\"file\";s:22:\"2014/07/gto-single.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"gto-single-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:22:\"gto-single-300x176.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:22:\"gto-single-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"gto-single-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:22:\"gto-single-640x435.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:22:\"gto-single-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:22:\"gto-single-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:20:\"gto-single-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:18;s:6:\"credit\";s:14:\"Andrea Baronio\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1368112755;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"2.5\";s:5:\"title\";s:0:\"\";}}'),
(4538, 995, '_edit_lock', '1406232161:1'),
(4539, 996, '_edit_lock', '1406232162:1'),
(4540, 997, '_edit_lock', '1406232164:1'),
(4803, 276, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(4601, 1005, '_wp_attached_file', '2015/05/areana-show.png'),
(4602, 1005, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:890;s:6:\"height\";i:326;s:4:\"file\";s:23:\"2015/05/areana-show.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"areana-show-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:23:\"areana-show-300x109.png\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"standard\";a:4:{s:4:\"file\";s:23:\"areana-show-700x300.png\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:23:\"areana-show-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:23:\"areana-show-640x326.png\";s:5:\"width\";i:640;s:6:\"height\";i:326;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:23:\"areana-show-460x300.png\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:23:\"areana-show-460x250.png\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"mini\";a:4:{s:4:\"file\";s:21:\"areana-show-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4603, 1006, '_wp_attached_file', '2015/05/PINK-SINGER-MAIN-PAGE.png'),
(4604, 1006, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:890;s:6:\"height\";i:326;s:4:\"file\";s:33:\"2015/05/PINK-SINGER-MAIN-PAGE.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"PINK-SINGER-MAIN-PAGE-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:33:\"PINK-SINGER-MAIN-PAGE-300x109.png\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"standard\";a:4:{s:4:\"file\";s:33:\"PINK-SINGER-MAIN-PAGE-700x300.png\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:33:\"PINK-SINGER-MAIN-PAGE-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:33:\"PINK-SINGER-MAIN-PAGE-640x326.png\";s:5:\"width\";i:640;s:6:\"height\";i:326;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:33:\"PINK-SINGER-MAIN-PAGE-460x300.png\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:33:\"PINK-SINGER-MAIN-PAGE-460x250.png\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"mini\";a:4:{s:4:\"file\";s:31:\"PINK-SINGER-MAIN-PAGE-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4619, 1010, '_wp_attached_file', '2015/05/frontier_dec2audience-pic1.jpg'),
(4620, 1010, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:38:\"2015/05/frontier_dec2audience-pic1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"frontier_dec2audience-pic1-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:38:\"frontier_dec2audience-pic1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"frontier_dec2audience-pic1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:38:\"frontier_dec2audience-pic1-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:38:\"frontier_dec2audience-pic1-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:38:\"frontier_dec2audience-pic1-960x475.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:38:\"frontier_dec2audience-pic1-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:38:\"frontier_dec2audience-pic1-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:38:\"frontier_dec2audience-pic1-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:36:\"frontier_dec2audience-pic1-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4621, 1011, '_wp_attached_file', '2015/05/frontier_dec2audience-shot-2.jpg'),
(4622, 1011, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1199;s:6:\"height\";i:800;s:4:\"file\";s:40:\"2015/05/frontier_dec2audience-shot-2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"frontier_dec2audience-shot-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:40:\"frontier_dec2audience-shot-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"frontier_dec2audience-shot-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:40:\"frontier_dec2audience-shot-2-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:40:\"frontier_dec2audience-shot-2-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:40:\"frontier_dec2audience-shot-2-960x475.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:40:\"frontier_dec2audience-shot-2-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:40:\"frontier_dec2audience-shot-2-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:40:\"frontier_dec2audience-shot-2-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:38:\"frontier_dec2audience-shot-2-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4623, 1012, '_wp_attached_file', '2015/05/frontier_dec2curved-wall-and-stage.jpg'),
(4624, 1012, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:46:\"2015/05/frontier_dec2curved-wall-and-stage.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"frontier_dec2curved-wall-and-stage-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:46:\"frontier_dec2curved-wall-and-stage-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"frontier_dec2curved-wall-and-stage-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:46:\"frontier_dec2curved-wall-and-stage-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:46:\"frontier_dec2curved-wall-and-stage-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:46:\"frontier_dec2curved-wall-and-stage-960x475.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:46:\"frontier_dec2curved-wall-and-stage-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:46:\"frontier_dec2curved-wall-and-stage-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:46:\"frontier_dec2curved-wall-and-stage-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:44:\"frontier_dec2curved-wall-and-stage-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4625, 1013, '_wp_attached_file', '2015/05/frontier_dec2girl-singing-2.jpg'),
(4626, 1013, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:39:\"2015/05/frontier_dec2girl-singing-2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"frontier_dec2girl-singing-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:39:\"frontier_dec2girl-singing-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"frontier_dec2girl-singing-2-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:39:\"frontier_dec2girl-singing-2-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:39:\"frontier_dec2girl-singing-2-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:39:\"frontier_dec2girl-singing-2-960x475.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:39:\"frontier_dec2girl-singing-2-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:39:\"frontier_dec2girl-singing-2-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:39:\"frontier_dec2girl-singing-2-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:37:\"frontier_dec2girl-singing-2-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4627, 1014, '_wp_attached_file', '2015/05/frontier_dec2stage-fish-eye-3-excellent-pic.jpg'),
(4628, 1014, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:55:\"2015/05/frontier_dec2stage-fish-eye-3-excellent-pic.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"frontier_dec2stage-fish-eye-3-excellent-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:55:\"frontier_dec2stage-fish-eye-3-excellent-pic-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"frontier_dec2stage-fish-eye-3-excellent-pic-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:55:\"frontier_dec2stage-fish-eye-3-excellent-pic-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:55:\"frontier_dec2stage-fish-eye-3-excellent-pic-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:55:\"frontier_dec2stage-fish-eye-3-excellent-pic-960x475.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:55:\"frontier_dec2stage-fish-eye-3-excellent-pic-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:55:\"frontier_dec2stage-fish-eye-3-excellent-pic-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:55:\"frontier_dec2stage-fish-eye-3-excellent-pic-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:53:\"frontier_dec2stage-fish-eye-3-excellent-pic-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4629, 1015, '_wp_attached_file', '2015/05/frontier_dec2stage-shot-5-good-one.jpg'),
(4630, 1015, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:46:\"2015/05/frontier_dec2stage-shot-5-good-one.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"frontier_dec2stage-shot-5-good-one-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:46:\"frontier_dec2stage-shot-5-good-one-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"frontier_dec2stage-shot-5-good-one-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:46:\"frontier_dec2stage-shot-5-good-one-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:46:\"frontier_dec2stage-shot-5-good-one-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:46:\"frontier_dec2stage-shot-5-good-one-960x475.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:46:\"frontier_dec2stage-shot-5-good-one-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:46:\"frontier_dec2stage-shot-5-good-one-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:46:\"frontier_dec2stage-shot-5-good-one-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:44:\"frontier_dec2stage-shot-5-good-one-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4631, 1016, '_wp_attached_file', '2015/05/frontier_dec2stage-shot-no-band.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4632, 1016, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:43:\"2015/05/frontier_dec2stage-shot-no-band.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"frontier_dec2stage-shot-no-band-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:\"frontier_dec2stage-shot-no-band-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"frontier_dec2stage-shot-no-band-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:43:\"frontier_dec2stage-shot-no-band-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:43:\"frontier_dec2stage-shot-no-band-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:43:\"frontier_dec2stage-shot-no-band-960x475.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:43:\"frontier_dec2stage-shot-no-band-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:43:\"frontier_dec2stage-shot-no-band-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:43:\"frontier_dec2stage-shot-no-band-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:41:\"frontier_dec2stage-shot-no-band-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4633, 1017, '_wp_attached_file', '2015/05/frontier_dec2stage-shot-really-good.jpg'),
(4634, 1017, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:47:\"2015/05/frontier_dec2stage-shot-really-good.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"frontier_dec2stage-shot-really-good-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:47:\"frontier_dec2stage-shot-really-good-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"frontier_dec2stage-shot-really-good-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:47:\"frontier_dec2stage-shot-really-good-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:47:\"frontier_dec2stage-shot-really-good-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:47:\"frontier_dec2stage-shot-really-good-960x475.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:47:\"frontier_dec2stage-shot-really-good-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:47:\"frontier_dec2stage-shot-really-good-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:47:\"frontier_dec2stage-shot-really-good-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:45:\"frontier_dec2stage-shot-really-good-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4635, 1018, '_wp_attached_file', '2015/05/MG_2416.jpg'),
(4636, 1018, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:19:\"2015/05/MG_2416.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_2416-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:19:\"MG_2416-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_2416-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:19:\"MG_2416-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:19:\"MG_2416-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:19:\"MG_2416-960x475.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:19:\"MG_2416-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:19:\"MG_2416-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:19:\"MG_2416-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:17:\"MG_2416-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4637, 1019, '_wp_attached_file', '2015/05/MG_2446.jpg'),
(4638, 1019, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1199;s:6:\"height\";i:800;s:4:\"file\";s:19:\"2015/05/MG_2446.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_2446-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:19:\"MG_2446-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_2446-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:19:\"MG_2446-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:19:\"MG_2446-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:19:\"MG_2446-960x475.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:19:\"MG_2446-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:19:\"MG_2446-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:19:\"MG_2446-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:17:\"MG_2446-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4639, 1020, '_wp_attached_file', '2015/05/MG_2466.jpg'),
(4640, 1020, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:19:\"2015/05/MG_2466.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_2466-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:19:\"MG_2466-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_2466-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:19:\"MG_2466-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:19:\"MG_2466-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:19:\"MG_2466-960x475.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:19:\"MG_2466-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:19:\"MG_2466-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:19:\"MG_2466-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:17:\"MG_2466-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4641, 1021, '_wp_attached_file', '2015/05/MG_2483.jpg'),
(4642, 1021, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:19:\"2015/05/MG_2483.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_2483-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:19:\"MG_2483-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_2483-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:19:\"MG_2483-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:19:\"MG_2483-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:19:\"MG_2483-960x475.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:19:\"MG_2483-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:19:\"MG_2483-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:19:\"MG_2483-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:17:\"MG_2483-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4643, 1022, '_wp_attached_file', '2015/05/MG_2512.jpg'),
(4644, 1022, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:19:\"2015/05/MG_2512.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_2512-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:19:\"MG_2512-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_2512-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:19:\"MG_2512-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:19:\"MG_2512-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:19:\"MG_2512-960x475.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:19:\"MG_2512-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:19:\"MG_2512-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:19:\"MG_2512-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:17:\"MG_2512-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4645, 1023, '_wp_attached_file', '2015/05/MG_2522.jpg'),
(4646, 1023, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:19:\"2015/05/MG_2522.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_2522-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:19:\"MG_2522-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_2522-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:19:\"MG_2522-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:19:\"MG_2522-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:19:\"MG_2522-960x475.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:19:\"MG_2522-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:19:\"MG_2522-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:19:\"MG_2522-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:17:\"MG_2522-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4647, 1024, '_wp_attached_file', '2015/05/MG_2617.jpg'),
(4648, 1024, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:19:\"2015/05/MG_2617.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_2617-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:19:\"MG_2617-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_2617-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:19:\"MG_2617-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:19:\"MG_2617-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:19:\"MG_2617-960x475.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:19:\"MG_2617-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:19:\"MG_2617-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:19:\"MG_2617-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:17:\"MG_2617-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4649, 1025, '_wp_attached_file', '2015/05/wakestock-2013.jpg'),
(4650, 1025, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2015/05/wakestock-2013.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"wakestock-2013-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:26:\"wakestock-2013-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"wakestock-2013-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:26:\"wakestock-2013-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:26:\"wakestock-2013-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:26:\"wakestock-2013-960x475.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:26:\"wakestock-2013-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:26:\"wakestock-2013-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:26:\"wakestock-2013-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:24:\"wakestock-2013-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4651, 1026, '_wp_attached_file', '2015/05/Wakestock-20131.jpg'),
(4652, 1026, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2015/05/Wakestock-20131.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Wakestock-20131-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:27:\"Wakestock-20131-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Wakestock-20131-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:27:\"Wakestock-20131-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:27:\"Wakestock-20131-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:27:\"Wakestock-20131-960x475.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:27:\"Wakestock-20131-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:27:\"Wakestock-20131-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:27:\"Wakestock-20131-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:25:\"Wakestock-20131-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4653, 1027, '_wp_attached_file', '2015/05/MG_8536.jpg'),
(4654, 1027, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:19:\"2015/05/MG_8536.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_8536-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:19:\"MG_8536-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_8536-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:19:\"MG_8536-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:19:\"MG_8536-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:19:\"MG_8536-960x475.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:19:\"MG_8536-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:19:\"MG_8536-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:19:\"MG_8536-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:17:\"MG_8536-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4655, 1028, '_wp_attached_file', '2015/05/MG_8553.jpg'),
(4656, 1028, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:19:\"2015/05/MG_8553.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_8553-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:19:\"MG_8553-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_8553-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:19:\"MG_8553-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:19:\"MG_8553-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:19:\"MG_8553-960x475.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:19:\"MG_8553-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:19:\"MG_8553-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:19:\"MG_8553-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:17:\"MG_8553-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4657, 1029, '_wp_attached_file', '2015/05/MG_8561.jpg'),
(4658, 1029, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:19:\"2015/05/MG_8561.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_8561-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:19:\"MG_8561-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_8561-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:19:\"MG_8561-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:19:\"MG_8561-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:19:\"MG_8561-960x475.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:19:\"MG_8561-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:19:\"MG_8561-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:19:\"MG_8561-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:17:\"MG_8561-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4659, 1030, '_wp_attached_file', '2015/05/MG_8572.jpg'),
(4660, 1030, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:19:\"2015/05/MG_8572.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_8572-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:19:\"MG_8572-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_8572-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:19:\"MG_8572-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:19:\"MG_8572-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:19:\"MG_8572-960x475.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:19:\"MG_8572-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:19:\"MG_8572-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:19:\"MG_8572-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:17:\"MG_8572-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4661, 1031, '_wp_attached_file', '2015/05/MG_8649.jpg'),
(4662, 1031, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:19:\"2015/05/MG_8649.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_8649-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:19:\"MG_8649-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_8649-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:19:\"MG_8649-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:19:\"MG_8649-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:19:\"MG_8649-960x475.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:19:\"MG_8649-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:19:\"MG_8649-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:19:\"MG_8649-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:17:\"MG_8649-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4663, 1032, '_wp_attached_file', '2015/05/MG_8710.jpg'),
(4664, 1032, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:19:\"2015/05/MG_8710.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_8710-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:19:\"MG_8710-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_8710-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:19:\"MG_8710-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:19:\"MG_8710-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:19:\"MG_8710-960x475.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:19:\"MG_8710-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:19:\"MG_8710-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:19:\"MG_8710-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:17:\"MG_8710-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4665, 1033, '_wp_attached_file', '2015/05/MG_8772.jpg'),
(4666, 1033, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:19:\"2015/05/MG_8772.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_8772-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:19:\"MG_8772-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_8772-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:19:\"MG_8772-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:19:\"MG_8772-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:19:\"MG_8772-960x475.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:19:\"MG_8772-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:19:\"MG_8772-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:19:\"MG_8772-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:17:\"MG_8772-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4667, 1034, '_wp_attached_file', '2015/05/MG_8790.jpg'),
(4668, 1034, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1199;s:6:\"height\";i:800;s:4:\"file\";s:19:\"2015/05/MG_8790.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_8790-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:19:\"MG_8790-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_8790-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:19:\"MG_8790-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:19:\"MG_8790-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:19:\"MG_8790-960x475.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:19:\"MG_8790-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:19:\"MG_8790-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:19:\"MG_8790-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:17:\"MG_8790-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4669, 1035, '_wp_attached_file', '2015/05/MG_8800.jpg'),
(4670, 1035, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:19:\"2015/05/MG_8800.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_8800-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:19:\"MG_8800-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_8800-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:19:\"MG_8800-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:19:\"MG_8800-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:19:\"MG_8800-960x475.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:19:\"MG_8800-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:19:\"MG_8800-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:19:\"MG_8800-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:17:\"MG_8800-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4671, 1036, '_wp_attached_file', '2015/05/MG_8807.jpg'),
(4672, 1036, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:19:\"2015/05/MG_8807.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_8807-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:19:\"MG_8807-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_8807-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:19:\"MG_8807-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:19:\"MG_8807-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:19:\"MG_8807-960x475.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:19:\"MG_8807-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:19:\"MG_8807-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:19:\"MG_8807-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:17:\"MG_8807-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4673, 1037, '_wp_attached_file', '2015/05/MG_8811.jpg'),
(4674, 1037, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1199;s:6:\"height\";i:800;s:4:\"file\";s:19:\"2015/05/MG_8811.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_8811-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:19:\"MG_8811-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_8811-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:19:\"MG_8811-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:19:\"MG_8811-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:19:\"MG_8811-960x475.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:19:\"MG_8811-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:19:\"MG_8811-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:19:\"MG_8811-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:17:\"MG_8811-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4675, 1038, '_wp_attached_file', '2015/05/MG_8813.jpg'),
(4676, 1038, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1199;s:6:\"height\";i:800;s:4:\"file\";s:19:\"2015/05/MG_8813.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_8813-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:19:\"MG_8813-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_8813-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:19:\"MG_8813-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:19:\"MG_8813-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:19:\"MG_8813-960x475.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:19:\"MG_8813-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:19:\"MG_8813-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:19:\"MG_8813-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:17:\"MG_8813-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4677, 1039, '_wp_attached_file', '2015/05/frontier_apr251551.jpg'),
(4678, 1039, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:30:\"2015/05/frontier_apr251551.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"frontier_apr251551-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:\"frontier_apr251551-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"frontier_apr251551-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:30:\"frontier_apr251551-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:30:\"frontier_apr251551-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:30:\"frontier_apr251551-960x475.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:30:\"frontier_apr251551-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:30:\"frontier_apr251551-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:30:\"frontier_apr251551-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:28:\"frontier_apr251551-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4679, 1040, '_wp_attached_file', '2015/05/frontier_apr251558.jpg'),
(4680, 1040, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:30:\"2015/05/frontier_apr251558.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"frontier_apr251558-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:\"frontier_apr251558-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"frontier_apr251558-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:30:\"frontier_apr251558-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:30:\"frontier_apr251558-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:30:\"frontier_apr251558-960x475.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:30:\"frontier_apr251558-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:30:\"frontier_apr251558-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:30:\"frontier_apr251558-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:28:\"frontier_apr251558-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4681, 1041, '_wp_attached_file', '2015/05/frontier_apr251566-2.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4682, 1041, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:32:\"2015/05/frontier_apr251566-2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"frontier_apr251566-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:32:\"frontier_apr251566-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"frontier_apr251566-2-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:32:\"frontier_apr251566-2-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:32:\"frontier_apr251566-2-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:32:\"frontier_apr251566-2-960x475.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:32:\"frontier_apr251566-2-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:32:\"frontier_apr251566-2-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:32:\"frontier_apr251566-2-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:30:\"frontier_apr251566-2-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4683, 1042, '_wp_attached_file', '2015/05/frontier_apr251573.jpg'),
(4684, 1042, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:30:\"2015/05/frontier_apr251573.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"frontier_apr251573-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:\"frontier_apr251573-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"frontier_apr251573-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:30:\"frontier_apr251573-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:30:\"frontier_apr251573-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:30:\"frontier_apr251573-960x475.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:30:\"frontier_apr251573-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:30:\"frontier_apr251573-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:30:\"frontier_apr251573-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:28:\"frontier_apr251573-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4685, 1043, '_wp_attached_file', '2015/05/frontier_apr251579.jpg'),
(4686, 1043, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1199;s:6:\"height\";i:800;s:4:\"file\";s:30:\"2015/05/frontier_apr251579.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"frontier_apr251579-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:\"frontier_apr251579-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"frontier_apr251579-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:30:\"frontier_apr251579-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:30:\"frontier_apr251579-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:30:\"frontier_apr251579-960x475.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:30:\"frontier_apr251579-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:30:\"frontier_apr251579-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:30:\"frontier_apr251579-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:28:\"frontier_apr251579-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4687, 1044, '_wp_attached_file', '2015/05/frontier_apr251596.jpg'),
(4688, 1044, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:30:\"2015/05/frontier_apr251596.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"frontier_apr251596-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:\"frontier_apr251596-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"frontier_apr251596-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:30:\"frontier_apr251596-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:30:\"frontier_apr251596-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:30:\"frontier_apr251596-960x475.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:30:\"frontier_apr251596-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:30:\"frontier_apr251596-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:30:\"frontier_apr251596-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:28:\"frontier_apr251596-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4689, 1045, '_wp_attached_file', '2015/05/frontier_apr2515104.jpg'),
(4690, 1045, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:31:\"2015/05/frontier_apr2515104.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515104-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:\"frontier_apr2515104-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"frontier_apr2515104-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515104-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515104-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515104-960x475.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515104-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515104-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515104-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:29:\"frontier_apr2515104-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4691, 1046, '_wp_attached_file', '2015/05/frontier_apr2515110.jpg'),
(4692, 1046, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:31:\"2015/05/frontier_apr2515110.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515110-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:\"frontier_apr2515110-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"frontier_apr2515110-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515110-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515110-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515110-960x475.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515110-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515110-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515110-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:29:\"frontier_apr2515110-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4693, 1047, '_wp_attached_file', '2015/05/frontier_apr2515125.jpg'),
(4694, 1047, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:31:\"2015/05/frontier_apr2515125.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515125-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:\"frontier_apr2515125-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"frontier_apr2515125-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515125-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515125-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515125-960x475.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515125-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515125-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515125-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:29:\"frontier_apr2515125-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4695, 1048, '_wp_attached_file', '2015/05/frontier_apr2515172.jpg'),
(4696, 1048, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:31:\"2015/05/frontier_apr2515172.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515172-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:\"frontier_apr2515172-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"frontier_apr2515172-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515172-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515172-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515172-960x475.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515172-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515172-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515172-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:29:\"frontier_apr2515172-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4697, 1049, '_wp_attached_file', '2015/05/frontier_apr2515206.jpg'),
(4698, 1049, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:31:\"2015/05/frontier_apr2515206.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515206-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:\"frontier_apr2515206-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"frontier_apr2515206-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515206-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515206-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515206-960x475.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515206-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515206-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515206-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:29:\"frontier_apr2515206-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4699, 1050, '_wp_attached_file', '2015/05/frontier_apr2515242.jpg'),
(4700, 1050, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:31:\"2015/05/frontier_apr2515242.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515242-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:\"frontier_apr2515242-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"frontier_apr2515242-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515242-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515242-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515242-960x475.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515242-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515242-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515242-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:29:\"frontier_apr2515242-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4701, 1051, '_wp_attached_file', '2015/05/frontier_apr2515275.jpg'),
(4702, 1051, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:31:\"2015/05/frontier_apr2515275.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515275-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:\"frontier_apr2515275-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"frontier_apr2515275-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515275-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515275-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515275-960x475.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515275-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515275-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515275-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:29:\"frontier_apr2515275-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4703, 1052, '_wp_attached_file', '2015/05/frontier_apr2515294.jpg'),
(4704, 1052, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:31:\"2015/05/frontier_apr2515294.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515294-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:\"frontier_apr2515294-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"frontier_apr2515294-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515294-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515294-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515294-960x475.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515294-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515294-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515294-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:29:\"frontier_apr2515294-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4705, 1053, '_wp_attached_file', '2015/05/frontier_apr2515304.jpg'),
(4706, 1053, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:31:\"2015/05/frontier_apr2515304.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515304-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:\"frontier_apr2515304-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"frontier_apr2515304-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515304-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515304-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515304-960x475.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515304-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515304-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515304-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:29:\"frontier_apr2515304-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4707, 1054, '_wp_attached_file', '2015/05/frontier_apr2515336.jpg'),
(4708, 1054, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:31:\"2015/05/frontier_apr2515336.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515336-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:\"frontier_apr2515336-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"frontier_apr2515336-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515336-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515336-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515336-960x475.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515336-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515336-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515336-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:29:\"frontier_apr2515336-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4709, 1055, '_wp_attached_file', '2015/05/frontier_apr2515339.jpg'),
(4710, 1055, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:31:\"2015/05/frontier_apr2515339.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515339-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:\"frontier_apr2515339-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"frontier_apr2515339-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515339-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515339-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515339-960x475.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515339-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515339-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:31:\"frontier_apr2515339-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:29:\"frontier_apr2515339-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4806, 1072, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:300;s:4:\"file\";s:17:\"2012/10/GREEN.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"GREEN-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:17:\"GREEN-300x112.png\";s:5:\"width\";i:300;s:6:\"height\";i:112;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"standard\";a:4:{s:4:\"file\";s:17:\"GREEN-700x300.png\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:17:\"GREEN-320x210.png\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:17:\"GREEN-640x300.png\";s:5:\"width\";i:640;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:17:\"GREEN-460x300.png\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:17:\"GREEN-460x250.png\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"mini\";a:4:{s:4:\"file\";s:15:\"GREEN-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4807, 1073, '_wp_attached_file', '2012/10/thCALYDEM9.jpg'),
(4808, 1073, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:480;s:6:\"height\";i:480;s:4:\"file\";s:22:\"2012/10/thCALYDEM9.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"thCALYDEM9-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:22:\"thCALYDEM9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:22:\"thCALYDEM9-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"thCALYDEM9-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:22:\"thCALYDEM9-480x475.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:22:\"thCALYDEM9-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:22:\"thCALYDEM9-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:20:\"thCALYDEM9-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(4831, 264, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(4834, 1078, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:200;s:4:\"file\";s:30:\"2013/01/fsl-facebook-ablum.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"fsl-facebook-ablum-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:30:\"fsl-facebook-ablum-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:30:\"fsl-facebook-ablum-320x200.png\";s:5:\"width\";i:320;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"mini\";a:4:{s:4:\"file\";s:28:\"fsl-facebook-ablum-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(5000, 182, 'sbg_selected_sidebar_replacement', NULL),
(4999, 182, 'sbg_selected_sidebar', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `wp_posts`
--

CREATE TABLE `wp_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `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` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_excerpt` mediumtext 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` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `pinged` mediumtext 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'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_posts`
--

INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(338, 1, '2013-01-23 21:15:15', '2013-01-23 21:15:15', '[h5]Our Service[/h5]\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\n<br/>\r\n[h5]Our Value[/h5]\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.\r\nThis allows for competitive pricing and a focused team that are dedicated to your project. \r\nAt Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<br/>\r\n[h5]Our Experience[/h5]\r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, \r\nor an intimate presentation for a select few, Frontier Sound and Light will supply the right system and personnel that suits all your needs.  \r\nWith over 18 years of Professional touring and installation experience, Frontier is definitely a sound choice.', 'About', '', 'inherit', 'open', 'open', '', '264-revision-18', '', '', '2013-01-23 21:15:15', '2013-01-23 21:15:15', '', 264, 'http://www.fslcorporate.com/site/?p=338', 0, 'revision', '', 0),
(249, 1, '2012-10-30 08:03:11', '2012-10-30 08:03:11', '', 'Media', '', 'private', 'closed', 'closed', '', 'media', '', '', '2012-10-30 08:03:11', '2012-10-30 08:03:11', '', 0, 'http://www.fslcorporate.com/site/?option-tree=media', 0, 'option-tree', '', 0),
(57, 1, '2011-11-23 11:11:17', '2011-11-23 11:11:17', '[new_royalslider id=\"9\"]', 'Homepage', '', 'publish', 'closed', 'closed', '', 'homepage', '', '', '2020-01-26 20:10:44', '2020-01-26 20:10:44', '', 0, 'http://newline.damojothemes.com/?page_id=57', 0, 'page', '', 0),
(329, 1, '2012-10-30 17:12:06', '2012-10-30 17:12:06', 'Coming Soon.<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>', 'About', '', 'inherit', 'open', 'open', '', '264-revision-9', '', '', '2012-10-30 17:12:06', '2012-10-30 17:12:06', '', 264, 'http://www.fslcorporate.com/site/?p=329', 0, 'revision', '', 0),
(330, 1, '2013-01-23 21:11:05', '2013-01-23 21:11:05', 'Coming Soon.<br/>\r\nABOUT US\r\n\r\nOur Service\r\n \r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards. \r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\n \r\nOur Value\r\n \r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences. \r\nThis allows for competitive pricing and a focused team that are dedicated to your project. \r\nAt Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n \r\nOur Experience\r\n \r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, \r\nor an intimate presentation for a select few, Frontier Sound and Light will supply the right system and personnel that suits all your needs.  \r\nWith over 18 years of Professional touring and installation experience, Frontier is definitely a sound choice.', 'About', '', 'inherit', 'open', 'open', '', '264-revision-10', '', '', '2013-01-23 21:11:05', '2013-01-23 21:11:05', '', 264, 'http://www.fslcorporate.com/site/?p=330', 0, 'revision', '', 0),
(332, 1, '2013-01-23 21:12:54', '2013-01-23 21:12:54', '[h1]Our Service[/h1]\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards. <br/>\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\n <br/>\r\n[h1]Our Value[/h1]\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.<br/>\r\nThis allows for competitive pricing and a focused team that are dedicated to your project. \r\nAt Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<br/>\r\n[h1]Our Experience[/h1]\r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, \r\nor an intimate presentation for a select few, Frontier Sound and Light will supply the right system and personnel that suits all your needs.  \r\nWith over 18 years of Professional touring and installation experience, Frontier is definitely a sound choice.', 'About', '', 'inherit', 'open', 'open', '', '264-revision-12', '', '', '2013-01-23 21:12:54', '2013-01-23 21:12:54', '', 264, 'http://www.fslcorporate.com/site/?p=332', 0, 'revision', '', 0),
(331, 1, '2013-01-23 21:12:28', '2013-01-23 21:12:28', '[h1]Our Service[/h1]\r\n <br/>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards. <br/>\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\n <br/><br/>\r\n[h1]Our Value[/h1]\r\n<br/> \r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.<br/>\r\nThis allows for competitive pricing and a focused team that are dedicated to your project. \r\nAt Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n <br/><br/>\r\n[h1]Our Experience[/h1]\r\n<br/> \r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, \r\nor an intimate presentation for a select few, Frontier Sound and Light will supply the right system and personnel that suits all your needs.  \r\nWith over 18 years of Professional touring and installation experience, Frontier is definitely a sound choice.', 'About', '', 'inherit', 'open', 'open', '', '264-revision-11', '', '', '2013-01-23 21:12:28', '2013-01-23 21:12:28', '', 264, 'http://www.fslcorporate.com/site/?p=331', 0, 'revision', '', 0),
(333, 1, '2013-01-23 21:13:11', '2013-01-23 21:13:11', '[h1]Our Service[/h1]\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\n <br/>\r\n[h1]Our Value[/h1]\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.\r\nThis allows for competitive pricing and a focused team that are dedicated to your project. \r\nAt Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<br/>\r\n[h1]Our Experience[/h1]\r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, \r\nor an intimate presentation for a select few, Frontier Sound and Light will supply the right system and personnel that suits all your needs.  \r\nWith over 18 years of Professional touring and installation experience, Frontier is definitely a sound choice.', 'About', '', 'inherit', 'open', 'open', '', '264-revision-13', '', '', '2013-01-23 21:13:11', '2013-01-23 21:13:11', '', 264, 'http://www.fslcorporate.com/site/?p=333', 0, 'revision', '', 0),
(182, 1, '2011-11-25 09:25:58', '2011-11-25 09:25:58', '[one_half]\n\n<strong>Frontier Sound &amp; Light</strong>\n<div dir=\"ltr\">309 Horner Avenue, Unit 2</div>\n<div dir=\"ltr\">Etobicoke, Ontario.&nbsp; M8W 1Z5\nPhone: 416-293-9203\nFax: 905-895-7530</div>\n<strong>Join us on</strong> <a title=\"FSL FACEBOOK PAGE\" href=\"https://www.facebook.com/FrontierSoundandLight\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-full wp-image-971\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/07/FSL-fb-IMAGE.png\" alt=\"FSL fb IMAGE\" width=\"50\" height=\"50\"></a>\n\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d292.301254856961!2d-79.52694924518302!3d43.60527824404568!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x4754ec161314f8f3!2sACS%20Productions%20Sound%20and%20Lighting%20Inc!5e0!3m2!1sen!2sca!4v1591927666355!5m2!1sen!2sca\" width=\"300\" height=\"300\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\" aria-hidden=\"false\" tabindex=\"0\"></iframe>\n\nCONTACT OUR TEAM:\n\n<strong>Michael Kerwin:\n</strong>Technical Director\nSenior Account Manager\n<em><em><a href=\"mailto:mike@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">mike@frontiersoundandlight.com</a></em></em>\n\n<strong>Stuart Evans:</strong>\nAccount Manager\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:stuart@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">stuart@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em>\n\n<strong>Anthony Gravis:</strong><em id=\"__mceDel\"><em id=\"__mceDel\">\n<em id=\"__mceDel\">Account Manager\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:anthony@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">anthony@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em>\n\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><strong>Camisha Young:</strong></em></em></em></em></em></em></em></em></em>\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\">Administration\n<em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:admin@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">admin@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em></em></em></em></em>\n\n<strong>\nEmployment Opportunities</strong>\n\nPlease direct all employment opportunities to the following email address:\n\n<a href=\"mailto:\" target=\"_blank\" rel=\"noopener noreferrer\">info@frontiersoundandlight.com</a>\n\n[/one_half]Need a Quote? Have Questions? Need Help?\nSend us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\n\n<style><!-- #gmap_canvas img{max-width:none!important;background:none!important} --></style>', 'Contact', '', 'publish', 'open', 'open', '', 'contact', '', '', '2020-06-12 02:09:47', '2020-06-12 02:09:47', '', 0, 'http://newline.damojothemes.com/?page_id=182', 0, 'page', '', 0),
(1108, 1, '2020-06-12 02:09:00', '2020-06-12 02:09:00', '[one_half]\n\n<strong>Frontier Sound &amp; Light</strong>\n<div dir=\"ltr\">309 Horner Avenue, Unit 2</div>\n<div dir=\"ltr\">Etobicoke, Ontario.&nbsp; M8W 1Z5\nPhone: 416-293-9203\nFax: 905-895-7530</div>\n<strong>Join us on</strong> <a title=\"FSL FACEBOOK PAGE\" href=\"https://www.facebook.com/FrontierSoundandLight\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-full wp-image-971\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/07/FSL-fb-IMAGE.png\" alt=\"FSL fb IMAGE\" width=\"50\" height=\"50\"></a>\n\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d292.301254856961!2d-79.52694924518302!3d43.60527824404568!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x4754ec161314f8f3!2sACS%20Productions%20Sound%20and%20Lighting%20Inc!5e0!3m2!1sen!2sca!4v1591927666355!5m2!1sen!2sca\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\" aria-hidden=\"false\" tabindex=\"0\"></iframe>\n\nCONTACT OUR TEAM:\n\n<strong>Michael Kerwin:\n</strong>Technical Director\nSenior Account Manager\n<em><em><a href=\"mailto:mike@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">mike@frontiersoundandlight.com</a></em></em>\n\n<strong>Stuart Evans:</strong>\nAccount Manager\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:stuart@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">stuart@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em>\n\n<strong>Anthony Gravis:</strong><em id=\"__mceDel\"><em id=\"__mceDel\">\n<em id=\"__mceDel\">Account Manager\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:anthony@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">anthony@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em>\n\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><strong>Camisha Young:</strong></em></em></em></em></em></em></em></em></em>\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\">Administration\n<em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:admin@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">admin@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em></em></em></em></em>\n\n<strong>\nEmployment Opportunities</strong>\n\nPlease direct all employment opportunities to the following email address:\n\n<a href=\"mailto:\" target=\"_blank\" rel=\"noopener noreferrer\">info@frontiersoundandlight.com</a>\n\n[/one_half]Need a Quote? Have Questions? Need Help?\nSend us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\n\n<style><!-- #gmap_canvas img{max-width:none!important;background:none!important} --></style>', 'Contact', '', 'inherit', 'closed', 'closed', '', '182-revision-v1', '', '', '2020-06-12 02:09:00', '2020-06-12 02:09:00', '', 182, 'http://www.fslcorporate.com/site/182-revision-v1/', 0, 'revision', '', 0),
(864, 1, '2013-07-13 14:54:44', '2013-07-13 14:54:44', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\n\r\n<iframe src=\"http://maps.google.ca/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"400\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A\" target=\"_blank\">View Larger Map</a></small>\r\n\r\nCONTACT OUR TEAM:\r\n\r\n<strong>\r\nMichael Kerwin:\r\n</strong>Technical Director\r\nSenior Account Manager\r\n<em><em><a href=\"mailto:mike@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">mike@frontiersoundandlight.com</a></em></em>\r\n\r\n&nbsp;\r\n\r\n<strong>Stuart Evans:\r\n</strong>Logistics Director\r\nAccount Manager<em style=\"font-style: italic;\">\r\n</em><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:stuart@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">stuart@frontiersoundandlight.com</a></em></em></em></em></em></em>\r\n\r\n&nbsp;\r\n\r\n<strong>Anthony Gravis:\r\n</strong>Operations Director\r\nAccount Manager<em id=\"__mceDel\"><em id=\"__mceDel\">\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:anthony@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">anthony@frontiersoundandlight.com</a></em></em></em></em>\r\n\r\n<em id=\"__mceDel\"> </em>\r\n\r\n<strong>Tyler Ayers:\r\n</strong>Administration\r\n<a href=\"mailto:tyler@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">tyler@frontiersoundandlight.com</a>\r\n\r\n&nbsp;\r\n\r\n<strong>Mike Gear:\r\n</strong>Shop Manager\r\n<a href=\"mailto:todd@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">shop@frontiersoundandlight.com</a>\r\n\r\n&nbsp;\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-07-13 14:54:44', '2013-07-13 14:54:44', '', 182, 'http://www.fslcorporate.com/site/182-revision-83/', 0, 'revision', '', 0),
(258, 1, '2012-10-30 08:21:25', '2012-10-30 08:21:25', '[full]\r\n<h5>How To Find Us</h5>\r\n&nbsp;\r\n<table class=\"contacttable\">\r\n<tbody>\r\n<tr>\r\n<th>Company:</th>\r\n<td>Newline Studios, Cologne City</td>\r\n</tr>\r\n<tr>\r\n<th>Street:</th>\r\n<td>Mainstreet 123</td>\r\n</tr>\r\n<tr>\r\n<th>Postal/City:</th>\r\n<td>50600, Cologne, Germany</td>\r\n</tr>\r\n<tr>\r\n<th>Email:</th>\r\n<td><a href=\"#\">info@yourdomain.com</a></td>\r\n</tr>\r\n<tr>\r\n<th>Phone:</th>\r\n<td>800.123.4567</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br style=\"clear: left;\" />\r\n[/full]\r\n\r\n[contentdivider]', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2012-10-30 08:21:25', '2012-10-30 08:21:25', '', 182, 'http://www.fslcorporate.com/site/?p=258', 0, 'revision', '', 0),
(267, 1, '2012-10-30 08:25:05', '2012-10-30 08:25:05', '<p align=\"left\">OUR SERVICE\r\nFrontier Sound and Light offers a wide range of services to meet your live event audio and visual needs. Our technicians are both skilled and creative and can help deliver the desired look and feel for any event.</p>\r\n<p align=\"left\">\r\n<strong>OUR VALUE</strong>\r\nOur consultation and estimate process allows our technicians to customize each quote based on individual needs. This allows for competitive pricing and a focused team. At Frontier Sound and Light, we respect your needs and adhere to your budget, every time.</p>', 'About', '', 'inherit', 'open', 'open', '', '264-revision-2', '', '', '2012-10-30 08:25:05', '2012-10-30 08:25:05', '', 264, 'http://www.fslcorporate.com/site/?p=267', 0, 'revision', '', 0),
(268, 1, '2015-05-07 18:30:48', '2015-05-07 18:30:48', '<h2><span style=\"color: #333399;\">Our Service</span></h2>\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\nOur Account Managers will help you tailor your equipment needs to an exact fit for your show.\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\nWe provide Audio, Lighting, Staging, Video and Custom Installations along with Rentals as Services for all our clients.\n<h3><span style=\"font-size: 1.5em; color: #333399;\">Our Value</span></h3>\nOur consultation and estimate process allows our experienced Account Managers to customize\neach quote based on individual preferences.  This allows for competitive pricing and a focused team that are dedicated to your project.  At Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\n<h3><span style=\"font-size: 1.5em; color: #333399;\">Our Experience</span></h3>\nWhether it’s a rock show for ten thousand plus fans, a major Corporate Event, or an intimate presentation for a select few, Frontier Sound and Light will supply the right system and personnel that suits all your needs.\nSince 1998 Frontier has been a definite sound choice.\n\n&nbsp;\n<h2><span style=\"color: #99cc00;\"> GREEN POLICY</span></h2>\n&nbsp;\n<h3><span style=\"font-size: 1.17em;\">Frontier\'s awareness and concern for the environment is not only reflected in our day to day operations, but also in the products we choose to offer our customers. Digital signage, in particular, with low power consumption LCD, LED and Plasma monitor displays have replaced typical printed signage and delivers a stronger visual impact. It can be changed and updated on the spot and has many ‘green’ benefits. Another example is utilizing LED lights that require a fraction of electrical power compared to traditional lighting instruments that have been used for decades. We also generate less waste due to the long life of LED lighting over conventional lighting elements by the reduction of replacement lamps. We offer smart energy low consumption amplification systems to further reduce our carbon footprint.\"</span></h3>\n<h3><a href=\"http://www.fslcorporate.com/site/wp-content/uploads/2012/10/thCALYDEM9.jpg\"><img alt=\"thCALYDEM9\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2012/10/thCALYDEM9.jpg\" width=\"200\" height=\"200\" /></a></h3>', 'About', '', 'inherit', 'open', 'open', '', '264-autosave', '', '', '2015-05-07 18:30:48', '2015-05-07 18:30:48', '', 264, 'http://www.fslcorporate.com/site/?p=268', 0, 'revision', '', 0),
(319, 1, '2012-10-30 10:24:35', '2012-10-30 10:24:35', 'Coming Soon.', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-5', '', '', '2012-10-30 10:24:35', '2012-10-30 10:24:35', '', 270, 'http://www.fslcorporate.com/site/?p=319', 0, 'revision', '', 0),
(269, 1, '2012-10-30 08:26:10', '2012-10-30 08:26:10', '<p align=\"left\"><strong>OUR SERVICE</strong>\r\nFrontier Sound and Light offers a wide range of services to meet your live event audio and visual needs. Our technicians are both skilled and creative and can help deliver the desired look and feel for any event.</p>\r\n<p align=\"left\"><strong>OUR VALUE</strong>\r\nOur consultation and estimate process allows our technicians to customize each quote based on individual needs. This allows for competitive pricing and a focused team. At Frontier Sound and Light, we respect your needs and adhere to your budget, every time.</p>', 'About', '', 'inherit', 'open', 'open', '', '264-revision-3', '', '', '2012-10-30 08:26:10', '2012-10-30 08:26:10', '', 264, 'http://www.fslcorporate.com/site/?p=269', 0, 'revision', '', 0),
(270, 1, '2012-10-30 08:27:49', '2012-10-30 08:27:49', '<h2></h2>\r\n<h3><span style=\"color: #333399;\">LIGHTING:</span></h3>\r\nWe provide an outstanding selection of lighting options for your event.\r\n\r\nWe can provide all manner of lights; from Moving fixtures, to conventional PAR cans, LED lighting, various truss sizes, blinders, Lekos, and spotlights.  Please contact one of our Account Managers for further information.\r\n\r\nPlease view the gallery below for examples of what Frontier can do.\r\n\r\n<em id=\"__mceDel\"> [new_royalslider id=\"4\"]</em>\r\n<h3><span style=\"color: #333399;\">AUDIO:</span></h3>\r\nWe can provide the perfect audio set up you require for any event, regardless of size or budget.\r\n\r\nWhether it is a small intimate gathering for a presentation, or a large indoor/outdoor concert, at Frontier Sound and Light have the audio equipment to meet your exact needs.\r\n\r\nWe carry High End Line Array, Conventional trapezoidal 2 and 3 way speaker enclosures, Powered speakers, Digital and Analogue mixing consoles, Monitors for stage performers, Amplification and power distribution for all our equipment, stage boxes, stage splitters, and of course a large selection of Sennheiser microphones.\r\n\r\nPlease view the gallery below for examples of what Frontier can do.\r\n\r\n[new_royalslider id=\"5\"]\r\n\r\n&nbsp;\r\n<h3><span style=\"color: #333399;\">STAGING:</span></h3>\r\nWe can provide your event any staging solution you may require.\r\nWe can provide stages as small as 8\' x 8\' for podium speeches, up to large 60\' x 40\' by 6\' concert stage for arenas and outdoor festivals. We can do truss and scaffold towers, design and implementation.\r\nPlease contact one of our Account Managers for more information.\r\n<h3><span style=\"color: #333399;\">VIDEO:</span></h3>\r\nWe have a wide variety of Projectors, screens, cameras, media servers, video switchers, monitors and more. Please contact one of our Account Managers for complete details and listings of the various video and screen components we have in stock.\r\n<h3 style=\"display: inline !important;\"><span style=\"color: #333399;\">SALES &amp; INSTALLATIONS:</span></h3>\r\nFrontier can help you with any size Sale or Installation, whether it be for a small club that requires a compact audio, and lighting system, with video playback, to Arena sized custom installations requiring multiple speakers zones.\r\nNo matter what your size, and budget, Frontier will help you realize your goals at an affordable, competitive price.\r\nPlease contact one of our Account Managers via Phone or email to discuss the many options we at Frontier can offer you and your project.\r\n<h3></h3>', 'Services', '', 'publish', 'closed', 'closed', '', 'services', '', '', '2013-11-12 19:42:38', '2013-11-12 19:42:38', '', 0, 'http://www.fslcorporate.com/site/?page_id=270', 2, 'page', '', 0),
(271, 1, '2012-10-30 08:27:34', '2012-10-30 08:27:34', '', 'Services', '', 'inherit', 'open', 'open', '', '270-revision', '', '', '2012-10-30 08:27:34', '2012-10-30 08:27:34', '', 270, 'http://www.fslcorporate.com/site/?p=271', 0, 'revision', '', 0),
(320, 1, '2012-10-30 17:12:34', '2012-10-30 17:12:34', 'Coming Soon.<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-6', '', '', '2012-10-30 17:12:34', '2012-10-30 17:12:34', '', 276, 'http://www.fslcorporate.com/site/?p=320', 0, 'revision', '', 0),
(321, 1, '2012-10-30 17:13:03', '2012-10-30 17:13:03', 'Coming Soon.<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-7', '', '', '2012-10-30 17:13:03', '2012-10-30 17:13:03', '', 276, 'http://www.fslcorporate.com/site/?p=321', 0, 'revision', '', 0),
(322, 1, '2012-10-30 09:49:29', '2012-10-30 09:49:29', '[full]\r\n<h5>How To Find Us</h5>\r\n<table class=\"contacttable\">\r\n<tbody>\r\n<tr>\r\n<th>Company:</th>\r\n<td>Frontier Sound &amp; Light</td>\r\n</tr>\r\n<tr>\r\n<th>Street:</th>\r\n<td>1310 Kerrisdale Unit #3</td>\r\n</tr>\r\n<tr>\r\n<th>Postal/City:</th>\r\n<td>Newmarket, Ontario.  L3Y 8V6</td>\r\n</tr>\r\n<tr>\r\n<th>Email:</th>\r\n<td><a href=\"#\">info@fslcorporate.com</a></td>\r\n</tr>\r\n<tr>\r\n<th>Phone:</th>\r\n<td>905-895-1902</td>\r\n</tr>\r\n<tr>\r\n<th>Fax:</th>\r\n<td>905-895-7530</td>\r\n</tbody>\r\n</table>\r\n[/full]\r\n\r\n[contentdivider]', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2012-10-30 09:49:29', '2012-10-30 09:49:29', '', 182, 'http://www.fslcorporate.com/site/?p=322', 0, 'revision', '', 0),
(273, 1, '2012-10-30 08:28:18', '2012-10-30 08:28:18', ' ', '', '', 'publish', 'open', 'open', '', '273', '', '', '2013-07-18 18:30:55', '2013-07-18 18:30:55', '', 0, 'http://www.fslcorporate.com/site/?p=273', 3, 'nav_menu_item', '', 0),
(274, 1, '2012-10-30 08:27:55', '2012-10-30 08:27:55', '&nbsp;\r\n\r\n&nbsp;\r\n<p align=\"center\"><strong>Whether it’s a screaming rock concert for ten thousand or more fans, or an intimate presentation for 50, Frontier Sound and Light will supply the right system and personnel for the event. With over 15 years of touring, installation and event experience. Frontier is definitely a SOUND CHOICE.</strong></p>\r\n<p align=\"center\"><strong>Frontier Sound and Light has everything you need for events for 50 to 50,000 people</strong></p>\r\n<p align=\"left\">- Audio -\r\nSmall Rehearsal Systems to Concert Line Array.</p>\r\n- Lighting -<strong>\r\nTraditional Wash, Intelligent Movers, D.J Lights.</strong>\r\n\r\n- Video -\r\nProjectors, Screens, Video Mixers, Cameras.\r\n\r\n- Staging -\r\nScaffold, Wooden And Truss Stages, Risers, Roofing.\r\n\r\n- Décor -\r\nPipe and Drape systems, Podiums, Plexiglass Tables.\r\n\r\n- Backline -\r\nDrum Kits, Guitar amps, Bass amps, Keyboards, DJ Gear.\r\n\r\n- Corporate -\r\nWireless Lapel / Lavaliere Mics, Spotlights.\r\n\r\n- Bookings -\r\nDisk Jockeys and Bands for ALL EVENTS!', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-3', '', '', '2012-10-30 08:27:55', '2012-10-30 08:27:55', '', 270, 'http://www.fslcorporate.com/site/?p=274', 0, 'revision', '', 0),
(275, 1, '2013-11-12 19:41:18', '2013-11-12 19:41:18', '<h2></h2>\n<h3><span style=\"color: #333399;\">LIGHTING:</span></h3>\nWe provide an outstanding selection of lighting options for your event.\n\nWe can provide all manner of lights; from Moving fixtures, to conventional PAR cans, LED lighting, various truss sizes, blinders, Lekos, and spotlights.  Please contact one of our Account Managers for further information.\n\nPlease view the gallery below for examples of what Frontier can do.\n\n<em id=\"__mceDel\"> [new_royalslider id=\"4\"]</em>\n<h3><span style=\"color: #333399;\">AUDIO:</span></h3>\nWe can provide the perfect audio set up you require for any event, regardless of size or budget.\n\nWhether it is a small intimate gathering for a presentation, or a large indoor/outdoor concert, at rontier sound and light have the audio equipment to meet your exact needs.\n\nWe carry High End Line Array, Conventional trapezoidal 2 and 3 way speaker enclosures, Powered speakers, Digital and Analogue mixing consoles, Monitors for stage performers, Amplification and power distribution for all our equipment, stage boxes, stage splitters, and of course a large selection of Sennheiser microphones.\n\nPlease view the gallery below for examples of what Frontier can do.\n\n[new_royalslider id=\"5\"]\n\n&nbsp;\n<h3><span style=\"color: #333399;\">STAGING:</span></h3>\nWe can provide your event any staging solution you may require.\nWe can provide stages as small as 8\' x 8\' for podium speeches, up to large 60\' x 40\' by 6\' concert stage for arenas and outdoor festivals. We can do truss and scaffold towers, design and implementation.\nPlease contact one of our Account Managers for more information.\n<h3><span style=\"color: #333399;\">VIDEO:</span></h3>\nWe have a wide variety of Projectors, screens, cameras, media servers, video switchers, monitors and more. Please contact one of our Account Managers for complete details and listings on the various video and screen components we have in stock.\n<h3 style=\"display: inline !important;\"><span style=\"color: #333399;\">SALES &amp; INSTALLATIONS:</span></h3>\nFrontier can help you with any size Sale or Installation, whether it be for a small club that requires a compact audio, and lighting system, with video playback, to Arena sized custom installations requiring multiple speakers zones.\nNo matter what your size, and budget, Frontier will help you realize your goals at a affordable, competitive price.\nPlease contact one of our Account Managers via Phone or email to discuss the many options we at Frontier can offer you and your project.\n<h3></h3>', 'Services', '', 'inherit', 'open', 'open', '', '270-autosave', '', '', '2013-11-12 19:41:18', '2013-11-12 19:41:18', '', 270, 'http://www.fslcorporate.com/site/?p=275', 0, 'revision', '', 0),
(315, 1, '2012-10-30 08:18:08', '2012-10-30 08:18:08', '', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2012-10-30 08:18:08', '2012-10-30 08:18:08', '', 57, 'http://www.fslcorporate.com/site/?p=315', 0, 'revision', '', 0),
(316, 1, '2012-10-30 10:30:53', '2012-10-30 10:30:53', '', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2012-10-30 10:30:53', '2012-10-30 10:30:53', '', 57, 'http://www.fslcorporate.com/site/?p=316', 0, 'revision', '', 0),
(317, 1, '2012-10-30 10:23:16', '2012-10-30 10:23:16', 'Coming Soon.', 'About', '', 'inherit', 'open', 'open', '', '264-revision-8', '', '', '2012-10-30 10:23:16', '2012-10-30 10:23:16', '', 264, 'http://www.fslcorporate.com/site/?p=317', 0, 'revision', '', 0),
(276, 1, '2012-10-30 08:34:54', '2012-10-30 08:34:54', '<h2><span style=\"color: #333399;\">Clients: In association with or on Behalf of\r\n</span></h2>\r\n<h2></h2>\r\nLive Nation / Union Concerts / Audi Canada / Red Bull / Volkswagen Canada / Q-107 / Monster Energy / Rock 95 Barrie/ Coca Cola / Sound Acadamy / 102.1 The Edge / The Opera House / Universal Music / Bedlam Music Mgmt / 107.5 Wolf fm / Pfaff Auto / CBC / Inertia Entertainment / TD Canada Trust / OLG(Ontario Lottery Group / Molson, Heineken / Labatt / SBC Media, Mix 99.9 / Y108(Hamilton) / Country 95.3 / B101 Barrie / Town of Newmarket / All Access / Embrace / Telus / Fido / Sony Playstation / Liquid Chrome / Ryerson / Centreville Amusements / Eventrix / Issimo / U of T / SX Marketing / Rotary Club of Newmarket / Magna / Umbra / Ukula / Dose.\r\n<h2><span style=\"color: #333399;\">Venues: In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\n<p style=\"text-align: left;\" align=\"center\">Toronto Island / Island Airport / The Sound Academy / The Phoenix Concert Theater / The Koolhaus / Sunnyside Park / Woodbine Beach / The Roxx / Georgian College / Capital Events Theatre / Ray Twinney Arena / Sudbury Arena / Wasaga Beach / Heritage Park Barrie / Western Fairgrounds London / Gage Park Hamilton / Lees Palace / Opera House / Metro Convention Centre / Direct Energy Centre / Powerade Centre / Arrow Hall / Great Hall / Berkely Church / Hamilton Convention Centre / Harbor Castle Hilton / Fairy Lake / Cunard Centre Halifax / Hershey Centre/ Toronto Congress Center / Tillsonburg fair grounds.</p>\r\n\r\n<h2><span style=\"color: #333399;\">Events : In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sausagefest / Toronto Waterfront Blues Festival / Canada Day Country Jam / Country 95, Beachfest / Mix 99.9  Distillery Blues Fest / PartyGras / Q107 Rock Awards / Rock 95 20th BDay Bash / Toronto Freedom Fest / Wasaga Beach Street Fest / Barrie Street Fest / Blue Sky Revival / Extreme Music Series - MAJA Awards / Miss Africanada Pageant / King Fest /Everything to do with Sex Show London/Toronto/Halifax/Montreal / The Sex Show Denver / Markham Jazz / Unionville Jazz / Newmarket Jazz / Mt Albert Sports Days / Scene Fest / Beer Fest / Much Music Awards / Rib Fest / Veselka Fest / Peterborough Dragon Boat Festival / Toronto B.I.A.\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Artists : In Association with or on Behalf of:</span></h2>\r\nSheep Dogs / Dead Mouse / Bruno Mars / Stevie Wonder / City and Colour / Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Alpha Blondy / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero / Finger Eleven / Trooper / Max Webster / Rik Emmitt / Tokyo Police Club / Lights / Hedley / Sum 41 / Glenn Miller / Orchestra / Attack in Black / Quartetto Gellatto / Glass Tiger /  USS / Clark Nova / The Headstones / Dr Hook / April Wine / Teenage Head / Rides again / Cavelera Conspiracy / Curley Bridges / Fathead / Watermelon Slim / David Rotundo / Groove Corp / Nafshenu Orchestra / Nova Sounds / SoulWax / SOS Band / The Shanks / Keiser Chiefs / Chantel Kraviazuk / Rain Maida / Lighthouse / Murray Mc Laughlan / Jack Soul / Philosipher Kings / KOS / Goddo / David Usher / Honeymoon Suite / Del The Funky / Homosapian / De La Soul / I hate Sally / Lupe Fiasco / Eminem / Choclair / Maestro Fresh Wes / Helix / Bobby Brown / Cake / Hanson / Blue Rodeo / Great Big Sea / English Beat / Teenagers / Maroon 5.\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<p style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span>\r\n-<strong>Natasha Bouchard.  </strong>Australian Recording Artist.[/one_half]</p>\r\n[one_half_last]<span style=\"color: #888888;\">\"Hi Mike, just a quick note to say that your crew did a great job, Peter did an outstanding job on the board, we had lots of compliments on the sound. Many Thanks\"</span>\r\n\r\n-<strong>Jim John.  </strong>Beaches Jazz Big Band Stage 2013 [/one_half_last]\r\n\r\n[one_half] <span style=\"color: #888888;\">\"Mike.  It\'s always a pleasure, its been 4 fantastic years.\"  \"Thanks for everything Mike, great sound all weekend and Mike Gear the sound guy did a great Job ...we had a massive crowd on Sunday\"</span>\r\n\r\n-<strong>Wilson Acevedo.</strong>  (Musical Director) Beaches Jazz Latin Square Stage 2013. [/one_half]\r\n\r\n[one_half_last] <span style=\"color: #888888;\">\"Hey Mike, I cannot even begin to thank you and your team enough for an amazing job this weekend, I have been doing this for over 30 years, and have worked with some huge production companies, but without a doubt this was one of my best experiences. I am looking forward to you doing all our events!   Once again, thank you from Myself Phil and Donna\"\r\n</span>-<strong>Carl Allen  </strong>Nathan Philips Square IRIE FESTIVAL 2014. [/one_half_last]\r\n\r\n[one_half]  <span style=\"color: #888888;\">\"Yesterday went great.  I got very positive feedback on the sound.  Kai, the audio technician, was very good.  Thanks again for all your help.\"</span>\r\n\r\n<strong>- Kim Marchessault</strong> (Technical Director) Performing Arts Centre The Country Day School [/one_half]\r\n\r\n[one_half_last] \"Your guys were a-o-k in my book. Given the constraints of time, space and weather, you all functioned superbly. I wanted to especially thank your monitor and house guys, who kept it together under insane conditions, and a significant cultural and language barrier.  Hope we work together in the future.\"\r\n\r\n<strong>- Andrew Harris</strong> is FOH/TM for Maxi Priest[/one_half_last]\r\n\r\n[one_half]\"<em id=\"__mceDel\">Dear Michael,</em>\r\n\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\">On behalf of Hockey Helps the Homeless and the Toronto Event Committee, I am writing to sincerely thank you for your generous support as a sponsor for the 2013 Toronto Tournament, held on November 15<sup>th</sup>, 2013.  Over 230 participants enjoyed an unforgettable day on the ice and laced up with former NHL pros like Gary Roberts, Mark Osborne, PJ Stock, and Kris King.</em></em></em><em id=\"__mceDel\"> </em>\r\n\r\nThanks to your contribution, this year’s event was a record-breaking success and raised over $338,000.  All of the funds raised will stay right here in the GTA to help our Outreach Partners continue their Inspiring work with the hundreds of men, women and children facing homelessness in our community.\r\n\r\nAs a small gesture of our gratitude, please find enclosed a Certificate of Appreciation and a copy of a Thank You Ad featured in the Toronto Sun.  Additionally, in May 2014, you will receive a detailed stewardship report that includes further information about the event’s positive impact on our Outreach Partners and also includes a full recap and photos.\r\n\r\nOnce again, thank you very much for your support.  WE hope you share our pride in this year’s accomplishments and we hope to partner with you again for our 2014 event.\"\r\n\r\nWith sincere thanks,\r\n\r\n<em id=\"__mceDel\"><strong>Gary Scullion</strong> (President &amp; CEO of Hockey Helps The Homeless)</em>\r\n\r\n[/one_half]\r\n\r\n&nbsp;', 'Clients', '', 'publish', 'open', 'open', '', 'clients', '', '', '2015-05-07 05:47:07', '2015-05-07 05:47:07', '', 0, 'http://www.fslcorporate.com/site/?page_id=276', 2, 'page', '', 0),
(883, 1, '2013-07-17 16:43:32', '2013-07-17 16:43:32', '<h2><span style=\"color: #333399;\">Clients: In association with or on Behalf of\r\n</span></h2>\r\n<h2></h2>\r\n<h2></h2>\r\nAudi / Red Bull / Volkswagen Canada / Q-107 / Monster Energy / Rock 95 / Coca Cola / Sound Acadamy / 102.1 The Edge / The Opera House / Universal Music / Bedlam Music Mgmt / 107.5 Wolf fm / Pfaff Auto / Cbc / Inertia Entertainment / TD Canada Trust / OLG(Ontario Lottery Group.\r\n\r\n[new_royalslider id=\"7\"]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2><span style=\"color: #333399;\">Events : In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sausagefest / Toronto Waterfront Blues Festival /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Artists : In Association with or on Behalf of:</span></h2>\r\nSheep Dogs / Dead Mouse / Bruno Mars / Stevie Wonder / City and Colour / Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Alpha Blondy / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero / Finger Eleven /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half] [one_half_last]<span style=\"color: #808080;\">Testimonial coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-106', '', '', '2013-07-17 16:43:32', '2013-07-17 16:43:32', '', 276, 'http://www.fslcorporate.com/site/276-revision-106/', 0, 'revision', '', 0),
(884, 1, '2013-07-17 16:44:06', '2013-07-17 16:44:06', '<h2><span style=\"color: #333399;\">Clients: In association with or on Behalf of\r\n</span></h2>\r\n<h2></h2>\r\n<h2></h2>\r\nAudi / Red Bull / Volkswagen Canada / Q-107 / Monster Energy / Rock 95 / Coca Cola / Sound Acadamy / 102.1 The Edge / The Opera House / Universal Music / Bedlam Music Mgmt / 107.5 Wolf fm / Pfaff Auto / Cbc / Inertia Entertainment / TD Canada Trust / OLG(Ontario Lottery Group.\r\n\r\n[new_royalslider id=\"7\"]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2><span style=\"color: #333399;\">Events : In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sausagefest / Toronto Waterfront Blues Festival /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Artists : In Association with or on Behalf of:</span></h2>\r\nSheep Dogs / Dead Mouse / Bruno Mars / Stevie Wonder / City and Colour / Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Alpha Blondy / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero / Finger Eleven /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half] [one_half_last]<span style=\"color: #808080;\">Testimonial coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-107', '', '', '2013-07-17 16:44:06', '2013-07-17 16:44:06', '', 276, 'http://www.fslcorporate.com/site/276-revision-107/', 0, 'revision', '', 0),
(277, 1, '2012-10-30 08:34:29', '2012-10-30 08:34:29', '', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision', '', '', '2012-10-30 08:34:29', '2012-10-30 08:34:29', '', 276, 'http://www.fslcorporate.com/site/?p=277', 0, 'revision', '', 0),
(588, 1, '2013-02-01 01:11:25', '2013-02-01 01:11:25', 'Coming Soon.', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-9', '', '', '2013-02-01 01:11:25', '2013-02-01 01:11:25', '', 276, 'http://www.fslcorporate.com/site/276-revision-9/', 0, 'revision', '', 0),
(266, 1, '2012-10-30 08:25:24', '2012-10-30 08:25:24', ' ', '', '', 'publish', 'open', 'open', '', '266', '', '', '2013-07-18 18:30:55', '2013-07-18 18:30:55', '', 0, 'http://www.fslcorporate.com/site/?p=266', 2, 'nav_menu_item', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(272, 1, '2012-10-30 08:27:49', '2012-10-30 08:27:49', '&nbsp;\r\n\r\n&nbsp;\r\n<p align=\"center\"><strong>Whether it’s a screaming rock concert for ten thousand or more fans, or an intimate presentation for 50, Frontier Sound and Light will supply the right system and personnel for the event. With over 15 years of touring, installation and event experience. Frontier is definitely a SOUND CHOICE.</strong></p>\r\n<p align=\"center\"><strong>Frontier Sound and Light has everything you need for events for 50 to 50,000 people</strong></p>\r\n<p align=\"center\"></p>\r\n<p align=\"left\">- Audio -\r\nSmall Rehearsal Systems to Concert Line Array.\r\n\r\n- Lighting -<strong>\r\nTraditional Wash, Intelligent Movers, D.J Lights.\r\n\r\n- Video -\r\nProjectors, Screens, Video Mixers, Cameras.\r\n\r\n- Staging -\r\nScaffold, Wooden And Truss Stages, Risers, Roofing.</strong>\r\n\r\n- Décor -\r\nPipe and Drape systems, Podiums, Plexiglass Tables.\r\n\r\n- Backline -\r\nDrum Kits, Guitar amps, Bass amps, Keyboards, DJ Gear.\r\n\r\n- Corporate -\r\nWireless Lapel / Lavaliere Mics, Spotlights.\r\n\r\n- Bookings -\r\nDisk Jockeys and Bands for ALL EVENTS!</p>', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-2', '', '', '2012-10-30 08:27:49', '2012-10-30 08:27:49', '', 270, 'http://www.fslcorporate.com/site/?p=272', 0, 'revision', '', 0),
(307, 1, '2012-10-30 09:47:48', '2012-10-30 09:47:48', '[full]\r\n<h5>How To Find Us</h5>\r\n<table class=\"contacttable\">\r\n<tbody>\r\n<tr>\r\n<th>Company:</th>\r\n<td>Frontier Sound &amp; Light</td>\r\n</tr>\r\n<tr>\r\n<th>Street:</th>\r\n<td>1310 Kerrisdale Unit #3</td>\r\n</tr>\r\n<tr>\r\n<th>Postal/City:</th>\r\n<td>Newmarket, Ontario.  L3Y 8V6</td>\r\n</tr>\r\n<tr>\r\n<th>Email:</th>\r\n<td><a href=\"#\">info@fslcorporate.com</a></td>\r\n</tr>\r\n<tr>\r\n<th>Phone:</th>\r\n<td>1-877-895-1902</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/full]\r\n\r\n[contentdivider]', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2012-10-30 09:47:48', '2012-10-30 09:47:48', '', 182, 'http://www.fslcorporate.com/site/?p=307', 0, 'revision', '', 0),
(257, 1, '2011-11-25 09:25:58', '2011-11-25 09:25:58', '[full]\n<h5>How To Find Us</h5>\n[one_half]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. [/one_half]\n[one_half_last]\n<table class=\"contacttable\">\n<tr>\n<th>Company:</th>\n<td>Newline Studios, Cologne City</td>\n</tr>\n<tr>\n<th>Street:</th>\n<td>Mainstreet 123</td>\n</tr>\n<tr>\n<th>Postal/City:</th>\n<td>50600, Cologne, Germany</td>\n</tr>\n<tr>\n<th>Email:</th>\n<td><a href=\"#\">info@yourdomain.com</a></td>\n</tr>\n<tr>\n<th>Phone:</th>\n<td>800.123.4567</td>\n</tr>\n</table>\n[/one_half_last]\n<br style=\"clear: left\" />\n[/full]\n\n[contentdivider] ', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2011-11-25 09:25:58', '2011-11-25 09:25:58', '', 182, 'http://www.fslcorporate.com/site/?p=257', 0, 'revision', '', 0),
(255, 1, '2011-11-23 11:11:17', '2011-11-23 11:11:17', '', 'Homepage With AnySlider', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2011-11-23 11:11:17', '2011-11-23 11:11:17', '', 57, 'http://www.fslcorporate.com/site/?p=255', 0, 'revision', '', 0),
(1094, 1, '2013-07-12 11:28:26', '2013-07-12 11:28:26', '', 'Homepage', '', 'inherit', 'closed', 'closed', '', '57-revision-v1', '', '', '2013-07-12 11:28:26', '2013-07-12 11:28:26', '', 57, 'http://www.fslcorporate.com/site/57-revision-v1/', 0, 'revision', '', 0),
(1095, 1, '2013-07-13 15:11:26', '2013-07-13 15:11:26', '<h2><span style=\"color: #333399;\">Our History</span></h2>\r\nIn 1998, Frontier Sound &amp; Light was founded to service live music events with the ideology that artists, clients, and audiences come first.Through dedication and hard work, Frontier expanded with an ever growing client list, and broadened its interests to include corporate clientele.\r\n<div id=\"yui_3_7_2_1_1373724298387_3048\">\r\n\r\nToday Frontier has grown into a multifaceted full service production provider that caters to both live music and corporate clients with the same constant dedication and professionalism expected from a world class company.   Frontier now works as a production supplier for promoters, event planners, and brands on a variety of live event strategies and engagements.\r\n\r\nFrom professional audio and lighting touring packages, to corporate show cases, stage and video rentals, and installations, Frontier continues to expand into new territory and deliver only the very best to its clients, artists, and audiences.\r\n\r\nWelcome to Frontier Sound &amp; Light\r\n\r\nLet us help you reach new horizons.\r\n\r\n</div>', 'History', '', 'inherit', 'closed', 'closed', '', '756-revision-v1', '', '', '2013-07-13 15:11:26', '2013-07-13 15:11:26', '', 756, 'http://www.fslcorporate.com/site/756-revision-v1/', 0, 'revision', '', 0),
(260, 1, '2012-10-30 08:22:34', '2012-10-30 08:22:34', '[full]\r\n<h5>How To Find Us</h5>\r\n&nbsp;\r\n<table class=\"contacttable\">\r\n<tbody>\r\n<tr>\r\n<th>Company:</th>\r\n<td>Frontier Sound &amp; Light</td>\r\n</tr>\r\n<tr>\r\n<th>Street:</th>\r\n<td>1310 Kerrisdale Unit #3</td>\r\n</tr>\r\n<tr>\r\n<th>Postal/City:</th>\r\n<td>Newmarket, Ontario.  L3Y 8V6</td>\r\n</tr>\r\n<tr>\r\n<th>Email:</th>\r\n<td><a href=\"#\">info@fslcorporate.com</a></td>\r\n</tr>\r\n<tr>\r\n<th>Phone:</th>\r\n<td>-877-895-1902</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/full]\r\n\r\n[contentdivider]', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2012-10-30 08:22:34', '2012-10-30 08:22:34', '', 182, 'http://www.fslcorporate.com/site/?p=260', 0, 'revision', '', 0),
(259, 1, '2012-10-30 08:22:24', '2012-10-30 08:22:24', '[full]\r\n<h5>How To Find Us</h5>\r\n&nbsp;\r\n<table class=\"contacttable\">\r\n<tbody>\r\n<tr>\r\n<th>Company:</th>\r\n<td>Frontier Sound &amp; Light</td>\r\n</tr>\r\n<tr>\r\n<th>Street:</th>\r\n<td>1310 Kerrisdale Unit #3</td>\r\n</tr>\r\n<tr>\r\n<th>Postal/City:</th>\r\n<td>Newmarket, Ontario.  L3Y 8V6</td>\r\n</tr>\r\n<tr>\r\n<th>Email:</th>\r\n<td><a href=\"#\">info@fslcorporate.com</a></td>\r\n</tr>\r\n<tr>\r\n<th>Phone:</th>\r\n<td>-877-895-1902</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nFrontier Sound &amp; Light\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario\r\nL3Y 8V6<br style=\"clear: left;\" />\r\n[/full]\r\n\r\n[contentdivider]', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2012-10-30 08:22:24', '2012-10-30 08:22:24', '', 182, 'http://www.fslcorporate.com/site/?p=259', 0, 'revision', '', 0),
(261, 1, '2012-10-30 08:22:52', '2012-10-30 08:22:52', '[full]\r\n<h5>How To Find Us</h5>\r\n<table class=\"contacttable\">\r\n<tbody>\r\n<tr>\r\n<th>Company:</th>\r\n<td>Frontier Sound &amp; Light</td>\r\n</tr>\r\n<tr>\r\n<th>Street:</th>\r\n<td>1310 Kerrisdale Unit #3</td>\r\n</tr>\r\n<tr>\r\n<th>Postal/City:</th>\r\n<td>Newmarket, Ontario.  L3Y 8V6</td>\r\n</tr>\r\n<tr>\r\n<th>Email:</th>\r\n<td><a href=\"#\">info@fslcorporate.com</a></td>\r\n</tr>\r\n<tr>\r\n<th>Phone:</th>\r\n<td>-877-895-1902</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/full]\r\n\r\n[contentdivider]', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2012-10-30 08:22:52', '2012-10-30 08:22:52', '', 182, 'http://www.fslcorporate.com/site/?p=261', 0, 'revision', '', 0),
(262, 1, '2012-10-30 08:23:08', '2012-10-30 08:23:08', '[full]\r\n<h5>How To Find Us</h5>\r\n<table class=\"contacttable\">\r\n<tbody>\r\n<tr>\r\n<th>Company:</th>\r\n<td>Frontier Sound &amp; Light</td>\r\n</tr>\r\n<tr>\r\n<th>Street:</th>\r\n<td>1310 Kerrisdale Unit #3</td>\r\n</tr>\r\n<tr>\r\n<th>Postal/City:</th>\r\n<td>Newmarket, Ontario.  L3Y 8V6</td>\r\n</tr>\r\n<tr>\r\n<th>Email:</th>\r\n<td><a href=\"#\">info@fslcorporate.com</a></td>\r\n</tr>\r\n<tr>\r\n<th>Phone:</th>\r\n<td>-877-895-1902</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/full]\r\n\r\n[contentdivider]', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2012-10-30 08:23:08', '2012-10-30 08:23:08', '', 182, 'http://www.fslcorporate.com/site/?p=262', 0, 'revision', '', 0),
(263, 1, '2012-10-30 08:23:27', '2012-10-30 08:23:27', '[full]\r\n<h5>How To Find Us</h5>\r\n<table class=\"contacttable\">\r\n<tbody>\r\n<tr>\r\n<th>Company:</th>\r\n<td>Frontier Sound &amp; Light</td>\r\n</tr>\r\n<tr>\r\n<th>Street:</th>\r\n<td>1310 Kerrisdale Unit #3</td>\r\n</tr>\r\n<tr>\r\n<th>Postal/City:</th>\r\n<td>Newmarket, Ontario.  L3Y 8V6</td>\r\n</tr>\r\n<tr>\r\n<th>Email:</th>\r\n<td><a href=\"#\">info@fslcorporate.com</a></td>\r\n</tr>\r\n<tr>\r\n<th>Phone:</th>\r\n<td>-877-895-1902</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/full]\r\n\r\n[contentdivider]', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2012-10-30 08:23:27', '2012-10-30 08:23:27', '', 182, 'http://www.fslcorporate.com/site/?p=263', 0, 'revision', '', 0),
(265, 1, '2012-10-30 08:24:54', '2012-10-30 08:24:54', '', 'About', '', 'inherit', 'open', 'open', '', '264-revision', '', '', '2012-10-30 08:24:54', '2012-10-30 08:24:54', '', 264, 'http://www.fslcorporate.com/site/?p=265', 0, 'revision', '', 0),
(245, 1, '2012-10-30 07:58:48', '2012-10-30 07:58:48', '[full] How To Find Us [one_half]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. [/one_half] [one_half_last] Company: Newline Studios, Cologne City Street: Mainstreet 123 Postal/City: 50600, Cologne, Germany Email: info@yourdomain.com Phone: 800.123.4567 [/one_half_last] [/full] [contentdivider]', '', '', 'publish', 'open', 'open', '', '245', '', '', '2013-07-18 18:30:55', '2013-07-18 18:30:55', '', 0, 'http://www.fslcorporate.com/site/?p=245', 7, 'nav_menu_item', '', 0),
(264, 1, '2012-10-30 08:25:05', '2012-10-30 08:25:05', '<h2><span style=\"color: #333399;\">Our Service</span></h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur Account Managers will help you tailor your equipment needs to an exact fit for your show.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nWe provide Audio, Lighting, Staging, Video and Custom Installations along with Rentals as Services for all our clients.\r\n<h3><span style=\"font-size: 1.5em; color: #333399;\">Our Value</span></h3>\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.  This allows for competitive pricing and a focused team that are dedicated to your project.  At Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<h3><span style=\"font-size: 1.5em; color: #333399;\">Our Experience</span></h3>\r\nWhether it’s a rock show for ten thousand plus fans, a major Corporate Event, or an intimate presentation for a select few, Frontier Sound and Light will supply the right system and personnel that suits all your needs.\r\nSince 1998 Frontier has been a definite sound choice.\r\n<h1><span style=\"color: #99cc00;\">GREEN POLICY</span></h1>\r\n<span style=\"font-size: 1.17em;\">Frontier\'s awareness and concern for the environment is not only reflected in our day to day operations, but also in the products we choose to offer our customers. Digital signage, in particular, with low power consumption LCD, LED and Plasma monitor displays have replaced typical printed signage and delivers a stronger visual impact. It can be changed and updated on the spot and has many ‘green’ benefits. Another example is utilizing LED lights that require a fraction of electrical power compared to traditional lighting instruments that have been used for decades. We also generate less waste due to the long life of LED lighting over conventional lighting elements by the reduction of replacement lamps. We offer smart energy low consumption amplification systems to further reduce our carbon footprint.\"</span>\r\n<h3><a href=\"http://www.fslcorporate.com/site/wp-content/uploads/2012/10/thCALYDEM9.jpg\"><img alt=\"thCALYDEM9\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2012/10/thCALYDEM9.jpg\" width=\"200\" height=\"200\" /></a></h3>', 'About', '', 'publish', 'open', 'closed', '', 'about', '', '', '2015-05-07 18:31:34', '2015-05-07 18:31:34', '', 0, 'http://www.fslcorporate.com/site/?page_id=264', 1, 'page', '', 0),
(1005, 1, '2015-05-06 18:59:43', '2015-05-06 18:59:43', '', 'areana show', '', 'inherit', 'open', 'open', '', 'areana-show', '', '', '2015-05-06 18:59:43', '2015-05-06 18:59:43', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2015/05/areana-show.png', 0, 'attachment', 'image/png', 0),
(863, 1, '2013-02-06 11:20:45', '2013-02-06 11:20:45', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\n\r\n<iframe src=\"http://maps.google.ca/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"400\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A\" target=\"_blank\">View Larger Map</a></small>\r\n\r\nCONTACT OUR TEAM:\r\n\r\n<strong>\r\nMichael Kerwin:\r\n</strong>Owner/ General Manager / Senior Account Manager.\r\n<em><em><a href=\"mailto:mike@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">mike@frontiersoundandlight.com</a></em></em>\r\n\r\n&nbsp;\r\n\r\n<strong>Zeke Myers:\r\n</strong>Owner/ Senior Account Manager.\r\n<em id=\"__mceDel\"><a href=\"mailto:zeke@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">zeke@frontiersoundandlight.com</a></em>\r\n\r\n&nbsp;\r\n\r\n<strong>Anthony Gravis:\r\n</strong><em id=\"__mceDel\"><em id=\"__mceDel\">Director of Operations / Shop Manager / Account Manager.\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:anthony@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">anthony@frontiersoundandlight.com\r\n<em id=\"__mceDel\" style=\"color: #333333;\"><em id=\"__mceDel\"></em></em></a><em id=\"__mceDel\" style=\"color: #333333;\"><em id=\"__mceDel\"><a href=\"mailto:anthonygravis@rogers.com\" target=\"_blank\" rel=\"nofollow\">anthonygravis@rogers.com</a></em></em></em></em></em></em>\r\n\r\n&nbsp;\r\n\r\n<em id=\"__mceDel\"><strong>Stuart Evans:\r\n</strong><em id=\"__mceDel\">Director of Logistics / Head of Lighting Department / Account Manager.\r\n<em id=\"__mceDel\"><a href=\"mailto:stuart@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">stuart@frontiersoundandlight.com</a></em></em></em>\r\n\r\n&nbsp;\r\n\r\n<strong>Tyler Ayers:\r\n</strong>Administration / Small Rentals / Account Manager / General Enquires.\r\n<a href=\"mailto:tyler@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">tyler@frontiersoundandlight.com</a>\r\n\r\n&nbsp;\r\n\r\n<strong>Todd Chillman:\r\n</strong>Shop Lead Hand.\r\n<a href=\"mailto:todd@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">todd@frontiersoundandlight.com</a>\r\n\r\n&nbsp;\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-02-06 11:20:45', '2013-02-06 11:20:45', '', 182, 'http://www.fslcorporate.com/site/182-revision-82/', 0, 'revision', '', 0),
(509, 1, '2013-02-01 00:04:11', '2013-02-01 00:04:11', '', 'download', '', 'inherit', 'open', 'open', '', 'download', '', '', '2013-02-01 00:04:11', '2013-02-01 00:04:11', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/download.jpg', 0, 'attachment', 'image/jpeg', 0),
(510, 1, '2013-02-01 00:04:13', '2013-02-01 00:04:13', '', 'downloads', '', 'inherit', 'open', 'open', '', 'downloads', '', '', '2013-02-01 00:04:13', '2013-02-01 00:04:13', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/downloads.jpg', 0, 'attachment', 'image/jpeg', 0),
(511, 1, '2013-02-01 00:04:15', '2013-02-01 00:04:15', '', 'DSC00094', '', 'inherit', 'open', 'open', '', 'dsc00094', '', '', '2013-02-01 00:04:15', '2013-02-01 00:04:15', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DSC00094.jpg', 0, 'attachment', 'image/jpeg', 0),
(512, 1, '2013-02-01 00:04:18', '2013-02-01 00:04:18', '', 'DSC00104', '', 'inherit', 'open', 'open', '', 'dsc00104', '', '', '2013-02-01 00:04:18', '2013-02-01 00:04:18', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DSC00104.jpg', 0, 'attachment', 'image/jpeg', 0),
(513, 1, '2013-02-01 00:04:20', '2013-02-01 00:04:20', '', 'DSC00105', '', 'inherit', 'open', 'open', '', 'dsc00105', '', '', '2013-02-01 00:04:20', '2013-02-01 00:04:20', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DSC00105.jpg', 0, 'attachment', 'image/jpeg', 0),
(278, 1, '2012-10-30 08:35:11', '2012-10-30 08:35:11', ' ', '', '', 'publish', 'open', 'open', '', '278', '', '', '2013-07-18 18:30:55', '2013-07-18 18:30:55', '', 0, 'http://www.fslcorporate.com/site/?p=278', 5, 'nav_menu_item', '', 0),
(279, 1, '2015-05-07 05:48:10', '2015-05-07 05:48:10', '<h2><span style=\"color: #333399;\">Clients: In association with or on Behalf of\n</span></h2>\n<h2></h2>\nLive Nation / Union Concerts / Audi Canada / Red Bull / Volkswagen Canada / Q-107 / Monster Energy / Rock 95 Barrie/ Coca Cola / Sound Acadamy / 102.1 The Edge / The Opera House / Universal Music / Bedlam Music Mgmt / 107.5 Wolf fm / Pfaff Auto / CBC / Inertia Entertainment / TD Canada Trust / OLG(Ontario Lottery Group / Molson, Heineken / Labatt / SBC Media, Mix 99.9 / Y108(Hamilton) / Country 95.3 / B101 Barrie / Town of Newmarket / All Access / Embrace / Telus / Fido / Sony Playstation / Liquid Chrome / Ryerson / Centreville Amusements / Eventrix / Issimo / U of T / SX Marketing / Rotary Club of Newmarket / Magna / Umbra / Ukula / Dose.\n<h2><span style=\"color: #333399;\">Venues: In association with or on Behalf of</span></h2>\n<h2></h2>\n<p style=\"text-align: left;\" align=\"center\">Toronto Island / Island Airport / The Sound Academy / The Phoenix Concert Theater / The Koolhaus / Sunnyside Park / Woodbine Beach / The Roxx / Georgian College / Capital Events Theatre / Ray Twinney Arena / Sudbury Arena / Wasaga Beach / Heritage Park Barrie / Western Fairgrounds London / Gage Park Hamilton / Lees Palace / Opera House / Metro Convention Centre / Direct Energy Centre / Powerade Centre / Arrow Hall / Great Hall / Berkely Church / Hamilton Convention Centre / Harbor Castle Hilton / Fairy Lake / Cunard Centre Halifax / Hershey Centre/ Toronto Congress Center / Tillsonburg fair grounds.</p>\n\n<h2><span style=\"color: #333399;\">Events : In association with or on Behalf of</span></h2>\n<h2></h2>\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sausagefest / Toronto Waterfront Blues Festival / Canada Day Country Jam / Country 95, Beachfest / Mix 99.9  Distillery Blues Fest / PartyGras / Q107 Rock Awards / Rock 95 20th BDay Bash / Toronto Freedom Fest / Wasaga Beach Street Fest / Barrie Street Fest / Blue Sky Revival / Extreme Music Series - MAJA Awards / Miss Africanada Pageant / King Fest /Everything to do with Sex Show London/Toronto/Halifax/Montreal / The Sex Show Denver / Markham Jazz / Unionville Jazz / Newmarket Jazz / Mt Albert Sports Days / Scene Fest / Beer Fest / Much Music Awards / Rib Fest / Veselka Fest / Peterborough Dragon Boat Festival / Toronto B.I.A.\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Artists : In Association with or on Behalf of:</span></h2>\nSheep Dogs / Dead Mouse / Bruno Mars / Stevie Wonder / City and Colour / Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Alpha Blondy / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero / Finger Eleven / Trooper / Max Webster / Rik Emmitt / Tokyo Police Club / Lights / Hedley / Sum 41 / Glenn Miller / Orchestra / Attack in Black / Quartetto Gellatto / Glass Tiger /  USS / Clark Nova / The Headstones / Dr Hook / April Wine / Teenage Head / Rides again / Cavelera Conspiracy / Curley Bridges / Fathead / Watermelon Slim / David Rotundo / Groove Corp / Nafshenu Orchestra / Nova Sounds / SoulWax / SOS Band / The Shanks / Keiser Chiefs / Chantel Kraviazuk / Rain Maida / Lighthouse / Murray Mc Laughlan / Jack Soul / Philosipher Kings / KOS / Goddo / David Usher / Honeymoon Suite / Del The Funky / Homosapian / De La Soul / I hate Sally / Lupe Fiasco / Eminem / Choclair / Maestro Fresh Wes / Helix / Bobby Brown / Cake / Hanson / Blue Rodeo / Great Big Sea / English Beat / Teenagers / Maroon 5.\n\n&nbsp;\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\n<p style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span>\n-<strong>Natasha Bouchard.  </strong>Australian Recording Artist.[/one_half]</p>\n[one_half_last]<span style=\"color: #888888;\">\"Hi Mike, just a quick note to say that your crew did a great job, Peter did an outstanding job on the board, we had lots of compliments on the sound. Many Thanks\"</span>\n\n-<strong>Jim John.  </strong>Beaches Jazz Big Band Stage 2013 [/one_half_last]\n\n[one_half] <span style=\"color: #888888;\">\"Mike.  It\'s always a pleasure, its been 4 fantastic years.\"  \"Thanks for everything Mike, great sound all weekend and Mike Gear the sound guy did a great Job ...we had a massive crowd on Sunday\"</span>\n\n-<strong>Wilson Acevedo.</strong>  (Musical Director) Beaches Jazz Latin Square Stage 2013. [/one_half]\n\n[one_half_last] <span style=\"color: #888888;\">\"Hey Mike, I cannot even begin to thank you and your team enough for an amazing job this weekend, I have been doing this for over 30 years, and have worked with some huge production companies, but without a doubt this was one of my best experiences. I am looking forward to you doing all our events!   Once again, thank you from Myself Phil and Donna\"\n</span>-<strong>Carl Allen  </strong>Nathan Philips Square IRIE FESTIVAL 2014. [/one_half_last]\n\n[one_half]  <span style=\"color: #888888;\">\"Yesterday went great.  I got very positive feedback on the sound.  Kai, the audio technician, was very good.  Thanks again for all your help.\"</span>\n\n<strong>- Kim Marchessault</strong> (Technical Director) Performing Arts Centre The Country Day School [/one_half]\n\n[one_half_last] \"Your guys were a-o-k in my book. Given the constraints of time, space and weather, you all functioned superbly. I wanted to especially thank your monitor and house guys, who kept it together under insane conditions, and a significant cultural and language barrier.  Hope we work together in the future.\"\n\n<strong>- Andrew Harris</strong> is FOH/TM for Maxi Priest[/one_half_last]\n\n[one_half]\"<em id=\"__mceDel\">Dear Michael,</em>\n\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\">On behalf of Hockey Helps the Homeless and the Toronto Event Committee, I am writing to sincerely thank you for your generous support as a sponsor for the 2013 Toronto Tournament, held on November 15<sup>th</sup>, 2013.  Over 230 participants enjoyed an unforgettable day on the ice and laced up with former NHL pros like Gary Roberts, Mark Osborne, PJ Stock, and Kris King.</em></em></em><em id=\"__mceDel\"> </em>\n\nThanks to your contribution, this year’s event was a record-breaking success and raised over $338,000.  All of the funds raised will stay right here in the GTA to help our Outreach Partners continue their Inspiring work with the hundreds of men, women and children facing homelessness in our community.\n\nAs a small gesture of our gratitude, please find enclosed a Certificate of Appreciation and a copy of a Thank You Ad featured in the Toronto Sun.  Additionally, in May 2014, you will receive a detailed stewardship report that includes further information about the event’s positive impact on our Outreach Partners and also includes a full recap and photos.\n\nOnce again, thank you very much for your support.  WE hope you share our pride in this year’s accomplishments and we hope to partner with you again for our 2014 event.\"\n\nWith sincere thanks,\n\n<em id=\"__mceDel\"><strong>Gary Scullion</strong> (President &amp; CEO of Hockey Helps The Homeless)</em>\n\n[/one_half]\n\n&nbsp;', 'Clients', '', 'inherit', 'open', 'open', '', '276-autosave', '', '', '2015-05-07 05:48:10', '2015-05-07 05:48:10', '', 276, 'http://www.fslcorporate.com/site/?p=279', 0, 'revision', '', 0),
(999, 1, '2013-07-29 16:20:23', '2013-07-29 16:20:23', '<h2><span style=\"color: #333399;\">Clients: In association with or on Behalf of\r\n</span></h2>\r\n<h2></h2>\r\nLive Nation / Union Concerts / Audi Canada / Red Bull / Volkswagen Canada / Q-107 / Monster Energy / Rock 95 Barrie/ Coca Cola / Sound Acadamy / 102.1 The Edge / The Opera House / Universal Music / Bedlam Music Mgmt / 107.5 Wolf fm / Pfaff Auto / CBC / Inertia Entertainment / TD Canada Trust / OLG(Ontario Lottery Group / Molson, Heineken / Labatt / SBC Media, Mix 99.9 / Y108(Hamilton) / Country 95.3 / B101 Barrie / Town of Newmarket / All Access / Embrace / Telus / Fido / Sony Playstation / Liquid Chrome / Ryerson / Centreville Amusements / Eventrix / Issimo / U of T / SX Marketing / Rotary Club of Newmarket / Magna / Umbra / Ukula / Dose.\r\n<h2><span style=\"color: #333399;\">Clients: In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\n<p style=\"text-align: left;\" align=\"center\">Toronto Island / Island Airport / The Sound Academy / The Phoenix / The Koolhaus / Sunnyside Park / Woodbine Beach / The Roxx / Georgian College / Capital Events Theatre / Ray Twinney Arena / Sudbury Arena / Wasaga Beach / Heritage Park Barrie / Western Fairgrounds London / Gage Park Hamilton / Lees Palace / Opera House / Metro Convention Centre / Direct Energy Centre / Powerade Centre / Arrow Hall / Great Hall / Berkely Church / Hamilton Convention Centre / Harbor Castle Hilton / Fairy Lake / Cunard Centre Halifax</p>\r\n\r\n<h2><span style=\"color: #333399;\">Events : In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sausagefest / Toronto Waterfront Blues Festival / Canada Day Country Jam / Country 95, Beachfest / Mix 99.9  Distillery Blues Fest / PartyGras / Q107 Rock Awards / Rock 95 20th BDay Bash / Toronto Freedom Fest / Wasaga Beach Street Fest / Barrie Street Fest / Blue Sky Revival / Extreme Music Series - MAJA Awards / Miss Africanada Pageant / King Fest /Everything to do with Sex Show London/Toronto/Halifax/Montreal / The Sex Show Denver / Markham Jazz / Unionville Jazz / Mt Albert Sports Days / Scene Fest / Beer Fest / Much Music Awards / Rib Fest / Veselka Fest.\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Artists : In Association with or on Behalf of:</span></h2>\r\nSheep Dogs / Dead Mouse / Bruno Mars / Stevie Wonder / City and Colour / Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Alpha Blondy / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero / Finger Eleven / Trooper / Max Webster / Rik Emmitt / Tokyo Police Club / Lights / Hedley / Sum 41 / Glenn Miller / Orchestra / Attack in Black / Quartetto Gellatto / Glass Tiger /  USS / Clark Nova / The Headstones / Dr Hook / April Wine / Teenage Head / Rides again / Cavelera Conspiracy / Curley Bridges / Fathead / Watermelon Slim / David Rotundo / Groove Corp / Nafshenu Orchestra / Nova Sounds / SoulWax / SOS Band / The Shanks / Keiser Chiefs / Chantel Kraviazuk / Rain Maida / Lighthouse / Murray Mc Laughlan / Jack Soul / Philosipher Kings / KOS / Goddo / David Usher / Honeymoon Suite / Del The Funky / Homosapian / De La Soul / I hate Sally / Lupe Fiasco / Eminem / Choclair / Maestro Fresh Wes / Helix / Bobby Brown / Cake / Hanson / Blue Rodeo / Great Big Sea / English Beat / Teenagers / Maroon 5.\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span>\r\n-<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half]</h3>\r\n<h3></h3>\r\n<h3>[one_half_last]<span style=\"color: #888888;\">\"Hi Mike, just a quick note to say that your crew did a great job, Peter did an outstanding job on the board, we had lots of compliments on the sound. Many Thanks\"</span>\r\n-<strong>Jim John</strong>\r\nBeaches Jazz Big Band Stage 2013 [/one_half_last]</h3>\r\n<h3>[one_half]<span style=\"color: #888888;\">\"Mike.  It\'s always a pleasure, its been 4 fantastic years.\"  \"Thanks for everything Mike, great sound all weekend and Mike Gear the sound guy did a great Job ...we had a massive crowd on Sunday\"</span>\r\n<span style=\"font-size: 1.17em;\">-</span><strong style=\"font-size: 1.17em;\">Wilson Acevedo, (Musical director)\r\n</strong>BEACHES JAZZ LATIN SQUARE STAGE 2013<em id=\"__mceDel\" style=\"font-size: 1.17em;\"></em><strong style=\"font-size: 1.17em;\"><em id=\"__mceDel\" style=\"font-size: 1.17em;\">[/one_half]</em></strong></h3>\r\n<h3></h3>\r\n<h3 style=\"text-align: left;\">[one_half_last]<span style=\"color: #808080;\">More Testimonials coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-120', '', '', '2013-07-29 16:20:23', '2013-07-29 16:20:23', '', 276, 'http://www.fslcorporate.com/site/276-revision-120/', 0, 'revision', '', 0),
(590, 1, '2013-02-01 01:13:17', '2013-02-01 01:13:17', '[responsive]<a href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/logo2.png\"><img class=\"alignnone size-full wp-image-586\" alt=\"logo2\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/logo2.png\" width=\"160\" height=\"76\" /></a>[/responsive]\r\n\r\n[responsive]<a href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/logo2.png\"><img alt=\"logo2\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/logo2.png\" width=\"160\" height=\"76\" /></a>[/responsive]\r\n\r\n[responsive]<a href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/logo2.png\"><img alt=\"logo2\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/logo2.png\" width=\"160\" height=\"76\" /></a>[/responsive]\r\n\r\n[responsive]<a href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/logo2.png\"><img alt=\"logo2\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/logo2.png\" width=\"160\" height=\"76\" /></a>[/responsive]', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-11', '', '', '2013-02-01 01:13:17', '2013-02-01 01:13:17', '', 276, 'http://www.fslcorporate.com/site/276-revision-11/', 0, 'revision', '', 0),
(591, 1, '2013-02-01 01:13:34', '2013-02-01 01:13:34', '[responsive]<a href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/logo2.png\"><img class=\"alignnone size-full wp-image-586\" alt=\"logo2\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/logo2.png\" width=\"160\" height=\"76\" /></a>[/responsive] [responsive]<a href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/logo2.png\"><img alt=\"logo2\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/logo2.png\" width=\"160\" height=\"76\" /></a>[/responsive] [responsive]<a href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/logo2.png\"><img alt=\"logo2\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/logo2.png\" width=\"160\" height=\"76\" /></a>[/responsive] [responsive]<a href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/logo2.png\"><img alt=\"logo2\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/logo2.png\" width=\"160\" height=\"76\" /></a>[/responsive]', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-12', '', '', '2013-02-01 01:13:34', '2013-02-01 01:13:34', '', 276, 'http://www.fslcorporate.com/site/276-revision-12/', 0, 'revision', '', 0),
(592, 1, '2013-01-25 06:52:01', '2013-01-25 06:52:01', '', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2013-01-25 06:52:01', '2013-01-25 06:52:01', '', 57, 'http://www.fslcorporate.com/site/57-revision-10/', 0, 'revision', '', 0),
(595, 1, '2013-02-01 01:19:20', '2013-02-01 01:19:20', '', 'frontier-coming-soon', '', 'inherit', 'open', 'open', '', 'frontier-coming-soon', '', '', '2013-02-01 01:19:20', '2013-02-01 01:19:20', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/frontier-coming-soon.jpg', 0, 'attachment', 'image/jpeg', 0),
(594, 1, '2013-02-01 01:16:55', '2013-02-01 01:16:55', '[new_royalslider id=\"4\"]', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2013-02-01 01:16:55', '2013-02-01 01:16:55', '', 57, 'http://www.fslcorporate.com/site/57-revision-12/', 0, 'revision', '', 0),
(596, 1, '2013-02-01 01:05:23', '2013-02-01 01:05:23', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\n\r\n<iframe src=\"http://maps.google.ca/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=Frontier+Sound+and+Light,+Leslie+Street,+Newmarket,+ON&amp;aq=0&amp;oq=frontier+sound+and+light&amp;sll=44.371328,-79.674805&amp;sspn=0.13326,0.338173&amp;ie=UTF8&amp;hq=Frontier+Sound+and+Light,&amp;hnear=Leslie+St,+Newmarket,+Ontario&amp;t=m&amp;ll=44.06995,-79.432869&amp;spn=0.037001,0.051498&amp;z=13&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"400\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<em id=\"__mceDel\"> <small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=Frontier+Sound+and+Light,+Leslie+Street,+Newmarket,+ON&amp;aq=0&amp;oq=frontier+sound+and+light&amp;sll=44.371328,-79.674805&amp;sspn=0.13326,0.338173&amp;ie=UTF8&amp;hq=Frontier+Sound+and+Light,&amp;hnear=Leslie+St,+Newmarket,+Ontario&amp;t=m&amp;ll=44.06995,-79.432869&amp;spn=0.037001,0.051498&amp;z=13&amp;iwloc=A\" target=\"_blank\">View Larger Map</a></small></em>\r\n\r\nCONTACT OUR TEAM:\r\n\r\n[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"]\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-02-01 01:05:23', '2013-02-01 01:05:23', '', 182, 'http://www.fslcorporate.com/site/182-revision-72/', 0, 'revision', '', 0),
(598, 1, '2013-02-02 05:21:07', '2013-02-02 05:21:07', '', 'Q107classic [OVAL]', '', 'inherit', 'open', 'open', '', 'q107classic-oval', '', '', '2013-02-02 05:21:07', '2013-02-02 05:21:07', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg', 0, 'attachment', 'image/jpeg', 0),
(599, 1, '2013-02-02 05:21:08', '2013-02-02 05:21:08', '', 'red-bull-logo', '', 'inherit', 'open', 'open', '', 'red-bull-logo', '', '', '2013-02-02 05:21:08', '2013-02-02 05:21:08', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg', 0, 'attachment', 'image/jpeg', 0),
(600, 1, '2013-02-02 05:21:09', '2013-02-02 05:21:09', '', 'rock 95 logo FLOAT', '', 'inherit', 'open', 'open', '', 'rock-95-logo-float', '', '', '2013-02-02 05:21:09', '2013-02-02 05:21:09', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg', 0, 'attachment', 'image/jpeg', 0),
(280, 1, '2012-10-30 08:34:54', '2012-10-30 08:34:54', '<blockquote>\r\n<table width=\"638\" border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<div align=\"center\"><a href=\"http://www.issimo.net/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/issimo.jpg\" alt=\"Issimo logo\" width=\"127\" height=\"121\" border=\"0\" /></a></div></td>\r\n<td>\r\n<div align=\"center\"><a href=\"http://www.molson.com/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/MOLSON%20RESIZE.jpg\" alt=\"Molson logo\" width=\"126\" height=\"120\" border=\"0\" /></a></div></td>\r\n<td>\r\n<div align=\"center\"><a href=\"http://www.edge.ca/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/the%20edge%20resize.jpg\" alt=\"the edge logo\" width=\"126\" height=\"120\" border=\"0\" /></a></div></td>\r\n<td>\r\n<div align=\"center\"><a href=\"http://www.rock95.com/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/rock%2095%20resize%20copy.jpg\" alt=\"rock 95\" width=\"126\" height=\"120\" border=\"0\" /></a></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"center\"><a href=\"http://www.liquidchrome.ca/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/liquid%20chrome%20resize.jpg\" alt=\"lc logo\" width=\"128\" height=\"122\" border=\"0\" /></a></div></td>\r\n<td>\r\n<div align=\"center\"><a href=\"http://sbcmedia.com/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/sbc%20media%20resize.jpg\" alt=\"sbc media logo\" width=\"125\" height=\"119\" border=\"0\" /></a></div></td>\r\n<td>\r\n<div align=\"center\"><a href=\"http://www.ticketbreak.com/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/ticket%20break%20rezise.jpg\" alt=\"ticketbreak logo\" width=\"124\" height=\"118\" border=\"0\" /></a></div></td>\r\n<td>\r\n<div align=\"center\"><a href=\"http://defianceentertainment.com/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/dent%20resize.jpg\" alt=\"\" width=\"138\" height=\"131\" border=\"0\" /></a></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"center\"><a href=\"http://www.b101fm.com/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/b101.jpg\" alt=\"b101\" width=\"137\" height=\"130\" border=\"0\" /></a></div></td>\r\n<td>\r\n<div align=\"center\"><a href=\"http://cocacola.ca/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/cola.jpg\" alt=\"coke\" width=\"124\" height=\"118\" border=\"0\" /></a></div></td>\r\n<td>\r\n<div align=\"center\"><a href=\"http://www.dose.ca/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/dose.jpg\" alt=\"dose\" width=\"136\" height=\"130\" border=\"0\" /></a></div></td>\r\n<td>\r\n<div align=\"center\"><a href=\"http://fido.ca/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/fido.jpg\" alt=\"fido\" width=\"127\" height=\"121\" border=\"0\" /></a></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"center\"><a href=\"http://www.heineken.ca/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/heni%20logo.jpg\" alt=\"heni\" width=\"130\" height=\"124\" border=\"0\" /></a></div></td>\r\n<td>\r\n<div align=\"center\"><a href=\"http://labatt.com/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/labatt.jpg\" alt=\"labatt\" width=\"125\" height=\"119\" border=\"0\" /></a></div></td>\r\n<td>\r\n<div align=\"center\"><a href=\"http://www.monsterenergy.ca/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/monster.jpg\" alt=\"monster\" width=\"126\" height=\"120\" border=\"0\" /></a></div></td>\r\n<td>\r\n<div align=\"center\"><a href=\"http://www.playstation.ca/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/playstation.jpg\" alt=\"playstation\" width=\"128\" height=\"122\" border=\"0\" /></a></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"center\"><a href=\"http://www.q107.com/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/q107.jpg\" alt=\"q107\" width=\"139\" height=\"132\" border=\"0\" /></a></div></td>\r\n<td>\r\n<div align=\"center\"><a href=\"http://www.country953.com/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/country%2095.jpg\" alt=\"95.3\" width=\"134\" height=\"134\" border=\"0\" /></a></div></td>\r\n<td>\r\n<div align=\"center\"><a href=\"http://www.telus.com/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/Telus.jpg\" alt=\"telus\" width=\"118\" height=\"112\" border=\"0\" /></a></div></td>\r\n<td>\r\n<div align=\"center\"><a href=\"http://www.ukula.com/blogmusic/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/ukula%20music.jpg\" alt=\"ukula music\" width=\"136\" height=\"130\" border=\"0\" /></a></div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p align=\"center\"><strong>Molson, Heineken, Labatt, SBC Media, Rock 95 Barrie, Q107, 102.1 the edge, Mix 99.9, Y108(Hamilton), Country 95.3, B101 Barrie, Town of Newmarket, all Access, Embrace, Telus, Fido, Sony Playstation, Coke, Liquid Chrome, Ryerson, Centreville Amusements, Eventrix, Issimo, U of T, SX Marketing, Rotary Club of Newmarket, Magna, Umbra, Ukula, Monster Energy Drink, Bedlam Society, Dose, and many more!</strong></p>\r\n</blockquote>\r\n<p align=\"center\"></p>\r\n\r\n<blockquote>\r\n<p align=\"center\"><img src=\"http://frontiersoundandlight.com/images/Page%20headers/BANDS.jpg\" alt=\"Bands\" width=\"255\" height=\"46\" /></p>\r\n\r\n<table width=\"632\" border=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#000000\" width=\"217\" height=\"609\"><strong>Deftones\r\nRise against\r\nThe Trews\r\nSean Paul\r\nAkon\r\nWu Tang Clan\r\nMethod Man\r\nRedman\r\nRza\r\nGza\r\nMetric\r\nSloan\r\nFinger Eleven\r\nTrooper\r\nDavid Wilcox\r\nMax Webster\r\nRik Emmitt\r\nThornley\r\nBedoin Soundclash\r\nTokyo Police Club\r\nLights\r\nHedley\r\nSum 41\r\nKardinal Offishall\r\nGlenn Miller\r\nOrchestra\r\nAttack in Black\r\nAlexis on fire\r\nCity and Color\r\nStory of the year\r\nProtest the Hero</strong></td>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#000000\" width=\"169\">\r\n<p align=\"center\"><strong>Quartetto Gellatto\r\nGlass Tiger\r\nThe Salads\r\nUSS\r\nClark Nova\r\nThe Headstones\r\nDr Hook\r\n</strong><strong>April Wine\r\nKim Mitchell\r\nTeenage Head\r\nRides again\r\nGoldfinger\r\nReel big fish\r\nIll Scarlett\r\nCavelera Conspiracy\r\nCurley Bridges\r\nFathead\r\nWatermelon Slim\r\nDavid Rotundo\r\nGroove Corp\r\nNafshenu Orchestra\r\nNova Sounds\r\nSoulWax\r\nSOS Band\r\nDie Mannequin\r\nThe Shanks\r\nKeiser Chiefs\r\nChantel Kraviazuk\r\nRain Maida\r\nI Mother </strong>\r\n<strong>Earth</strong></p>\r\n</td>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#000000\" width=\"232\">\r\n<div align=\"center\"><strong>Tom Cochrane\r\nLighthouse\r\nMurray Mc Laughlan\r\nJack Soul\r\nPhilosipher Kings\r\nKOS\r\nGoddo\r\nDavid Usher\r\nHoneymoon Suite\r\nDel The Funky Homosapian\r\nDe La Soul\r\nI hate Sally\r\nLupe Fiasco\r\nEminem\r\nClassified\r\n3 Days Grace\r\nThoery of a Deadman\r\nChoclair\r\nMaestro Fresh Wes\r\nHelix\r\nAndrew WK\r\nBobby Brown\r\nCake\r\nHanson\r\nSam Roberts\r\nBlue Rodeo\r\nGreat Big Sea\r\nEnglish Beat\r\nTeenagers\r\nMaroon 5\r\nAND MORE!</strong></div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p align=\"center\"></p>\r\n<p align=\"center\"><img src=\"http://frontiersoundandlight.com/images/Page%20headers/EVENTS.jpg\" alt=\"Events\" width=\"255\" height=\"46\" /></p>\r\n<p align=\"center\"><strong>Wakestock  - Canada Day Country Jam – Country 95, Beachfest - Mix 99.9  Beaches Jazz Fest Distillery Blues Fest PartyGras - CASBY Awards - Q107 Rock Awards - Rock 95 20th BDay Bash - Toronto Freedom Fest - Wasaga Beach Street Fest - Barrie Street Fest - Blue Sky Revival - Extreme Music Series - MAJA Awards - Miss Africanada Pageant - King Fest\r\nEverything to do with Sex Show London/Toronto/Halifax/Montreal - The Sex Show Denver Markham Jazz - Unionville Jazz - Mt Albert Sports Days - Scene Fest – Beer Fest - Much Music Awards - Rib Fest - Veselka Fest --\r\n</strong><strong>And More!</strong></p>\r\n<p align=\"center\"></p>\r\n<p align=\"center\"><img src=\"http://frontiersoundandlight.com/images/Page%20headers/venues.jpg\" alt=\"venues\" width=\"255\" height=\"46\" />\r\n\r\n<strong>Toronto Island - Island Airport - The Sound Academy - The Phoenix - The Koolhaus - Sunnyside Park - Woodbine Beach - The Roxx - Georgian College - Capital Events Theatre - Ray Twinney Arena - Sudbury Arena - Wasaga Beach - Heritage Park Barrie - Western Fairgrounds London Gage Park Hamilton - Lees Palace - Opera House - Metro Convention Centre - Direct Energy Centre - Powerade Centre - Arrow Hall - Great Hall - Berkely Church - Hamilton Convention Centre - Harbor Castle Hilton - Fairy Lake - Cunard Centre Halifax - and more!</strong></p>\r\n</blockquote>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-2', '', '', '2012-10-30 08:34:54', '2012-10-30 08:34:54', '', 276, 'http://www.fslcorporate.com/site/?p=280', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(281, 1, '2012-10-30 08:40:23', '2012-10-30 08:40:23', '<blockquote>\r\n<table class=\"aligncenter\" width=\"638\" border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<div align=\"center\"><a href=\"http://www.issimo.net/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/issimo.jpg\" alt=\"Issimo logo\" width=\"127\" height=\"121\" border=\"0\" /></a></div></td>\r\n<td>\r\n<div align=\"center\"><a href=\"http://www.molson.com/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/MOLSON%20RESIZE.jpg\" alt=\"Molson logo\" width=\"126\" height=\"120\" border=\"0\" /></a></div></td>\r\n<td>\r\n<div align=\"center\"><a href=\"http://www.edge.ca/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/the%20edge%20resize.jpg\" alt=\"the edge logo\" width=\"126\" height=\"120\" border=\"0\" /></a></div></td>\r\n<td>\r\n<div align=\"center\"><a href=\"http://www.rock95.com/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/rock%2095%20resize%20copy.jpg\" alt=\"rock 95\" width=\"126\" height=\"120\" border=\"0\" /></a></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"center\"><a href=\"http://www.liquidchrome.ca/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/liquid%20chrome%20resize.jpg\" alt=\"lc logo\" width=\"128\" height=\"122\" border=\"0\" /></a></div></td>\r\n<td>\r\n<div align=\"center\"><a href=\"http://sbcmedia.com/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/sbc%20media%20resize.jpg\" alt=\"sbc media logo\" width=\"125\" height=\"119\" border=\"0\" /></a></div></td>\r\n<td>\r\n<div align=\"center\"><a href=\"http://www.ticketbreak.com/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/ticket%20break%20rezise.jpg\" alt=\"ticketbreak logo\" width=\"124\" height=\"118\" border=\"0\" /></a></div></td>\r\n<td>\r\n<div align=\"center\"><a href=\"http://defianceentertainment.com/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/dent%20resize.jpg\" alt=\"\" width=\"138\" height=\"131\" border=\"0\" /></a></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"center\"><a href=\"http://www.b101fm.com/\" target=\"_blank\"><img class=\"aligncenter\" src=\"http://frontiersoundandlight.com/images/Clients%20logos/b101.jpg\" alt=\"b101\" width=\"137\" height=\"130\" border=\"0\" /></a></div></td>\r\n<td>\r\n<div align=\"center\"><a href=\"http://cocacola.ca/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/cola.jpg\" alt=\"coke\" width=\"124\" height=\"118\" border=\"0\" /></a></div></td>\r\n<td>\r\n<div align=\"center\"><a href=\"http://www.dose.ca/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/dose.jpg\" alt=\"dose\" width=\"136\" height=\"130\" border=\"0\" /></a></div></td>\r\n<td>\r\n<div align=\"center\"><a href=\"http://fido.ca/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/fido.jpg\" alt=\"fido\" width=\"127\" height=\"121\" border=\"0\" /></a></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"center\"><a href=\"http://www.heineken.ca/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/heni%20logo.jpg\" alt=\"heni\" width=\"130\" height=\"124\" border=\"0\" /></a></div></td>\r\n<td>\r\n<div align=\"center\"><a href=\"http://labatt.com/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/labatt.jpg\" alt=\"labatt\" width=\"125\" height=\"119\" border=\"0\" /></a></div></td>\r\n<td>\r\n<div align=\"center\"><a href=\"http://www.monsterenergy.ca/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/monster.jpg\" alt=\"monster\" width=\"126\" height=\"120\" border=\"0\" /></a></div></td>\r\n<td>\r\n<div align=\"center\"><a href=\"http://www.playstation.ca/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/playstation.jpg\" alt=\"playstation\" width=\"128\" height=\"122\" border=\"0\" /></a></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"center\"><a href=\"http://www.q107.com/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/q107.jpg\" alt=\"q107\" width=\"139\" height=\"132\" border=\"0\" /></a></div></td>\r\n<td>\r\n<div align=\"center\"><a href=\"http://www.country953.com/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/country%2095.jpg\" alt=\"95.3\" width=\"134\" height=\"134\" border=\"0\" /></a></div></td>\r\n<td>\r\n<div align=\"center\"><a href=\"http://www.telus.com/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/Telus.jpg\" alt=\"telus\" width=\"118\" height=\"112\" border=\"0\" /></a></div></td>\r\n<td>\r\n<div align=\"center\"><a href=\"http://www.ukula.com/blogmusic/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/ukula%20music.jpg\" alt=\"ukula music\" width=\"136\" height=\"130\" border=\"0\" /></a></div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: center;\" align=\"center\"><strong>Molson, Heineken, Labatt, SBC Media, Rock 95 Barrie, Q107, 102.1 the edge, Mix 99.9, Y108(Hamilton), Country 95.3, B101 Barrie, Town of Newmarket, all Access, Embrace, Telus, Fido, Sony Playstation, Coke, Liquid Chrome, Ryerson, Centreville Amusements, Eventrix, Issimo, U of T, SX Marketing, Rotary Club of Newmarket, Magna, Umbra, Ukula, Monster Energy Drink, Bedlam Society, Dose, and many more!</strong></p>\r\n</blockquote>\r\n<blockquote>\r\n<p style=\"text-align: center;\" align=\"center\"><strong>BANDS</strong></p>\r\n\r\n<table class=\"aligncenter\" width=\"632\" border=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#FFFFFF\" width=\"217\" height=\"609\"><strong>Deftones\r\nRise against\r\nThe Trews\r\nSean Paul\r\nAkon\r\nWu Tang Clan\r\nMethod Man\r\nRedman\r\nRza\r\nGza\r\nMetric\r\nSloan\r\nFinger Eleven\r\nTrooper\r\nDavid Wilcox\r\nMax Webster\r\nRik Emmitt\r\nThornley\r\nBedoin Soundclash\r\nTokyo Police Club\r\nLights\r\nHedley\r\nSum 41\r\nKardinal Offishall\r\nGlenn Miller\r\nOrchestra\r\nAttack in Black\r\nAlexis on fire\r\nCity and Color\r\nStory of the year\r\nProtest the Hero</strong></td>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#FFFFFF\" width=\"169\">\r\n<p align=\"center\"><strong>Quartetto Gellatto\r\nGlass Tiger\r\nThe Salads\r\nUSS\r\nClark Nova\r\nThe Headstones\r\nDr Hook\r\n</strong><strong>April Wine\r\nKim Mitchell\r\nTeenage Head\r\nRides again\r\nGoldfinger\r\nReel big fish\r\nIll Scarlett\r\nCavelera Conspiracy\r\nCurley Bridges\r\nFathead\r\nWatermelon Slim\r\nDavid Rotundo\r\nGroove Corp\r\nNafshenu Orchestra\r\nNova Sounds\r\nSoulWax\r\nSOS Band\r\nDie Mannequin\r\nThe Shanks\r\nKeiser Chiefs\r\nChantel Kraviazuk\r\nRain Maida\r\nI Mother </strong>\r\n<strong>Earth</strong></p>\r\n</td>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#FFFFFF\" width=\"232\">\r\n<div align=\"center\"><strong>Tom Cochrane\r\nLighthouse\r\nMurray Mc Laughlan\r\nJack Soul\r\nPhilosipher Kings\r\nKOS\r\nGoddo\r\nDavid Usher\r\nHoneymoon Suite\r\nDel The Funky Homosapian\r\nDe La Soul\r\nI hate Sally\r\nLupe Fiasco\r\nEminem\r\nClassified\r\n3 Days Grace\r\nThoery of a Deadman\r\nChoclair\r\nMaestro Fresh Wes\r\nHelix\r\nAndrew WK\r\nBobby Brown\r\nCake\r\nHanson\r\nSam Roberts\r\nBlue Rodeo\r\nGreat Big Sea\r\nEnglish Beat\r\nTeenagers\r\nMaroon 5\r\nAND MORE!</strong></div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: center;\" align=\"center\"><strong>EVENTS</strong></p>\r\n<p style=\"text-align: center;\" align=\"center\"><strong>Wakestock  - Canada Day Country Jam – Country 95, Beachfest - Mix 99.9  Beaches Jazz Fest Distillery Blues Fest PartyGras - CASBY Awards - Q107 Rock Awards - Rock 95 20th BDay Bash - Toronto Freedom Fest - Wasaga Beach Street Fest - Barrie Street Fest - Blue Sky Revival - Extreme Music Series - MAJA Awards - Miss Africanada Pageant - King Fest\r\nEverything to do with Sex Show London/Toronto/Halifax/Montreal - The Sex Show Denver Markham Jazz - Unionville Jazz - Mt Albert Sports Days - Scene Fest – Beer Fest - Much Music Awards - Rib Fest - Veselka Fest --\r\n</strong><strong>And More!</strong></p>\r\n<p style=\"text-align: center;\" align=\"center\"><strong>EVENTS</strong></p>\r\n<p style=\"text-align: center;\"><strong>Toronto Island - Island Airport - The Sound Academy - The Phoenix - The Koolhaus - Sunnyside Park - Woodbine Beach - The Roxx - Georgian College - Capital Events Theatre - Ray Twinney Arena - Sudbury Arena - Wasaga Beach - Heritage Park Barrie - Western Fairgrounds London Gage Park Hamilton - Lees Palace - Opera House - Metro Convention Centre - Direct Energy Centre - Powerade Centre - Arrow Hall - Great Hall - Berkely Church - Hamilton Convention Centre - Harbor Castle Hilton - Fairy Lake - Cunard Centre Halifax - and more!</strong></p>\r\n</blockquote>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-3', '', '', '2012-10-30 08:40:23', '2012-10-30 08:40:23', '', 276, 'http://www.fslcorporate.com/site/?p=281', 0, 'revision', '', 0),
(314, 1, '2012-10-30 08:28:57', '2012-10-30 08:28:57', '&nbsp;\r\n\r\n&nbsp;\r\n<p align=\"center\"><strong>Whether it’s a screaming rock concert for ten thousand or more fans, or an intimate presentation for 50, Frontier Sound and Light will supply the right system and personnel for the event. With over 15 years of touring, installation and event experience. Frontier is definitely a SOUND CHOICE.</strong></p>\r\n<p align=\"center\"><strong>Frontier Sound and Light has everything you need for events for 50 to 50,000 people</strong></p>\r\n<p align=\"left\">- Audio -\r\nSmall Rehearsal Systems to Concert Line Array.</p>\r\n- Lighting -<strong>\r\nTraditional Wash, Intelligent Movers, D.J Lights.</strong>\r\n\r\n- Video -\r\nProjectors, Screens, Video Mixers, Cameras.\r\n\r\n- Staging -\r\nScaffold, Wooden And Truss Stages, Risers, Roofing.\r\n\r\n- Décor -\r\nPipe and Drape systems, Podiums, Plexiglass Tables.\r\n\r\n- Backline -\r\nDrum Kits, Guitar amps, Bass amps, Keyboards, DJ Gear.\r\n\r\n- Corporate -\r\nWireless Lapel / Lavaliere Mics, Spotlights.\r\n\r\n- Bookings -\r\nDisk Jockeys and Bands for ALL EVENTS!', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-4', '', '', '2012-10-30 08:28:57', '2012-10-30 08:28:57', '', 270, 'http://www.fslcorporate.com/site/?p=314', 0, 'revision', '', 0),
(589, 1, '2013-02-01 01:12:06', '2013-02-01 01:12:06', '[responsive]http://www.fslcorporate.com/site/wp-content/uploads/2013/02/logo2.png[/responsive]\r\n\r\n[responsive]http://www.fslcorporate.com/site/wp-content/uploads/2013/02/logo2.png[/responsive]\r\n\r\n[responsive]http://www.fslcorporate.com/site/wp-content/uploads/2013/02/logo2.png[/responsive]\r\n\r\n[responsive]http://www.fslcorporate.com/site/wp-content/uploads/2013/02/logo2.png[/responsive]', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-10', '', '', '2013-02-01 01:12:06', '2013-02-01 01:12:06', '', 276, 'http://www.fslcorporate.com/site/276-revision-10/', 0, 'revision', '', 0),
(282, 1, '2012-10-30 08:56:44', '2012-10-30 08:56:44', '', 'fsl-white-square', '', 'inherit', 'open', 'open', '', 'fsl-white-square', '', '', '2012-10-30 08:56:44', '2012-10-30 08:56:44', '', 249, 'http://www.fslcorporate.com/site/wp-content/uploads/2012/10/fsl-white-square.jpg', 0, 'attachment', 'image/jpeg', 0),
(507, 1, '2013-02-01 00:04:06', '2013-02-01 00:04:06', '', '16ch_575W_Moving_Head_Lighting_634592180845867269_1', '', 'inherit', 'open', 'open', '', '16ch_575w_moving_head_lighting_634592180845867269_1', '', '', '2013-02-01 00:04:06', '2013-02-01 00:04:06', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/16ch_575W_Moving_Head_Lighting_634592180845867269_1.jpg', 0, 'attachment', 'image/jpeg', 0),
(337, 1, '2013-01-23 21:14:23', '2013-01-23 21:14:23', '[h5]Our Service[/h5]Frontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\n[h5]Our Value[/h5]\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.\r\nThis allows for competitive pricing and a focused team that are dedicated to your project. \r\nAt Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n[h5]Our Experience[/h5]\r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, \r\nor an intimate presentation for a select few, Frontier Sound and Light will supply the right system and personnel that suits all your needs.  \r\nWith over 18 years of Professional touring and installation experience, Frontier is definitely a sound choice.', 'About', '', 'inherit', 'open', 'open', '', '264-revision-17', '', '', '2013-01-23 21:14:23', '2013-01-23 21:14:23', '', 264, 'http://www.fslcorporate.com/site/?p=337', 0, 'revision', '', 0),
(336, 1, '2013-01-23 21:14:10', '2013-01-23 21:14:10', '[h5]Our Service[/h5]\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\n[h5]Our Value[/h5]\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.\r\nThis allows for competitive pricing and a focused team that are dedicated to your project. \r\nAt Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n[h5]Our Experience[/h5]\r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, \r\nor an intimate presentation for a select few, Frontier Sound and Light will supply the right system and personnel that suits all your needs.  \r\nWith over 18 years of Professional touring and installation experience, Frontier is definitely a sound choice.', 'About', '', 'inherit', 'open', 'open', '', '264-revision-16', '', '', '2013-01-23 21:14:10', '2013-01-23 21:14:10', '', 264, 'http://www.fslcorporate.com/site/?p=336', 0, 'revision', '', 0),
(335, 1, '2013-01-23 21:13:49', '2013-01-23 21:13:49', '[h5]Our Service[/h5]\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\n <br/>\r\n[h5]Our Value[/h5]\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.\r\nThis allows for competitive pricing and a focused team that are dedicated to your project. \r\nAt Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<br/>\r\n[h5]Our Experience[/h5]\r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, \r\nor an intimate presentation for a select few, Frontier Sound and Light will supply the right system and personnel that suits all your needs.  \r\nWith over 18 years of Professional touring and installation experience, Frontier is definitely a sound choice.', 'About', '', 'inherit', 'open', 'open', '', '264-revision-15', '', '', '2013-01-23 21:13:49', '2013-01-23 21:13:49', '', 264, 'http://www.fslcorporate.com/site/?p=335', 0, 'revision', '', 0),
(334, 1, '2013-01-23 21:13:24', '2013-01-23 21:13:24', '[h6]Our Service[/h6]\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\n <br/>\r\n[h1]Our Value[/h1]\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.\r\nThis allows for competitive pricing and a focused team that are dedicated to your project. \r\nAt Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<br/>\r\n[h1]Our Experience[/h1]\r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, \r\nor an intimate presentation for a select few, Frontier Sound and Light will supply the right system and personnel that suits all your needs.  \r\nWith over 18 years of Professional touring and installation experience, Frontier is definitely a sound choice.', 'About', '', 'inherit', 'open', 'open', '', '264-revision-14', '', '', '2013-01-23 21:13:24', '2013-01-23 21:13:24', '', 264, 'http://www.fslcorporate.com/site/?p=334', 0, 'revision', '', 0),
(306, 1, '2012-10-30 08:24:16', '2012-10-30 08:24:16', '[full]\r\n<h5>How To Find Us</h5>\r\n<table class=\"contacttable\">\r\n<tbody>\r\n<tr>\r\n<th>Company:</th>\r\n<td>Frontier Sound &amp; Light</td>\r\n</tr>\r\n<tr>\r\n<th>Street:</th>\r\n<td>1310 Kerrisdale Unit #3</td>\r\n</tr>\r\n<tr>\r\n<th>Postal/City:</th>\r\n<td>Newmarket, Ontario.  L3Y 8V6</td>\r\n</tr>\r\n<tr>\r\n<th>Email:</th>\r\n<td><a href=\"#\">info@fslcorporate.com</a></td>\r\n</tr>\r\n<tr>\r\n<th>Phone:</th>\r\n<td>-877-895-1902</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/full]\r\n\r\n[contentdivider]', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2012-10-30 08:24:16', '2012-10-30 08:24:16', '', 182, 'http://www.fslcorporate.com/site/?p=306', 0, 'revision', '', 0),
(378, 1, '2013-01-25 07:59:29', '2013-01-25 07:59:29', '<h5>How To Find Us</h5>\r\n<table class=\"contacttable\">\r\n<tbody>\r\n<tr>\r\n<th>Company:</th>\r\n<td>Frontier Sound &amp; Light</td>\r\n</tr>\r\n<tr>\r\n<th>Street:</th>\r\n<td>1310 Kerrisdale Unit #3</td>\r\n</tr>\r\n<tr>\r\n<th>Postal/City:</th>\r\n<td>Newmarket, Ontario.  L3Y 8V6</td>\r\n</tr>\r\n<tr>\r\n<th>Email:</th>\r\n<td><a href=\"#\">info@fslcorporate.com</a></td>\r\n</tr>\r\n<tr>\r\n<th>Phone:</th>\r\n<td>905-895-1902</td>\r\n</tr>\r\n<tr>\r\n<th>Fax:</th>\r\n<td>905-895-7530</td>\r\n</tbody>\r\n</table>', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-01-25 07:59:29', '2013-01-25 07:59:29', '', 182, 'http://www.fslcorporate.com/site/182-revision-13/', 0, 'revision', '', 0),
(508, 1, '2013-02-01 00:04:09', '2013-02-01 00:04:09', '', '46', '', 'inherit', 'open', 'open', '', '46', '', '', '2013-02-01 00:04:09', '2013-02-01 00:04:09', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/46.jpg', 0, 'attachment', 'image/jpeg', 0),
(309, 1, '2012-10-30 08:26:26', '2012-10-30 08:26:26', '<p align=\"left\"><strong>OUR SERVICE</strong>\r\nFrontier Sound and Light offers a wide range of services to meet your live event audio and visual needs. Our technicians are both skilled and creative and can help deliver the desired look and feel for any event.</p>\r\n<p align=\"left\"><strong>OUR VALUE</strong>\r\nOur consultation and estimate process allows our technicians to customize each quote based on individual needs. This allows for competitive pricing and a focused team. At Frontier Sound and Light, we respect your needs and adhere to your budget, every time.</p>', 'About', '', 'inherit', 'open', 'open', '', '264-revision-4', '', '', '2012-10-30 08:26:26', '2012-10-30 08:26:26', '', 264, 'http://www.fslcorporate.com/site/?p=309', 0, 'revision', '', 0),
(318, 1, '2012-10-30 10:23:53', '2012-10-30 10:23:53', 'Coming Soon.', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-5', '', '', '2012-10-30 10:23:53', '2012-10-30 10:23:53', '', 276, 'http://www.fslcorporate.com/site/?p=318', 0, 'revision', '', 0),
(310, 1, '2012-10-30 10:15:30', '2012-10-30 10:15:30', '<p style=\"text-align: left;\" align=\"left\"><strong>OUR SERVICE</strong>\r\nFrontier Sound and Light offers a wide range of services to meet your live event audio and visual needs. Our technicians are both skilled and creative and can help deliver the desired look and feel for any event.</p>\r\n<p style=\"text-align: left;\" align=\"left\"><strong>OUR VALUE</strong>\r\nOur consultation and estimate process allows our technicians to customize each quote based on individual needs. This allows for competitive pricing and a focused team. At Frontier Sound and Light, we respect your needs and adhere to your budget, every time.</p>', 'About', '', 'inherit', 'open', 'open', '', '264-revision-5', '', '', '2012-10-30 10:15:30', '2012-10-30 10:15:30', '', 264, 'http://www.fslcorporate.com/site/?p=310', 0, 'revision', '', 0),
(313, 1, '2012-10-30 08:40:55', '2012-10-30 08:40:55', '<blockquote>\r\n<table class=\"aligncenter\" width=\"638\" border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<div align=\"center\"><a href=\"http://www.issimo.net/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/issimo.jpg\" alt=\"Issimo logo\" width=\"127\" height=\"121\" border=\"0\" /></a></div></td>\r\n<td>\r\n<div align=\"center\"><a href=\"http://www.molson.com/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/MOLSON%20RESIZE.jpg\" alt=\"Molson logo\" width=\"126\" height=\"120\" border=\"0\" /></a></div></td>\r\n<td>\r\n<div align=\"center\"><a href=\"http://www.edge.ca/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/the%20edge%20resize.jpg\" alt=\"the edge logo\" width=\"126\" height=\"120\" border=\"0\" /></a></div></td>\r\n<td>\r\n<div align=\"center\"><a href=\"http://www.rock95.com/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/rock%2095%20resize%20copy.jpg\" alt=\"rock 95\" width=\"126\" height=\"120\" border=\"0\" /></a></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"center\"><a href=\"http://www.liquidchrome.ca/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/liquid%20chrome%20resize.jpg\" alt=\"lc logo\" width=\"128\" height=\"122\" border=\"0\" /></a></div></td>\r\n<td>\r\n<div align=\"center\"><a href=\"http://sbcmedia.com/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/sbc%20media%20resize.jpg\" alt=\"sbc media logo\" width=\"125\" height=\"119\" border=\"0\" /></a></div></td>\r\n<td>\r\n<div align=\"center\"><a href=\"http://www.ticketbreak.com/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/ticket%20break%20rezise.jpg\" alt=\"ticketbreak logo\" width=\"124\" height=\"118\" border=\"0\" /></a></div></td>\r\n<td>\r\n<div align=\"center\"><a href=\"http://defianceentertainment.com/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/dent%20resize.jpg\" alt=\"\" width=\"138\" height=\"131\" border=\"0\" /></a></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"center\"><a href=\"http://www.b101fm.com/\" target=\"_blank\"><img class=\"aligncenter\" src=\"http://frontiersoundandlight.com/images/Clients%20logos/b101.jpg\" alt=\"b101\" width=\"137\" height=\"130\" border=\"0\" /></a></div></td>\r\n<td>\r\n<div align=\"center\"><a href=\"http://cocacola.ca/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/cola.jpg\" alt=\"coke\" width=\"124\" height=\"118\" border=\"0\" /></a></div></td>\r\n<td>\r\n<div align=\"center\"><a href=\"http://www.dose.ca/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/dose.jpg\" alt=\"dose\" width=\"136\" height=\"130\" border=\"0\" /></a></div></td>\r\n<td>\r\n<div align=\"center\"><a href=\"http://fido.ca/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/fido.jpg\" alt=\"fido\" width=\"127\" height=\"121\" border=\"0\" /></a></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"center\"><a href=\"http://www.heineken.ca/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/heni%20logo.jpg\" alt=\"heni\" width=\"130\" height=\"124\" border=\"0\" /></a></div></td>\r\n<td>\r\n<div align=\"center\"><a href=\"http://labatt.com/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/labatt.jpg\" alt=\"labatt\" width=\"125\" height=\"119\" border=\"0\" /></a></div></td>\r\n<td>\r\n<div align=\"center\"><a href=\"http://www.monsterenergy.ca/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/monster.jpg\" alt=\"monster\" width=\"126\" height=\"120\" border=\"0\" /></a></div></td>\r\n<td>\r\n<div align=\"center\"><a href=\"http://www.playstation.ca/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/playstation.jpg\" alt=\"playstation\" width=\"128\" height=\"122\" border=\"0\" /></a></div></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<div align=\"center\"><a href=\"http://www.q107.com/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/q107.jpg\" alt=\"q107\" width=\"139\" height=\"132\" border=\"0\" /></a></div></td>\r\n<td>\r\n<div align=\"center\"><a href=\"http://www.country953.com/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/country%2095.jpg\" alt=\"95.3\" width=\"134\" height=\"134\" border=\"0\" /></a></div></td>\r\n<td>\r\n<div align=\"center\"><a href=\"http://www.telus.com/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/Telus.jpg\" alt=\"telus\" width=\"118\" height=\"112\" border=\"0\" /></a></div></td>\r\n<td>\r\n<div align=\"center\"><a href=\"http://www.ukula.com/blogmusic/\" target=\"_blank\"><img src=\"http://frontiersoundandlight.com/images/Clients%20logos/ukula%20music.jpg\" alt=\"ukula music\" width=\"136\" height=\"130\" border=\"0\" /></a></div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: center;\" align=\"center\"><strong>Molson, Heineken, Labatt, SBC Media, Rock 95 Barrie, Q107, 102.1 the edge, Mix 99.9, Y108(Hamilton), Country 95.3, B101 Barrie, Town of Newmarket, all Access, Embrace, Telus, Fido, Sony Playstation, Coke, Liquid Chrome, Ryerson, Centreville Amusements, Eventrix, Issimo, U of T, SX Marketing, Rotary Club of Newmarket, Magna, Umbra, Ukula, Monster Energy Drink, Bedlam Society, Dose, and many more!</strong></p>\r\n<p style=\"text-align: center;\" align=\"center\"></p>\r\n<p style=\"text-align: center;\" align=\"center\"></p>\r\n</blockquote>\r\n<blockquote>\r\n<p style=\"text-align: center;\" align=\"center\"><strong>BANDS</strong></p>\r\n\r\n<table class=\"aligncenter\" width=\"632\" border=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#FFFFFF\" width=\"217\" height=\"609\"><strong>Deftones\r\nRise against\r\nThe Trews\r\nSean Paul\r\nAkon\r\nWu Tang Clan\r\nMethod Man\r\nRedman\r\nRza\r\nGza\r\nMetric\r\nSloan\r\nFinger Eleven\r\nTrooper\r\nDavid Wilcox\r\nMax Webster\r\nRik Emmitt\r\nThornley\r\nBedoin Soundclash\r\nTokyo Police Club\r\nLights\r\nHedley\r\nSum 41\r\nKardinal Offishall\r\nGlenn Miller\r\nOrchestra\r\nAttack in Black\r\nAlexis on fire\r\nCity and Color\r\nStory of the year\r\nProtest the Hero</strong></td>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#FFFFFF\" width=\"169\">\r\n<p align=\"center\"><strong>Quartetto Gellatto\r\nGlass Tiger\r\nThe Salads\r\nUSS\r\nClark Nova\r\nThe Headstones\r\nDr Hook\r\n</strong><strong>April Wine\r\nKim Mitchell\r\nTeenage Head\r\nRides again\r\nGoldfinger\r\nReel big fish\r\nIll Scarlett\r\nCavelera Conspiracy\r\nCurley Bridges\r\nFathead\r\nWatermelon Slim\r\nDavid Rotundo\r\nGroove Corp\r\nNafshenu Orchestra\r\nNova Sounds\r\nSoulWax\r\nSOS Band\r\nDie Mannequin\r\nThe Shanks\r\nKeiser Chiefs\r\nChantel Kraviazuk\r\nRain Maida\r\nI Mother </strong>\r\n<strong>Earth</strong></p>\r\n</td>\r\n<td align=\"center\" valign=\"top\" bgcolor=\"#FFFFFF\" width=\"232\">\r\n<div align=\"center\"><strong>Tom Cochrane\r\nLighthouse\r\nMurray Mc Laughlan\r\nJack Soul\r\nPhilosipher Kings\r\nKOS\r\nGoddo\r\nDavid Usher\r\nHoneymoon Suite\r\nDel The Funky Homosapian\r\nDe La Soul\r\nI hate Sally\r\nLupe Fiasco\r\nEminem\r\nClassified\r\n3 Days Grace\r\nThoery of a Deadman\r\nChoclair\r\nMaestro Fresh Wes\r\nHelix\r\nAndrew WK\r\nBobby Brown\r\nCake\r\nHanson\r\nSam Roberts\r\nBlue Rodeo\r\nGreat Big Sea\r\nEnglish Beat\r\nTeenagers\r\nMaroon 5\r\nAND MORE!</strong></div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: center;\" align=\"center\"><strong>EVENTS</strong></p>\r\n<p style=\"text-align: center;\" align=\"center\"><strong>Wakestock  - Canada Day Country Jam – Country 95, Beachfest - Mix 99.9  Beaches Jazz Fest Distillery Blues Fest PartyGras - CASBY Awards - Q107 Rock Awards - Rock 95 20th BDay Bash - Toronto Freedom Fest - Wasaga Beach Street Fest - Barrie Street Fest - Blue Sky Revival - Extreme Music Series - MAJA Awards - Miss Africanada Pageant - King Fest\r\nEverything to do with Sex Show London/Toronto/Halifax/Montreal - The Sex Show Denver Markham Jazz - Unionville Jazz - Mt Albert Sports Days - Scene Fest – Beer Fest - Much Music Awards - Rib Fest - Veselka Fest --\r\n</strong><strong>And More!</strong></p>\r\n<p style=\"text-align: center;\" align=\"center\"><strong>EVENTS</strong></p>\r\n<p style=\"text-align: center;\"><strong>Toronto Island - Island Airport - The Sound Academy - The Phoenix - The Koolhaus - Sunnyside Park - Woodbine Beach - The Roxx - Georgian College - Capital Events Theatre - Ray Twinney Arena - Sudbury Arena - Wasaga Beach - Heritage Park Barrie - Western Fairgrounds London Gage Park Hamilton - Lees Palace - Opera House - Metro Convention Centre - Direct Energy Centre - Powerade Centre - Arrow Hall - Great Hall - Berkely Church - Hamilton Convention Centre - Harbor Castle Hilton - Fairy Lake - Cunard Centre Halifax - and more!</strong></p>\r\n</blockquote>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-4', '', '', '2012-10-30 08:40:55', '2012-10-30 08:40:55', '', 276, 'http://www.fslcorporate.com/site/?p=313', 0, 'revision', '', 0),
(312, 1, '2012-10-30 10:17:02', '2012-10-30 10:17:02', '<p style=\"text-align: left;\" align=\"left\"><strong>OUR SERVICE</strong>\r\nFrontier Sound and Light offers a wide range of services to meet your live event audio and visual needs. Our technicians are both skilled and creative and can help deliver the desired look and feel for any event.</p>\r\n<p style=\"text-align: left;\" align=\"left\"><strong>OUR VALUE</strong>\r\nOur consultation and estimate process allows our technicians to customize each quote based on individual needs. This allows for competitive pricing and a focused team. At Frontier Sound and Light, we respect your needs and adhere to your budget, every time.</p>\r\n', 'About', '', 'inherit', 'open', 'open', '', '264-revision-7', '', '', '2012-10-30 10:17:02', '2012-10-30 10:17:02', '', 264, 'http://www.fslcorporate.com/site/?p=312', 0, 'revision', '', 0),
(311, 1, '2012-10-30 10:15:44', '2012-10-30 10:15:44', '<p style=\"text-align: left;\" align=\"left\"><strong>OUR SERVICE</strong>\r\nFrontier Sound and Light offers a wide range of services to meet your live event audio and visual needs. Our technicians are both skilled and creative and can help deliver the desired look and feel for any event.</p>\r\n<p style=\"text-align: left;\" align=\"left\"></p>\r\n<p style=\"text-align: left;\" align=\"left\"></p>\r\n<p style=\"text-align: left;\" align=\"left\"><strong>OUR VALUE</strong>\r\nOur consultation and estimate process allows our technicians to customize each quote based on individual needs. This allows for competitive pricing and a focused team. At Frontier Sound and Light, we respect your needs and adhere to your budget, every time.</p>', 'About', '', 'inherit', 'open', 'open', '', '264-revision-6', '', '', '2012-10-30 10:15:44', '2012-10-30 10:15:44', '', 264, 'http://www.fslcorporate.com/site/?p=311', 0, 'revision', '', 0),
(345, 1, '2013-01-25 04:54:23', '0000-00-00 00:00:00', '', 'Media Favicon', '', 'draft', 'closed', 'closed', '', 'of-media_favicon', '', '', '2013-01-25 04:54:23', '0000-00-00 00:00:00', '', 0, 'http://www.fslcorporate.com/site/?post_type=options&p=345', 0, 'options', '', 0),
(346, 1, '2013-01-25 04:54:23', '0000-00-00 00:00:00', '', 'Media Favicon Iphone', '', 'draft', 'closed', 'closed', '', 'of-media_favicon_iphone', '', '', '2013-01-25 04:54:23', '0000-00-00 00:00:00', '', 0, 'http://www.fslcorporate.com/site/?post_type=options&p=346', 0, 'options', '', 0),
(347, 1, '2013-01-25 04:54:23', '0000-00-00 00:00:00', '', 'Media Favicon Iphone Retina', '', 'draft', 'closed', 'closed', '', 'of-media_favicon_iphone_retina', '', '', '2013-01-25 04:54:23', '0000-00-00 00:00:00', '', 0, 'http://www.fslcorporate.com/site/?post_type=options&p=347', 0, 'options', '', 0),
(348, 1, '2013-01-25 04:54:23', '0000-00-00 00:00:00', '', 'Media Favicon Ipad', '', 'draft', 'closed', 'closed', '', 'of-media_favicon_ipad', '', '', '2013-01-25 04:54:23', '0000-00-00 00:00:00', '', 0, 'http://www.fslcorporate.com/site/?post_type=options&p=348', 0, 'options', '', 0),
(349, 1, '2013-01-25 04:54:23', '0000-00-00 00:00:00', '', 'Media Favicon Ipad Retina', '', 'draft', 'closed', 'closed', '', 'of-media_favicon_ipad_retina', '', '', '2013-01-25 04:54:23', '0000-00-00 00:00:00', '', 0, 'http://www.fslcorporate.com/site/?post_type=options&p=349', 0, 'options', '', 0),
(350, 1, '2013-01-25 04:54:23', '0000-00-00 00:00:00', '', 'Media Bg', '', 'draft', 'closed', 'closed', '', 'of-media_bg', '', '', '2013-01-25 04:54:23', '0000-00-00 00:00:00', '', 0, 'http://www.fslcorporate.com/site/?post_type=options&p=350', 0, 'options', '', 0),
(351, 1, '2013-01-25 04:54:23', '0000-00-00 00:00:00', '', 'Media Logo', '', 'draft', 'closed', 'closed', '', 'of-media_logo', '', '', '2013-01-25 04:54:23', '0000-00-00 00:00:00', '', 0, 'http://www.fslcorporate.com/site/?post_type=options&p=351', 0, 'options', '', 0),
(352, 1, '2013-01-25 04:54:23', '0000-00-00 00:00:00', '', 'Media Logo Retina', '', 'draft', 'closed', 'closed', '', 'of-media_logo_retina', '', '', '2013-01-25 04:54:23', '0000-00-00 00:00:00', '', 0, 'http://www.fslcorporate.com/site/?post_type=options&p=352', 0, 'options', '', 0),
(353, 1, '2013-01-25 04:54:48', '2013-01-25 04:54:48', '<p>Your Name (required)<br />\n    [text* your-name] </p>\n\n<p>Your Email (required)<br />\n    [email* your-email] </p>\n\n<p>Subject<br />\n    [text your-subject] </p>\n\n<p>Your Message<br />\n    [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>\n[your-subject]\n[your-name] <[your-email]>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis mail is sent via contact form on fslcorporate http://www.fslcorporate.com/site\ninfo@fslcorporate.com\n\n\n0\n\n[your-subject]\n[your-name] <[your-email]>\nMessage body:\n[your-message]\n\n--\nThis mail is sent via contact form on fslcorporate http://www.fslcorporate.com/site\n[your-email]\n\n\n0\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nEmail address seems invalid.\nPlease fill the required field.', 'Contact form 1', '', 'publish', 'open', 'open', '', 'contact-form-1', '', '', '2013-01-25 04:54:48', '2013-01-25 04:54:48', '', 0, 'http://www.fslcorporate.com/site/?post_type=wpcf7_contact_form&p=353', 0, 'wpcf7_contact_form', '', 0),
(514, 1, '2013-02-01 00:04:22', '2013-02-01 00:04:22', '', 'DSC00105_1', '', 'inherit', 'open', 'open', '', 'dsc00105_1', '', '', '2013-02-01 00:04:22', '2013-02-01 00:04:22', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DSC00105_1.jpg', 0, 'attachment', 'image/jpeg', 0),
(515, 1, '2013-02-01 00:04:24', '2013-02-01 00:04:24', '', 'DSC00106', '', 'inherit', 'open', 'open', '', 'dsc00106', '', '', '2013-02-01 00:04:24', '2013-02-01 00:04:24', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DSC00106.jpg', 0, 'attachment', 'image/jpeg', 0),
(357, 1, '2013-01-23 21:15:41', '2013-01-23 21:15:41', '[h5]Our Service[/h5]\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\n<br/>\r\n[h5]Our Value[/h5]\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.\r\nThis allows for competitive pricing and a focused team that are dedicated to your project. \r\nAt Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<br/>\r\n[h5]Our Experience[/h5]\r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, or an intimate presentation for a select few, \r\nFrontier Sound and Light will supply the right system and personnel that suits all your needs.  \r\nWith over 18 years of Professional touring and installation experience, Frontier is definitely a sound choice.', 'About', '', 'inherit', 'open', 'open', '', '264-revision-19', '', '', '2013-01-23 21:15:41', '2013-01-23 21:15:41', '', 264, 'http://www.fslcorporate.com/site/?p=357', 0, 'revision', '', 0),
(358, 1, '2013-01-25 05:25:21', '2013-01-25 05:25:21', '[h5]Our Service[/h5]\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\n<br/>\r\n[h5]Our Value[/h5]\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.\r\nThis allows for competitive pricing and a focused team that are dedicated to your project. \r\nAt Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<br/>\r\n[h5]Our Experience[/h5]\r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, or an intimate presentation for a select few, \r\nFrontier Sound and Light will supply the right system and personnel that suits all your needs.  \r\nWith over 18 years of Professional touring and installation experience, Frontier is definitely a sound choice.', 'About', '', 'inherit', 'open', 'open', '', '264-revision-20', '', '', '2013-01-25 05:25:21', '2013-01-25 05:25:21', '', 264, 'http://www.fslcorporate.com/site/?p=358', 0, 'revision', '', 0),
(359, 1, '2013-01-25 05:25:42', '2013-01-25 05:25:42', '[h5]Our Service[/h5]\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\n<br/>\r\n[h5]Our Value[/h5]\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.\r\nThis allows for competitive pricing and a focused team that are dedicated to your project. \r\nAt Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<br/>\r\n[h5]Our Experience[/h5]\r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, or an intimate presentation for a select few, \r\nFrontier Sound and Light will supply the right system and personnel that suits all your needs.  \r\nWith over 18 years of Professional touring and installation experience, Frontier is definitely a sound choice.', 'About', '', 'inherit', 'open', 'open', '', '264-revision-21', '', '', '2013-01-25 05:25:42', '2013-01-25 05:25:42', '', 264, 'http://www.fslcorporate.com/site/?p=359', 0, 'revision', '', 0),
(360, 1, '2013-01-25 05:46:00', '2013-01-25 05:46:00', '', 'fsl favicon', '', 'inherit', 'open', 'open', '', 'fsl-favicon', '', '', '2013-01-25 05:46:00', '2013-01-25 05:46:00', '', 345, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/01/fsl-favicon.jpg', 0, 'attachment', 'image/jpeg', 0),
(516, 1, '2013-02-01 00:04:26', '2013-02-01 00:04:26', '', 'DSC03335', '', 'inherit', 'open', 'open', '', 'dsc03335', '', '', '2013-02-01 00:04:26', '2013-02-01 00:04:26', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DSC03335.jpg', 0, 'attachment', 'image/jpeg', 0),
(517, 1, '2013-02-01 00:04:28', '2013-02-01 00:04:28', '', 'DSC03472', '', 'inherit', 'open', 'open', '', 'dsc03472', '', '', '2013-02-01 00:04:28', '2013-02-01 00:04:28', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DSC03472.jpg', 0, 'attachment', 'image/jpeg', 0),
(363, 1, '2012-10-30 10:31:57', '2012-10-30 10:31:57', '', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2012-10-30 10:31:57', '2012-10-30 10:31:57', '', 57, 'http://www.fslcorporate.com/site/?p=363', 0, 'revision', '', 0),
(365, 1, '2013-01-25 05:55:26', '2013-01-25 05:55:26', '', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2013-01-25 05:55:26', '2013-01-25 05:55:26', '', 57, 'http://www.fslcorporate.com/site/?p=365', 0, 'revision', '', 0),
(364, 1, '2013-01-25 05:55:06', '2013-01-25 05:55:06', '[rev_slider test test]', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2013-01-25 05:55:06', '2013-01-25 05:55:06', '', 57, 'http://www.fslcorporate.com/site/?p=364', 0, 'revision', '', 0),
(370, 1, '2013-01-25 05:31:29', '2013-01-25 05:31:29', '<strong>Services.</strong>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\n<br/>\r\n[h5]Our Value[/h5]\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.\r\nThis allows for competitive pricing and a focused team that are dedicated to your project. \r\nAt Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<br/>\r\n[h5]Our Experience[/h5]\r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, or an intimate presentation for a select few, \r\nFrontier Sound and Light will supply the right system and personnel that suits all your needs.  \r\nWith over 18 years of Professional touring and installation experience, Frontier is definitely a sound choice.', 'About', '', 'inherit', 'open', 'open', '', '264-revision-22', '', '', '2013-01-25 05:31:29', '2013-01-25 05:31:29', '', 264, 'http://www.fslcorporate.com/site/?p=370', 0, 'revision', '', 0),
(366, 1, '2013-01-25 05:57:24', '2013-01-25 05:57:24', 'test test test', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2013-01-25 05:57:24', '2013-01-25 05:57:24', '', 57, 'http://www.fslcorporate.com/site/?p=366', 0, 'revision', '', 0),
(367, 1, '2013-01-25 06:03:40', '2013-01-25 06:03:40', 'test test test', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2013-01-25 06:03:40', '2013-01-25 06:03:40', '', 57, 'http://www.fslcorporate.com/site/?p=367', 0, 'revision', '', 0),
(593, 1, '2013-02-01 01:15:10', '2013-02-01 01:15:10', '', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2013-02-01 01:15:10', '2013-02-01 01:15:10', '', 57, 'http://www.fslcorporate.com/site/57-revision-11/', 0, 'revision', '', 0),
(369, 1, '2013-01-25 06:06:04', '2013-01-25 06:06:04', 'test test test', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2013-01-25 06:06:04', '2013-01-25 06:06:04', '', 57, 'http://www.fslcorporate.com/site/?p=369', 0, 'revision', '', 0),
(371, 1, '2013-01-25 07:46:08', '2013-01-25 07:46:08', '<strong>Services.</strong>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\n<br/>\r\n[h2]Our Value[/h2]\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.\r\nThis allows for competitive pricing and a focused team that are dedicated to your project. \r\nAt Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<br/>\r\n[h5]Our Experience[/h5]\r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, or an intimate presentation for a select few, \r\nFrontier Sound and Light will supply the right system and personnel that suits all your needs.  \r\nWith over 18 years of Professional touring and installation experience, Frontier is definitely a sound choice.', 'About', '', 'inherit', 'open', 'open', '', '264-revision-23', '', '', '2013-01-25 07:46:08', '2013-01-25 07:46:08', '', 264, 'http://www.fslcorporate.com/site/264-revision-23/', 0, 'revision', '', 0),
(372, 1, '2012-10-30 17:12:48', '2012-10-30 17:12:48', 'Coming Soon.<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-6', '', '', '2012-10-30 17:12:48', '2012-10-30 17:12:48', '', 270, 'http://www.fslcorporate.com/site/270-revision-6/', 0, 'revision', '', 0),
(450, 1, '2013-01-30 22:14:43', '2013-01-30 22:14:43', 'Coming Soon.<br/>\r\n\r\nSERVICES\r\n\r\nLighting:\r\n\r\nFrom Moving fixtures, conventional lighting, LED Lights, Blinders, LEKOS to Truss.  \r\nFrontier Sound and light has everything you need to pull of the atmosphere your looking for.\r\n\r\n[new_royalslider id=\"1\"]\r\n \r\n \r\nAUDIO:\r\n \r\nLINE ARRAY: (insert web pic or file pic of our Turbosound flex array hanging)\r\n \r\nTrap boxes: (insert web pic of Turbo sound Boxes and Doyle boxes)\r\n \r\nPowered speakers: (insert web pic of DB powered speakers)\r\n \r\nMonitor speakers: (insert a web pic of Jason J17 wedges, and Turbo sound wedges)\r\n \r\nConsoles: (insert pic of DIGICO SD8, SD9, SD 10, SD11 consoles)\r\n \r\nAnalogue desks: Insert pic of Sound craft sm24, MH4\r\n \r\nAMPS: (insert pic of turbo sound amp racks)\r\n \r\nSnakes, cables: (insert pic from web of snakes and splitter boxes from rapco)\r\n \r\nmics: (insert pics of mics from AKG, Sennheiser from web)\r\n \r\n \r\nStaging:\r\n \r\nWe provide staging as small as an 8 x 8 deck for podium speeches up to 40\' x 60\' x 6\' concert stage for arenas and outdoor festivals. Please contact one of our senior reps for more info.\r\n \r\nVideo:\r\n \r\nProjectors: (insert pic of canon 12 k projector)\r\n \r\nScreens: (insert a pic of a large video screen) and add the following:\r\nPlease contact one of our reps for complete details and listing of the various video and screen components we have in stock.\r\n \r\nMedia servers, video switchers: (insert pic from web with a pic each of a switcher and meadia server)\r\n \r\nCameras: (insert pic of canon SD cameras fro shoulder shooting)\r\n \r\nRentals: from small to large, you can rent anything we have in stock!\r\nPlease contact one of our senior reps VIA email or phone for further info on ALL rental packaging, pricing and discounts.', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-9', '', '', '2013-01-30 22:14:43', '2013-01-30 22:14:43', '', 270, 'http://www.fslcorporate.com/site/270-revision-9/', 0, 'revision', '', 0),
(373, 1, '2013-01-25 07:47:14', '2013-01-25 07:47:14', '<strong>Services.</strong>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\n<br/>\r\n[h2]Our Value[/h2]\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.\r\nThis allows for competitive pricing and a focused team that are dedicated to your project. \r\nAt Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<br/>\r\n[h5]Our Experience[/h5]\r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, or an intimate presentation for a select few, \r\nFrontier Sound and Light will supply the right system and personnel that suits all your needs.  \r\nWith over 18 years of Professional touring and installation experience, Frontier is definitely a sound choice.', 'About', '', 'inherit', 'open', 'open', '', '264-revision-24', '', '', '2013-01-25 07:47:14', '2013-01-25 07:47:14', '', 264, 'http://www.fslcorporate.com/site/264-revision-24/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(374, 1, '2013-01-25 07:56:35', '2013-01-25 07:56:35', '<strong>Services.</strong>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\n<br/>\r\n[h2]Our Value[/h2]\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.\r\nThis allows for competitive pricing and a focused team that are dedicated to your project. \r\nAt Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<br/>\r\n[h5]Our Experience[/h5]\r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, or an intimate presentation for a select few, \r\nFrontier Sound and Light will supply the right system and personnel that suits all your needs.  \r\nWith over 18 years of Professional touring and installation experience, Frontier is definitely a sound choice.', 'About', '', 'inherit', 'open', 'open', '', '264-revision-25', '', '', '2013-01-25 07:56:35', '2013-01-25 07:56:35', '', 264, 'http://www.fslcorporate.com/site/264-revision-25/', 0, 'revision', '', 0),
(375, 1, '2013-01-25 07:56:00', '2013-01-25 07:56:00', 'Coming Soon.<br/>\r\n\r\nSERVICES\r\n\r\nLighting:\r\n \r\nMoving fixtures: (pic of moving fixture such as a Mac 575 spot)\r\n \r\nconventional lighting: (insert a pic of a chrome PAR can or Cans)\r\n \r\nLED Lights: (insert pic of Microtech Zoom Par LED light, and a RAZOR light fixture)\r\n \r\nBlinders :(insert a web pic of a blinder)\r\n \r\nLEKOS: (inset a web pic of a leko or lekos)\r\n \r\nTRUSS: (insert a pic of chrome truss from the net)\r\n \r\n \r\nAUDIO:\r\n \r\nLINE ARRAY: (insert web pic or file pic of our Turbosound flex array hanging)\r\n \r\nTrap boxes: (insert web pic of Turbo sound Boxes and Doyle boxes)\r\n \r\nPowered speakers: (insert web pic of DB powered speakers)\r\n \r\nMonitor speakers: (insert a web pic of Jason J17 wedges, and Turbo sound wedges)\r\n \r\nConsoles: (insert pic of DIGICO SD8, SD9, SD 10, SD11 consoles)\r\n \r\nAnalogue desks: Insert pic of Sound craft sm24, MH4\r\n \r\nAMPS: (insert pic of turbo sound amp racks)\r\n \r\nSnakes, cables: (insert pic from web of snakes and splitter boxes from rapco)\r\n \r\nmics: (insert pics of mics from AKG, Sennheiser from web)\r\n \r\n \r\nStaging:\r\n \r\nWe provide staging as small as an 8 x 8 deck for podium speeches up to 40\' x 60\' x 6\' concert stage for arenas and outdoor festivals. Please contact one of our senior reps for more info.\r\n \r\nVideo:\r\n \r\nProjectors: (insert pic of canon 12 k projector)\r\n \r\nScreens: (insert a pic of a large video screen) and add the following:\r\nPlease contact one of our reps for complete details and listing of the various video and screen components we have in stock.\r\n \r\nMedia servers, video switchers: (insert pic from web with a pic each of a switcher and meadia server)\r\n \r\nCameras: (insert pic of canon SD cameras fro shoulder shooting)\r\n \r\nRentals: from small to large, you can rent anything we have in stock!\r\nPlease contact one of our senior reps VIA email or phone for further info on ALL rental packaging, pricing and discounts.', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-7', '', '', '2013-01-25 07:56:00', '2013-01-25 07:56:00', '', 270, 'http://www.fslcorporate.com/site/270-revision-7/', 0, 'revision', '', 0),
(376, 1, '2012-10-30 17:15:55', '2012-10-30 17:15:55', '[full]\r\n<h5>How To Find Us</h5>\r\n<table class=\"contacttable\">\r\n<tbody>\r\n<tr>\r\n<th>Company:</th>\r\n<td>Frontier Sound &amp; Light</td>\r\n</tr>\r\n<tr>\r\n<th>Street:</th>\r\n<td>1310 Kerrisdale Unit #3</td>\r\n</tr>\r\n<tr>\r\n<th>Postal/City:</th>\r\n<td>Newmarket, Ontario.  L3Y 8V6</td>\r\n</tr>\r\n<tr>\r\n<th>Email:</th>\r\n<td><a href=\"#\">info@fslcorporate.com</a></td>\r\n</tr>\r\n<tr>\r\n<th>Phone:</th>\r\n<td>905-895-1902</td>\r\n</tr>\r\n<tr>\r\n<th>Fax:</th>\r\n<td>905-895-7530</td>\r\n</tbody>\r\n</table>\r\n[/full]\r\n\r\n[contentdivider]', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2012-10-30 17:15:55', '2012-10-30 17:15:55', '', 182, 'http://www.fslcorporate.com/site/182-revision-11/', 0, 'revision', '', 0),
(377, 1, '2013-01-25 07:59:06', '2013-01-25 07:59:06', '[full]\r\n<h5>How To Find Us</h5>\r\n<table class=\"contacttable\">\r\n<tbody>\r\n<tr>\r\n<th>Company:</th>\r\n<td>Frontier Sound &amp; Light</td>\r\n</tr>\r\n<tr>\r\n<th>Street:</th>\r\n<td>1310 Kerrisdale Unit #3</td>\r\n</tr>\r\n<tr>\r\n<th>Postal/City:</th>\r\n<td>Newmarket, Ontario.  L3Y 8V6</td>\r\n</tr>\r\n<tr>\r\n<th>Email:</th>\r\n<td><a href=\"#\">info@fslcorporate.com</a></td>\r\n</tr>\r\n<tr>\r\n<th>Phone:</th>\r\n<td>905-895-1902</td>\r\n</tr>\r\n<tr>\r\n<th>Fax:</th>\r\n<td>905-895-7530</td>\r\n</tbody>\r\n</table>\r\n[/full]\r\n\r\n[contentdivider]', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-01-25 07:59:06', '2013-01-25 07:59:06', '', 182, 'http://www.fslcorporate.com/site/182-revision-12/', 0, 'revision', '', 0),
(379, 1, '2013-01-25 08:01:46', '2013-01-25 08:01:46', '[contact-form-7 id=\"353\" title=\"Contact form 1\"]\r\n\r\n<h5>How To Find Us</h5>\r\n<table class=\"contacttable\">\r\n<tbody>\r\n<tr>\r\n<th>Company:</th>\r\n<td>Frontier Sound &amp; Light</td>\r\n</tr>\r\n<tr>\r\n<th>Street:</th>\r\n<td>1310 Kerrisdale Unit #3</td>\r\n</tr>\r\n<tr>\r\n<th>Postal/City:</th>\r\n<td>Newmarket, Ontario.  L3Y 8V6</td>\r\n</tr>\r\n<tr>\r\n<th>Email:</th>\r\n<td><a href=\"#\">info@fslcorporate.com</a></td>\r\n</tr>\r\n<tr>\r\n<th>Phone:</th>\r\n<td>905-895-1902</td>\r\n</tr>\r\n<tr>\r\n<th>Fax:</th>\r\n<td>905-895-7530</td>\r\n</tbody>\r\n</table>', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-01-25 08:01:46', '2013-01-25 08:01:46', '', 182, 'http://www.fslcorporate.com/site/182-revision-14/', 0, 'revision', '', 0),
(386, 1, '2013-01-25 21:57:27', '2013-01-25 21:57:27', '[contact-form-7 id=\"353\" title=\"Contact form 1\"]\r\n<h5>How To Find Us</h5>\r\nFrontier Sound &amp; Light\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\nE-Mail: info@FrontierSoundAndLight.com\r\n\r\n&nbsp;\r\n\r\nCONTACT US:\r\nmike\'s name and email\r\nStu\'s name and email\r\nmy name and email\r\nTyler\'s name and email,\r\nand our company toll free phone number obviously!\r\n\r\n&nbsp;\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-01-25 21:57:27', '2013-01-25 21:57:27', '', 182, 'http://www.fslcorporate.com/site/182-revision-21/', 0, 'revision', '', 0),
(380, 1, '2013-01-25 21:49:20', '2013-01-25 21:49:20', '[contact-form-7 id=\"353\" title=\"Contact form 1\"]\r\n<h5>How To Find Us</h5>\r\n<table class=\"contacttable\">\r\n<tbody>\r\n<tr>\r\n<th>Company:</th>\r\n<td>Frontier Sound &amp; Light</td>\r\n</tr>\r\n<tr>\r\n<th>Street:</th>\r\n<td>1310 Kerrisdale Unit #3</td>\r\n</tr>\r\n<tr>\r\n<th>Postal/City:</th>\r\n<td>Newmarket, Ontario.  L3Y 8V6</td>\r\n</tr>\r\n<tr>\r\n<th>Email:</th>\r\n<td><a href=\"#\">info@fslcorporate.com</a></td>\r\n</tr>\r\n<tr>\r\n<th>Phone:</th>\r\n<td>905-895-1902</td>\r\n</tr>\r\n<tr>\r\n<th>Fax:</th>\r\n<td>905-895-7530</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nCONTACT US:\r\n\r\nput in our full address and email, and put in:\r\nmike\'s name and email\r\nStu\'s name and email\r\nmy name and email\r\nTyler\'s name and email,\r\nand our company toll free phone number obviously!\r\n\r\n&nbsp;\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"Your Title\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\ninfo@frontiersoundandlight.com', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-01-25 21:49:20', '2013-01-25 21:49:20', '', 182, 'http://www.fslcorporate.com/site/182-revision-15/', 0, 'revision', '', 0),
(381, 1, '2013-01-25 21:49:50', '2013-01-25 21:49:50', '[contact-form-7 id=\"353\" title=\"Contact form 1\"]\r\n<h5>How To Find Us</h5>\r\n<table class=\"contacttable\">\r\n<tbody>\r\n<tr>\r\n<th>Company:</th>\r\n<td>Frontier Sound &amp; Light</td>\r\n</tr>\r\n<tr>\r\n<th>Street:</th>\r\n<td>1310 Kerrisdale Unit #3</td>\r\n</tr>\r\n<tr>\r\n<th>Postal/City:</th>\r\n<td>Newmarket, Ontario.  L3Y 8V6</td>\r\n</tr>\r\n<tr>\r\n<th>Email:</th>\r\n<td><a href=\"#\">info@fslcorporate.com</a></td>\r\n</tr>\r\n<tr>\r\n<th>Phone:</th>\r\n<td>905-895-1902</td>\r\n</tr>\r\n<tr>\r\n<th>Fax:</th>\r\n<td>905-895-7530</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nCONTACT US:\r\n\r\nput in our full address and email, and put in:\r\nmike\'s name and email\r\nStu\'s name and email\r\nmy name and email\r\nTyler\'s name and email,\r\nand our company toll free phone number obviously!\r\n\r\n&nbsp;\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\ninfo@frontiersoundandlight.com', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-01-25 21:49:50', '2013-01-25 21:49:50', '', 182, 'http://www.fslcorporate.com/site/182-revision-16/', 0, 'revision', '', 0),
(382, 1, '2013-01-25 21:53:42', '2013-01-25 21:53:42', '[contact-form-7 id=\"353\" title=\"Contact form 1\"]\r\n<h5>How To Find Us</h5>\r\n<table class=\"contacttable\">\r\n<tbody>\r\n<tr>\r\n<th>Company:</th>\r\n<td>Frontier Sound &amp; Light</td>\r\n</tr>\r\n<tr>\r\n<th>Street:</th>\r\n<td>1310 Kerrisdale Unit #3</td>\r\n</tr>\r\n<tr>\r\n<th>Postal/City:</th>\r\n<td>Newmarket, Ontario.  L3Y 8V6</td>\r\n</tr>\r\n<tr>\r\n<th>Email:</th>\r\n<td><a href=\"mailto:info@FrontierSoundandLight.com\">info@fslcorporate.com</a></td>\r\n</tr>\r\n<tr>\r\n<th>Phone:</th>\r\n<td>905-895-1902</td>\r\n</tr>\r\n<tr>\r\n<th>Fax:</th>\r\n<td>905-895-7530</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nCONTACT US:\r\n\r\nput in our full address and email, and put in:\r\nmike\'s name and email\r\nStu\'s name and email\r\nmy name and email\r\nTyler\'s name and email,\r\nand our company toll free phone number obviously!\r\n\r\n&nbsp;\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\ninfo@frontiersoundandlight.com', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-01-25 21:53:42', '2013-01-25 21:53:42', '', 182, 'http://www.fslcorporate.com/site/182-revision-17/', 0, 'revision', '', 0),
(383, 1, '2013-01-25 21:54:26', '2013-01-25 21:54:26', '[contact-form-7 id=\"353\" title=\"Contact form 1\"]\r\n<h5>How To Find Us</h5>\r\n<table class=\"contacttable\">\r\n<tbody>\r\n<tr>\r\n<th>Company:</th>\r\n<td>Frontier Sound &amp; Light</td>\r\n</tr>\r\n<tr>\r\n<th>Street:</th>\r\n<td>1310 Kerrisdale Unit #3</td>\r\n</tr>\r\n<tr>\r\n<th>Postal/City:</th>\r\n<td>Newmarket, Ontario.  L3Y 8V6</td>\r\n</tr>\r\n<tr>\r\n<th>Email:</th>\r\n<td><a href=\"mailto:info@FrontierSoundandLight.com\">info@fslcorporate.com</a></td>\r\n</tr>\r\n<tr>\r\n<th>Phone:</th>\r\n<td>905-895-1902</td>\r\n</tr>\r\n<tr>\r\n<th>Fax:</th>\r\n<td>905-895-7530</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nCONTACT US:\r\n\r\nput in our full address and email, and put in:\r\nmike\'s name and email\r\nStu\'s name and email\r\nmy name and email\r\nTyler\'s name and email,\r\nand our company toll free phone number obviously!\r\n\r\n&nbsp;\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-01-25 21:54:26', '2013-01-25 21:54:26', '', 182, 'http://www.fslcorporate.com/site/182-revision-18/', 0, 'revision', '', 0),
(385, 1, '2013-01-25 21:57:09', '2013-01-25 21:57:09', '[contact-form-7 id=\"353\" title=\"Contact form 1\"]\r\n<h5>How To Find Us</h5>\r\nFrontier Sound &amp; Light\r\n\r\n1310 Kerrisdale Unit #3\r\n\r\nNewmarket, Ontario. L3Y 8V6\r\n\r\nPhone: 905-895-1902\r\n\r\nToll Free: 1-877-895-1902\r\n\r\nFax: 905-895-7530\r\n\r\nE-Mail: info@FrontierSoundAndLight.com\r\n\r\n&nbsp;\r\n\r\nCONTACT US:\r\nmike\'s name and email\r\nStu\'s name and email\r\nmy name and email\r\nTyler\'s name and email,\r\nand our company toll free phone number obviously!\r\n\r\n&nbsp;\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-01-25 21:57:09', '2013-01-25 21:57:09', '', 182, 'http://www.fslcorporate.com/site/182-revision-20/', 0, 'revision', '', 0),
(384, 1, '2013-01-25 21:55:17', '2013-01-25 21:55:17', '[contact-form-7 id=\"353\" title=\"Contact form 1\"]\r\n<h5>How To Find Us</h5>\r\n<table class=\"contacttable\">\r\n<tbody>\r\n<tr>\r\n<th style=\"text-align: left;\">Company:</th>\r\n<td style=\"text-align: left;\">Frontier Sound &amp; Light</td>\r\n</tr>\r\n<tr>\r\n<th style=\"text-align: left;\">Street:</th>\r\n<td>1310 Kerrisdale Unit #3</td>\r\n</tr>\r\n<tr>\r\n<th style=\"text-align: left;\">Postal/City:</th>\r\n<td style=\"text-align: left;\">Newmarket, Ontario.  L3Y 8V6</td>\r\n</tr>\r\n<tr>\r\n<th style=\"text-align: left;\">Email:</th>\r\n<td><a href=\"mailto:info@FrontierSoundandLight.com\">info@fslcorporate.com</a></td>\r\n</tr>\r\n<tr>\r\n<th style=\"text-align: left;\">Phone:</th>\r\n<td>905-895-1902</td>\r\n</tr>\r\n<tr>\r\n<th style=\"text-align: left;\">Fax:</th>\r\n<td style=\"text-align: left;\">905-895-7530</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nCONTACT US:\r\nmike\'s name and email\r\nStu\'s name and email\r\nmy name and email\r\nTyler\'s name and email,\r\nand our company toll free phone number obviously!\r\n\r\n&nbsp;\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-01-25 21:55:17', '2013-01-25 21:55:17', '', 182, 'http://www.fslcorporate.com/site/182-revision-19/', 0, 'revision', '', 0),
(387, 1, '2013-01-25 21:59:41', '2013-01-25 21:59:41', '[contact-form-7 id=\"353\" title=\"Contact form 1\"]\r\n<h5>How To Find Us</h5>\r\nFrontier Sound &amp; Light\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\nE-Mail: info@FrontierSoundAndLight.com\r\n\r\nCONTACT OUR TEAM:\r\nMichael Kerwin: <a href=\"mailto:Mike@FrontierSoundAndLight.com\" target=\"_blank\">Mike@FrontierSoundAndLight.com</a>\r\nStewart Evans:\r\nmy name and email\r\nTyler\'s name and email,\r\nand our company toll free phone number obviously!\r\n\r\n&nbsp;\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-01-25 21:59:41', '2013-01-25 21:59:41', '', 182, 'http://www.fslcorporate.com/site/182-revision-22/', 0, 'revision', '', 0),
(388, 1, '2013-01-25 22:01:04', '2013-01-25 22:01:04', '[contact-form-7 id=\"353\" title=\"Contact form 1\"]\r\n<h5>How To Find Us</h5>\r\nFrontier Sound &amp; Light\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\nE-Mail: info@FrontierSoundAndLight.com\r\n\r\nCONTACT OUR TEAM:\r\nMichael Kerwin <em>POSITION</em>:\r\n<a href=\"mailto:Mike@FrontierSoundAndLight.com\" target=\"_blank\">Mike@FrontierSoundAndLight.com</a>\r\n\r\nStewart Evans, <em>POSITION</em>:\r\n\r\n\r\nAnthony Gravis <em>POSITION:</em>\r\n\r\n&nbsp;\r\n\r\nTyler:  <em>POSITION\r\n</em>TYLERS EMAIL\r\n\r\n[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"]\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-01-25 22:01:04', '2013-01-25 22:01:04', '', 182, 'http://www.fslcorporate.com/site/182-revision-23/', 0, 'revision', '', 0),
(389, 1, '2013-01-25 22:01:44', '2013-01-25 22:01:44', '[one_half]\r\n\r\nFrontier Sound &amp; Light\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\nE-Mail: info@FrontierSoundAndLight.com\r\n\r\nCONTACT OUR TEAM:\r\nMichael Kerwin <em>POSITION</em>:\r\n<a href=\"mailto:Mike@FrontierSoundAndLight.com\" target=\"_blank\">Mike@FrontierSoundAndLight.com</a>\r\n\r\nStewart Evans, <em>POSITION</em>:\r\n\r\nAnthony Gravis <em>POSITION:</em>\r\n\r\n&nbsp;\r\n\r\nTyler:  <em>POSITION\r\n</em>TYLERS EMAIL\r\n\r\n[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"]\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-01-25 22:01:44', '2013-01-25 22:01:44', '', 182, 'http://www.fslcorporate.com/site/182-revision-24/', 0, 'revision', '', 0),
(390, 1, '2013-01-25 22:02:36', '2013-01-25 22:02:36', '[one_half]\r\n\r\nFrontier Sound &amp; Light\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\nE-Mail: info@FrontierSoundAndLight.com\r\n\r\nCONTACT OUR TEAM:\r\nMichael Kerwin <em>POSITION</em>:\r\n<a href=\"mailto:Mike@FrontierSoundAndLight.com\" target=\"_blank\">Mike@FrontierSoundAndLight.com</a>\r\n\r\nStewart Evans, <em>POSITION</em>:\r\nSTU EMAIL\r\n\r\nAnthony Gravis <em>POSITION:</em>\r\nTONY EMAIL\r\n\r\nTyler:  <em>POSITION</em>\r\n\r\n[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"]\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-01-25 22:02:36', '2013-01-25 22:02:36', '', 182, 'http://www.fslcorporate.com/site/182-revision-25/', 0, 'revision', '', 0),
(391, 1, '2013-01-25 22:03:22', '2013-01-25 22:03:22', '[one_half]\r\n\r\nFrontier Sound &amp; Light\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\nE-Mail: info@FrontierSoundAndLight.com\r\n\r\nCONTACT OUR TEAM:\r\nMichael Kerwin <em>POSITION</em>:\r\n<a href=\"mailto:Mike@FrontierSoundAndLight.com\" target=\"_blank\">Mike@FrontierSoundAndLight.com</a>\r\n\r\nStewart Evans, <em>POSITION</em>:\r\nSTU EMAIL\r\n\r\nAnthony Gravis <em>POSITION:</em>\r\nTONY EMAIL\r\n\r\nTyler:  <em>POSITION</em>\r\n\r\n[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"]\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions?  Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-01-25 22:03:22', '2013-01-25 22:03:22', '', 182, 'http://www.fslcorporate.com/site/182-revision-26/', 0, 'revision', '', 0),
(392, 1, '2013-01-25 22:04:51', '2013-01-25 22:04:51', '[one_half]\r\n\r\n[map w=\"600\" h=\"400\" style=\"full, standard\" z=\"16\" marker=\"yes\" infowindow=\"Hello World!\" infowindowdefault=\"yes or no\" maptype=\"SATELLITE, HYBRID, TERRAIN\" hidecontrols=\"true or false\" address=\"New York\"]\r\n\r\nFrontier Sound &amp; Light\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\nE-Mail: info@FrontierSoundAndLight.com\r\n\r\nCONTACT OUR TEAM:\r\nMichael Kerwin <em>POSITION</em>:\r\n<a href=\"mailto:Mike@FrontierSoundAndLight.com\" target=\"_blank\">Mike@FrontierSoundAndLight.com</a>\r\n\r\nStewart Evans, <em>POSITION</em>:\r\nSTU EMAIL\r\n\r\nAnthony Gravis <em>POSITION:</em>\r\nTONY EMAIL\r\n\r\nTyler:  <em>POSITION</em>\r\n\r\n[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"]\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-01-25 22:04:51', '2013-01-25 22:04:51', '', 182, 'http://www.fslcorporate.com/site/182-revision-27/', 0, 'revision', '', 0),
(393, 1, '2013-01-25 22:05:28', '2013-01-25 22:05:28', '[one_half]\r\n\r\n[map w=\"300\" h=\"300\" style=\"full, standard\" z=\"16\" marker=\"yes\" infowindow=\"Hello World!\" infowindowdefault=\"yes or no\" maptype=\"SATELLITE, HYBRID, TERRAIN\" hidecontrols=\"true or false\" address=\"New York\"]\r\n\r\nFrontier Sound &amp; Light\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\nE-Mail: info@FrontierSoundAndLight.com\r\n\r\nCONTACT OUR TEAM:\r\nMichael Kerwin <em>POSITION</em>:\r\n<a href=\"mailto:Mike@FrontierSoundAndLight.com\" target=\"_blank\">Mike@FrontierSoundAndLight.com</a>\r\n\r\nStewart Evans, <em>POSITION</em>:\r\nSTU EMAIL\r\n\r\nAnthony Gravis <em>POSITION:</em>\r\nTONY EMAIL\r\n\r\nTyler:  <em>POSITION</em>\r\n\r\n[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"]\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-01-25 22:05:28', '2013-01-25 22:05:28', '', 182, 'http://www.fslcorporate.com/site/182-revision-28/', 0, 'revision', '', 0),
(395, 1, '2013-01-25 22:08:15', '2013-01-25 22:08:15', '[one_half]\r\n\r\n[[map w=\"600\" h=\"300\" style=\"full\" z=\"16\" marker=\"yes\" infowindow=\"100 Mainstreet Blvd. (South) 44th Floor, Highland Tower Miami, Florida 33148\" infowindowdefault=\"no\" hidecontrols=\"false\" address=\"Miami\" markerimage=\"http://localhost:8888/kickstart2/wp-content/uploads/2012/12/office.png\"]\r\n\r\nFrontier Sound &amp; Light\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\nE-Mail: info@FrontierSoundAndLight.com\r\n\r\nCONTACT OUR TEAM:\r\nMichael Kerwin <em>POSITION</em>:\r\n<a href=\"mailto:Mike@FrontierSoundAndLight.com\" target=\"_blank\">Mike@FrontierSoundAndLight.com</a>\r\n\r\nStewart Evans, <em>POSITION</em>:\r\nSTU EMAIL\r\n\r\nAnthony Gravis <em>POSITION:</em>\r\nTONY EMAIL\r\n\r\nTyler:  <em>POSITION</em>\r\n\r\n[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"]\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-01-25 22:08:15', '2013-01-25 22:08:15', '', 182, 'http://www.fslcorporate.com/site/182-revision-30/', 0, 'revision', '', 0),
(394, 1, '2013-01-25 22:06:39', '2013-01-25 22:06:39', '[one_half]\r\n\r\n&lt;iframe width=\"425\" height=\"350\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"http://maps.google.ca/maps?ie=UTF8&amp;amp;q=frontier+sound+and+light&amp;amp;fb=1&amp;amp;gl=ca&amp;amp;hq=frontier+sound+and+light&amp;amp;cid=0,0,1555387497428802125&amp;amp;t=m&amp;amp;iwloc=A&amp;amp;ll=44.069958,-79.432941&amp;amp;spn=0.006295,0.006295&amp;amp;output=embed\"&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;small&gt;&lt;a href=\"http://maps.google.ca/maps?ie=UTF8&amp;amp;q=frontier+sound+and+light&amp;amp;fb=1&amp;amp;gl=ca&amp;amp;hq=frontier+sound+and+light&amp;amp;cid=0,0,1555387497428802125&amp;amp;t=m&amp;amp;iwloc=A&amp;amp;ll=44.069958,-79.432941&amp;amp;spn=0.006295,0.006295&amp;amp;source=embed\" style=\"color:#0000FF;text-align:left\"&gt;View Larger Map&lt;/a&gt;&lt;/small&gt;\r\n\r\n[map w=\"300\" h=\"300\" style=\"full, standard\" z=\"16\" marker=\"yes\" infowindow=\"Hello World!\" infowindowdefault=\"yes or no\" maptype=\"SATELLITE, HYBRID, TERRAIN\" hidecontrols=\"true or false\" address=\"New York\"]\r\n\r\nFrontier Sound &amp; Light\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\nE-Mail: info@FrontierSoundAndLight.com\r\n\r\nCONTACT OUR TEAM:\r\nMichael Kerwin <em>POSITION</em>:\r\n<a href=\"mailto:Mike@FrontierSoundAndLight.com\" target=\"_blank\">Mike@FrontierSoundAndLight.com</a>\r\n\r\nStewart Evans, <em>POSITION</em>:\r\nSTU EMAIL\r\n\r\nAnthony Gravis <em>POSITION:</em>\r\nTONY EMAIL\r\n\r\nTyler:  <em>POSITION</em>\r\n\r\n[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"]\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-01-25 22:06:39', '2013-01-25 22:06:39', '', 182, 'http://www.fslcorporate.com/site/182-revision-29/', 0, 'revision', '', 0),
(397, 1, '2013-01-25 22:09:57', '2013-01-25 22:09:57', '[one_half]\r\n\r\n[map w=\"600\" h=\"300\" style=\"full\" z=\"16\" marker=\"yes\" infowindow=\"1310 Kerrisdale Unit #3.  Newmarket, Ontario. L3Y 8V6\" infowindowdefault=\"no\" hidecontrols=\"false\" address=\"\" markerimage=\"http://goo.gl/maps/HA98g\"]\r\n\r\nFrontier Sound &amp; Light\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\nE-Mail: info@FrontierSoundAndLight.com\r\n\r\nCONTACT OUR TEAM:\r\nMichael Kerwin <em>POSITION</em>:\r\n<a href=\"mailto:Mike@FrontierSoundAndLight.com\" target=\"_blank\">Mike@FrontierSoundAndLight.com</a>\r\n\r\nStewart Evans, <em>POSITION</em>:\r\nSTU EMAIL\r\n\r\nAnthony Gravis <em>POSITION:</em>\r\nTONY EMAIL\r\n\r\nTyler:  <em>POSITION</em>\r\n\r\n[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"]\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-01-25 22:09:57', '2013-01-25 22:09:57', '', 182, 'http://www.fslcorporate.com/site/182-revision-32/', 0, 'revision', '', 0),
(396, 1, '2013-01-25 22:09:13', '2013-01-25 22:09:13', '[one_half]\r\n\r\n[map w=\"600\" h=\"300\" style=\"full\" z=\"16\" marker=\"yes\" infowindow=\"1310 Kerrisdale Unit #3.  Newmarket, Ontario. L3Y 8V6\" infowindowdefault=\"no\" hidecontrols=\"false\" address=\"Newmarket\" markerimage=\"http://maps.google.ca/maps?q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;z=16&amp;iwloc=A\"]\r\n\r\nFrontier Sound &amp; Light\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\nE-Mail: info@FrontierSoundAndLight.com\r\n\r\nCONTACT OUR TEAM:\r\nMichael Kerwin <em>POSITION</em>:\r\n<a href=\"mailto:Mike@FrontierSoundAndLight.com\" target=\"_blank\">Mike@FrontierSoundAndLight.com</a>\r\n\r\nStewart Evans, <em>POSITION</em>:\r\nSTU EMAIL\r\n\r\nAnthony Gravis <em>POSITION:</em>\r\nTONY EMAIL\r\n\r\nTyler:  <em>POSITION</em>\r\n\r\n[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"]\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-01-25 22:09:13', '2013-01-25 22:09:13', '', 182, 'http://www.fslcorporate.com/site/182-revision-31/', 0, 'revision', '', 0),
(398, 1, '2013-01-25 22:10:44', '2013-01-25 22:10:44', '[one_half]\r\n\r\n[map w=\"600\" h=\"300\" style=\"full\" z=\"16\" marker=\"yes\" infowindow=\"1310 Kerrisdale Unit #3.  Newmarket, Ontario. L3Y 8V6\" infowindowdefault=\"no\" hidecontrols=\"false\" address=\"http://maps.google.ca/maps?q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;z=16&amp;iwloc=A\"]\r\n\r\nFrontier Sound &amp; Light\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\nE-Mail: info@FrontierSoundAndLight.com\r\n\r\nCONTACT OUR TEAM:\r\nMichael Kerwin <em>POSITION</em>:\r\n<a href=\"mailto:Mike@FrontierSoundAndLight.com\" target=\"_blank\">Mike@FrontierSoundAndLight.com</a>\r\n\r\nStewart Evans, <em>POSITION</em>:\r\nSTU EMAIL\r\n\r\nAnthony Gravis <em>POSITION:</em>\r\nTONY EMAIL\r\n\r\nTyler:  <em>POSITION</em>\r\n\r\n[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"]\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-01-25 22:10:44', '2013-01-25 22:10:44', '', 182, 'http://www.fslcorporate.com/site/182-revision-33/', 0, 'revision', '', 0),
(400, 1, '2013-01-25 22:12:02', '2013-01-25 22:12:02', '[one_half]\r\n\r\n[map w=\"300\" h=\"200\" style=\"full\" z=\"16\" marker=\"yes\" infowindow=\"17665 Leslie St #5, Newmarket, ON L3Y 3E3\" infowindowdefault=\"no\" hidecontrols=\"false\" address=\"Miami\" markerimage=\"http://maps.google.ca/maps?q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;z=16&amp;iwloc=A\"]\r\n\r\nFrontier Sound &amp; Light\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\nE-Mail: info@FrontierSoundAndLight.com\r\n\r\nCONTACT OUR TEAM:\r\nMichael Kerwin <em>POSITION</em>:\r\n<a href=\"mailto:Mike@FrontierSoundAndLight.com\" target=\"_blank\">Mike@FrontierSoundAndLight.com</a>\r\n\r\nStewart Evans, <em>POSITION</em>:\r\nSTU EMAIL\r\n\r\nAnthony Gravis <em>POSITION:</em>\r\nTONY EMAIL\r\n\r\nTyler:  <em>POSITION</em>\r\n\r\n[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"]\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-01-25 22:12:02', '2013-01-25 22:12:02', '', 182, 'http://www.fslcorporate.com/site/182-revision-35/', 0, 'revision', '', 0),
(399, 1, '2013-01-25 22:11:36', '2013-01-25 22:11:36', '[one_half]\r\n\r\n[map w=\"300\" h=\"200\" style=\"full\" z=\"16\" marker=\"yes\" infowindow=\"100 Mainstreet Blvd. (South) 44th Floor, Highland Tower Miami, Florida 33148\" infowindowdefault=\"no\" hidecontrols=\"false\" address=\"Miami\" markerimage=\"http://maps.google.ca/maps?q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;z=16&amp;iwloc=A\"]\r\n\r\nFrontier Sound &amp; Light\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\nE-Mail: info@FrontierSoundAndLight.com\r\n\r\nCONTACT OUR TEAM:\r\nMichael Kerwin <em>POSITION</em>:\r\n<a href=\"mailto:Mike@FrontierSoundAndLight.com\" target=\"_blank\">Mike@FrontierSoundAndLight.com</a>\r\n\r\nStewart Evans, <em>POSITION</em>:\r\nSTU EMAIL\r\n\r\nAnthony Gravis <em>POSITION:</em>\r\nTONY EMAIL\r\n\r\nTyler:  <em>POSITION</em>\r\n\r\n[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"]\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-01-25 22:11:36', '2013-01-25 22:11:36', '', 182, 'http://www.fslcorporate.com/site/182-revision-34/', 0, 'revision', '', 0),
(403, 1, '2013-01-25 22:14:13', '2013-01-25 22:14:13', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\nE-Mail: info@FrontierSoundAndLight.com\r\n\r\n[map w=\"300\" h=\"200\" style=\"full\" z=\"16\" marker=\"yes\" infowindow=\"17665 Leslie St #5, Newmarket, ON L3Y 3E3\" infowindowdefault=\"no\" hidecontrols=\"false\" address=\"17665 Leslie St #5, Newmarket, ON L3Y 3E3\" markerimage=\"http://maps.google.ca/maps?q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;z=16&amp;iwloc=A\"]\r\n\r\n&nbsp;\r\n\r\nCONTACT OUR TEAM:\r\nMichael Kerwin <em>POSITION</em>:\r\n<a href=\"mailto:Mike@FrontierSoundAndLight.com\" target=\"_blank\">Mike@FrontierSoundAndLight.com</a>\r\n\r\nStewart Evans, <em>POSITION</em>:\r\nSTU EMAIL\r\n\r\nAnthony Gravis <em>POSITION:</em>\r\nTONY EMAIL\r\n\r\nTyler:  <em>POSITION</em>\r\n\r\n[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"]\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-01-25 22:14:13', '2013-01-25 22:14:13', '', 182, 'http://www.fslcorporate.com/site/182-revision-38/', 0, 'revision', '', 0),
(401, 1, '2013-01-25 22:12:38', '2013-01-25 22:12:38', '[one_half]\r\n\r\n[map w=\"300\" h=\"200\" style=\"full\" z=\"16\" marker=\"yes\" infowindow=\"17665 Leslie St #5, Newmarket, ON L3Y 3E3\" infowindowdefault=\"no\" hidecontrols=\"false\" address=\"17665 Leslie St #5, Newmarket, ON L3Y 3E3\" markerimage=\"http://maps.google.ca/maps?q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;z=16&amp;iwloc=A\"]\r\n\r\nFrontier Sound &amp; Light\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\nE-Mail: info@FrontierSoundAndLight.com\r\n\r\nCONTACT OUR TEAM:\r\nMichael Kerwin <em>POSITION</em>:\r\n<a href=\"mailto:Mike@FrontierSoundAndLight.com\" target=\"_blank\">Mike@FrontierSoundAndLight.com</a>\r\n\r\nStewart Evans, <em>POSITION</em>:\r\nSTU EMAIL\r\n\r\nAnthony Gravis <em>POSITION:</em>\r\nTONY EMAIL\r\n\r\nTyler:  <em>POSITION</em>\r\n\r\n[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"]\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-01-25 22:12:38', '2013-01-25 22:12:38', '', 182, 'http://www.fslcorporate.com/site/182-revision-36/', 0, 'revision', '', 0),
(402, 1, '2013-01-25 22:13:54', '2013-01-25 22:13:54', '[one_half]\r\n\r\n[map w=\"300\" h=\"200\" style=\"full\" z=\"16\" marker=\"yes\" infowindow=\"17665 Leslie St #5, Newmarket, ON L3Y 3E3\" infowindowdefault=\"no\" hidecontrols=\"false\" address=\"17665 Leslie St #5, Newmarket, ON L3Y 3E3\" markerimage=\"http://maps.google.ca/maps?q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;z=16&amp;iwloc=A\"]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\nE-Mail: info@FrontierSoundAndLight.com\r\n\r\nCONTACT OUR TEAM:\r\nMichael Kerwin <em>POSITION</em>:\r\n<a href=\"mailto:Mike@FrontierSoundAndLight.com\" target=\"_blank\">Mike@FrontierSoundAndLight.com</a>\r\n\r\nStewart Evans, <em>POSITION</em>:\r\nSTU EMAIL\r\n\r\nAnthony Gravis <em>POSITION:</em>\r\nTONY EMAIL\r\n\r\nTyler:  <em>POSITION</em>\r\n\r\n[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"]\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-01-25 22:13:54', '2013-01-25 22:13:54', '', 182, 'http://www.fslcorporate.com/site/182-revision-37/', 0, 'revision', '', 0),
(408, 1, '2013-01-25 22:29:57', '2013-01-25 22:29:57', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\nE-Mail: info@FrontierSoundAndLight.com\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<iframe width=\"300\" height=\"200\" frameborder=\"0\" scrolling=\"yes\" marginheight=\"0\" marginwidth=\"0\" src=\"http://maps.google.ca/maps?ie=UTF8&amp;q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;iwloc=A&amp;ll=44.069958,-79.432941&amp;spn=0.006295,0.006295&amp;output=embed\"></iframe><br /><small><a href=\"http://maps.google.ca/maps?ie=UTF8&amp;q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;iwloc=A&amp;ll=44.069958,-79.432941&amp;spn=0.006295,0.006295&amp;source=embed\" style=\"color:#0000FF;text-align:left\">View Larger Map</a></small>\r\n&nbsp;\r\n\r\nCONTACT OUR TEAM:\r\nMichael Kerwin <em>POSITION</em>:\r\n<a href=\"mailto:Mike@FrontierSoundAndLight.com\" target=\"_blank\">Mike@FrontierSoundAndLight.com</a>\r\n\r\nStewart Evans, <em>POSITION</em>:\r\nSTU EMAIL\r\n\r\nAnthony Gravis <em>POSITION:</em>\r\nTONY EMAIL\r\n\r\nTyler:  <em>POSITION</em>\r\n\r\n[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"]\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-01-25 22:29:57', '2013-01-25 22:29:57', '', 182, 'http://www.fslcorporate.com/site/182-revision-43/', 0, 'revision', '', 0),
(405, 1, '2013-01-25 22:16:10', '2013-01-25 22:16:10', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\nE-Mail: info@FrontierSoundAndLight.com\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<iframe width=\"425\" height=\"350\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"http://maps.google.ca/maps?ie=UTF8&amp;q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;iwloc=A&amp;ll=44.069958,-79.432941&amp;spn=0.006295,0.006295&amp;output=embed\"></iframe><br /><small><a href=\"http://maps.google.ca/maps?ie=UTF8&amp;q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;iwloc=A&amp;ll=44.069958,-79.432941&amp;spn=0.006295,0.006295&amp;source=embed\" style=\"color:#0000FF;text-align:left\">View Larger Map</a></small>\r\n\r\n[map w=\"300\" h=\"200\" style=\"full\" z=\"16\" marker=\"yes\" infowindow=\"17665 Leslie St #5, Newmarket, ON L3Y 3E3\" infowindowdefault=\"no\" hidecontrols=\"false\" address=\"17665 Leslie St #5, Newmarket, ON L3Y 3E3\" markerimage=\"http://maps.google.ca/maps?q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;z=16&amp;iwloc=A\"]\r\n\r\n&nbsp;\r\n\r\nCONTACT OUR TEAM:\r\nMichael Kerwin <em>POSITION</em>:\r\n<a href=\"mailto:Mike@FrontierSoundAndLight.com\" target=\"_blank\">Mike@FrontierSoundAndLight.com</a>\r\n\r\nStewart Evans, <em>POSITION</em>:\r\nSTU EMAIL\r\n\r\nAnthony Gravis <em>POSITION:</em>\r\nTONY EMAIL\r\n\r\nTyler:  <em>POSITION</em>\r\n\r\n[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"]\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-01-25 22:16:10', '2013-01-25 22:16:10', '', 182, 'http://www.fslcorporate.com/site/182-revision-40/', 0, 'revision', '', 0),
(404, 1, '2013-01-25 22:14:55', '2013-01-25 22:14:55', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\nE-Mail: info@FrontierSoundAndLight.com\r\n\r\n&nbsp;\r\n\r\n&lt;iframe width=\"425\" height=\"350\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"http://maps.google.ca/maps?ie=UTF8&amp;amp;q=frontier+sound+and+light&amp;amp;fb=1&amp;amp;gl=ca&amp;amp;hq=frontier+sound+and+light&amp;amp;cid=0,0,1555387497428802125&amp;amp;t=m&amp;amp;iwloc=A&amp;amp;ll=44.069958,-79.432941&amp;amp;spn=0.006295,0.006295&amp;amp;output=embed\"&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;small&gt;&lt;a href=\"http://maps.google.ca/maps?ie=UTF8&amp;amp;q=frontier+sound+and+light&amp;amp;fb=1&amp;amp;gl=ca&amp;amp;hq=frontier+sound+and+light&amp;amp;cid=0,0,1555387497428802125&amp;amp;t=m&amp;amp;iwloc=A&amp;amp;ll=44.069958,-79.432941&amp;amp;spn=0.006295,0.006295&amp;amp;source=embed\" style=\"color:#0000FF;text-align:left\"&gt;View Larger Map&lt;/a&gt;&lt;/small&gt;\r\n\r\n&nbsp;\r\n\r\n[map w=\"300\" h=\"200\" style=\"full\" z=\"16\" marker=\"yes\" infowindow=\"17665 Leslie St #5, Newmarket, ON L3Y 3E3\" infowindowdefault=\"no\" hidecontrols=\"false\" address=\"17665 Leslie St #5, Newmarket, ON L3Y 3E3\" markerimage=\"http://maps.google.ca/maps?q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;z=16&amp;iwloc=A\"]\r\n\r\n&nbsp;\r\n\r\nCONTACT OUR TEAM:\r\nMichael Kerwin <em>POSITION</em>:\r\n<a href=\"mailto:Mike@FrontierSoundAndLight.com\" target=\"_blank\">Mike@FrontierSoundAndLight.com</a>\r\n\r\nStewart Evans, <em>POSITION</em>:\r\nSTU EMAIL\r\n\r\nAnthony Gravis <em>POSITION:</em>\r\nTONY EMAIL\r\n\r\nTyler:  <em>POSITION</em>\r\n\r\n[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"]\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-01-25 22:14:55', '2013-01-25 22:14:55', '', 182, 'http://www.fslcorporate.com/site/182-revision-39/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(406, 1, '2013-01-25 22:16:38', '2013-01-25 22:16:38', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\nE-Mail: info@FrontierSoundAndLight.com\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<iframe width=\"300\" height=\"300\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"http://maps.google.ca/maps?ie=UTF8&amp;q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;iwloc=A&amp;ll=44.069958,-79.432941&amp;spn=0.006295,0.006295&amp;output=embed\"></iframe><br /><small><a href=\"http://maps.google.ca/maps?ie=UTF8&amp;q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;iwloc=A&amp;ll=44.069958,-79.432941&amp;spn=0.006295,0.006295&amp;source=embed\" style=\"color:#0000FF;text-align:left\">View Larger Map</a></small>\r\n\r\n[map w=\"300\" h=\"200\" style=\"full\" z=\"16\" marker=\"yes\" infowindow=\"17665 Leslie St #5, Newmarket, ON L3Y 3E3\" infowindowdefault=\"no\" hidecontrols=\"false\" address=\"17665 Leslie St #5, Newmarket, ON L3Y 3E3\" markerimage=\"http://maps.google.ca/maps?q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;z=16&amp;iwloc=A\"]\r\n\r\n&nbsp;\r\n\r\nCONTACT OUR TEAM:\r\nMichael Kerwin <em>POSITION</em>:\r\n<a href=\"mailto:Mike@FrontierSoundAndLight.com\" target=\"_blank\">Mike@FrontierSoundAndLight.com</a>\r\n\r\nStewart Evans, <em>POSITION</em>:\r\nSTU EMAIL\r\n\r\nAnthony Gravis <em>POSITION:</em>\r\nTONY EMAIL\r\n\r\nTyler:  <em>POSITION</em>\r\n\r\n[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"]\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-01-25 22:16:38', '2013-01-25 22:16:38', '', 182, 'http://www.fslcorporate.com/site/182-revision-41/', 0, 'revision', '', 0),
(407, 1, '2013-01-25 22:17:30', '2013-01-25 22:17:30', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\nE-Mail: info@FrontierSoundAndLight.com\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<iframe width=\"300\" height=\"300\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"http://maps.google.ca/maps?ie=UTF8&amp;q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;iwloc=A&amp;ll=44.069958,-79.432941&amp;spn=0.006295,0.006295&amp;output=embed\"></iframe><br /><small><a href=\"http://maps.google.ca/maps?ie=UTF8&amp;q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;iwloc=A&amp;ll=44.069958,-79.432941&amp;spn=0.006295,0.006295&amp;source=embed\" style=\"color:#0000FF;text-align:left\">View Larger Map</a></small>\r\n\r\n[map w=\"300\" h=\"200\" style=\"full\" z=\"16\" marker=\"yes\" infowindow=\"17665 Leslie St #5, Newmarket, ON L3Y 3E3\" infowindowdefault=\"no\" hidecontrols=\"false\" address=\"17665 Leslie St #5, Newmarket, ON L3Y 3E3\" markerimage=\"http://maps.google.ca/maps?q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;z=16&amp;iwloc=A\"]\r\n\r\n&nbsp;\r\n\r\nCONTACT OUR TEAM:\r\nMichael Kerwin <em>POSITION</em>:\r\n<a href=\"mailto:Mike@FrontierSoundAndLight.com\" target=\"_blank\">Mike@FrontierSoundAndLight.com</a>\r\n\r\nStewart Evans, <em>POSITION</em>:\r\nSTU EMAIL\r\n\r\nAnthony Gravis <em>POSITION:</em>\r\nTONY EMAIL\r\n\r\nTyler:  <em>POSITION</em>\r\n\r\n[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"]\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-01-25 22:17:30', '2013-01-25 22:17:30', '', 182, 'http://www.fslcorporate.com/site/182-revision-42/', 0, 'revision', '', 0),
(409, 1, '2013-01-25 22:30:54', '2013-01-25 22:30:54', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\nE-Mail: info@FrontierSoundAndLight.com\r\n\r\n&nbsp;\r\n\r\n<iframe src=\"http://maps.google.ca/maps?ie=UTF8&amp;q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;iwloc=A&amp;ll=44.069958,-79.432941&amp;spn=0.006295,0.006295&amp;output=embed\" height=\"200\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"yes\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?ie=UTF8&amp;q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;iwloc=A&amp;ll=44.069958,-79.432941&amp;spn=0.006295,0.006295&amp;source=embed\">View Larger Map</a></small>\r\nCONTACT OUR TEAM:\r\nMichael Kerwin <em>POSITION</em>:\r\n<a href=\"mailto:Mike@FrontierSoundAndLight.com\" target=\"_blank\">Mike@FrontierSoundAndLight.com</a>\r\n\r\nStewart Evans, <em>POSITION</em>:\r\nSTU EMAIL\r\n\r\nAnthony Gravis <em>POSITION:</em>\r\nTONY EMAIL\r\n\r\nTyler:  <em>POSITION</em>\r\n\r\n[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"]\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-01-25 22:30:54', '2013-01-25 22:30:54', '', 182, 'http://www.fslcorporate.com/site/182-revision-44/', 0, 'revision', '', 0),
(410, 1, '2013-01-25 22:32:14', '2013-01-25 22:32:14', '<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\nE-Mail: info@FrontierSoundAndLight.com\r\n\r\n&nbsp;\r\n\r\n[map w=\"300\" h=\"200\" style=\"full, standard\" z=\"16\" marker=\"yes\" infowindow=\"Hello World!\" infowindowdefault=\"no\" maptype=\"SATELLITE, HYBRID, TERRAIN\" hidecontrols=\"true\" address=\"New York\"]\r\n\r\n&nbsp;\r\n\r\n<iframe src=\"http://maps.google.ca/maps?ie=UTF8&amp;q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;iwloc=A&amp;ll=44.069958,-79.432941&amp;spn=0.006295,0.006295&amp;output=embed\" height=\"200\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"yes\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?ie=UTF8&amp;q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;iwloc=A&amp;ll=44.069958,-79.432941&amp;spn=0.006295,0.006295&amp;source=embed\">View Larger Map</a></small>\r\nCONTACT OUR TEAM:\r\nMichael Kerwin <em>POSITION</em>:\r\n<a href=\"mailto:Mike@FrontierSoundAndLight.com\" target=\"_blank\">Mike@FrontierSoundAndLight.com</a>\r\n\r\nStewart Evans, <em>POSITION</em>:\r\nSTU EMAIL\r\n\r\nAnthony Gravis <em>POSITION:</em>\r\nTONY EMAIL\r\n\r\nTyler:  <em>POSITION</em>\r\n\r\n[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"]\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-01-25 22:32:14', '2013-01-25 22:32:14', '', 182, 'http://www.fslcorporate.com/site/182-revision-45/', 0, 'revision', '', 0),
(411, 1, '2013-01-25 22:32:38', '2013-01-25 22:32:38', '<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\nE-Mail: info@FrontierSoundAndLight.com\r\n\r\n&nbsp;\r\n\r\n[map w=\"300\" h=\"200\" style=\"full, standard\" z=\"16\" marker=\"yes\" infowindow=\"Hello World!\" infowindowdefault=\"no\" maptype=\"\" hidecontrols=\"true\" address=\"New York\"]\r\n\r\n&nbsp;\r\n\r\n<iframe src=\"http://maps.google.ca/maps?ie=UTF8&amp;q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;iwloc=A&amp;ll=44.069958,-79.432941&amp;spn=0.006295,0.006295&amp;output=embed\" height=\"200\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"yes\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?ie=UTF8&amp;q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;iwloc=A&amp;ll=44.069958,-79.432941&amp;spn=0.006295,0.006295&amp;source=embed\">View Larger Map</a></small>\r\nCONTACT OUR TEAM:\r\nMichael Kerwin <em>POSITION</em>:\r\n<a href=\"mailto:Mike@FrontierSoundAndLight.com\" target=\"_blank\">Mike@FrontierSoundAndLight.com</a>\r\n\r\nStewart Evans, <em>POSITION</em>:\r\nSTU EMAIL\r\n\r\nAnthony Gravis <em>POSITION:</em>\r\nTONY EMAIL\r\n\r\nTyler:  <em>POSITION</em>\r\n\r\n[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"]\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-01-25 22:32:38', '2013-01-25 22:32:38', '', 182, 'http://www.fslcorporate.com/site/182-revision-46/', 0, 'revision', '', 0),
(413, 1, '2013-01-25 22:34:33', '2013-01-25 22:34:33', '<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\nE-Mail: info@FrontierSoundAndLight.com\r\n\r\n<iframe src=\"http://maps.google.ca/maps?ie=UTF8&amp;q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;iwloc=A&amp;ll=44.069958,-79.432941&amp;spn=0.006295,0.006295&amp;output=embed\" height=\"200\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"yes\"></iframe>\r\n\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?ie=UTF8&amp;q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;iwloc=A&amp;ll=44.069958,-79.432941&amp;spn=0.006295,0.006295&amp;source=embed\">View Larger Map</a></small>\r\nCONTACT OUR TEAM:\r\nMichael Kerwin <em>POSITION</em>:\r\n<a href=\"mailto:Mike@FrontierSoundAndLight.com\" target=\"_blank\">Mike@FrontierSoundAndLight.com</a>\r\n\r\nStewart Evans, <em>POSITION</em>:\r\nSTU EMAIL\r\n\r\nAnthony Gravis <em>POSITION:</em>\r\nTONY EMAIL\r\n\r\nTyler:  <em>POSITION</em>\r\n\r\n[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"]\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-01-25 22:34:33', '2013-01-25 22:34:33', '', 182, 'http://www.fslcorporate.com/site/182-revision-48/', 0, 'revision', '', 0),
(412, 1, '2013-01-25 22:34:07', '2013-01-25 22:34:07', '<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\nE-Mail: info@FrontierSoundAndLight.com\r\n\r\n&nbsp;\r\n\r\n[map w=\"600\" h=\"400\" style=\"full, standard\" z=\"16\" marker=\"yes\" infowindow=\"Hello World!\" infowindowdefault=\"yes or no\" maptype=\"SATELLITE\" hidecontrols=\"true or false\" address=\"17665 Leslie St #5, Newmarket, ON L3Y 3E3\"]\r\n\r\n&nbsp;\r\n\r\n<iframe src=\"http://maps.google.ca/maps?ie=UTF8&amp;q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;iwloc=A&amp;ll=44.069958,-79.432941&amp;spn=0.006295,0.006295&amp;output=embed\" height=\"200\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"yes\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?ie=UTF8&amp;q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;iwloc=A&amp;ll=44.069958,-79.432941&amp;spn=0.006295,0.006295&amp;source=embed\">View Larger Map</a></small>\r\nCONTACT OUR TEAM:\r\nMichael Kerwin <em>POSITION</em>:\r\n<a href=\"mailto:Mike@FrontierSoundAndLight.com\" target=\"_blank\">Mike@FrontierSoundAndLight.com</a>\r\n\r\nStewart Evans, <em>POSITION</em>:\r\nSTU EMAIL\r\n\r\nAnthony Gravis <em>POSITION:</em>\r\nTONY EMAIL\r\n\r\nTyler:  <em>POSITION</em>\r\n\r\n[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"]\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-01-25 22:34:07', '2013-01-25 22:34:07', '', 182, 'http://www.fslcorporate.com/site/182-revision-47/', 0, 'revision', '', 0),
(414, 1, '2013-01-25 22:35:18', '2013-01-25 22:35:18', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\nE-Mail: info@FrontierSoundAndLight.com\r\n\r\n<iframe src=\"http://maps.google.ca/maps?ie=UTF8&amp;q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;iwloc=A&amp;ll=44.069958,-79.432941&amp;spn=0.006295,0.006295&amp;output=embed\" height=\"200\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"yes\"></iframe>\r\n\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?ie=UTF8&amp;q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;iwloc=A&amp;ll=44.069958,-79.432941&amp;spn=0.006295,0.006295&amp;source=embed\">View Larger Map</a></small>\r\nCONTACT OUR TEAM:\r\nMichael Kerwin <em>POSITION</em>:\r\n<a href=\"mailto:Mike@FrontierSoundAndLight.com\" target=\"_blank\">Mike@FrontierSoundAndLight.com</a>\r\n\r\nStewart Evans, <em>POSITION</em>:\r\nSTU EMAIL\r\n\r\nAnthony Gravis <em>POSITION:</em>\r\nTONY EMAIL\r\n\r\nTyler:  <em>POSITION</em>\r\n\r\n[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"]\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-01-25 22:35:18', '2013-01-25 22:35:18', '', 182, 'http://www.fslcorporate.com/site/182-revision-49/', 0, 'revision', '', 0),
(418, 1, '2013-01-25 22:37:23', '2013-01-25 22:37:23', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\nE-Mail: info@FrontierSoundAndLight.com\r\n\r\n<iframe src=\"http://maps.google.ca/maps?ie=UTF8&amp;q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;iwloc=A&amp;ll=44.069958,-79.432941&amp;spn=0.006295,0.006295&amp;output=embed\" height=\"400\" width=\"600\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"yes\"></iframe>\r\n\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?ie=UTF8&amp;q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;iwloc=A&amp;ll=44.069958,-79.432941&amp;spn=0.006295,0.006295&amp;source=embed\">View Larger Map</a></small>\r\n\r\nCONTACT OUR TEAM:\r\nMichael Kerwin <em>POSITION</em>:\r\n<a href=\"mailto:Mike@FrontierSoundAndLight.com\" target=\"_blank\">Mike@FrontierSoundAndLight.com</a>\r\n\r\nStewart Evans, <em>POSITION</em>:\r\nSTU EMAIL\r\n\r\nAnthony Gravis <em>POSITION:</em>\r\nTONY EMAIL\r\n\r\nTyler:  <em>POSITION</em>\r\n\r\n[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"]\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-01-25 22:37:23', '2013-01-25 22:37:23', '', 182, 'http://www.fslcorporate.com/site/182-revision-53/', 0, 'revision', '', 0),
(416, 1, '2013-01-25 22:36:07', '2013-01-25 22:36:07', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\nE-Mail: info@FrontierSoundAndLight.com\r\n\r\n<iframe src=\"http://maps.google.ca/maps?ie=UTF8&amp;q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;iwloc=A&amp;ll=44.069958,-79.432941&amp;spn=0.006295,0.006295&amp;output=embed\" height=\"200\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"yes\"></iframe>\r\n\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?ie=UTF8&amp;q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;iwloc=A&amp;ll=44.069958,-79.432941&amp;spn=0.006295,0.006295&amp;source=embed\">View Larger Map</a></small>\r\n\r\n\r\nCONTACT OUR TEAM:\r\nMichael Kerwin <em>POSITION</em>:\r\n<a href=\"mailto:Mike@FrontierSoundAndLight.com\" target=\"_blank\">Mike@FrontierSoundAndLight.com</a>\r\n\r\nStewart Evans, <em>POSITION</em>:\r\nSTU EMAIL\r\n\r\nAnthony Gravis <em>POSITION:</em>\r\nTONY EMAIL\r\n\r\nTyler:  <em>POSITION</em>\r\n\r\n[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"]\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-01-25 22:36:07', '2013-01-25 22:36:07', '', 182, 'http://www.fslcorporate.com/site/182-revision-51/', 0, 'revision', '', 0),
(415, 1, '2013-01-25 22:35:41', '2013-01-25 22:35:41', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\nE-Mail: info@FrontierSoundAndLight.com\r\n\r\n<iframe src=\"http://maps.google.ca/maps?ie=UTF8&amp;q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;iwloc=A&amp;ll=44.069958,-79.432941&amp;spn=0.006295,0.006295&amp;output=embed\" height=\"200\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"yes\"></iframe>\r\n\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?ie=UTF8&amp;q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;iwloc=A&amp;ll=44.069958,-79.432941&amp;spn=0.006295,0.006295&amp;source=embed\">View Larger Map</a></small>\r\nCONTACT OUR TEAM:\r\nMichael Kerwin <em>POSITION</em>:\r\n<a href=\"mailto:Mike@FrontierSoundAndLight.com\" target=\"_blank\">Mike@FrontierSoundAndLight.com</a>\r\n\r\nStewart Evans, <em>POSITION</em>:\r\nSTU EMAIL\r\n\r\nAnthony Gravis <em>POSITION:</em>\r\nTONY EMAIL\r\n\r\nTyler:  <em>POSITION</em>\r\n\r\n[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"]\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-01-25 22:35:41', '2013-01-25 22:35:41', '', 182, 'http://www.fslcorporate.com/site/182-revision-50/', 0, 'revision', '', 0),
(417, 1, '2013-01-25 22:36:44', '2013-01-25 22:36:44', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\nE-Mail: info@FrontierSoundAndLight.com\r\n\r\n<iframe src=\"http://maps.google.ca/maps?ie=UTF8&amp;q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;iwloc=A&amp;ll=44.069958,-79.432941&amp;spn=0.006295,0.006295&amp;output=embed\" height=\"200\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"yes\"></iframe>\r\n\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?ie=UTF8&amp;q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;iwloc=A&amp;ll=44.069958,-79.432941&amp;spn=0.006295,0.006295&amp;source=embed\">View Larger Map</a></small>\r\n\r\n\r\nCONTACT OUR TEAM:\r\nMichael Kerwin <em>POSITION</em>:\r\n<a href=\"mailto:Mike@FrontierSoundAndLight.com\" target=\"_blank\">Mike@FrontierSoundAndLight.com</a>\r\n\r\nStewart Evans, <em>POSITION</em>:\r\nSTU EMAIL\r\n\r\nAnthony Gravis <em>POSITION:</em>\r\nTONY EMAIL\r\n\r\nTyler:  <em>POSITION</em>\r\n\r\n[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"]\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-01-25 22:36:44', '2013-01-25 22:36:44', '', 182, 'http://www.fslcorporate.com/site/182-revision-52/', 0, 'revision', '', 0),
(419, 1, '2013-01-25 22:37:58', '2013-01-25 22:37:58', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\nE-Mail: info@FrontierSoundAndLight.com\r\n\r\n<iframe src=\"http://maps.google.ca/maps?ie=UTF8&amp;q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;iwloc=A&amp;ll=44.069958,-79.432941&amp;spn=0.006295,0.006295&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"yes\"></iframe>\r\n\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?ie=UTF8&amp;q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;iwloc=A&amp;ll=44.069958,-79.432941&amp;spn=0.006295,0.006295&amp;source=embed\">View Larger Map</a></small>\r\n\r\nCONTACT OUR TEAM:\r\nMichael Kerwin <em>POSITION</em>:\r\n<a href=\"mailto:Mike@FrontierSoundAndLight.com\" target=\"_blank\">Mike@FrontierSoundAndLight.com</a>\r\n\r\nStewart Evans, <em>POSITION</em>:\r\nSTU EMAIL\r\n\r\nAnthony Gravis <em>POSITION:</em>\r\nTONY EMAIL\r\n\r\nTyler:  <em>POSITION</em>\r\n\r\n[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"]\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-01-25 22:37:58', '2013-01-25 22:37:58', '', 182, 'http://www.fslcorporate.com/site/182-revision-54/', 0, 'revision', '', 0),
(420, 1, '2013-01-25 22:38:21', '2013-01-25 22:38:21', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\nE-Mail: info@FrontierSoundAndLight.com\r\n\r\n<iframe src=\"http://maps.google.ca/maps?ie=UTF8&amp;q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;iwloc=A&amp;ll=44.069958,-79.432941&amp;spn=0.006295,0.006295&amp;output=embed\" height=\"300\" width=\"400\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"yes\"></iframe>\r\n\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?ie=UTF8&amp;q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;iwloc=A&amp;ll=44.069958,-79.432941&amp;spn=0.006295,0.006295&amp;source=embed\">View Larger Map</a></small>\r\n\r\nCONTACT OUR TEAM:\r\nMichael Kerwin <em>POSITION</em>:\r\n<a href=\"mailto:Mike@FrontierSoundAndLight.com\" target=\"_blank\">Mike@FrontierSoundAndLight.com</a>\r\n\r\nStewart Evans, <em>POSITION</em>:\r\nSTU EMAIL\r\n\r\nAnthony Gravis <em>POSITION:</em>\r\nTONY EMAIL\r\n\r\nTyler:  <em>POSITION</em>\r\n\r\n[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"]\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-01-25 22:38:21', '2013-01-25 22:38:21', '', 182, 'http://www.fslcorporate.com/site/182-revision-55/', 0, 'revision', '', 0),
(421, 1, '2013-01-25 22:39:02', '2013-01-25 22:39:02', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\nE-Mail: info@FrontierSoundAndLight.com\r\n\r\n[responsive]<iframe src=\"http://maps.google.ca/maps?ie=UTF8&amp;q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;iwloc=A&amp;ll=44.069958,-79.432941&amp;spn=0.006295,0.006295&amp;output=embed\" height=\"300\" width=\"400\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"yes\"></iframe>[/responsive]\r\n\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?ie=UTF8&amp;q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;iwloc=A&amp;ll=44.069958,-79.432941&amp;spn=0.006295,0.006295&amp;source=embed\">View Larger Map</a></small>\r\n\r\nCONTACT OUR TEAM:\r\nMichael Kerwin <em>POSITION</em>:\r\n<a href=\"mailto:Mike@FrontierSoundAndLight.com\" target=\"_blank\">Mike@FrontierSoundAndLight.com</a>\r\n\r\nStewart Evans, <em>POSITION</em>:\r\nSTU EMAIL\r\n\r\nAnthony Gravis <em>POSITION:</em>\r\nTONY EMAIL\r\n\r\nTyler:  <em>POSITION</em>\r\n\r\n[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"]\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-01-25 22:39:02', '2013-01-25 22:39:02', '', 182, 'http://www.fslcorporate.com/site/182-revision-56/', 0, 'revision', '', 0),
(422, 1, '2013-01-25 22:39:39', '2013-01-25 22:39:39', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\nE-Mail: info@FrontierSoundAndLight.com\r\n\r\n[responsive]<iframe src=\"http://maps.google.ca/maps?ie=UTF8&amp;q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;iwloc=A&amp;ll=44.069958,-79.432941&amp;spn=0.006295,0.006295&amp;output=embed\" height=\"300\" width=\"400\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"yes\"></iframe>\r\n\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?ie=UTF8&amp;q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;iwloc=A&amp;ll=44.069958,-79.432941&amp;spn=0.006295,0.006295&amp;source=embed\">View Larger Map</a></small>\r\n\r\n[/responsive]\r\n\r\nCONTACT OUR TEAM:\r\nMichael Kerwin <em>POSITION</em>:\r\n<a href=\"mailto:Mike@FrontierSoundAndLight.com\" target=\"_blank\">Mike@FrontierSoundAndLight.com</a>\r\n\r\nStewart Evans, <em>POSITION</em>:\r\nSTU EMAIL\r\n\r\nAnthony Gravis <em>POSITION:</em>\r\nTONY EMAIL\r\n\r\nTyler:  <em>POSITION</em>\r\n\r\n[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"]\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-01-25 22:39:39', '2013-01-25 22:39:39', '', 182, 'http://www.fslcorporate.com/site/182-revision-57/', 0, 'revision', '', 0),
(423, 1, '2013-01-25 22:39:48', '2013-01-25 22:39:48', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\nE-Mail: info@FrontierSoundAndLight.com\r\n\r\n[responsive]\r\n\r\n<iframe src=\"http://maps.google.ca/maps?ie=UTF8&amp;q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;iwloc=A&amp;ll=44.069958,-79.432941&amp;spn=0.006295,0.006295&amp;output=embed\" height=\"300\" width=\"400\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"yes\"></iframe>\r\n\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?ie=UTF8&amp;q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;iwloc=A&amp;ll=44.069958,-79.432941&amp;spn=0.006295,0.006295&amp;source=embed\">View Larger Map</a></small>\r\n\r\n[/responsive]\r\n\r\nCONTACT OUR TEAM:\r\nMichael Kerwin <em>POSITION</em>:\r\n<a href=\"mailto:Mike@FrontierSoundAndLight.com\" target=\"_blank\">Mike@FrontierSoundAndLight.com</a>\r\n\r\nStewart Evans, <em>POSITION</em>:\r\nSTU EMAIL\r\n\r\nAnthony Gravis <em>POSITION:</em>\r\nTONY EMAIL\r\n\r\nTyler:  <em>POSITION</em>\r\n\r\n[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"]\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-01-25 22:39:48', '2013-01-25 22:39:48', '', 182, 'http://www.fslcorporate.com/site/182-revision-58/', 0, 'revision', '', 0),
(572, 1, '2013-02-01 00:43:48', '2013-02-01 00:43:48', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\nE-Mail: info@FrontierSoundAndLight.com\r\n\r\n[responsive]\r\n<iframe src=\"http://maps.google.ca/maps?ie=UTF8&amp;q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;iwloc=A&amp;ll=44.069958,-79.432941&amp;spn=0.006295,0.006295&amp;output=embed\" height=\"400\" width=\"500\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"yes\"></iframe>\r\n\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?ie=UTF8&amp;q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;iwloc=A&amp;ll=44.069958,-79.432941&amp;spn=0.006295,0.006295&amp;source=embed\">View Larger Map</a></small>\r\n[/responsive]\r\n\r\nCONTACT OUR TEAM:\r\n\r\n[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"]\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-02-01 00:43:48', '2013-02-01 00:43:48', '', 182, 'http://www.fslcorporate.com/site/182-revision-60/', 0, 'revision', '', 0),
(644, 1, '2013-02-02 06:04:28', '2013-02-02 06:04:28', 'Client write up to be placed here...\r\n\r\nClient Logo\'s with links to client sites coming soon.\r\n\r\n&nbsp;\r\n\r\n[responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img class=\"alignnone size-full wp-image-608\" alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]   [responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-608\" alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/opera-house.jpg\" width=\"125\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a>[/responsive]\r\n\r\n<em id=\"__mceDel\"> .\r\nWakestock / The Casby Awards /</em>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-38', '', '', '2013-02-02 06:04:28', '2013-02-02 06:04:28', '', 276, 'http://www.fslcorporate.com/site/276-revision-38/', 0, 'revision', '', 0),
(519, 1, '2013-02-01 00:04:33', '2013-02-01 00:04:33', '', 'DSC03587', '', 'inherit', 'open', 'open', '', 'dsc03587', '', '', '2013-02-01 00:04:33', '2013-02-01 00:04:33', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DSC03587.jpg', 0, 'attachment', 'image/jpeg', 0),
(426, 1, '2013-01-25 07:57:00', '2013-01-25 07:57:00', '<strong>Services.</strong>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\n<br/>\r\n[h2]Our Value[/h2]\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.\r\nThis allows for competitive pricing and a focused team that are dedicated to your project. \r\nAt Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<br/>\r\n[h5]Our Experience[/h5]\r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, or an intimate presentation for a select few, \r\nFrontier Sound and Light will supply the right system and personnel that suits all your needs.  \r\nWith over 18 years of Professional touring and installation experience, Frontier is definitely a sound choice.', 'About', '', 'inherit', 'open', 'open', '', '264-revision-26', '', '', '2013-01-25 07:57:00', '2013-01-25 07:57:00', '', 264, 'http://www.fslcorporate.com/site/264-revision-26/', 0, 'revision', '', 0),
(518, 1, '2013-02-01 00:04:30', '2013-02-01 00:04:30', '', 'DSC03527', '', 'inherit', 'open', 'open', '', 'dsc03527', '', '', '2013-02-01 00:04:30', '2013-02-01 00:04:30', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DSC03527.jpg', 0, 'attachment', 'image/jpeg', 0),
(428, 1, '2013-01-25 23:38:03', '2013-01-25 23:38:03', '<strong>Services.</strong>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\n<br/>\r\n[h2]Our Value[/h2]\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.\r\nThis allows for competitive pricing and a focused team that are dedicated to your project. \r\nAt Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<br/>\r\n[h5]Our Experience[/h5]\r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, or an intimate presentation for a select few, \r\nFrontier Sound and Light will supply the right system and personnel that suits all your needs.  \r\nWith over 18 years of Professional touring and installation experience, Frontier is definitely a sound choice.\r\n\r\n\r\n\r\n\r\n\r\n', 'About', '', 'inherit', 'open', 'open', '', '264-revision-27', '', '', '2013-01-25 23:38:03', '2013-01-25 23:38:03', '', 264, 'http://www.fslcorporate.com/site/264-revision-27/', 0, 'revision', '', 0),
(429, 1, '2013-01-25 23:42:04', '2013-01-25 23:42:04', '<strong>Services.</strong>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\n<br/>\r\n[h2]Our Value[/h2]\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.\r\nThis allows for competitive pricing and a focused team that are dedicated to your project. \r\nAt Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<br/>\r\n[h5]Our Experience[/h5]\r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, or an intimate presentation for a select few, \r\nFrontier Sound and Light will supply the right system and personnel that suits all your needs.  \r\nWith over 18 years of Professional touring and installation experience, Frontier is definitely a sound choice.\r\n\r\n\r\n\r\n\r\n\r\n', 'About', '', 'inherit', 'open', 'open', '', '264-revision-28', '', '', '2013-01-25 23:42:04', '2013-01-25 23:42:04', '', 264, 'http://www.fslcorporate.com/site/264-revision-28/', 0, 'revision', '', 0),
(520, 1, '2013-02-01 00:04:35', '2013-02-01 00:04:35', '', 'DSC03617', '', 'inherit', 'open', 'open', '', 'dsc03617', '', '', '2013-02-01 00:04:35', '2013-02-01 00:04:35', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DSC03617.jpg', 0, 'attachment', 'image/jpeg', 0),
(521, 1, '2013-02-01 00:04:37', '2013-02-01 00:04:37', '', 'DSC07794', '', 'inherit', 'open', 'open', '', 'dsc07794', '', '', '2013-02-01 00:04:37', '2013-02-01 00:04:37', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DSC07794.jpg', 0, 'attachment', 'image/jpeg', 0),
(522, 1, '2013-02-01 00:04:39', '2013-02-01 00:04:39', '', 'DSC09207', '', 'inherit', 'open', 'open', '', 'dsc09207', '', '', '2013-02-01 00:04:39', '2013-02-01 00:04:39', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DSC09207.jpg', 0, 'attachment', 'image/jpeg', 0),
(523, 1, '2013-02-01 00:04:41', '2013-02-01 00:04:41', '', 'image1', '', 'inherit', 'open', 'open', '', 'image1', '', '', '2013-02-01 00:04:41', '2013-02-01 00:04:41', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/image1.jpg', 0, 'attachment', 'image/jpeg', 0),
(524, 1, '2013-02-01 00:04:43', '2013-02-01 00:04:43', '', 'leko example', '', 'inherit', 'open', 'open', '', 'leko-example', '', '', '2013-02-01 00:04:43', '2013-02-01 00:04:43', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/leko-example.jpg', 0, 'attachment', 'image/jpeg', 0),
(525, 1, '2013-02-01 00:04:46', '2013-02-01 00:04:46', '', 'lekos example', '', 'inherit', 'open', 'open', '', 'lekos-example', '', '', '2013-02-01 00:04:46', '2013-02-01 00:04:46', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/lekos-example.jpg', 0, 'attachment', 'image/jpeg', 0),
(526, 1, '2013-02-01 00:04:48', '2013-02-01 00:04:48', '', 'lights', '', 'inherit', 'open', 'open', '', 'lights', '', '', '2013-02-01 00:04:48', '2013-02-01 00:04:48', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/lights.jpg', 0, 'attachment', 'image/jpeg', 0),
(527, 1, '2013-02-01 00:04:50', '2013-02-01 00:04:50', '', 'moving head example', '', 'inherit', 'open', 'open', '', 'moving-head-example', '', '', '2013-02-01 00:04:50', '2013-02-01 00:04:50', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/moving-head-example.jpg', 0, 'attachment', 'image/jpeg', 0),
(528, 1, '2013-02-01 00:04:52', '2013-02-01 00:04:52', '', 'moving head examples 2', '', 'inherit', 'open', 'open', '', 'moving-head-examples-2', '', '', '2013-02-01 00:04:52', '2013-02-01 00:04:52', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/moving-head-examples-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(529, 1, '2013-02-01 00:04:54', '2013-02-01 00:04:54', '', 'MVI_1103', '', 'inherit', 'open', 'open', '', 'mvi_1103', '', '', '2013-02-01 00:04:54', '2013-02-01 00:04:54', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/MVI_1103.jpg', 0, 'attachment', 'image/jpeg', 0),
(530, 1, '2013-02-01 00:07:37', '2013-02-01 00:07:37', '', 'DSC07794', '', 'inherit', 'open', 'open', '', 'dsc07794-2', '', '', '2013-02-01 00:07:37', '2013-02-01 00:07:37', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DSC077941.jpg', 0, 'attachment', 'image/jpeg', 0),
(531, 1, '2013-02-01 00:07:39', '2013-02-01 00:07:39', '', 'DSC09207', '', 'inherit', 'open', 'open', '', 'dsc09207-2', '', '', '2013-02-01 00:07:39', '2013-02-01 00:07:39', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DSC092071.jpg', 0, 'attachment', 'image/jpeg', 0),
(532, 1, '2013-02-01 00:07:41', '2013-02-01 00:07:41', '', 'Ian_Brown_stage', '', 'inherit', 'open', 'open', '', 'ian_brown_stage', '', '', '2013-02-01 00:07:41', '2013-02-01 00:07:41', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Ian_Brown_stage.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(533, 1, '2013-02-01 00:07:43', '2013-02-01 00:07:43', '', 'p052710', '', 'inherit', 'open', 'open', '', 'p052710', '', '', '2013-02-01 00:07:43', '2013-02-01 00:07:43', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/p052710.jpg', 0, 'attachment', 'image/jpeg', 0),
(534, 1, '2013-02-01 00:07:46', '2013-02-01 00:07:46', '', 'TRB_FLEXARRAY_SOUTHARDAUDIO', '', 'inherit', 'open', 'open', '', 'trb_flexarray_southardaudio', '', '', '2013-02-01 00:07:46', '2013-02-01 00:07:46', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/TRB_FLEXARRAY_SOUTHARDAUDIO.jpg', 0, 'attachment', 'image/jpeg', 0),
(535, 1, '2013-02-01 00:07:48', '2013-02-01 00:07:48', '', 'Turbo Flex Richmond', '', 'inherit', 'open', 'open', '', 'turbo-flex-richmond', '', '', '2013-02-01 00:07:48', '2013-02-01 00:07:48', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Turbo-Flex-Richmond.jpg', 0, 'attachment', 'image/jpeg', 0),
(536, 1, '2013-02-01 00:07:51', '2013-02-01 00:07:51', '', 'turbo sound example.', '', 'inherit', 'open', 'open', '', 'turbo-sound-example', '', '', '2013-02-01 00:07:51', '2013-02-01 00:07:51', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/turbo-sound-example..jpg', 0, 'attachment', 'image/jpeg', 0),
(451, 1, '2013-01-30 22:15:11', '2013-01-30 22:15:11', 'Coming Soon.<br/>\r\n\r\nSERVICES\r\n\r\nLighting:\r\n\r\nFrom Moving fixtures, conventional lighting, LED Lights, Blinders, LEKOS to Truss.  \r\nFrontier Sound and light has everything you need to pull of the atmosphere your looking for.\r\n\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"1\"]\r\n \r\n \r\nAUDIO:\r\n \r\nLINE ARRAY: (insert web pic or file pic of our Turbosound flex array hanging)\r\n \r\nTrap boxes: (insert web pic of Turbo sound Boxes and Doyle boxes)\r\n \r\nPowered speakers: (insert web pic of DB powered speakers)\r\n \r\nMonitor speakers: (insert a web pic of Jason J17 wedges, and Turbo sound wedges)\r\n \r\nConsoles: (insert pic of DIGICO SD8, SD9, SD 10, SD11 consoles)\r\n \r\nAnalogue desks: Insert pic of Sound craft sm24, MH4\r\n \r\nAMPS: (insert pic of turbo sound amp racks)\r\n \r\nSnakes, cables: (insert pic from web of snakes and splitter boxes from rapco)\r\n \r\nmics: (insert pics of mics from AKG, Sennheiser from web)\r\n \r\n \r\nStaging:\r\n \r\nWe provide staging as small as an 8 x 8 deck for podium speeches up to 40\' x 60\' x 6\' concert stage for arenas and outdoor festivals. Please contact one of our senior reps for more info.\r\n \r\nVideo:\r\n \r\nProjectors: (insert pic of canon 12 k projector)\r\n \r\nScreens: (insert a pic of a large video screen) and add the following:\r\nPlease contact one of our reps for complete details and listing of the various video and screen components we have in stock.\r\n \r\nMedia servers, video switchers: (insert pic from web with a pic each of a switcher and meadia server)\r\n \r\nCameras: (insert pic of canon SD cameras fro shoulder shooting)\r\n \r\nRentals: from small to large, you can rent anything we have in stock!\r\nPlease contact one of our senior reps VIA email or phone for further info on ALL rental packaging, pricing and discounts.', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-10', '', '', '2013-01-30 22:15:11', '2013-01-30 22:15:11', '', 270, 'http://www.fslcorporate.com/site/270-revision-10/', 0, 'revision', '', 0),
(449, 1, '2013-01-25 07:57:31', '2013-01-25 07:57:31', 'Coming Soon.<br/>\r\n\r\nSERVICES\r\n\r\nLighting:\r\n \r\nMoving fixtures: (pic of moving fixture such as a Mac 575 spot)\r\n \r\nconventional lighting: (insert a pic of a chrome PAR can or Cans)\r\n \r\nLED Lights: (insert pic of Microtech Zoom Par LED light, and a RAZOR light fixture)\r\n \r\nBlinders :(insert a web pic of a blinder)\r\n \r\nLEKOS: (inset a web pic of a leko or lekos)\r\n \r\nTRUSS: (insert a pic of chrome truss from the net)\r\n \r\n \r\nAUDIO:\r\n \r\nLINE ARRAY: (insert web pic or file pic of our Turbosound flex array hanging)\r\n \r\nTrap boxes: (insert web pic of Turbo sound Boxes and Doyle boxes)\r\n \r\nPowered speakers: (insert web pic of DB powered speakers)\r\n \r\nMonitor speakers: (insert a web pic of Jason J17 wedges, and Turbo sound wedges)\r\n \r\nConsoles: (insert pic of DIGICO SD8, SD9, SD 10, SD11 consoles)\r\n \r\nAnalogue desks: Insert pic of Sound craft sm24, MH4\r\n \r\nAMPS: (insert pic of turbo sound amp racks)\r\n \r\nSnakes, cables: (insert pic from web of snakes and splitter boxes from rapco)\r\n \r\nmics: (insert pics of mics from AKG, Sennheiser from web)\r\n \r\n \r\nStaging:\r\n \r\nWe provide staging as small as an 8 x 8 deck for podium speeches up to 40\' x 60\' x 6\' concert stage for arenas and outdoor festivals. Please contact one of our senior reps for more info.\r\n \r\nVideo:\r\n \r\nProjectors: (insert pic of canon 12 k projector)\r\n \r\nScreens: (insert a pic of a large video screen) and add the following:\r\nPlease contact one of our reps for complete details and listing of the various video and screen components we have in stock.\r\n \r\nMedia servers, video switchers: (insert pic from web with a pic each of a switcher and meadia server)\r\n \r\nCameras: (insert pic of canon SD cameras fro shoulder shooting)\r\n \r\nRentals: from small to large, you can rent anything we have in stock!\r\nPlease contact one of our senior reps VIA email or phone for further info on ALL rental packaging, pricing and discounts.', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-8', '', '', '2013-01-25 07:57:31', '2013-01-25 07:57:31', '', 270, 'http://www.fslcorporate.com/site/270-revision-8/', 0, 'revision', '', 0),
(452, 1, '2013-01-30 22:17:17', '2013-01-30 22:17:17', 'Frontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\n\r\nHave a look at just a few of the many options we can provide for your event.\r\n\r\nLighting:\r\n\r\nFrom Moving fixtures, conventional lighting, LED Lights, Blinders, LEKOS to Truss.\r\nFrontier Sound and light has everything you need to pull of the atmosphere your looking for.\r\n\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"1\"]\r\n\r\n\r\nAUDIO:\r\n\r\nLINE ARRAY: (insert web pic or file pic of our Turbosound flex array hanging)\r\n\r\nTrap boxes: (insert web pic of Turbo sound Boxes and Doyle boxes)\r\n\r\nPowered speakers: (insert web pic of DB powered speakers)\r\n\r\nMonitor speakers: (insert a web pic of Jason J17 wedges, and Turbo sound wedges)\r\n\r\nConsoles: (insert pic of DIGICO SD8, SD9, SD 10, SD11 consoles)\r\n\r\nAnalogue desks: Insert pic of Sound craft sm24, MH4\r\n\r\nAMPS: (insert pic of turbo sound amp racks)\r\n\r\nSnakes, cables: (insert pic from web of snakes and splitter boxes from rapco)\r\n\r\nmics: (insert pics of mics from AKG, Sennheiser from web)\r\n\r\nStaging:\r\n\r\nWe provide staging as small as an 8 x 8 deck for podium speeches up to 40\' x 60\' x 6\' concert stage for arenas and outdoor festivals. Please contact one of our senior reps for more info.\r\n\r\nVideo:\r\n\r\nProjectors: (insert pic of canon 12 k projector)\r\n\r\nScreens: (insert a pic of a large video screen) and add the following:\r\nPlease contact one of our reps for complete details and listing of the various video and screen components we have in stock.\r\n\r\nMedia servers, video switchers: (insert pic from web with a pic each of a switcher and meadia server)\r\n\r\nCameras: (insert pic of canon SD cameras fro shoulder shooting)\r\n\r\nRentals: from small to large, you can rent anything we have in stock!\r\nPlease contact one of our senior reps VIA email or phone for further info on ALL rental packaging, pricing and discounts.', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-11', '', '', '2013-01-30 22:17:17', '2013-01-30 22:17:17', '', 270, 'http://www.fslcorporate.com/site/270-revision-11/', 0, 'revision', '', 0),
(453, 1, '2013-01-30 22:18:46', '2013-01-30 22:18:46', 'Frontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\n\r\nHave a look at just a few of the many options we can provide for your event.\r\n\r\nLighting:\r\n\r\nFrom Moving fixtures, conventional lighting, LED Lights, Blinders, LEKOS to Truss.\r\nFrontier Sound and light has everything you need to pull of the atmosphere your looking for.\r\n\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"1\"]\r\n<br/><br/>\r\nAUDIO:\r\n\r\nLINE ARRAY: (insert web pic or file pic of our Turbosound flex array hanging)\r\n\r\nTrap boxes: (insert web pic of Turbo sound Boxes and Doyle boxes)\r\n\r\nPowered speakers: (insert web pic of DB powered speakers)\r\n\r\nMonitor speakers: (insert a web pic of Jason J17 wedges, and Turbo sound wedges)\r\n\r\nConsoles: (insert pic of DIGICO SD8, SD9, SD 10, SD11 consoles)\r\n\r\nAnalogue desks: Insert pic of Sound craft sm24, MH4\r\n\r\nAMPS: (insert pic of turbo sound amp racks)\r\n\r\nSnakes, cables: (insert pic from web of snakes and splitter boxes from rapco)\r\n\r\nmics: (insert pics of mics from AKG, Sennheiser from web)\r\n\r\nStaging:\r\n\r\nWe provide staging as small as an 8 x 8 deck for podium speeches up to 40\' x 60\' x 6\' concert stage for arenas and outdoor festivals. Please contact one of our senior reps for more info.\r\n\r\nVideo:\r\n\r\nProjectors: (insert pic of canon 12 k projector)\r\n\r\nScreens: (insert a pic of a large video screen) and add the following:\r\nPlease contact one of our reps for complete details and listing of the various video and screen components we have in stock.\r\n\r\nMedia servers, video switchers: (insert pic from web with a pic each of a switcher and meadia server)\r\n\r\nCameras: (insert pic of canon SD cameras fro shoulder shooting)\r\n\r\nRentals: from small to large, you can rent anything we have in stock!\r\nPlease contact one of our senior reps VIA email or phone for further info on ALL rental packaging, pricing and discounts.', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-12', '', '', '2013-01-30 22:18:46', '2013-01-30 22:18:46', '', 270, 'http://www.fslcorporate.com/site/270-revision-12/', 0, 'revision', '', 0),
(455, 1, '2013-01-30 22:25:51', '2013-01-30 22:25:51', 'Frontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\n\r\nHave a look at just a few of the many options we can provide for your event.\r\n\r\nLighting:\r\nWe provide an outstanding amount of lighting options for your event.\r\nFrom moving fixtures, conventional lighting, LED Lights, Blinders, Lekos to Truss.\r\n\r\nFrontier Sound and light has everything you need to pull of the atmosphere your looking for.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"1\"]\r\n<br/><br/>\r\nAUDIO:\r\nWe can provide the sound your looking for for any event.  Weather its a small intimate gathering for a presentation to a large indoor/ Outdoor concert.  We at Frontier Sound and Light have the audio equipment to deliver your sound!\r\n\r\nLine Array, Trap boxes, Powered speakers, Monitor speakers, Consoles, Analogue desks, AMPS, Snakes, Cables, Microphones\r\n\r\n\r\n\r\n<br/><br/>\r\nSTAGING:\r\n\r\nWe provide staging as small as an 8 x 8 deck for podium speeches up to 40\' x 60\' x 6\' concert stage for arenas and outdoor festivals. Please contact one of our senior reps for more info.\r\n<br/><br/>\r\nVideo:\r\n\r\nProjectors, Screens, Cameras, Media Servers, Video Switchers and more. \r\nPlease contact one of our reps for complete details and listing of the various video and screen components we have in stock.\r\n<br/><br/>\r\nRentals: from small to large, you can rent anything we have in stock!\r\nPlease contact one of our senior reps VIA email or phone for further info on ALL rental packaging, pricing and discounts.', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-14', '', '', '2013-01-30 22:25:51', '2013-01-30 22:25:51', '', 270, 'http://www.fslcorporate.com/site/270-revision-14/', 0, 'revision', '', 0),
(456, 1, '2013-01-30 22:26:16', '2013-01-30 22:26:16', 'Frontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\n\r\nHave a look at just a few of the many options we can provide for your event.\r\n\r\nLighting:\r\nWe provide an outstanding amount of lighting options for your event.\r\nFrom moving fixtures, conventional lighting, LED Lights, Blinders, Lekos to Truss.\r\n\r\nFrontier Sound and light has everything you need to pull of the atmosphere your looking for.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"1\"]\r\n<br/><br/>\r\nAUDIO:\r\nWe can provide the sound your looking for for any event.  Weather its a small intimate gathering for a presentation to a large indoor/ Outdoor concert.  We at Frontier Sound and Light have the audio equipment to deliver your sound!\r\n\r\nLine Array, Trap boxes, Powered speakers, Monitor speakers, Consoles, Analogue desks, AMPS, Snakes, Cables, Microphones\r\n\r\n\r\n\r\n<br/><br/>\r\nSTAGING:\r\n\r\nWe provide staging as small as an 8 x 8 deck for podium speeches up to 40\' x 60\' x 6\' concert stage for arenas and outdoor festivals. Please contact one of our senior reps for more info.\r\n<br/><br/>\r\nVideo:\r\n\r\nProjectors, Screens, Cameras, Media Servers, Video Switchers and more.\r\n\r\nPlease contact one of our reps for complete details and listing of the various video and screen components we have in stock.\r\n<br/><br/>\r\nRentals: \r\n\r\nFrom small to large, you can rent anything we have in stock!\r\nPlease contact one of our senior reps VIA email or phone for further info on ALL rental packaging, pricing and discounts.', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-15', '', '', '2013-01-30 22:26:16', '2013-01-30 22:26:16', '', 270, 'http://www.fslcorporate.com/site/270-revision-15/', 0, 'revision', '', 0),
(454, 1, '2013-01-30 22:20:30', '2013-01-30 22:20:30', 'Frontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\n\r\nHave a look at just a few of the many options we can provide for your event.\r\n\r\nLighting:\r\nWe provide an outstanding amount of lighting options for your event.\r\nFrom moving fixtures, conventional lighting, LED Lights, Blinders, Lekos to Truss.\r\n\r\nFrontier Sound and light has everything you need to pull of the atmosphere your looking for.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"1\"]\r\n<br/><br/>\r\nAUDIO:\r\n\r\nLINE ARRAY: (insert web pic or file pic of our Turbosound flex array hanging)\r\n\r\nTrap boxes: (insert web pic of Turbo sound Boxes and Doyle boxes)\r\n\r\nPowered speakers: (insert web pic of DB powered speakers)\r\n\r\nMonitor speakers: (insert a web pic of Jason J17 wedges, and Turbo sound wedges)\r\n\r\nConsoles: (insert pic of DIGICO SD8, SD9, SD 10, SD11 consoles)\r\n\r\nAnalogue desks: Insert pic of Sound craft sm24, MH4\r\n\r\nAMPS: (insert pic of turbo sound amp racks)\r\n\r\nSnakes, cables: (insert pic from web of snakes and splitter boxes from rapco)\r\n\r\nmics: (insert pics of mics from AKG, Sennheiser from web)\r\n\r\nStaging:\r\n\r\nWe provide staging as small as an 8 x 8 deck for podium speeches up to 40\' x 60\' x 6\' concert stage for arenas and outdoor festivals. Please contact one of our senior reps for more info.\r\n\r\nVideo:\r\n\r\nProjectors: (insert pic of canon 12 k projector)\r\n\r\nScreens: (insert a pic of a large video screen) and add the following:\r\nPlease contact one of our reps for complete details and listing of the various video and screen components we have in stock.\r\n\r\nMedia servers, video switchers: (insert pic from web with a pic each of a switcher and meadia server)\r\n\r\nCameras: (insert pic of canon SD cameras fro shoulder shooting)\r\n\r\nRentals: from small to large, you can rent anything we have in stock!\r\nPlease contact one of our senior reps VIA email or phone for further info on ALL rental packaging, pricing and discounts.', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-13', '', '', '2013-01-30 22:20:30', '2013-01-30 22:20:30', '', 270, 'http://www.fslcorporate.com/site/270-revision-13/', 0, 'revision', '', 0),
(457, 1, '2013-01-30 22:27:45', '2013-01-30 22:27:45', '<h2><span style=\"color: #0000ff;\">Gallery:</span></h2>\r\nHere are just a few examples of what Frontier Sound and Light can do for you.\r\n\r\n&nbsp;\r\n\r\n[new_royalslider id=\"7\"]\r\n\r\n&nbsp;\r\n\r\nYou can also keep up to date on our latest photo postings via our FACEBOOK page.\r\n\r\n<a href=\"https://www.facebook.com/FrontierSoundandLight/photos_stream?tab=photos_albums\" target=\"_blank\"><img class=\"alignnone size-full wp-image-1078\" alt=\"fsl facebook ablum\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/01/fsl-facebook-ablum.png\" width=\"400\" height=\"200\" /></a>', 'Gallery', '', 'publish', 'open', 'open', '', 'gallery-2', '', '', '2015-05-07 19:05:19', '2015-05-07 19:05:19', '', 0, 'http://www.fslcorporate.com/site/?page_id=457', 0, 'page', '', 0),
(458, 1, '2013-01-30 22:27:20', '2013-01-30 22:27:20', '', 'Gallery', '', 'inherit', 'open', 'open', '', '457-revision', '', '', '2013-01-30 22:27:20', '2013-01-30 22:27:20', '', 457, 'http://www.fslcorporate.com/site/457-revision/', 0, 'revision', '', 0),
(459, 1, '2013-01-30 22:27:45', '2013-01-30 22:27:45', '', 'Gallery', '', 'inherit', 'open', 'open', '', '457-revision-2', '', '', '2013-01-30 22:27:45', '2013-01-30 22:27:45', '', 457, 'http://www.fslcorporate.com/site/457-revision-2/', 0, 'revision', '', 0),
(570, 1, '2013-02-01 00:29:43', '2013-02-01 00:29:43', '<h2>Our Services</h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nHave a look at just a few of the many options we can provide for your event.\r\n\r\nHave a look below for visual examples of what we can offer you.\r\n<h2></h2>\r\n<h3>LIGHTING:</h3>\r\nWe provide an outstanding amount of lighting options for your event.\r\nFrom moving fixtures, conventional lighting, LED Lights, Blinders, Lekos to Truss.\r\n\r\nFrontier Sound and light has everything you need to pull of the atmosphere your looking for.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"4\"]\r\n\r\n&nbsp;\r\n<h3>AUDIO:</h3>\r\nWe can provide the sound your looking for for any event. Weather its a small intimate gathering for a presentation to a large indoor/ Outdoor concert. We at Frontier Sound and Light have the audio equipment to deliver your sound!\r\n\r\nLine Array, Trap boxes, Powered speakers, Monitor speakers, Consoles, Analogue desks, AMPS, Snakes, Cables, Microphones\r\n\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"5\"]\r\n\r\n&nbsp;\r\n<h3>STAGING:</h3>\r\nWe provide staging as small as an 8 x 8 deck for podium speeches up to 40\' x 60\' x 6\' concert stage for arenas and outdoor festivals. Please contact one of our senior reps for more info.\r\n<h3></h3>\r\n<h3>VIDEO:</h3>\r\nProjectors, Screens, Cameras, Media Servers, Video Switchers and more.\r\n\r\nPlease contact one of our reps for complete details and listing of the various video and screen components we have in stock.\r\n<h3>RENTALS:</h3>\r\n<em id=\"__mceDel\"><em id=\"__mceDel\">From small to large, you can rent anything we have in stock!</em></em>\r\n\r\nPlease contact one of our senior reps VIA email or phone for further info on ALL rental packaging, pricing and discounts.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n[new_royalslider id=\"6\"]', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-37', '', '', '2013-02-01 00:29:43', '2013-02-01 00:29:43', '', 270, 'http://www.fslcorporate.com/site/270-revision-37/', 0, 'revision', '', 0),
(537, 1, '2013-02-01 00:07:53', '2013-02-01 00:07:53', '', 'Turbosound Flex Array', '', 'inherit', 'open', 'open', '', 'turbosound-flex-array', '', '', '2013-02-01 00:07:53', '2013-02-01 00:07:53', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Turbosound-Flex-Array.jpg', 0, 'attachment', 'image/jpeg', 0),
(538, 1, '2013-02-01 00:09:27', '2013-02-01 00:09:27', '', '2a6bac56-9c70-4cc4-8eee-8cbe37116886_2', '', 'inherit', 'open', 'open', '', '2a6bac56-9c70-4cc4-8eee-8cbe37116886_2', '', '', '2013-02-01 00:09:27', '2013-02-01 00:09:27', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/2a6bac56-9c70-4cc4-8eee-8cbe37116886_2.jpg', 0, 'attachment', 'image/jpeg', 0),
(539, 1, '2013-02-01 00:09:30', '2013-02-01 00:09:30', '', '575-Spot-Moving-Head', '', 'inherit', 'open', 'open', '', '575-spot-moving-head', '', '', '2013-02-01 00:09:30', '2013-02-01 00:09:30', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/575-Spot-Moving-Head.jpg', 0, 'attachment', 'image/jpeg', 0),
(540, 1, '2013-02-01 00:09:31', '2013-02-01 00:09:31', '', 'akg-pro-d-5-stage-microphone-dynamic-lead-backing-vocal-speech-davis-1107-04-DAVIS@2', '', 'inherit', 'open', 'open', '', 'akg-pro-d-5-stage-microphone-dynamic-lead-backing-vocal-speech-davis-1107-04-davis2', '', '', '2013-02-01 00:09:31', '2013-02-01 00:09:31', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/akg-pro-d-5-stage-microphone-dynamic-lead-backing-vocal-speech-davis-1107-04-DAVIS@2.jpg', 0, 'attachment', 'image/jpeg', 0),
(467, 1, '2013-01-30 22:27:07', '2013-01-30 22:27:07', 'Frontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\n\r\nHave a look at just a few of the many options we can provide for your event.\r\n\r\nLighting:\r\nWe provide an outstanding amount of lighting options for your event.\r\nFrom moving fixtures, conventional lighting, LED Lights, Blinders, Lekos to Truss.\r\n\r\nFrontier Sound and light has everything you need to pull of the atmosphere your looking for.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"1\"]\r\n<br/><br/>\r\nAUDIO:\r\nWe can provide the sound your looking for for any event.  Weather its a small intimate gathering for a presentation to a large indoor/ Outdoor concert.  We at Frontier Sound and Light have the audio equipment to deliver your sound!\r\n\r\nLine Array, Trap boxes, Powered speakers, Monitor speakers, Consoles, Analogue desks, AMPS, Snakes, Cables, Microphones\r\n\r\n\r\n\r\n<br/><br/>\r\nSTAGING:\r\n\r\nWe provide staging as small as an 8 x 8 deck for podium speeches up to 40\' x 60\' x 6\' concert stage for arenas and outdoor festivals. Please contact one of our senior reps for more info.\r\n<br/><br/>\r\nVideo:\r\n\r\nProjectors, Screens, Cameras, Media Servers, Video Switchers and more.\r\n\r\nPlease contact one of our reps for complete details and listing of the various video and screen components we have in stock.\r\n<br/><br/>\r\nRentals: \r\n\r\nFrom small to large, you can rent anything we have in stock!\r\nPlease contact one of our senior reps VIA email or phone for further info on ALL rental packaging, pricing and discounts.', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-16', '', '', '2013-01-30 22:27:07', '2013-01-30 22:27:07', '', 270, 'http://www.fslcorporate.com/site/270-revision-16/', 0, 'revision', '', 0),
(468, 1, '2013-01-30 22:48:30', '2013-01-30 22:48:30', 'Frontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\n\r\nHave a look at just a few of the many options we can provide for your event.\r\n\r\nLighting:\r\nWe provide an outstanding amount of lighting options for your event.\r\nFrom moving fixtures, conventional lighting, LED Lights, Blinders, Lekos to Truss.\r\n\r\nFrontier Sound and light has everything you need to pull of the atmosphere your looking for.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"1\"]\r\n<br/><br/>\r\nAUDIO:\r\nWe can provide the sound your looking for for any event.  Weather its a small intimate gathering for a presentation to a large indoor/ Outdoor concert.  We at Frontier Sound and Light have the audio equipment to deliver your sound!\r\n\r\nLine Array, Trap boxes, Powered speakers, Monitor speakers, Consoles, Analogue desks, AMPS, Snakes, Cables, Microphones\r\n\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"2\"]\r\n<br/><br/>\r\nSTAGING:\r\n\r\nWe provide staging as small as an 8 x 8 deck for podium speeches up to 40\' x 60\' x 6\' concert stage for arenas and outdoor festivals. Please contact one of our senior reps for more info.\r\n<br/><br/>\r\nVideo:\r\n\r\nProjectors, Screens, Cameras, Media Servers, Video Switchers and more.\r\n\r\nPlease contact one of our reps for complete details and listing of the various video and screen components we have in stock.\r\n<br/><br/>\r\nRentals: \r\n\r\nFrom small to large, you can rent anything we have in stock!\r\nPlease contact one of our senior reps VIA email or phone for further info on ALL rental packaging, pricing and discounts.', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-17', '', '', '2013-01-30 22:48:30', '2013-01-30 22:48:30', '', 270, 'http://www.fslcorporate.com/site/270-revision-17/', 0, 'revision', '', 0),
(469, 1, '2013-01-30 22:49:14', '2013-01-30 22:49:14', 'Frontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\n\r\nHave a look at just a few of the many options we can provide for your event.\r\n\r\nLighting:\r\nWe provide an outstanding amount of lighting options for your event.\r\nFrom moving fixtures, conventional lighting, LED Lights, Blinders, Lekos to Truss.\r\n\r\nFrontier Sound and light has everything you need to pull of the atmosphere your looking for.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"1\"]\r\n<br/>\r\nAUDIO:\r\nWe can provide the sound your looking for for any event.  Weather its a small intimate gathering for a presentation to a large indoor/ Outdoor concert.  We at Frontier Sound and Light have the audio equipment to deliver your sound!\r\n\r\nLine Array, Trap boxes, Powered speakers, Monitor speakers, Consoles, Analogue desks, AMPS, Snakes, Cables, Microphones\r\n\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"2\"]\r\n<br/>\r\nSTAGING:\r\n\r\nWe provide staging as small as an 8 x 8 deck for podium speeches up to 40\' x 60\' x 6\' concert stage for arenas and outdoor festivals. Please contact one of our senior reps for more info.\r\n<br/><br/>\r\nVideo:\r\n\r\nProjectors, Screens, Cameras, Media Servers, Video Switchers and more.\r\n\r\nPlease contact one of our reps for complete details and listing of the various video and screen components we have in stock.\r\n<br/>\r\nRentals: \r\n\r\nFrom small to large, you can rent anything we have in stock!\r\nPlease contact one of our senior reps VIA email or phone for further info on ALL rental packaging, pricing and discounts.', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-18', '', '', '2013-01-30 22:49:14', '2013-01-30 22:49:14', '', 270, 'http://www.fslcorporate.com/site/270-revision-18/', 0, 'revision', '', 0),
(470, 1, '2013-01-30 22:50:16', '2013-01-30 22:50:16', 'Frontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\n\r\nHave a look at just a few of the many options we can provide for your event.\r\n\r\n<strong>Lighting:</strong> We provide an outstanding amount of lighting options for your event. From moving fixtures, conventional lighting, LED Lights, Blinders, Lekos to Truss.\r\n\r\nFrontier Sound and light has everything you need to pull of the atmosphere your looking for.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"1\"]\r\n\r\nAUDIO: We can provide the sound your looking for for any event. Weather its a small intimate gathering for a presentation to a large indoor/ Outdoor concert. We at Frontier Sound and Light have the audio equipment to deliver your sound!\r\n\r\nLine Array, Trap boxes, Powered speakers, Monitor speakers, Consoles, Analogue desks, AMPS, Snakes, Cables, Microphones\r\n\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"2\"]\r\n\r\n\r\nSTAGING:\r\n\r\nWe provide staging as small as an 8 x 8 deck for podium speeches up to 40\' x 60\' x 6\' concert stage for arenas and outdoor festivals. Please contact one of our senior reps for more info.\r\n\r\n\r\n\r\nVideo:\r\n\r\nProjectors, Screens, Cameras, Media Servers, Video Switchers and more.\r\n\r\nPlease contact one of our reps for complete details and listing of the various video and screen components we have in stock.\r\n\r\n\r\nRentals:\r\n\r\nFrom small to large, you can rent anything we have in stock!\r\nPlease contact one of our senior reps VIA email or phone for further info on ALL rental packaging, pricing and discounts.', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-19', '', '', '2013-01-30 22:50:16', '2013-01-30 22:50:16', '', 270, 'http://www.fslcorporate.com/site/270-revision-19/', 0, 'revision', '', 0),
(471, 1, '2013-01-30 22:54:03', '2013-01-30 22:54:03', '<h1>Our Services</h1>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\n\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\n\r\nHave a look at just a few of the many options we can provide for your event.\r\n\r\n&nbsp;\r\n<h2>LIGHTING:</h2>\r\nWe provide an outstanding amount of lighting options for your event. From moving fixtures, conventional lighting, LED Lights, Blinders, Lekos to Truss.\r\n\r\nFrontier Sound and light has everything you need to pull of the atmosphere your looking for.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"1\"]\r\n<h2></h2>\r\n<h2>AUDIO:</h2>\r\nWe can provide the sound your looking for for any event. Weather its a small intimate gathering for a presentation to a large indoor/ Outdoor concert. We at Frontier Sound and Light have the audio equipment to deliver your sound!\r\n\r\nLine Array, Trap boxes, Powered speakers, Monitor speakers, Consoles, Analogue desks, AMPS, Snakes, Cables, Microphones\r\n\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"2\"]\r\n<h2>STAGING:</h2>\r\nWe provide staging as small as an 8 x 8 deck for podium speeches up to 40\' x 60\' x 6\' concert stage for arenas and outdoor festivals. Please contact one of our senior reps for more info.\r\n<h2>VIDEO:</h2>\r\nProjectors, Screens, Cameras, Media Servers, Video Switchers and more.\r\n\r\nPlease contact one of our reps for complete details and listing of the various video and screen components we have in stock.\r\n<h2>RENTALS:</h2>\r\nFrom small to large, you can rent anything we have in stock!\r\n\r\nPlease contact one of our senior reps VIA email or phone for further info on ALL rental packaging, pricing and discounts.', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-20', '', '', '2013-01-30 22:54:03', '2013-01-30 22:54:03', '', 270, 'http://www.fslcorporate.com/site/270-revision-20/', 0, 'revision', '', 0),
(472, 1, '2013-01-30 22:54:26', '2013-01-30 22:54:26', '<h1>Our Services</h1>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nHave a look at just a few of the many options we can provide for your event.\r\n\r\n&nbsp;\r\n<h2>LIGHTING:</h2>\r\nWe provide an outstanding amount of lighting options for your event. From moving fixtures, conventional lighting, LED Lights, Blinders, Lekos to Truss.\r\n\r\nFrontier Sound and light has everything you need to pull of the atmosphere your looking for.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"1\"]\r\n<h2></h2>\r\n<h2>AUDIO:</h2>\r\nWe can provide the sound your looking for for any event. Weather its a small intimate gathering for a presentation to a large indoor/ Outdoor concert. We at Frontier Sound and Light have the audio equipment to deliver your sound!\r\n\r\nLine Array, Trap boxes, Powered speakers, Monitor speakers, Consoles, Analogue desks, AMPS, Snakes, Cables, Microphones\r\n\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"2\"]\r\n<h2>STAGING:</h2>\r\nWe provide staging as small as an 8 x 8 deck for podium speeches up to 40\' x 60\' x 6\' concert stage for arenas and outdoor festivals. Please contact one of our senior reps for more info.\r\n<h2>VIDEO:</h2>\r\nProjectors, Screens, Cameras, Media Servers, Video Switchers and more.\r\n\r\nPlease contact one of our reps for complete details and listing of the various video and screen components we have in stock.\r\n<h2>RENTALS:</h2>\r\nFrom small to large, you can rent anything we have in stock!\r\n\r\nPlease contact one of our senior reps VIA email or phone for further info on ALL rental packaging, pricing and discounts.', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-21', '', '', '2013-01-30 22:54:26', '2013-01-30 22:54:26', '', 270, 'http://www.fslcorporate.com/site/270-revision-21/', 0, 'revision', '', 0),
(474, 1, '2013-01-30 22:55:38', '2013-01-30 22:55:38', '<h1>Our Services</h1>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nHave a look at just a few of the many options we can provide for your event.<br/>\r\n<h2>LIGHTING:</h2>\r\nWe provide an outstanding amount of lighting options for your event. From moving fixtures, conventional lighting, LED Lights, Blinders, Lekos to Truss.\r\n\r\nFrontier Sound and light has everything you need to pull of the atmosphere your looking for.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"1\"]\r\n<br/>\r\n<h2>AUDIO:</h2>\r\nWe can provide the sound your looking for for any event. Weather its a small intimate gathering for a presentation to a large indoor/ Outdoor concert. We at Frontier Sound and Light have the audio equipment to deliver your sound!\r\n\r\nLine Array, Trap boxes, Powered speakers, Monitor speakers, Consoles, Analogue desks, AMPS, Snakes, Cables, Microphones\r\n\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"2\"]\r\n<br/>\r\n<h2>STAGING:</h2>\r\nWe provide staging as small as an 8 x 8 deck for podium speeches up to 40\' x 60\' x 6\' concert stage for arenas and outdoor festivals. Please contact one of our senior reps for more info.\r\n<br/>\r\n<h2>VIDEO:</h2>\r\nProjectors, Screens, Cameras, Media Servers, Video Switchers and more.\r\n\r\nPlease contact one of our reps for complete details and listing of the various video and screen components we have in stock.\r\n<h2>RENTALS:</h2>\r\nFrom small to large, you can rent anything we have in stock!\r\n\r\nPlease contact one of our senior reps VIA email or phone for further info on ALL rental packaging, pricing and discounts.', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-23', '', '', '2013-01-30 22:55:38', '2013-01-30 22:55:38', '', 270, 'http://www.fslcorporate.com/site/270-revision-23/', 0, 'revision', '', 0),
(473, 1, '2013-01-30 22:55:20', '2013-01-30 22:55:20', '<h1>Our Services</h1>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nHave a look at just a few of the many options we can provide for your event.\r\n\r\n&nbsp;\r\n<h2>LIGHTING:</h2>\r\nWe provide an outstanding amount of lighting options for your event. From moving fixtures, conventional lighting, LED Lights, Blinders, Lekos to Truss.\r\n\r\nFrontier Sound and light has everything you need to pull of the atmosphere your looking for.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"1\"]\r\n<br/>\r\n<h2>AUDIO:</h2>\r\nWe can provide the sound your looking for for any event. Weather its a small intimate gathering for a presentation to a large indoor/ Outdoor concert. We at Frontier Sound and Light have the audio equipment to deliver your sound!\r\n\r\nLine Array, Trap boxes, Powered speakers, Monitor speakers, Consoles, Analogue desks, AMPS, Snakes, Cables, Microphones\r\n\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"2\"]\r\n<br/>\r\n<h2>STAGING:</h2>\r\nWe provide staging as small as an 8 x 8 deck for podium speeches up to 40\' x 60\' x 6\' concert stage for arenas and outdoor festivals. Please contact one of our senior reps for more info.\r\n<br/>\r\n<h2>VIDEO:</h2>\r\nProjectors, Screens, Cameras, Media Servers, Video Switchers and more.\r\n\r\nPlease contact one of our reps for complete details and listing of the various video and screen components we have in stock.\r\n<h2>RENTALS:</h2>\r\nFrom small to large, you can rent anything we have in stock!\r\n\r\nPlease contact one of our senior reps VIA email or phone for further info on ALL rental packaging, pricing and discounts.', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-22', '', '', '2013-01-30 22:55:20', '2013-01-30 22:55:20', '', 270, 'http://www.fslcorporate.com/site/270-revision-22/', 0, 'revision', '', 0),
(475, 1, '2013-01-30 22:56:41', '2013-01-30 22:56:41', '<h1>Our Services</h1>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nHave a look at just a few of the many options we can provide for your event.\r\n<h2>LIGHTING:</h2>\r\nWe provide an outstanding amount of lighting options for your event.\r\nFrom moving fixtures, conventional lighting, LED Lights, Blinders, Lekos to Truss.\r\n\r\nFrontier Sound and light has everything you need to pull of the atmosphere your looking for.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"1\"]\r\n<h2>AUDIO:</h2>\r\nWe can provide the sound your looking for for any event. Weather its a small intimate gathering for a presentation to a large indoor/ Outdoor concert. We at Frontier Sound and Light have the audio equipment to deliver your sound!\r\n\r\nLine Array, Trap boxes, Powered speakers, Monitor speakers, Consoles, Analogue desks, AMPS, Snakes, Cables, Microphones\r\n\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"2\"]\r\n<h2>STAGING:</h2>\r\nWe provide staging as small as an 8 x 8 deck for podium speeches up to 40\' x 60\' x 6\' concert stage for arenas and outdoor festivals. Please contact one of our senior reps for more info.\r\n<h2>VIDEO:</h2>\r\nProjectors, Screens, Cameras, Media Servers, Video Switchers and more.\r\n\r\nPlease contact one of our reps for complete details and listing of the various video and screen components we have in stock.\r\n<h2>RENTALS:</h2>\r\nFrom small to large, you can rent anything we have in stock!\r\n\r\nPlease contact one of our senior reps VIA email or phone for further info on ALL rental packaging, pricing and discounts.', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-24', '', '', '2013-01-30 22:56:41', '2013-01-30 22:56:41', '', 270, 'http://www.fslcorporate.com/site/270-revision-24/', 0, 'revision', '', 0),
(476, 1, '2013-01-30 22:57:11', '2013-01-30 22:57:11', '<h1>Our Services</h1>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nHave a look at just a few of the many options we can provide for your event.\r\n<h2>LIGHTING:</h2>\r\nWe provide an outstanding amount of lighting options for your event.\r\nFrom moving fixtures, conventional lighting, LED Lights, Blinders, Lekos to Truss.\r\n\r\nFrontier Sound and light has everything you need to pull of the atmosphere your looking for.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"1\"]\r\n<br/>\r\n<h2>AUDIO:</h2>\r\nWe can provide the sound your looking for for any event. Weather its a small intimate gathering for a presentation to a large indoor/ Outdoor concert. We at Frontier Sound and Light have the audio equipment to deliver your sound!\r\n\r\nLine Array, Trap boxes, Powered speakers, Monitor speakers, Consoles, Analogue desks, AMPS, Snakes, Cables, Microphones\r\n\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"2\"]\r\n<h2>STAGING:</h2>\r\nWe provide staging as small as an 8 x 8 deck for podium speeches up to 40\' x 60\' x 6\' concert stage for arenas and outdoor festivals. Please contact one of our senior reps for more info.\r\n<h2>VIDEO:</h2>\r\nProjectors, Screens, Cameras, Media Servers, Video Switchers and more.\r\n\r\nPlease contact one of our reps for complete details and listing of the various video and screen components we have in stock.\r\n<h2>RENTALS:</h2>\r\nFrom small to large, you can rent anything we have in stock!\r\n\r\nPlease contact one of our senior reps VIA email or phone for further info on ALL rental packaging, pricing and discounts.', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-25', '', '', '2013-01-30 22:57:11', '2013-01-30 22:57:11', '', 270, 'http://www.fslcorporate.com/site/270-revision-25/', 0, 'revision', '', 0),
(477, 1, '2013-01-30 22:57:38', '2013-01-30 22:57:38', '<h1>Our Services</h1>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nHave a look at just a few of the many options we can provide for your event.\r\n<h2>LIGHTING:</h2>\r\nWe provide an outstanding amount of lighting options for your event.\r\nFrom moving fixtures, conventional lighting, LED Lights, Blinders, Lekos to Truss.\r\n\r\nFrontier Sound and light has everything you need to pull of the atmosphere your looking for.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"1\"]\r\n<br/>\r\n<h2>AUDIO:</h2>\r\nWe can provide the sound your looking for for any event. Weather its a small intimate gathering for a presentation to a large indoor/ Outdoor concert. We at Frontier Sound and Light have the audio equipment to deliver your sound!\r\n\r\nLine Array, Trap boxes, Powered speakers, Monitor speakers, Consoles, Analogue desks, AMPS, Snakes, Cables, Microphones\r\n\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"2\"]\r\n<br/>\r\n<h2>STAGING:</h2>\r\nWe provide staging as small as an 8 x 8 deck for podium speeches up to 40\' x 60\' x 6\' concert stage for arenas and outdoor festivals. Please contact one of our senior reps for more info.\r\n<br/>\r\n<h2>VIDEO:</h2>\r\nProjectors, Screens, Cameras, Media Servers, Video Switchers and more.\r\n\r\nPlease contact one of our reps for complete details and listing of the various video and screen components we have in stock.\r\n<br/>\r\n<h2>RENTALS:</h2>\r\nFrom small to large, you can rent anything we have in stock!\r\n\r\nPlease contact one of our senior reps VIA email or phone for further info on ALL rental packaging, pricing and discounts.', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-26', '', '', '2013-01-30 22:57:38', '2013-01-30 22:57:38', '', 270, 'http://www.fslcorporate.com/site/270-revision-26/', 0, 'revision', '', 0),
(541, 1, '2013-02-01 00:09:33', '2013-02-01 00:09:33', '', 'Design+Spot+LED_smaller', '', 'inherit', 'open', 'open', '', 'designspotled_smaller', '', '', '2013-02-01 00:09:33', '2013-02-01 00:09:33', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Design+Spot+LED_smaller.jpg', 0, 'attachment', 'image/jpeg', 0),
(542, 1, '2013-02-01 00:09:35', '2013-02-01 00:09:35', '', 'digico sd9', '', 'inherit', 'open', 'open', '', 'digico-sd9', '', '', '2013-02-01 00:09:35', '2013-02-01 00:09:35', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/digico-sd9.jpg', 0, 'attachment', 'image/jpeg', 0),
(543, 1, '2013-02-01 00:09:37', '2013-02-01 00:09:37', '', 'DV016_Jpg_Large_485489.001_black_web_comp', '', 'inherit', 'open', 'open', '', 'dv016_jpg_large_485489-001_black_web_comp', '', '', '2013-02-01 00:09:37', '2013-02-01 00:09:37', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DV016_Jpg_Large_485489.001_black_web_comp.jpg', 0, 'attachment', 'image/jpeg', 0),
(544, 1, '2013-02-01 00:09:40', '2013-02-01 00:09:40', '', 'DV020_Jpg_Jumbo_817161.375_chrome_unit_with_effect', '', 'inherit', 'open', 'open', '', 'dv020_jpg_jumbo_817161-375_chrome_unit_with_effect', '', '', '2013-02-01 00:09:40', '2013-02-01 00:09:40', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DV020_Jpg_Jumbo_817161.375_chrome_unit_with_effect.jpg', 0, 'attachment', 'image/jpeg', 0),
(545, 1, '2013-02-01 00:09:42', '2013-02-01 00:09:42', '', 'eled-par-rgb-zoom', '', 'inherit', 'open', 'open', '', 'eled-par-rgb-zoom', '', '', '2013-02-01 00:09:42', '2013-02-01 00:09:42', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/eled-par-rgb-zoom.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1007, 1, '2014-08-11 22:50:59', '2014-08-11 22:50:59', '<h2><span style=\"color: #333399;\">Clients: In association with or on Behalf of\r\n</span></h2>\r\n<h2></h2>\r\nLive Nation / Union Concerts / Audi Canada / Red Bull / Volkswagen Canada / Q-107 / Monster Energy / Rock 95 Barrie/ Coca Cola / Sound Acadamy / 102.1 The Edge / The Opera House / Universal Music / Bedlam Music Mgmt / 107.5 Wolf fm / Pfaff Auto / CBC / Inertia Entertainment / TD Canada Trust / OLG(Ontario Lottery Group / Molson, Heineken / Labatt / SBC Media, Mix 99.9 / Y108(Hamilton) / Country 95.3 / B101 Barrie / Town of Newmarket / All Access / Embrace / Telus / Fido / Sony Playstation / Liquid Chrome / Ryerson / Centreville Amusements / Eventrix / Issimo / U of T / SX Marketing / Rotary Club of Newmarket / Magna / Umbra / Ukula / Dose.\r\n<h2><span style=\"color: #333399;\">Clients: In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\n<p style=\"text-align: left;\" align=\"center\">Toronto Island / Island Airport / The Sound Academy / The Phoenix / The Koolhaus / Sunnyside Park / Woodbine Beach / The Roxx / Georgian College / Capital Events Theatre / Ray Twinney Arena / Sudbury Arena / Wasaga Beach / Heritage Park Barrie / Western Fairgrounds London / Gage Park Hamilton / Lees Palace / Opera House / Metro Convention Centre / Direct Energy Centre / Powerade Centre / Arrow Hall / Great Hall / Berkely Church / Hamilton Convention Centre / Harbor Castle Hilton / Fairy Lake / Cunard Centre Halifax</p>\r\n\r\n<h2><span style=\"color: #333399;\">Events : In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sausagefest / Toronto Waterfront Blues Festival / Canada Day Country Jam / Country 95, Beachfest / Mix 99.9  Distillery Blues Fest / PartyGras / Q107 Rock Awards / Rock 95 20th BDay Bash / Toronto Freedom Fest / Wasaga Beach Street Fest / Barrie Street Fest / Blue Sky Revival / Extreme Music Series - MAJA Awards / Miss Africanada Pageant / King Fest /Everything to do with Sex Show London/Toronto/Halifax/Montreal / The Sex Show Denver / Markham Jazz / Unionville Jazz / Mt Albert Sports Days / Scene Fest / Beer Fest / Much Music Awards / Rib Fest / Veselka Fest.\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Artists : In Association with or on Behalf of:</span></h2>\r\nSheep Dogs / Dead Mouse / Bruno Mars / Stevie Wonder / City and Colour / Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Alpha Blondy / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero / Finger Eleven / Trooper / Max Webster / Rik Emmitt / Tokyo Police Club / Lights / Hedley / Sum 41 / Glenn Miller / Orchestra / Attack in Black / Quartetto Gellatto / Glass Tiger /  USS / Clark Nova / The Headstones / Dr Hook / April Wine / Teenage Head / Rides again / Cavelera Conspiracy / Curley Bridges / Fathead / Watermelon Slim / David Rotundo / Groove Corp / Nafshenu Orchestra / Nova Sounds / SoulWax / SOS Band / The Shanks / Keiser Chiefs / Chantel Kraviazuk / Rain Maida / Lighthouse / Murray Mc Laughlan / Jack Soul / Philosipher Kings / KOS / Goddo / David Usher / Honeymoon Suite / Del The Funky / Homosapian / De La Soul / I hate Sally / Lupe Fiasco / Eminem / Choclair / Maestro Fresh Wes / Helix / Bobby Brown / Cake / Hanson / Blue Rodeo / Great Big Sea / English Beat / Teenagers / Maroon 5.\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span>\r\n-<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half]</h3>\r\n<h3></h3>\r\n<h3>[one_half_last]<span style=\"color: #888888;\">\"Hi Mike, just a quick note to say that your crew did a great job, Peter did an outstanding job on the board, we had lots of compliments on the sound. Many Thanks\"</span>\r\n-<strong>Jim John</strong>\r\nBeaches Jazz Big Band Stage 2013 [/one_half_last]</h3>\r\n<h3>[one_half]<span style=\"color: #888888;\">\"Mike.  It\'s always a pleasure, its been 4 fantastic years.\"  \"Thanks for everything Mike, great sound all weekend and Mike Gear the sound guy did a great Job ...we had a massive crowd on Sunday\"\r\n</span>-<strong>Wilson Acevedo, (Musical director)</strong>\r\n<em>Beaches Jazz Latin Square Stage 2013 </em>[/one_half]</h3>\r\n<h3 style=\"text-align: left;\">[one_half_last]\"<span style=\"color: #888888;\">Hey Mike, I cannot even begin to thank you and your team enough for an amazing job this weekend, I have been doing this for over 30 years, work some huge production company but without a doubt this was one of my best experiences . I am looking forward you doing all our events and I am sure I will be on some other events you will be doing, once again thank you from myself Phil and Donna.\"</span>\r\n-Carl Allen\r\nNathan Philips Square IRIE FESTIVAL 2014[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-123', '', '', '2014-08-11 22:50:59', '2014-08-11 22:50:59', '', 276, 'http://www.fslcorporate.com/site/276-revision-123/', 0, 'revision', '', 0),
(547, 1, '2013-02-01 00:09:46', '2013-02-01 00:09:46', '', 'hzpss20f-xl', '', 'inherit', 'open', 'open', '', 'hzpss20f-xl', '', '', '2013-02-01 00:09:46', '2013-02-01 00:09:46', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/hzpss20f-xl.jpg', 0, 'attachment', 'image/jpeg', 0),
(548, 1, '2013-02-01 00:09:49', '2013-02-01 00:09:49', '', 'LED-Blinder-Light-LED-Stage-Light', '', 'inherit', 'open', 'open', '', 'led-blinder-light-led-stage-light', '', '', '2013-02-01 00:09:49', '2013-02-01 00:09:49', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/LED-Blinder-Light-LED-Stage-Light.jpg', 0, 'attachment', 'image/jpeg', 0),
(549, 1, '2013-02-01 00:09:51', '2013-02-01 00:09:51', '', 'lightaluminium-truss-443', '', 'inherit', 'open', 'open', '', 'lightaluminium-truss-443', '', '', '2013-02-01 00:09:51', '2013-02-01 00:09:51', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/lightaluminium-truss-443.jpg', 0, 'attachment', 'image/jpeg', 0),
(550, 1, '2013-02-01 00:09:53', '2013-02-01 00:09:53', '', 'mac575krypton', '', 'inherit', 'open', 'open', '', 'mac575krypton', '', '', '2013-02-01 00:09:53', '2013-02-01 00:09:53', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/mac575krypton.jpg', 0, 'attachment', 'image/jpeg', 0),
(551, 1, '2013-02-01 00:09:55', '2013-02-01 00:09:55', '', 'MH4_highres', '', 'inherit', 'open', 'open', '', 'mh4_highres', '', '', '2013-02-01 00:09:55', '2013-02-01 00:09:55', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/MH4_highres.jpg', 0, 'attachment', 'image/jpeg', 0),
(552, 1, '2013-02-01 00:09:58', '2013-02-01 00:09:58', '', 'p052710', '', 'inherit', 'open', 'open', '', 'p052710-2', '', '', '2013-02-01 00:09:58', '2013-02-01 00:09:58', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/p0527101.jpg', 0, 'attachment', 'image/jpeg', 0),
(553, 1, '2013-02-01 00:10:00', '2013-02-01 00:10:00', '', 'sd9_toppic', '', 'inherit', 'open', 'open', '', 'sd9_toppic', '', '', '2013-02-01 00:10:00', '2013-02-01 00:10:00', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sd9_toppic.jpg', 0, 'attachment', 'image/jpeg', 0),
(554, 1, '2013-02-01 00:10:02', '2013-02-01 00:10:02', '', 'sd10_toppic', '', 'inherit', 'open', 'open', '', 'sd10_toppic', '', '', '2013-02-01 00:10:02', '2013-02-01 00:10:02', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sd10_toppic.jpg', 0, 'attachment', 'image/jpeg', 0),
(555, 1, '2013-02-01 00:10:04', '2013-02-01 00:10:04', '', 'SD11_7', '', 'inherit', 'open', 'open', '', 'sd11_7', '', '', '2013-02-01 00:10:04', '2013-02-01 00:10:04', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/SD11_7.jpg', 0, 'attachment', 'image/jpeg', 0),
(556, 1, '2013-02-01 00:10:06', '2013-02-01 00:10:06', '', 'sd824_toppic', '', 'inherit', 'open', 'open', '', 'sd824_toppic', '', '', '2013-02-01 00:10:06', '2013-02-01 00:10:06', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sd824_toppic.jpg', 0, 'attachment', 'image/jpeg', 0),
(557, 1, '2013-02-01 00:10:08', '2013-02-01 00:10:08', '', 'SOUNDCRAFT_MH2_48', '', 'inherit', 'open', 'open', '', 'soundcraft_mh2_48', '', '', '2013-02-01 00:10:08', '2013-02-01 00:10:08', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/SOUNDCRAFT_MH2_48.jpg', 0, 'attachment', 'image/jpeg', 0),
(558, 1, '2013-02-01 00:10:10', '2013-02-01 00:10:10', '', 'TFM-420-1024x600', '', 'inherit', 'open', 'open', '', 'tfm-420-1024x600', '', '', '2013-02-01 00:10:10', '2013-02-01 00:10:10', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/TFM-420-1024x600.jpg', 0, 'attachment', 'image/jpeg', 0),
(559, 1, '2013-02-01 00:10:12', '2013-02-01 00:10:12', '', 'turbo sound amp rackFlashline_rack', '', 'inherit', 'open', 'open', '', 'turbo-sound-amp-rackflashline_rack', '', '', '2013-02-01 00:10:12', '2013-02-01 00:10:12', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/turbo-sound-amp-rackFlashline_rack.jpg', 0, 'attachment', 'image/jpeg', 0),
(560, 1, '2013-02-01 00:10:14', '2013-02-01 00:10:14', '', 'Turbosound Flex Array', '', 'inherit', 'open', 'open', '', 'turbosound-flex-array-2', '', '', '2013-02-01 00:10:14', '2013-02-01 00:10:14', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Turbosound-Flex-Array1.jpg', 0, 'attachment', 'image/jpeg', 0),
(561, 1, '2013-02-01 00:10:16', '2013-02-01 00:10:16', '', 'video switcher example', '', 'inherit', 'open', 'open', '', 'video-switcher-example', '', '', '2013-02-01 00:10:16', '2013-02-01 00:10:16', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/video-switcher-example.jpg', 0, 'attachment', 'image/jpeg', 0),
(499, 1, '2013-01-30 22:58:00', '2013-01-30 22:58:00', '<h1>Our Services</h1>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nHave a look at just a few of the many options we can provide for your event.\r\n<h3>LIGHTING:</h3>\r\nWe provide an outstanding amount of lighting options for your event.\r\nFrom moving fixtures, conventional lighting, LED Lights, Blinders, Lekos to Truss.\r\n\r\nFrontier Sound and light has everything you need to pull of the atmosphere your looking for.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"1\"]\r\n<br/>\r\n<h2>AUDIO:</h2>\r\nWe can provide the sound your looking for for any event. Weather its a small intimate gathering for a presentation to a large indoor/ Outdoor concert. We at Frontier Sound and Light have the audio equipment to deliver your sound!\r\n\r\nLine Array, Trap boxes, Powered speakers, Monitor speakers, Consoles, Analogue desks, AMPS, Snakes, Cables, Microphones\r\n\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"2\"]\r\n<br/>\r\n<h2>STAGING:</h2>\r\nWe provide staging as small as an 8 x 8 deck for podium speeches up to 40\' x 60\' x 6\' concert stage for arenas and outdoor festivals. Please contact one of our senior reps for more info.\r\n<br/>\r\n<h2>VIDEO:</h2>\r\nProjectors, Screens, Cameras, Media Servers, Video Switchers and more.\r\n\r\nPlease contact one of our reps for complete details and listing of the various video and screen components we have in stock.\r\n<br/>\r\n<h2>RENTALS:</h2>\r\nFrom small to large, you can rent anything we have in stock!\r\n\r\nPlease contact one of our senior reps VIA email or phone for further info on ALL rental packaging, pricing and discounts.', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-27', '', '', '2013-01-30 22:58:00', '2013-01-30 22:58:00', '', 270, 'http://www.fslcorporate.com/site/270-revision-27/', 0, 'revision', '', 0),
(757, 1, '2013-02-07 00:58:02', '2013-02-07 00:58:02', '<h2><span style=\"color: #333399;\">Our Service</span></h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nHave a look at just a few of the many options we can provide for your event.\r\n<h2><span style=\"color: #333399;\">Our Value</span></h2>\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.  This allows for competitive pricing and a focused team that are dedicated to your project.  At Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<h2><span style=\"color: #333399;\">Our Experience</span></h2>\r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, or an intimate presentation for a select few, Frontier Sound and Light will supply the right system and personnel that suits all your needs.\r\nWith over 18 years of Professional touring and installation experience, Frontier is definitely a sound choice.\r\n<h2></h2>\r\n<h2><span style=\"color: #333399;\">Our History</span></h2>\r\n18 years ago, Michael Kerwin, and Zeke Myers started Frontier Sound and Light in Newmarket with the ideology of musicians and clients come first...\r\n<div>From these humble beginnings, Frontier\'s business and client list grew, from the hard work and dedication of Mike, Zeke, and their staff.</div>\r\n<div>Over the years, Michael and Zeke expanded their horizons, to include corporate clientele, to compliment the already established rock and roll roster they had successfully acquired.</div>\r\n<div>Today, Frontier has grown and matured into a multi faceted Sound and Lighting company that caters to both their rock and roll clients, and their corporate clients, with the same dedication and constant professionalism expected from everyone at Frontier.</div>\r\n<div>From Professional Audio and Lighting touring packages, Corporate Showcases, Staging and Video, Rentals and installations, Frontier continues to expand into new territory and deliver only the very best to all its customers.</div>\r\n<div>From all of us at Frontier,</div>\r\n<div></div>\r\n<div id=\"yui_3_7_2_1_1360198186436_126\">Welcome to Frontier sound and Light.</div>\r\n<div> <var id=\"yiv344065941yui-ie-cursor\"></var></div>\r\n<div id=\"yui_3_7_2_1_1360198186436_128\">Let us help you reach new horizons...</div>\r\n<div></div>\r\n<div></div>', 'About', '', 'inherit', 'open', 'open', '', '264-revision-38', '', '', '2013-02-07 00:58:02', '2013-02-07 00:58:02', '', 264, 'http://www.fslcorporate.com/site/264-revision-38/', 0, 'revision', '', 0),
(500, 1, '2013-01-30 23:01:54', '2013-01-30 23:01:54', '<h1>Our Services</h1>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nHave a look at just a few of the many options we can provide for your event.\r\n<h3>LIGHTING:</h3>\r\nWe provide an outstanding amount of lighting options for your event.\r\nFrom moving fixtures, conventional lighting, LED Lights, Blinders, Lekos to Truss.\r\n\r\nFrontier Sound and light has everything you need to pull of the atmosphere your looking for.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"1\"]\r\n<br/>\r\n<h2>AUDIO:</h2>\r\nWe can provide the sound your looking for for any event. Weather its a small intimate gathering for a presentation to a large indoor/ Outdoor concert. We at Frontier Sound and Light have the audio equipment to deliver your sound!\r\n\r\nLine Array, Trap boxes, Powered speakers, Monitor speakers, Consoles, Analogue desks, AMPS, Snakes, Cables, Microphones\r\n\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"2\"]\r\n<br/>\r\n<h2>STAGING:</h2>\r\nWe provide staging as small as an 8 x 8 deck for podium speeches up to 40\' x 60\' x 6\' concert stage for arenas and outdoor festivals. Please contact one of our senior reps for more info.\r\n<br/>\r\n<h2>VIDEO:</h2>\r\nProjectors, Screens, Cameras, Media Servers, Video Switchers and more.\r\n\r\nPlease contact one of our reps for complete details and listing of the various video and screen components we have in stock.\r\n<br/>\r\n<h2>RENTALS:</h2>\r\nFrom small to large, you can rent anything we have in stock!\r\n\r\nPlease contact one of our senior reps VIA email or phone for further info on ALL rental packaging, pricing and discounts.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n[new_royalslider id=\"3\"]', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-28', '', '', '2013-01-30 23:01:54', '2013-01-30 23:01:54', '', 270, 'http://www.fslcorporate.com/site/270-revision-28/', 0, 'revision', '', 0),
(569, 1, '2013-02-01 00:25:13', '2013-02-01 00:25:13', '<h2>Our Services</h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nHave a look at just a few of the many options we can provide for your event.\r\n\r\nHave a look below for visual examples of what we can offer you.\r\n<h2></h2>\r\n<h3>LIGHTING:</h3>\r\nWe provide an outstanding amount of lighting options for your event.\r\nFrom moving fixtures, conventional lighting, LED Lights, Blinders, Lekos to Truss.\r\n\r\nFrontier Sound and light has everything you need to pull of the atmosphere your looking for.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"4\"]\r\n\r\n&nbsp;\r\n<h2>AUDIO:</h2>\r\nWe can provide the sound your looking for for any event. Weather its a small intimate gathering for a presentation to a large indoor/ Outdoor concert. We at Frontier Sound and Light have the audio equipment to deliver your sound!\r\n\r\nLine Array, Trap boxes, Powered speakers, Monitor speakers, Consoles, Analogue desks, AMPS, Snakes, Cables, Microphones\r\n\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"5\"]\r\n\r\n&nbsp;\r\n<h2>STAGING:</h2>\r\nWe provide staging as small as an 8 x 8 deck for podium speeches up to 40\' x 60\' x 6\' concert stage for arenas and outdoor festivals. Please contact one of our senior reps for more info.<em id=\"__mceDel\"> </em>\r\n<h2>VIDEO:</h2>\r\nProjectors, Screens, Cameras, Media Servers, Video Switchers and more.\r\n\r\nPlease contact one of our reps for complete details and listing of the various video and screen components we have in stock.<em id=\"__mceDel\"> </em>\r\n<h2>RENTALS:</h2>\r\nFrom small to large, you can rent anything we have in stock!\r\n\r\nPlease contact one of our senior reps VIA email or phone for further info on ALL rental packaging, pricing and discounts.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n[new_royalslider id=\"6\"]', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-36', '', '', '2013-02-01 00:25:13', '2013-02-01 00:25:13', '', 270, 'http://www.fslcorporate.com/site/270-revision-36/', 0, 'revision', '', 0),
(501, 1, '2013-01-30 23:05:13', '2013-01-30 23:05:13', '<h1>Our Services</h1>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nHave a look at just a few of the many options we can provide for your event.\r\n\r\n&nbsp;\r\n<h2>Our Value</h2>\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\n\r\neach quote based on individual preferences.\r\nThis allows for competitive pricing and a focused team that are dedicated to your project.\r\nAt Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n\r\n&nbsp;\r\n<h2>Our Experience<em id=\"__mceDel\" style=\"font-size: 13px;\">\r\n</em></h2>\r\n<em id=\"__mceDel\"> Whether it’s a rock show for ten thousand plus fans, A major Corporate Event, or an intimate presentation for a select few,\r\nFrontier Sound and Light will supply the right system and personnel that suits all your needs.\r\nWith over 18 years of Professional touring and installation experience, Frontier is definitely a sound choice.</em>\r\n\r\n&nbsp;\r\n<h3>LIGHTING:</h3>\r\nWe provide an outstanding amount of lighting options for your event.\r\nFrom moving fixtures, conventional lighting, LED Lights, Blinders, Lekos to Truss.\r\n\r\nFrontier Sound and light has everything you need to pull of the atmosphere your looking for.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"1\"]\r\n<h2>AUDIO:</h2>\r\nWe can provide the sound your looking for for any event. Weather its a small intimate gathering for a presentation to a large indoor/ Outdoor concert. We at Frontier Sound and Light have the audio equipment to deliver your sound!\r\n\r\nLine Array, Trap boxes, Powered speakers, Monitor speakers, Consoles, Analogue desks, AMPS, Snakes, Cables, Microphones\r\n\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"2\"]\r\n<h2>STAGING:</h2>\r\nWe provide staging as small as an 8 x 8 deck for podium speeches up to 40\' x 60\' x 6\' concert stage for arenas and outdoor festivals. Please contact one of our senior reps for more info.\r\n<h2>VIDEO:</h2>\r\nProjectors, Screens, Cameras, Media Servers, Video Switchers and more.\r\n\r\nPlease contact one of our reps for complete details and listing of the various video and screen components we have in stock.\r\n<h2>RENTALS:</h2>\r\nFrom small to large, you can rent anything we have in stock!\r\n\r\nPlease contact one of our senior reps VIA email or phone for further info on ALL rental packaging, pricing and discounts.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n[new_royalslider id=\"3\"]', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-29', '', '', '2013-01-30 23:05:13', '2013-01-30 23:05:13', '', 270, 'http://www.fslcorporate.com/site/270-revision-29/', 0, 'revision', '', 0),
(502, 1, '2013-01-30 23:05:27', '2013-01-30 23:05:27', '<h1>Our Services</h1>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nHave a look at just a few of the many options we can provide for your event.\r\n<h2>Our Value</h2>\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\n\r\neach quote based on individual preferences.\r\nThis allows for competitive pricing and a focused team that are dedicated to your project.\r\nAt Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<h2>Our Experience<em id=\"__mceDel\" style=\"font-size: 13px;\">\r\n</em></h2>\r\n<em id=\"__mceDel\"> Whether it’s a rock show for ten thousand plus fans, A major Corporate Event, or an intimate presentation for a select few,\r\nFrontier Sound and Light will supply the right system and personnel that suits all your needs.\r\nWith over 18 years of Professional touring and installation experience, Frontier is definitely a sound choice.</em>\r\n\r\n&nbsp;\r\n<h3>LIGHTING:</h3>\r\nWe provide an outstanding amount of lighting options for your event.\r\nFrom moving fixtures, conventional lighting, LED Lights, Blinders, Lekos to Truss.\r\n\r\nFrontier Sound and light has everything you need to pull of the atmosphere your looking for.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"1\"]\r\n<h2>AUDIO:</h2>\r\nWe can provide the sound your looking for for any event. Weather its a small intimate gathering for a presentation to a large indoor/ Outdoor concert. We at Frontier Sound and Light have the audio equipment to deliver your sound!\r\n\r\nLine Array, Trap boxes, Powered speakers, Monitor speakers, Consoles, Analogue desks, AMPS, Snakes, Cables, Microphones\r\n\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"2\"]\r\n<h2>STAGING:</h2>\r\nWe provide staging as small as an 8 x 8 deck for podium speeches up to 40\' x 60\' x 6\' concert stage for arenas and outdoor festivals. Please contact one of our senior reps for more info.\r\n<h2>VIDEO:</h2>\r\nProjectors, Screens, Cameras, Media Servers, Video Switchers and more.\r\n\r\nPlease contact one of our reps for complete details and listing of the various video and screen components we have in stock.\r\n<h2>RENTALS:</h2>\r\nFrom small to large, you can rent anything we have in stock!\r\n\r\nPlease contact one of our senior reps VIA email or phone for further info on ALL rental packaging, pricing and discounts.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n[new_royalslider id=\"3\"]', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-30', '', '', '2013-01-30 23:05:27', '2013-01-30 23:05:27', '', 270, 'http://www.fslcorporate.com/site/270-revision-30/', 0, 'revision', '', 0),
(503, 1, '2013-01-30 23:06:15', '2013-01-30 23:06:15', '<h1>Our Services</h1>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nHave a look at just a few of the many options we can provide for your event.\r\n<h2>Our Value</h2>\r\nOur consultation and estimate process allows our experienced Account Managers to customize each quote based on individual preferences.\r\n\r\n<em id=\"__mceDel\"> This allows for competitive pricing and a focused team that are dedicated to your project.\r\nAt Frontier Sound and Light, we value our clients, and adhere to your budget, every time.</em>\r\n<h2>Our Experience<em id=\"__mceDel\" style=\"font-size: 13px;\">\r\n</em></h2>\r\n<em id=\"__mceDel\"> Whether it’s a rock show for ten thousand plus fans, A major Corporate Event, or an intimate presentation for a select few,\r\nFrontier Sound and Light will supply the right system and personnel that suits all your needs.\r\nWith over 18 years of Professional touring and installation experience, Frontier is definitely a sound choice.</em>\r\n\r\n&nbsp;\r\n<h3>LIGHTING:</h3>\r\nWe provide an outstanding amount of lighting options for your event.\r\nFrom moving fixtures, conventional lighting, LED Lights, Blinders, Lekos to Truss.\r\n\r\nFrontier Sound and light has everything you need to pull of the atmosphere your looking for.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"1\"]\r\n<h2>AUDIO:</h2>\r\nWe can provide the sound your looking for for any event. Weather its a small intimate gathering for a presentation to a large indoor/ Outdoor concert. We at Frontier Sound and Light have the audio equipment to deliver your sound!\r\n\r\nLine Array, Trap boxes, Powered speakers, Monitor speakers, Consoles, Analogue desks, AMPS, Snakes, Cables, Microphones\r\n\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"2\"]\r\n<h2>STAGING:</h2>\r\nWe provide staging as small as an 8 x 8 deck for podium speeches up to 40\' x 60\' x 6\' concert stage for arenas and outdoor festivals. Please contact one of our senior reps for more info.\r\n<h2>VIDEO:</h2>\r\nProjectors, Screens, Cameras, Media Servers, Video Switchers and more.\r\n\r\nPlease contact one of our reps for complete details and listing of the various video and screen components we have in stock.\r\n<h2>RENTALS:</h2>\r\nFrom small to large, you can rent anything we have in stock!\r\n\r\nPlease contact one of our senior reps VIA email or phone for further info on ALL rental packaging, pricing and discounts.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n[new_royalslider id=\"3\"]', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-31', '', '', '2013-01-30 23:06:15', '2013-01-30 23:06:15', '', 270, 'http://www.fslcorporate.com/site/270-revision-31/', 0, 'revision', '', 0),
(504, 1, '2013-01-30 23:06:46', '2013-01-30 23:06:46', '<h1>Our Services</h1>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nHave a look at just a few of the many options we can provide for your event.\r\n<h2>Our Value</h2>\r\nOur consultation and estimate process allows our experienced Account Managers to customize each quote based on individual preferences.\r\n\r\n<em id=\"__mceDel\"> This allows for competitive pricing and a focused team that are dedicated to your project.\r\nAt Frontier Sound and Light, we value our clients, and adhere to your budget, every time.</em>\r\n<h2>Our Experience<em id=\"__mceDel\" style=\"font-size: 13px;\">\r\n</em></h2>\r\n<em id=\"__mceDel\"> Whether it’s a rock show for ten thousand plus fans, A major Corporate Event, or an intimate presentation for a select few,\r\nFrontier Sound and Light will supply the right system and personnel that suits all your needs.\r\nWith over 18 years of Professional touring and installation experience, Frontier is definitely a sound choice.</em>\r\n\r\n&nbsp;\r\n<h3>LIGHTING:</h3>\r\nWe provide an outstanding amount of lighting options for your event.\r\nFrom moving fixtures, conventional lighting, LED Lights, Blinders, Lekos to Truss.\r\n\r\nFrontier Sound and light has everything you need to pull of the atmosphere your looking for.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"1\"]\r\n\r\n&nbsp;\r\n<h2>AUDIO:</h2>\r\nWe can provide the sound your looking for for any event. Weather its a small intimate gathering for a presentation to a large indoor/ Outdoor concert. We at Frontier Sound and Light have the audio equipment to deliver your sound!\r\n\r\nLine Array, Trap boxes, Powered speakers, Monitor speakers, Consoles, Analogue desks, AMPS, Snakes, Cables, Microphones\r\n\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"2\"]\r\n\r\n&nbsp;\r\n<h2>STAGING:</h2>\r\nWe provide staging as small as an 8 x 8 deck for podium speeches up to 40\' x 60\' x 6\' concert stage for arenas and outdoor festivals. Please contact one of our senior reps for more info.\r\n\r\n&nbsp;\r\n<h2>VIDEO:</h2>\r\nProjectors, Screens, Cameras, Media Servers, Video Switchers and more.\r\n\r\nPlease contact one of our reps for complete details and listing of the various video and screen components we have in stock.\r\n\r\n&nbsp;\r\n<h2>RENTALS:</h2>\r\nFrom small to large, you can rent anything we have in stock!\r\n\r\nPlease contact one of our senior reps VIA email or phone for further info on ALL rental packaging, pricing and discounts.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n[new_royalslider id=\"3\"]', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-32', '', '', '2013-01-30 23:06:46', '2013-01-30 23:06:46', '', 270, 'http://www.fslcorporate.com/site/270-revision-32/', 0, 'revision', '', 0),
(562, 1, '2013-01-30 23:07:25', '2013-01-30 23:07:25', '<h1>Our Services</h1>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nHave a look at just a few of the many options we can provide for your event.\r\n<h2>Our Value</h2>\r\nOur consultation and estimate process allows our experienced Account Managers to customize each quote based on individual preferences.\r\n\r\nThis allows for competitive pricing and a focused team that are dedicated to your project.\r\nAt Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<h2>Our Experience</h2>\r\n<em id=\"__mceDel\"> Whether it’s a rock show for ten thousand plus fans, A major Corporate Event, or an intimate presentation for a select few,\r\nFrontier Sound and Light will supply the right system and personnel that suits all your needs.\r\nWith over 18 years of Professional touring and installation experience, Frontier is definitely a sound choice.</em>\r\n\r\n&nbsp;\r\n<h3>LIGHTING:</h3>\r\nWe provide an outstanding amount of lighting options for your event.\r\nFrom moving fixtures, conventional lighting, LED Lights, Blinders, Lekos to Truss.\r\n\r\nFrontier Sound and light has everything you need to pull of the atmosphere your looking for.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"1\"]\r\n\r\n&nbsp;\r\n<h2>AUDIO:</h2>\r\nWe can provide the sound your looking for for any event. Weather its a small intimate gathering for a presentation to a large indoor/ Outdoor concert. We at Frontier Sound and Light have the audio equipment to deliver your sound!\r\n\r\nLine Array, Trap boxes, Powered speakers, Monitor speakers, Consoles, Analogue desks, AMPS, Snakes, Cables, Microphones\r\n\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"2\"]\r\n\r\n&nbsp;\r\n<h2>STAGING:</h2>\r\nWe provide staging as small as an 8 x 8 deck for podium speeches up to 40\' x 60\' x 6\' concert stage for arenas and outdoor festivals. Please contact one of our senior reps for more info.<em id=\"__mceDel\"> </em>\r\n<h2>VIDEO:</h2>\r\nProjectors, Screens, Cameras, Media Servers, Video Switchers and more.\r\n\r\nPlease contact one of our reps for complete details and listing of the various video and screen components we have in stock.<em id=\"__mceDel\"> </em>\r\n<h2>RENTALS:</h2>\r\nFrom small to large, you can rent anything we have in stock!\r\n\r\nPlease contact one of our senior reps VIA email or phone for further info on ALL rental packaging, pricing and discounts.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n[new_royalslider id=\"3\"]', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-34', '', '', '2013-01-30 23:07:25', '2013-01-30 23:07:25', '', 270, 'http://www.fslcorporate.com/site/270-revision-34/', 0, 'revision', '', 0),
(505, 1, '2013-01-30 23:07:08', '2013-01-30 23:07:08', '<h1>Our Services</h1>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nHave a look at just a few of the many options we can provide for your event.\r\n<h2>Our Value</h2>\r\nOur consultation and estimate process allows our experienced Account Managers to customize each quote based on individual preferences.\r\n\r\nThis allows for competitive pricing and a focused team that are dedicated to your project.\r\nAt Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<h2>Our Experience<em id=\"__mceDel\" style=\"font-size: 13px;\">\r\n</em></h2>\r\n<em id=\"__mceDel\"> Whether it’s a rock show for ten thousand plus fans, A major Corporate Event, or an intimate presentation for a select few,\r\nFrontier Sound and Light will supply the right system and personnel that suits all your needs.\r\nWith over 18 years of Professional touring and installation experience, Frontier is definitely a sound choice.</em>\r\n\r\n&nbsp;\r\n<h3>LIGHTING:</h3>\r\nWe provide an outstanding amount of lighting options for your event.\r\nFrom moving fixtures, conventional lighting, LED Lights, Blinders, Lekos to Truss.\r\n\r\nFrontier Sound and light has everything you need to pull of the atmosphere your looking for.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"1\"]\r\n\r\n&nbsp;\r\n<h2>AUDIO:</h2>\r\nWe can provide the sound your looking for for any event. Weather its a small intimate gathering for a presentation to a large indoor/ Outdoor concert. We at Frontier Sound and Light have the audio equipment to deliver your sound!\r\n\r\nLine Array, Trap boxes, Powered speakers, Monitor speakers, Consoles, Analogue desks, AMPS, Snakes, Cables, Microphones\r\n\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"2\"]\r\n\r\n&nbsp;\r\n<h2>STAGING:</h2>\r\nWe provide staging as small as an 8 x 8 deck for podium speeches up to 40\' x 60\' x 6\' concert stage for arenas and outdoor festivals. Please contact one of our senior reps for more info.<em id=\"__mceDel\"> </em>\r\n<h2>VIDEO:</h2>\r\nProjectors, Screens, Cameras, Media Servers, Video Switchers and more.\r\n\r\nPlease contact one of our reps for complete details and listing of the various video and screen components we have in stock.\r\n\r\n&nbsp;\r\n<h2>RENTALS:</h2>\r\nFrom small to large, you can rent anything we have in stock!\r\n\r\nPlease contact one of our senior reps VIA email or phone for further info on ALL rental packaging, pricing and discounts.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n[new_royalslider id=\"3\"]', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-33', '', '', '2013-01-30 23:07:08', '2013-01-30 23:07:08', '', 270, 'http://www.fslcorporate.com/site/270-revision-33/', 0, 'revision', '', 0),
(563, 1, '2013-01-25 23:42:21', '2013-01-25 23:42:21', '<strong>Services.</strong>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\n<br/>\r\n[h2]Our Value[/h2]\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.\r\nThis allows for competitive pricing and a focused team that are dedicated to your project. \r\nAt Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<br/>\r\n[h5]Our Experience[/h5]\r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, or an intimate presentation for a select few, \r\nFrontier Sound and Light will supply the right system and personnel that suits all your needs.  \r\nWith over 18 years of Professional touring and installation experience, Frontier is definitely a sound choice.\r\n\r\n\r\n\r\n\r\n\r\n', 'About', '', 'inherit', 'open', 'open', '', '264-revision-29', '', '', '2013-01-25 23:42:21', '2013-01-25 23:42:21', '', 264, 'http://www.fslcorporate.com/site/264-revision-29/', 0, 'revision', '', 0),
(564, 1, '2013-02-01 00:18:33', '2013-02-01 00:18:33', '<h2>Our Service</h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nHave a look at just a few of the many options we can provide for your event.\r\n<h2>Our Value</h2>\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.\r\nThis allows for competitive pricing and a focused team that are dedicated to your project.\r\nAt Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<h2>Our Experience</h2>\r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, or an intimate presentation for a select few,\r\nFrontier Sound and Light will supply the right system and personnel that suits all your needs.\r\nWith over 18 years of Professional touring and installation experience, Frontier is definitely a sound choice.', 'About', '', 'inherit', 'open', 'open', '', '264-revision-30', '', '', '2013-02-01 00:18:33', '2013-02-01 00:18:33', '', 264, 'http://www.fslcorporate.com/site/264-revision-30/', 0, 'revision', '', 0),
(565, 1, '2013-02-01 00:19:47', '2013-02-01 00:19:47', '<h2>Our Service</h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nHave a look at just a few of the many options we can provide for your event.\r\n<h2>Our Value</h2>\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.\r\nThis allows for competitive pricing and a focused team that are dedicated to your project.\r\nAt Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<h2>Our Experience</h2>\r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, or an intimate presentation for a select few, Frontier Sound and Light will supply the right system and personnel that suits all your needs.\r\nWith over 18 years of Professional touring and installation experience, Frontier is definitely a sound choice.', 'About', '', 'inherit', 'open', 'open', '', '264-revision-31', '', '', '2013-02-01 00:19:47', '2013-02-01 00:19:47', '', 264, 'http://www.fslcorporate.com/site/264-revision-31/', 0, 'revision', '', 0),
(566, 1, '2013-02-01 00:19:58', '2013-02-01 00:19:58', '<h2>Our Service</h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nHave a look at just a few of the many options we can provide for your event.\r\n<h2>Our Value</h2>\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.  This allows for competitive pricing and a focused team that are dedicated to your project.\r\nAt Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<h2>Our Experience</h2>\r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, or an intimate presentation for a select few, Frontier Sound and Light will supply the right system and personnel that suits all your needs.\r\nWith over 18 years of Professional touring and installation experience, Frontier is definitely a sound choice.', 'About', '', 'inherit', 'open', 'open', '', '264-revision-32', '', '', '2013-02-01 00:19:58', '2013-02-01 00:19:58', '', 264, 'http://www.fslcorporate.com/site/264-revision-32/', 0, 'revision', '', 0),
(567, 1, '2013-02-01 00:21:18', '2013-02-01 00:21:18', '', 'lil-fsl-plain-logo', '', 'inherit', 'open', 'open', '', 'lil-fsl-plain-logo', '', '', '2013-02-01 00:21:18', '2013-02-01 00:21:18', '', 351, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/01/lil-fsl-plain-logo.png', 0, 'attachment', 'image/png', 0),
(568, 1, '2013-02-01 00:16:16', '2013-02-01 00:16:16', '<h2>Our Services</h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nHave a look at just a few of the many options we can provide for your event.\r\n<h2>Our Value</h2>\r\nOur consultation and estimate process allows our experienced Account Managers to customize each quote based on individual preferences.\r\n\r\nThis allows for competitive pricing and a focused team that are dedicated to your project.\r\nAt Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<h2>Our Experience</h2>\r\n<em id=\"__mceDel\"> Whether it’s a rock show for ten thousand plus fans, A major Corporate Event, or an intimate presentation for a select few,\r\nFrontier Sound and Light will supply the right system and personnel that suits all your needs.\r\nWith over 18 years of Professional touring and installation experience, Frontier is definitely a sound choice.</em>\r\n\r\n&nbsp;\r\n<h3>LIGHTING:</h3>\r\nWe provide an outstanding amount of lighting options for your event.\r\nFrom moving fixtures, conventional lighting, LED Lights, Blinders, Lekos to Truss.\r\n\r\nFrontier Sound and light has everything you need to pull of the atmosphere your looking for.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"4\"]\r\n\r\n&nbsp;\r\n<h2>AUDIO:</h2>\r\nWe can provide the sound your looking for for any event. Weather its a small intimate gathering for a presentation to a large indoor/ Outdoor concert. We at Frontier Sound and Light have the audio equipment to deliver your sound!\r\n\r\nLine Array, Trap boxes, Powered speakers, Monitor speakers, Consoles, Analogue desks, AMPS, Snakes, Cables, Microphones\r\n\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"5\"]\r\n\r\n&nbsp;\r\n<h2>STAGING:</h2>\r\nWe provide staging as small as an 8 x 8 deck for podium speeches up to 40\' x 60\' x 6\' concert stage for arenas and outdoor festivals. Please contact one of our senior reps for more info.<em id=\"__mceDel\"> </em>\r\n<h2>VIDEO:</h2>\r\nProjectors, Screens, Cameras, Media Servers, Video Switchers and more.\r\n\r\nPlease contact one of our reps for complete details and listing of the various video and screen components we have in stock.<em id=\"__mceDel\"> </em>\r\n<h2>RENTALS:</h2>\r\nFrom small to large, you can rent anything we have in stock!\r\n\r\nPlease contact one of our senior reps VIA email or phone for further info on ALL rental packaging, pricing and discounts.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n[new_royalslider id=\"6\"]', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-35', '', '', '2013-02-01 00:16:16', '2013-02-01 00:16:16', '', 270, 'http://www.fslcorporate.com/site/270-revision-35/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(571, 1, '2013-01-25 22:40:29', '2013-01-25 22:40:29', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\nE-Mail: info@FrontierSoundAndLight.com\r\n\r\n[responsive]\r\n<iframe src=\"http://maps.google.ca/maps?ie=UTF8&amp;q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;iwloc=A&amp;ll=44.069958,-79.432941&amp;spn=0.006295,0.006295&amp;output=embed\" height=\"400\" width=\"500\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"yes\"></iframe>\r\n\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?ie=UTF8&amp;q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;iwloc=A&amp;ll=44.069958,-79.432941&amp;spn=0.006295,0.006295&amp;source=embed\">View Larger Map</a></small>\r\n[/responsive]\r\n\r\nCONTACT OUR TEAM:\r\nMichael Kerwin <em>POSITION</em>:\r\n<a href=\"mailto:Mike@FrontierSoundAndLight.com\" target=\"_blank\">Mike@FrontierSoundAndLight.com</a>\r\n\r\nStewart Evans, <em>POSITION</em>:\r\nSTU EMAIL\r\n\r\nAnthony Gravis <em>POSITION:</em>\r\nTONY EMAIL\r\n\r\nTyler:  <em>POSITION</em>\r\n\r\n[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"]\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-01-25 22:40:29', '2013-01-25 22:40:29', '', 182, 'http://www.fslcorporate.com/site/182-revision-59/', 0, 'revision', '', 0),
(574, 1, '2013-02-01 00:46:35', '2013-02-01 00:46:35', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\nE-Mail: info@FrontierSoundAndLight.com\r\n\r\n<iframe width=\"300\" height=\"300\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"http://maps.google.ca/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=Frontier+Sound+and+Light,+Leslie+Street,+Newmarket,+ON&amp;aq=0&amp;oq=frontier+sound+and+light&amp;sll=44.371328,-79.674805&amp;sspn=0.13326,0.338173&amp;ie=UTF8&amp;hq=Frontier+Sound+and+Light,&amp;hnear=Leslie+St,+Newmarket,+Ontario&amp;t=m&amp;ll=44.06995,-79.432869&amp;spn=0.037001,0.051498&amp;z=13&amp;iwloc=A&amp;output=embed\"></iframe><br /><small><a href=\"http://maps.google.ca/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=Frontier+Sound+and+Light,+Leslie+Street,+Newmarket,+ON&amp;aq=0&amp;oq=frontier+sound+and+light&amp;sll=44.371328,-79.674805&amp;sspn=0.13326,0.338173&amp;ie=UTF8&amp;hq=Frontier+Sound+and+Light,&amp;hnear=Leslie+St,+Newmarket,+Ontario&amp;t=m&amp;ll=44.06995,-79.432869&amp;spn=0.037001,0.051498&amp;z=13&amp;iwloc=A\" style=\"color:#0000FF;text-align:left\">View Larger Map</a></small>\r\n\r\nCONTACT OUR TEAM:\r\n\r\n[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"]\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-02-01 00:46:35', '2013-02-01 00:46:35', '', 182, 'http://www.fslcorporate.com/site/182-revision-62/', 0, 'revision', '', 0),
(573, 1, '2013-02-01 00:45:39', '2013-02-01 00:45:39', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\nE-Mail: info@FrontierSoundAndLight.com\r\n\r\n[responsive]\r\n&lt;iframe width=\"425\" height=\"350\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"http://maps.google.ca/maps?f=q&amp;amp;source=s_q&amp;amp;hl=en&amp;amp;geocode=&amp;amp;q=Frontier+Sound+and+Light,+Leslie+Street,+Newmarket,+ON&amp;amp;aq=0&amp;amp;oq=frontier+sound+and+light&amp;amp;sll=44.371328,-79.674805&amp;amp;sspn=0.13326,0.338173&amp;amp;ie=UTF8&amp;amp;hq=Frontier+Sound+and+Light,&amp;amp;hnear=Leslie+St,+Newmarket,+Ontario&amp;amp;t=m&amp;amp;ll=44.069958,-79.432941&amp;amp;spn=0.044213,0.011099&amp;amp;output=embed\"&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;small&gt;&lt;a href=\"http://maps.google.ca/maps?f=q&amp;amp;source=embed&amp;amp;hl=en&amp;amp;geocode=&amp;amp;q=Frontier+Sound+and+Light,+Leslie+Street,+Newmarket,+ON&amp;amp;aq=0&amp;amp;oq=frontier+sound+and+light&amp;amp;sll=44.371328,-79.674805&amp;amp;sspn=0.13326,0.338173&amp;amp;ie=UTF8&amp;amp;hq=Frontier+Sound+and+Light,&amp;amp;hnear=Leslie+St,+Newmarket,+Ontario&amp;amp;t=m&amp;amp;ll=44.069958,-79.432941&amp;amp;spn=0.044213,0.011099\" style=\"color:#0000FF;text-align:left\"&gt;View Larger Map&lt;/a&gt;&lt;/small&gt;\r\n\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?ie=UTF8&amp;q=frontier+sound+and+light&amp;fb=1&amp;gl=ca&amp;hq=frontier+sound+and+light&amp;cid=0,0,1555387497428802125&amp;t=m&amp;iwloc=A&amp;ll=44.069958,-79.432941&amp;spn=0.006295,0.006295&amp;source=embed\">View Larger Map</a></small>\r\n[/responsive]\r\n\r\nCONTACT OUR TEAM:\r\n\r\n[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"]\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-02-01 00:45:39', '2013-02-01 00:45:39', '', 182, 'http://www.fslcorporate.com/site/182-revision-61/', 0, 'revision', '', 0),
(575, 1, '2013-02-01 00:46:58', '2013-02-01 00:46:58', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\nE-Mail: info@FrontierSoundAndLight.com\r\n\r\n<iframe width=\"400\" height=\"300\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"http://maps.google.ca/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=Frontier+Sound+and+Light,+Leslie+Street,+Newmarket,+ON&amp;aq=0&amp;oq=frontier+sound+and+light&amp;sll=44.371328,-79.674805&amp;sspn=0.13326,0.338173&amp;ie=UTF8&amp;hq=Frontier+Sound+and+Light,&amp;hnear=Leslie+St,+Newmarket,+Ontario&amp;t=m&amp;ll=44.06995,-79.432869&amp;spn=0.037001,0.051498&amp;z=13&amp;iwloc=A&amp;output=embed\"></iframe><br /><small><a href=\"http://maps.google.ca/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=Frontier+Sound+and+Light,+Leslie+Street,+Newmarket,+ON&amp;aq=0&amp;oq=frontier+sound+and+light&amp;sll=44.371328,-79.674805&amp;sspn=0.13326,0.338173&amp;ie=UTF8&amp;hq=Frontier+Sound+and+Light,&amp;hnear=Leslie+St,+Newmarket,+Ontario&amp;t=m&amp;ll=44.06995,-79.432869&amp;spn=0.037001,0.051498&amp;z=13&amp;iwloc=A\" style=\"color:#0000FF;text-align:left\">View Larger Map</a></small>\r\n\r\nCONTACT OUR TEAM:\r\n\r\n[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"]\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-02-01 00:46:58', '2013-02-01 00:46:58', '', 182, 'http://www.fslcorporate.com/site/182-revision-63/', 0, 'revision', '', 0),
(576, 1, '2013-02-01 00:48:14', '2013-02-01 00:48:14', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\nE-Mail: <a href=\"mailto:info@frontiersoundandlight.com\" target=\"_blank\">info@FrontierSoundAndLight.com</a>\r\n\r\n<iframe src=\"http://maps.google.ca/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=Frontier+Sound+and+Light,+Leslie+Street,+Newmarket,+ON&amp;aq=0&amp;oq=frontier+sound+and+light&amp;sll=44.371328,-79.674805&amp;sspn=0.13326,0.338173&amp;ie=UTF8&amp;hq=Frontier+Sound+and+Light,&amp;hnear=Leslie+St,+Newmarket,+Ontario&amp;t=m&amp;ll=44.06995,-79.432869&amp;spn=0.037001,0.051498&amp;z=13&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"400\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=Frontier+Sound+and+Light,+Leslie+Street,+Newmarket,+ON&amp;aq=0&amp;oq=frontier+sound+and+light&amp;sll=44.371328,-79.674805&amp;sspn=0.13326,0.338173&amp;ie=UTF8&amp;hq=Frontier+Sound+and+Light,&amp;hnear=Leslie+St,+Newmarket,+Ontario&amp;t=m&amp;ll=44.06995,-79.432869&amp;spn=0.037001,0.051498&amp;z=13&amp;iwloc=A\">View Larger Map</a></small>\r\n\r\nCONTACT OUR TEAM:\r\n\r\n[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"]\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-02-01 00:48:14', '2013-02-01 00:48:14', '', 182, 'http://www.fslcorporate.com/site/182-revision-64/', 0, 'revision', '', 0),
(578, 1, '2013-02-01 00:50:01', '2013-02-01 00:50:01', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\nE-Mail: <a href=\"mailto:info@frontiersoundandlight.com\">info@FrontierSoundAndLight.com</a>\r\n\r\n<iframe src=\"http://maps.google.ca/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=Frontier+Sound+and+Light,+Leslie+Street,+Newmarket,+ON&amp;aq=0&amp;oq=frontier+sound+and+light&amp;sll=44.371328,-79.674805&amp;sspn=0.13326,0.338173&amp;ie=UTF8&amp;hq=Frontier+Sound+and+Light,&amp;hnear=Leslie+St,+Newmarket,+Ontario&amp;t=m&amp;ll=44.06995,-79.432869&amp;spn=0.037001,0.051498&amp;z=13&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"400\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=Frontier+Sound+and+Light,+Leslie+Street,+Newmarket,+ON&amp;aq=0&amp;oq=frontier+sound+and+light&amp;sll=44.371328,-79.674805&amp;sspn=0.13326,0.338173&amp;ie=UTF8&amp;hq=Frontier+Sound+and+Light,&amp;hnear=Leslie+St,+Newmarket,+Ontario&amp;t=m&amp;ll=44.06995,-79.432869&amp;spn=0.037001,0.051498&amp;z=13&amp;iwloc=A\">View Larger Map</a></small>\r\n\r\nCONTACT OUR TEAM:\r\n\r\n[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"]\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-02-01 00:50:01', '2013-02-01 00:50:01', '', 182, 'http://www.fslcorporate.com/site/182-revision-66/', 0, 'revision', '', 0),
(577, 1, '2013-02-01 00:49:34', '2013-02-01 00:49:34', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\nE-Mail: <a href=\"&lt;a href=&quot;mailto:info@frontiersoundandlight.com&quot;&gt;email address&lt;/a&gt;\">info@FrontierSoundAndLight.com</a>\r\n\r\n<iframe src=\"http://maps.google.ca/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=Frontier+Sound+and+Light,+Leslie+Street,+Newmarket,+ON&amp;aq=0&amp;oq=frontier+sound+and+light&amp;sll=44.371328,-79.674805&amp;sspn=0.13326,0.338173&amp;ie=UTF8&amp;hq=Frontier+Sound+and+Light,&amp;hnear=Leslie+St,+Newmarket,+Ontario&amp;t=m&amp;ll=44.06995,-79.432869&amp;spn=0.037001,0.051498&amp;z=13&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"400\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=Frontier+Sound+and+Light,+Leslie+Street,+Newmarket,+ON&amp;aq=0&amp;oq=frontier+sound+and+light&amp;sll=44.371328,-79.674805&amp;sspn=0.13326,0.338173&amp;ie=UTF8&amp;hq=Frontier+Sound+and+Light,&amp;hnear=Leslie+St,+Newmarket,+Ontario&amp;t=m&amp;ll=44.06995,-79.432869&amp;spn=0.037001,0.051498&amp;z=13&amp;iwloc=A\">View Larger Map</a></small>\r\n\r\nCONTACT OUR TEAM:\r\n\r\n[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"]\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-02-01 00:49:34', '2013-02-01 00:49:34', '', 182, 'http://www.fslcorporate.com/site/182-revision-65/', 0, 'revision', '', 0),
(579, 1, '2013-02-01 00:50:34', '2013-02-01 00:50:34', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\nE-Mail: <a title=\"Email Frontier Sound &amp; Light\" href=\"mailto:info@frontiersoundandlight.com\" target=\"_blank\">info@FrontierSoundAndLight.com</a>\r\n\r\n<iframe src=\"http://maps.google.ca/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=Frontier+Sound+and+Light,+Leslie+Street,+Newmarket,+ON&amp;aq=0&amp;oq=frontier+sound+and+light&amp;sll=44.371328,-79.674805&amp;sspn=0.13326,0.338173&amp;ie=UTF8&amp;hq=Frontier+Sound+and+Light,&amp;hnear=Leslie+St,+Newmarket,+Ontario&amp;t=m&amp;ll=44.06995,-79.432869&amp;spn=0.037001,0.051498&amp;z=13&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"400\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=Frontier+Sound+and+Light,+Leslie+Street,+Newmarket,+ON&amp;aq=0&amp;oq=frontier+sound+and+light&amp;sll=44.371328,-79.674805&amp;sspn=0.13326,0.338173&amp;ie=UTF8&amp;hq=Frontier+Sound+and+Light,&amp;hnear=Leslie+St,+Newmarket,+Ontario&amp;t=m&amp;ll=44.06995,-79.432869&amp;spn=0.037001,0.051498&amp;z=13&amp;iwloc=A\">View Larger Map</a></small>\r\n\r\nCONTACT OUR TEAM:\r\n\r\n[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"]\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-02-01 00:50:34', '2013-02-01 00:50:34', '', 182, 'http://www.fslcorporate.com/site/182-revision-67/', 0, 'revision', '', 0),
(581, 1, '2013-02-01 00:53:25', '2013-02-01 00:53:25', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\n\r\n&nbsp;\r\n\r\n<iframe src=\"http://maps.google.ca/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=Frontier+Sound+and+Light,+Leslie+Street,+Newmarket,+ON&amp;aq=0&amp;oq=frontier+sound+and+light&amp;sll=44.371328,-79.674805&amp;sspn=0.13326,0.338173&amp;ie=UTF8&amp;hq=Frontier+Sound+and+Light,&amp;hnear=Leslie+St,+Newmarket,+Ontario&amp;t=m&amp;ll=44.06995,-79.432869&amp;spn=0.037001,0.051498&amp;z=13&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"400\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=Frontier+Sound+and+Light,+Leslie+Street,+Newmarket,+ON&amp;aq=0&amp;oq=frontier+sound+and+light&amp;sll=44.371328,-79.674805&amp;sspn=0.13326,0.338173&amp;ie=UTF8&amp;hq=Frontier+Sound+and+Light,&amp;hnear=Leslie+St,+Newmarket,+Ontario&amp;t=m&amp;ll=44.06995,-79.432869&amp;spn=0.037001,0.051498&amp;z=13&amp;iwloc=A\">View Larger Map</a></small>\r\n\r\nCONTACT OUR TEAM:\r\n\r\n[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"]\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-02-01 00:53:25', '2013-02-01 00:53:25', '', 182, 'http://www.fslcorporate.com/site/182-revision-69/', 0, 'revision', '', 0),
(580, 1, '2013-02-01 00:52:49', '2013-02-01 00:52:49', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\nE-Mail:&lt;a href=\"mailto:info@frontiersoundandlight.com\" title=\"Email to me\"&gt;Email to me&lt;/a&gt;\r\n\r\n<a title=\"Email Frontier Sound &amp; Light\" href=\"mailto:info@frontiersoundandlight.com\" target=\"_blank\">info@FrontierSoundAndLight.com</a>\r\n\r\n<iframe src=\"http://maps.google.ca/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=Frontier+Sound+and+Light,+Leslie+Street,+Newmarket,+ON&amp;aq=0&amp;oq=frontier+sound+and+light&amp;sll=44.371328,-79.674805&amp;sspn=0.13326,0.338173&amp;ie=UTF8&amp;hq=Frontier+Sound+and+Light,&amp;hnear=Leslie+St,+Newmarket,+Ontario&amp;t=m&amp;ll=44.06995,-79.432869&amp;spn=0.037001,0.051498&amp;z=13&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"400\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=Frontier+Sound+and+Light,+Leslie+Street,+Newmarket,+ON&amp;aq=0&amp;oq=frontier+sound+and+light&amp;sll=44.371328,-79.674805&amp;sspn=0.13326,0.338173&amp;ie=UTF8&amp;hq=Frontier+Sound+and+Light,&amp;hnear=Leslie+St,+Newmarket,+Ontario&amp;t=m&amp;ll=44.06995,-79.432869&amp;spn=0.037001,0.051498&amp;z=13&amp;iwloc=A\">View Larger Map</a></small>\r\n\r\nCONTACT OUR TEAM:\r\n\r\n[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"]\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-02-01 00:52:49', '2013-02-01 00:52:49', '', 182, 'http://www.fslcorporate.com/site/182-revision-68/', 0, 'revision', '', 0),
(582, 1, '2013-02-01 00:53:48', '2013-02-01 00:53:48', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\n\r\n&nbsp;\r\n\r\n<iframe src=\"http://maps.google.ca/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=Frontier+Sound+and+Light,+Leslie+Street,+Newmarket,+ON&amp;aq=0&amp;oq=frontier+sound+and+light&amp;sll=44.371328,-79.674805&amp;sspn=0.13326,0.338173&amp;ie=UTF8&amp;hq=Frontier+Sound+and+Light,&amp;hnear=Leslie+St,+Newmarket,+Ontario&amp;t=m&amp;ll=44.06995,-79.432869&amp;spn=0.037001,0.051498&amp;z=13&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"400\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=Frontier+Sound+and+Light,+Leslie+Street,+Newmarket,+ON&amp;aq=0&amp;oq=frontier+sound+and+light&amp;sll=44.371328,-79.674805&amp;sspn=0.13326,0.338173&amp;ie=UTF8&amp;hq=Frontier+Sound+and+Light,&amp;hnear=Leslie+St,+Newmarket,+Ontario&amp;t=m&amp;ll=44.06995,-79.432869&amp;spn=0.037001,0.051498&amp;z=13&amp;iwloc=A\" target=\"_blank\">View Larger Map</a></small>\r\n\r\nCONTACT OUR TEAM:\r\n\r\n[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"]\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-02-01 00:53:48', '2013-02-01 00:53:48', '', 182, 'http://www.fslcorporate.com/site/182-revision-70/', 0, 'revision', '', 0),
(597, 1, '2013-02-01 03:19:13', '2013-02-01 03:19:13', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\n\r\n<iframe width=\"400\" height=\"300\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"http://maps.google.ca/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A&amp;output=embed\"></iframe><br /><small><a href=\"http://maps.google.ca/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A\" style=\"color:#0000FF;text-align:left\">View Larger Map</a></small>\r\n\r\nCONTACT OUR TEAM:\r\n\r\n[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"]\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-02-01 03:19:13', '2013-02-01 03:19:13', '', 182, 'http://www.fslcorporate.com/site/182-revision-73/', 0, 'revision', '', 0),
(583, 1, '2013-02-01 00:54:11', '2013-02-01 00:54:11', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\n\r\n<iframe src=\"http://maps.google.ca/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=Frontier+Sound+and+Light,+Leslie+Street,+Newmarket,+ON&amp;aq=0&amp;oq=frontier+sound+and+light&amp;sll=44.371328,-79.674805&amp;sspn=0.13326,0.338173&amp;ie=UTF8&amp;hq=Frontier+Sound+and+Light,&amp;hnear=Leslie+St,+Newmarket,+Ontario&amp;t=m&amp;ll=44.06995,-79.432869&amp;spn=0.037001,0.051498&amp;z=13&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"400\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<em id=\"__mceDel\"> <small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=Frontier+Sound+and+Light,+Leslie+Street,+Newmarket,+ON&amp;aq=0&amp;oq=frontier+sound+and+light&amp;sll=44.371328,-79.674805&amp;sspn=0.13326,0.338173&amp;ie=UTF8&amp;hq=Frontier+Sound+and+Light,&amp;hnear=Leslie+St,+Newmarket,+Ontario&amp;t=m&amp;ll=44.06995,-79.432869&amp;spn=0.037001,0.051498&amp;z=13&amp;iwloc=A\" target=\"_blank\">View Larger Map</a></small></em>\r\n\r\nCONTACT OUR TEAM:\r\n\r\n[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"]\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-02-01 00:54:11', '2013-02-01 00:54:11', '', 182, 'http://www.fslcorporate.com/site/182-revision-71/', 0, 'revision', '', 0),
(584, 1, '2013-02-01 01:05:40', '2013-02-01 01:05:40', '', '3D-LOGO-PACKAGE-SITE-ADVERT', '', 'inherit', 'open', 'open', '', '3d-logo-package-site-advert', '', '', '2013-02-01 01:05:40', '2013-02-01 01:05:40', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/3D-LOGO-PACKAGE-SITE-ADVERT.jpg', 0, 'attachment', 'image/jpeg', 0),
(586, 1, '2013-02-01 01:10:57', '2013-02-01 01:10:57', '', 'logo2', '', 'inherit', 'open', 'open', '', 'logo2', '', '', '2013-02-01 01:10:57', '2013-02-01 01:10:57', '', 276, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/logo2.png', 0, 'attachment', 'image/png', 0),
(587, 1, '2012-10-30 17:14:55', '2012-10-30 17:14:55', 'Coming Soon.<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>\r\n<br/>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-8', '', '', '2012-10-30 17:14:55', '2012-10-30 17:14:55', '', 276, 'http://www.fslcorporate.com/site/276-revision-8/', 0, 'revision', '', 0),
(601, 1, '2013-02-02 05:21:10', '2013-02-02 05:21:10', '', 'sound-academy-49', '', 'inherit', 'open', 'open', '', 'sound-academy-49', '', '', '2013-02-02 05:21:10', '2013-02-02 05:21:10', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg', 0, 'attachment', 'image/jpeg', 0),
(602, 1, '2013-02-02 05:21:11', '2013-02-02 05:21:11', '', 'the wolf logo', '', 'inherit', 'open', 'open', '', 'the-wolf-logo', '', '', '2013-02-02 05:21:11', '2013-02-02 05:21:11', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg', 0, 'attachment', 'image/jpeg', 0),
(603, 1, '2013-02-02 05:21:12', '2013-02-02 05:21:12', '', 'VW-Large', '', 'inherit', 'open', 'open', '', 'vw-large', '', '', '2013-02-02 05:21:12', '2013-02-02 05:21:12', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg', 0, 'attachment', 'image/jpeg', 0),
(604, 1, '2013-02-02 05:21:13', '2013-02-02 05:21:13', '', 'bedlam', '', 'inherit', 'open', 'open', '', 'bedlam', '', '', '2013-02-02 05:21:13', '2013-02-02 05:21:13', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg', 0, 'attachment', 'image/jpeg', 0),
(605, 1, '2013-02-02 05:21:14', '2013-02-02 05:21:14', '', 'Coca_Cola03', '', 'inherit', 'open', 'open', '', 'coca_cola03', '', '', '2013-02-02 05:21:14', '2013-02-02 05:21:14', '', 276, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg', 0, 'attachment', 'image/jpeg', 0),
(606, 1, '2013-02-02 05:21:15', '2013-02-02 05:21:15', '', 'edge', '', 'inherit', 'open', 'open', '', 'edge', '', '', '2013-02-02 05:21:15', '2013-02-02 05:21:15', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg', 0, 'attachment', 'image/jpeg', 0),
(607, 1, '2013-02-02 05:21:16', '2013-02-02 05:21:16', '', 'monster energy', '', 'inherit', 'open', 'open', '', 'monster-energy', '', '', '2013-02-02 05:21:16', '2013-02-02 05:21:16', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg', 0, 'attachment', 'image/jpeg', 0),
(608, 1, '2013-02-02 05:21:17', '2013-02-02 05:21:17', '', 'new-audi-logo', '', 'inherit', 'open', 'open', '', 'new-audi-logo', '', '', '2013-02-02 05:21:17', '2013-02-02 05:21:17', '', 276, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg', 0, 'attachment', 'image/jpeg', 0),
(610, 1, '2013-02-02 05:27:24', '2013-02-02 05:27:24', 'Client write up to be placed here...\r\n\r\nClient Logo\'s with links to client sites coming soon.\r\n\r\n&nbsp;\r\n\r\n[responsive]<a href=\"http://www.audi.ca/ca/brand/en.html\" title=\"Audi Canada\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" alt=\"new-audi-logo\" width=\"120\" height=\"70\" class=\"alignnone size-full wp-image-608\" /></a>[/responsive] [responsive]<a href=\"http://www.monsterenergy.com/ca/en/home/\" title=\"Monster Canada\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" alt=\"new-audi-logo\" width=\"70\" height=\"70\" class=\"alignnone size-full wp-image-608\" /></a>[/responsive]', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-14', '', '', '2013-02-02 05:27:24', '2013-02-02 05:27:24', '', 276, 'http://www.fslcorporate.com/site/276-revision-14/', 0, 'revision', '', 0),
(609, 1, '2013-02-01 01:14:26', '2013-02-01 01:14:26', 'Client write up to be placed here...\r\n\r\nClient Logo\'s with links to client sites coming soon.\r\n\r\n&nbsp;\r\n\r\n[responsive]<a href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/logo2.png\"><img class=\"alignnone size-full wp-image-586\" alt=\"logo2\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/logo2.png\" width=\"160\" height=\"76\" /></a>[/responsive] [responsive]<a href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/logo2.png\"><img alt=\"logo2\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/logo2.png\" width=\"160\" height=\"76\" /></a>[/responsive] [responsive]<a href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/logo2.png\"><img alt=\"logo2\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/logo2.png\" width=\"160\" height=\"76\" /></a>[/responsive] [responsive]<a href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/logo2.png\"><img alt=\"logo2\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/logo2.png\" width=\"160\" height=\"76\" /></a>[/responsive]', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-13', '', '', '2013-02-01 01:14:26', '2013-02-01 01:14:26', '', 276, 'http://www.fslcorporate.com/site/276-revision-13/', 0, 'revision', '', 0),
(611, 1, '2013-02-02 05:28:31', '2013-02-02 05:28:31', 'Client write up to be placed here...\r\n\r\nClient Logo\'s with links to client sites coming soon.\r\n\r\n&nbsp;\r\n\r\n[responsive]<a href=\"http://www.audi.ca/ca/brand/en.html\" title=\"Audi Canada\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" alt=\"new-audi-logo\" width=\"120\" height=\"70\" class=\"alignnone size-full wp-image-608\" /></a>[/responsive] [responsive]<a href=\"http://www.monsterenergy.com/ca/en/home/\" title=\"Monster Canada\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" alt=\"new-audi-logo\" width=\"70\" height=\"70\" class=\"alignnone size-full wp-image-608\" /></a>[/responsive] [responsive]<a href=\"http://http://www.edge.ca/\" title=\"Monster Canada\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" alt=\"new-audi-logo\" width=\"70\" height=\"70\" class=\"alignnone size-full wp-image-608\" /></a>[/responsive]', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-15', '', '', '2013-02-02 05:28:31', '2013-02-02 05:28:31', '', 276, 'http://www.fslcorporate.com/site/276-revision-15/', 0, 'revision', '', 0),
(612, 1, '2013-02-02 05:30:23', '2013-02-02 05:30:23', 'Client write up to be placed here...\r\n\r\nClient Logo\'s with links to client sites coming soon.\r\n\r\n&nbsp;\r\n\r\n[responsive]<a href=\"http://www.audi.ca/ca/brand/en.html\" title=\"Audi Canada\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" alt=\"new-audi-logo\" width=\"120\" height=\"70\" class=\"alignnone size-full wp-image-608\" /></a>[/responsive] [responsive]<a href=\"http://www.monsterenergy.com/ca/en/home/\" title=\"Monster Canada\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" alt=\"new-audi-logo\" width=\"70\" height=\"70\" class=\"alignnone size-full wp-image-608\" /></a>[/responsive] [responsive]<a href=\"http://www.edge.ca/\" title=\"Monster Canada\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" alt=\"new-audi-logo\" width=\"70\" height=\"70\" class=\"alignnone size-full wp-image-608\" /></a>[/responsive] [responsive]<a href=\"http://www.cocacola.ca/\" title=\"Coca Cola\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" alt=\"Coca_Cola03\" width=\"93\" height=\"70\" class=\"alignnone size-full wp-image-605\" /></a>[/responsive]', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-16', '', '', '2013-02-02 05:30:23', '2013-02-02 05:30:23', '', 276, 'http://www.fslcorporate.com/site/276-revision-16/', 0, 'revision', '', 0),
(613, 1, '2013-02-02 05:34:00', '2013-02-02 05:34:00', 'Client write up to be placed here...\r\n\r\nClient Logo\'s with links to client sites coming soon.\r\n\r\n&nbsp;\r\n\r\n[responsive]<a href=\"http://www.audi.ca/ca/brand/en.html\" title=\"Audi Canada\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" alt=\"new-audi-logo\" width=\"120\" height=\"70\" class=\"alignnone size-full wp-image-608\" /></a>[/responsive] \r\n\r\n[responsive]<a href=\"http://www.monsterenergy.com/ca/en/home/\" title=\"Monster Canada\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" alt=\"new-audi-logo\" width=\"70\" height=\"70\" class=\"alignnone size-full wp-image-608\" /></a>[/responsive] \r\n\r\n[responsive]<a href=\"http://www.edge.ca/\" title=\"The Edge\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" alt=\"new-audi-logo\" width=\"70\" height=\"70\" class=\"alignnone size-full wp-image-608\" /></a>[/responsive] \r\n\r\n[responsive]<a href=\"http://www.cocacola.ca/\" title=\"Coca Cola\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" alt=\"Coca_Cola03\" width=\"93\" height=\"70\" class=\"alignnone size-full wp-image-605\" /></a>[/responsive]\r\n\r\n[responsive]<a href=\"http://www.vw.ca/\" title=\"Volkswagen Canada\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" alt=\"VW-Large.jpg\" width=\"70\" height=\"70\" class=\"alignnone size-full wp-image-605\" /></a>[/responsive]\r\n', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-17', '', '', '2013-02-02 05:34:00', '2013-02-02 05:34:00', '', 276, 'http://www.fslcorporate.com/site/276-revision-17/', 0, 'revision', '', 0),
(614, 1, '2013-02-02 05:35:41', '2013-02-02 05:35:41', 'Client write up to be placed here...\r\n\r\nClient Logo\'s with links to client sites coming soon.\r\n\r\n&nbsp;\r\n\r\n[responsive]<a href=\"http://www.audi.ca/ca/brand/en.html\" title=\"Audi Canada\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" alt=\"new-audi-logo\" width=\"120\" height=\"70\" class=\"alignnone size-full wp-image-608\" /></a>[/responsive] \r\n\r\n[responsive]<a href=\"http://www.monsterenergy.com/ca/en/home/\" title=\"Monster Canada\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" alt=\"new-audi-logo\" width=\"70\" height=\"70\" class=\"alignnone size-full wp-image-608\" /></a>[/responsive] \r\n\r\n[responsive]<a href=\"http://www.edge.ca/\" title=\"The Edge\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" alt=\"new-audi-logo\" width=\"70\" height=\"70\" class=\"alignnone size-full wp-image-608\" /></a>[/responsive] \r\n\r\n[responsive]<a href=\"http://www.cocacola.ca/\" title=\"Coca Cola\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" alt=\"Coca_Cola03\" width=\"93\" height=\"70\" class=\"alignnone size-full wp-image-605\" /></a>[/responsive]\r\n\r\n[responsive]<a href=\"http://www.vw.ca/\" title=\"Volkswagen Canada\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" alt=\"VW-Large.jpg\" width=\"70\" height=\"70\" class=\"alignnone size-full wp-image-605\" /></a>[/responsive]\r\n\r\n[responsive]<a href=\"http://www.thewolf.ca/\" title=\"The Wolf\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpgg\" alt=\"VW-Large.jpg\" width=\"146\" height=\"70\" class=\"alignnone size-full wp-image-605\" /></a>[/responsive]', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-18', '', '', '2013-02-02 05:35:41', '2013-02-02 05:35:41', '', 276, 'http://www.fslcorporate.com/site/276-revision-18/', 0, 'revision', '', 0),
(615, 1, '2013-02-02 05:36:12', '2013-02-02 05:36:12', 'Client write up to be placed here...\r\n\r\nClient Logo\'s with links to client sites coming soon.\r\n\r\n&nbsp;\r\n\r\n[responsive]<a href=\"http://www.audi.ca/ca/brand/en.html\" title=\"Audi Canada\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" alt=\"new-audi-logo\" width=\"120\" height=\"70\" class=\"alignnone size-full wp-image-608\" /></a>[/responsive] \r\n\r\n[responsive]<a href=\"http://www.monsterenergy.com/ca/en/home/\" title=\"Monster Canada\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" alt=\"new-audi-logo\" width=\"70\" height=\"70\" class=\"alignnone size-full wp-image-608\" /></a>[/responsive] \r\n\r\n[responsive]<a href=\"http://www.edge.ca/\" title=\"The Edge\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" alt=\"new-audi-logo\" width=\"70\" height=\"70\" class=\"alignnone size-full wp-image-608\" /></a>[/responsive] \r\n\r\n[responsive]<a href=\"http://www.cocacola.ca/\" title=\"Coca Cola\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" alt=\"Coca_Cola03\" width=\"93\" height=\"70\" class=\"alignnone size-full wp-image-605\" /></a>[/responsive]\r\n\r\n[responsive]<a href=\"http://www.vw.ca/\" title=\"Volkswagen Canada\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" alt=\"VW-Large.jpg\" width=\"70\" height=\"70\" class=\"alignnone size-full wp-image-605\" /></a>[/responsive]\r\n\r\n[responsive]<a href=\"http://www.thewolf.ca/\" title=\"The Wolf\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" alt=\"VW-Large.jpg\" width=\"146\" height=\"70\" class=\"alignnone size-full wp-image-605\" /></a>[/responsive]', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-19', '', '', '2013-02-02 05:36:12', '2013-02-02 05:36:12', '', 276, 'http://www.fslcorporate.com/site/276-revision-19/', 0, 'revision', '', 0),
(616, 1, '2013-02-02 05:37:28', '2013-02-02 05:37:28', 'Client write up to be placed here...\r\n\r\nClient Logo\'s with links to client sites coming soon.\r\n\r\n&nbsp;\r\n\r\n[responsive]<a href=\"http://www.audi.ca/ca/brand/en.html\" title=\"Audi Canada\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" alt=\"new-audi-logo\" width=\"120\" height=\"70\" class=\"alignnone size-full wp-image-608\" /></a>[/responsive] \r\n\r\n[responsive]<a href=\"http://www.monsterenergy.com/ca/en/home/\" title=\"Monster Canada\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" alt=\"new-audi-logo\" width=\"70\" height=\"70\" class=\"alignnone size-full wp-image-608\" /></a>[/responsive] \r\n\r\n[responsive]<a href=\"http://www.edge.ca/\" title=\"The Edge\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" alt=\"new-audi-logo\" width=\"70\" height=\"70\" class=\"alignnone size-full wp-image-608\" /></a>[/responsive] \r\n\r\n[responsive]<a href=\"http://www.cocacola.ca/\" title=\"Coca Cola\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" alt=\"Coca_Cola03\" width=\"93\" height=\"70\" class=\"alignnone size-full wp-image-605\" /></a>[/responsive]\r\n\r\n[responsive]<a href=\"http://www.vw.ca/\" title=\"Volkswagen Canada\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" alt=\"VW-Large.jpg\" width=\"70\" height=\"70\" class=\"alignnone size-full wp-image-605\" /></a>[/responsive]\r\n\r\n[responsive]<a href=\"http://www.sound-academy.com/\" title=\"The Sound Academy\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" alt=\"VW-Large.jpg\" width=\"70\" height=\"70\" class=\"alignnone size-full wp-image-605\" /></a>[/responsive]\r\n\r\n[responsive]<a href=\"http://www.thewolf.ca/\" title=\"The Wolf\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" alt=\"VW-Large.jpg\" width=\"146\" height=\"70\" class=\"alignnone size-full wp-image-605\" /></a>[/responsive]', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-20', '', '', '2013-02-02 05:37:28', '2013-02-02 05:37:28', '', 276, 'http://www.fslcorporate.com/site/276-revision-20/', 0, 'revision', '', 0),
(617, 1, '2013-02-02 05:39:51', '2013-02-02 05:39:51', 'Client write up to be placed here...\r\n\r\nClient Logo\'s with links to client sites coming soon.\r\n\r\n&nbsp;\r\n\r\n[responsive]<a href=\"http://www.audi.ca/ca/brand/en.html\" title=\"Audi Canada\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" alt=\"new-audi-logo\" width=\"120\" height=\"70\" class=\"alignnone size-full wp-image-608\" /></a>[/responsive] \r\n\r\n[responsive]<a href=\"http://www.monsterenergy.com/ca/en/home/\" title=\"Monster Canada\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" alt=\"new-audi-logo\" width=\"70\" height=\"70\" class=\"alignnone size-full wp-image-608\" /></a>[/responsive] \r\n\r\n[responsive]<a href=\"http://www.edge.ca/\" title=\"The Edge\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" alt=\"new-audi-logo\" width=\"70\" height=\"70\" class=\"alignnone size-full wp-image-608\" /></a>[/responsive] \r\n\r\n[responsive]<a href=\"http://www.cocacola.ca/\" title=\"Coca Cola\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" alt=\"Coca_Cola03\" width=\"93\" height=\"70\" class=\"alignnone size-full wp-image-605\" /></a>[/responsive]\r\n\r\n[responsive]<a href=\"http://www.vw.ca/\" title=\"Volkswagen Canada\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" alt=\"VW-Large.jpg\" width=\"70\" height=\"70\" class=\"alignnone size-full wp-image-605\" /></a>[/responsive]\r\n\r\n[responsive]<a href=\"http://www.sound-academy.com/\" title=\"The Sound Academy\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" alt=\"VW-Large.jpg\" width=\"70\" height=\"70\" class=\"alignnone size-full wp-image-605\" /></a>[/responsive]\r\n\r\n[responsive]<a href=\"http://www.thewolf.ca/\" title=\"The Wolf\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" alt=\"VW-Large.jpg\" width=\"146\" height=\"70\" class=\"alignnone size-full wp-image-605\" /></a>[/responsive]\r\n\r\n[responsive]<a href=\"http://www.rock95.com\" title=\"Rock 95\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" alt=\"VW-Large.jpg\" width=\"117\" height=\"70\" class=\"alignnone size-full wp-image-605\" /></a>[/responsive]\r\n\r\n[responsive]<a href=\"http://www.redbull.ca\" title=\"RED BULL\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" alt=\"VW-Large.jpg\" width=\"117\" height=\"70\" class=\"alignnone size-full wp-image-605\" /></a>[/responsive]', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-21', '', '', '2013-02-02 05:39:51', '2013-02-02 05:39:51', '', 276, 'http://www.fslcorporate.com/site/276-revision-21/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(618, 1, '2013-02-02 05:41:28', '2013-02-02 05:41:28', 'Client write up to be placed here...\r\n\r\nClient Logo\'s with links to client sites coming soon.\r\n\r\n&nbsp;\r\n\r\n[responsive]<a href=\"http://www.audi.ca/ca/brand/en.html\" title=\"Audi Canada\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" alt=\"new-audi-logo\" width=\"120\" height=\"70\" class=\"alignnone size-full wp-image-608\" /></a>[/responsive] \r\n\r\n[responsive]<a href=\"http://www.monsterenergy.com/ca/en/home/\" title=\"Monster Canada\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" alt=\"new-audi-logo\" width=\"70\" height=\"70\" class=\"alignnone size-full wp-image-608\" /></a>[/responsive] \r\n\r\n[responsive]<a href=\"http://www.edge.ca/\" title=\"The Edge\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" alt=\"new-audi-logo\" width=\"70\" height=\"70\" class=\"alignnone size-full wp-image-608\" /></a>[/responsive] \r\n\r\n[responsive]<a href=\"http://www.cocacola.ca/\" title=\"Coca Cola\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" alt=\"Coca_Cola03\" width=\"93\" height=\"70\" class=\"alignnone size-full wp-image-605\" /></a>[/responsive]\r\n\r\n[responsive]<a href=\"http://www.vw.ca/\" title=\"Volkswagen Canada\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" alt=\"VW-Large.jpg\" width=\"70\" height=\"70\" class=\"alignnone size-full wp-image-605\" /></a>[/responsive]\r\n\r\n[responsive]<a href=\"http://www.sound-academy.com/\" title=\"The Sound Academy\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" alt=\"VW-Large.jpg\" width=\"70\" height=\"70\" class=\"alignnone size-full wp-image-605\" /></a>[/responsive]\r\n\r\n[responsive]<a href=\"http://www.thewolf.ca/\" title=\"The Wolf\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" alt=\"VW-Large.jpg\" width=\"146\" height=\"70\" class=\"alignnone size-full wp-image-605\" /></a>[/responsive]\r\n\r\n[responsive]<a href=\"http://www.rock95.com\" title=\"Rock 95\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" alt=\"VW-Large.jpg\" width=\"117\" height=\"70\" class=\"alignnone size-full wp-image-605\" /></a>[/responsive]\r\n\r\n[responsive]<a href=\"http://www.redbull.ca\" title=\"RED BULL\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" alt=\"VW-Large.jpg\" width=\"117\" height=\"70\" class=\"alignnone size-full wp-image-605\" /></a>[/responsive]\r\n\r\n[responsive]<a href=\"http://www.q107.com\" title=\"Q107\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" class=\"alignnone size-full wp-image-605\" /></a>[/responsive]', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-22', '', '', '2013-02-02 05:41:28', '2013-02-02 05:41:28', '', 276, 'http://www.fslcorporate.com/site/276-revision-22/', 0, 'revision', '', 0),
(619, 1, '2013-02-02 05:42:37', '2013-02-02 05:42:37', 'Client write up to be placed here...\r\n\r\nClient Logo\'s with links to client sites coming soon.\r\n\r\n&nbsp;\r\n\r\n[responsive]<a href=\"http://www.audi.ca/ca/brand/en.html\" title=\"Audi Canada\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" alt=\"new-audi-logo\" width=\"120\" height=\"70\" class=\"alignnone size-full wp-image-608\" /></a>[/responsive] [responsive]<a href=\"http://www.monsterenergy.com/ca/en/home/\" title=\"Monster Canada\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" alt=\"new-audi-logo\" width=\"70\" height=\"70\" class=\"alignnone size-full wp-image-608\" /></a>[/responsive] [responsive]<a href=\"http://www.edge.ca/\" title=\"The Edge\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" alt=\"new-audi-logo\" width=\"70\" height=\"70\" class=\"alignnone size-full wp-image-608\" /></a>[/responsive] [responsive]<a href=\"http://www.cocacola.ca/\" title=\"Coca Cola\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" alt=\"Coca_Cola03\" width=\"93\" height=\"70\" class=\"alignnone size-full wp-image-605\" /></a>[/responsive] [responsive]<a href=\"http://www.vw.ca/\" title=\"Volkswagen Canada\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" alt=\"VW-Large.jpg\" width=\"70\" height=\"70\" class=\"alignnone size-full wp-image-605\" /></a>[/responsive]\r\n\r\n[responsive]<a href=\"http://www.sound-academy.com/\" title=\"The Sound Academy\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" alt=\"VW-Large.jpg\" width=\"70\" height=\"70\" class=\"alignnone size-full wp-image-605\" /></a>[/responsive] [responsive]<a href=\"http://www.thewolf.ca/\" title=\"The Wolf\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" alt=\"VW-Large.jpg\" width=\"146\" height=\"70\" class=\"alignnone size-full wp-image-605\" /></a>[/responsive] [responsive]<a href=\"http://www.rock95.com\" title=\"Rock 95\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" alt=\"VW-Large.jpg\" width=\"117\" height=\"70\" class=\"alignnone size-full wp-image-605\" /></a>[/responsive] [responsive]<a href=\"http://www.redbull.ca\" title=\"RED BULL\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" alt=\"VW-Large.jpg\" width=\"117\" height=\"70\" class=\"alignnone size-full wp-image-605\" /></a>[/responsive] [responsive]<a href=\"http://www.q107.com\" title=\"Q107\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" class=\"alignnone size-full wp-image-605\" /></a>[/responsive]', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-23', '', '', '2013-02-02 05:42:37', '2013-02-02 05:42:37', '', 276, 'http://www.fslcorporate.com/site/276-revision-23/', 0, 'revision', '', 0),
(620, 1, '2013-02-02 05:43:47', '2013-02-02 05:43:47', 'Client write up to be placed here...\r\n\r\nClient Logo\'s with links to client sites coming soon.\r\n\r\n&nbsp;\r\n\r\n[responsive]<a href=\"http://www.audi.ca/ca/brand/en.html\" title=\"Audi Canada\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" alt=\"new-audi-logo\" width=\"120\" height=\"70\" class=\"alignnone size-full wp-image-608\" /></a>[/responsive] [responsive]<a href=\"http://www.monsterenergy.com/ca/en/home/\" title=\"Monster Canada\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" alt=\"new-audi-logo\" width=\"70\" height=\"70\" class=\"alignnone size-full wp-image-608\" /></a>[/responsive] [responsive]<a href=\"http://www.redbull.ca\" title=\"RED BULL\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" alt=\"VW-Large.jpg\" width=\"117\" height=\"70\" class=\"alignnone size-full wp-image-605\" /></a>[/responsive] [responsive]<a href=\"http://www.cocacola.ca/\" title=\"Coca Cola\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" alt=\"Coca_Cola03\" width=\"93\" height=\"70\" class=\"alignnone size-full wp-image-605\" /></a>[/responsive] [responsive]<a href=\"http://www.vw.ca/\" title=\"Volkswagen Canada\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" alt=\"VW-Large.jpg\" width=\"70\" height=\"70\" class=\"alignnone size-full wp-image-605\" /></a>[/responsive]\r\n\r\n[responsive]<a href=\"http://www.sound-academy.com/\" title=\"The Sound Academy\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" alt=\"VW-Large.jpg\" width=\"70\" height=\"70\" class=\"alignnone size-full wp-image-605\" /></a>[/responsive] [responsive]<a href=\"http://www.thewolf.ca/\" title=\"The Wolf\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" alt=\"VW-Large.jpg\" width=\"146\" height=\"70\" class=\"alignnone size-full wp-image-605\" /></a>[/responsive] [responsive]<a href=\"http://www.rock95.com\" title=\"Rock 95\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" alt=\"VW-Large.jpg\" width=\"117\" height=\"70\" class=\"alignnone size-full wp-image-605\" /></a>[/responsive] [responsive]<a href=\"http://www.edge.ca/\" title=\"The Edge\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" alt=\"new-audi-logo\" width=\"70\" height=\"70\" class=\"alignnone size-full wp-image-608\" /></a>[/responsive] [responsive]<a href=\"http://www.q107.com\" title=\"Q107\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" class=\"alignnone size-full wp-image-605\" /></a>[/responsive]', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-24', '', '', '2013-02-02 05:43:47', '2013-02-02 05:43:47', '', 276, 'http://www.fslcorporate.com/site/276-revision-24/', 0, 'revision', '', 0),
(621, 1, '2013-02-02 05:46:44', '2013-02-02 05:46:44', '', 'opera house', '', 'inherit', 'open', 'open', '', 'opera-house', '', '', '2013-02-02 05:46:44', '2013-02-02 05:46:44', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/opera-house.jpg', 0, 'attachment', 'image/jpeg', 0),
(622, 1, '2013-02-02 05:44:18', '2013-02-02 05:44:18', 'Client write up to be placed here...\r\n\r\nClient Logo\'s with links to client sites coming soon.\r\n\r\n&nbsp;\r\n\r\n[responsive]<a href=\"http://www.audi.ca/ca/brand/en.html\" title=\"Audi Canada\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" alt=\"new-audi-logo\" width=\"120\" height=\"70\" class=\"alignnone size-full wp-image-608\" /></a>[/responsive]   [responsive]<a href=\"http://www.monsterenergy.com/ca/en/home/\" title=\"Monster Canada\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" alt=\"new-audi-logo\" width=\"70\" height=\"70\" class=\"alignnone size-full wp-image-608\" /></a>[/responsive]   [responsive]<a href=\"http://www.redbull.ca\" title=\"RED BULL\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" alt=\"VW-Large.jpg\" width=\"117\" height=\"70\" class=\"alignnone size-full wp-image-605\" /></a>[/responsive] [responsive]<a href=\"http://www.cocacola.ca/\" title=\"Coca Cola\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" alt=\"Coca_Cola03\" width=\"93\" height=\"70\" class=\"alignnone size-full wp-image-605\" /></a>[/responsive]   [responsive]<a href=\"http://www.vw.ca/\" title=\"Volkswagen Canada\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" alt=\"VW-Large.jpg\" width=\"70\" height=\"70\" class=\"alignnone size-full wp-image-605\" /></a>[/responsive]\r\n\r\n[responsive]<a href=\"http://www.sound-academy.com/\" title=\"The Sound Academy\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" alt=\"VW-Large.jpg\" width=\"70\" height=\"70\" class=\"alignnone size-full wp-image-605\" /></a>[/responsive] [responsive]<a href=\"http://www.thewolf.ca/\" title=\"The Wolf\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" alt=\"VW-Large.jpg\" width=\"146\" height=\"70\" class=\"alignnone size-full wp-image-605\" /></a>[/responsive] [responsive]<a href=\"http://www.rock95.com\" title=\"Rock 95\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" alt=\"VW-Large.jpg\" width=\"117\" height=\"70\" class=\"alignnone size-full wp-image-605\" /></a>[/responsive] [responsive]<a href=\"http://www.edge.ca/\" title=\"The Edge\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" alt=\"new-audi-logo\" width=\"70\" height=\"70\" class=\"alignnone size-full wp-image-608\" /></a>[/responsive] [responsive]<a href=\"http://www.q107.com\" title=\"Q107\" target=\"_blank\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" class=\"alignnone size-full wp-image-605\" /></a>[/responsive]', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-25', '', '', '2013-02-02 05:44:18', '2013-02-02 05:44:18', '', 276, 'http://www.fslcorporate.com/site/276-revision-25/', 0, 'revision', '', 0),
(623, 1, '2013-02-02 05:48:57', '2013-02-02 05:48:57', 'Client write up to be placed here...\r\n\r\nClient Logo\'s with links to client sites coming soon.\r\n\r\n&nbsp;\r\n\r\n[responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img class=\"alignnone size-full wp-image-608\" alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive]     [responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-608\" alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]     [responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive]        [responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive]      [responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]\r\n\r\n[responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]      [responsive]<a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a>[/responsive]      [responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive]      [responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-608\" alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]      [responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive]\r\n\r\n.\r\nWakestock / The Casby Awards /', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-26', '', '', '2013-02-02 05:48:57', '2013-02-02 05:48:57', '', 276, 'http://www.fslcorporate.com/site/276-revision-26/', 0, 'revision', '', 0),
(627, 1, '2013-02-02 05:53:45', '2013-02-02 05:53:45', 'Client write up to be placed here...\r\n\r\nClient Logo\'s with links to client sites coming soon.\r\n\r\n&nbsp;\r\n\r\n[responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img class=\"alignnone size-full wp-image-608\" alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive]      [responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-608\" alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/opera-house.jpg\" width=\"125\" height=\"70\" /></a>[/responsive]\r\n\r\n.\r\nWakestock / The Casby Awards /', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-30', '', '', '2013-02-02 05:53:45', '2013-02-02 05:53:45', '', 276, 'http://www.fslcorporate.com/site/276-revision-30/', 0, 'revision', '', 0),
(626, 1, '2013-02-02 05:52:25', '2013-02-02 05:52:25', 'Client write up to be placed here...\r\n\r\nClient Logo\'s with links to client sites coming soon.\r\n\r\n&nbsp;\r\n\r\n[responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img class=\"alignnone size-full wp-image-608\" alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive]          [responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive]        [responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive]      [responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]     [responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive]\r\n\r\n[responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]     [responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]      [responsive]<a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a>[/responsive]      [responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive]      [responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-608\" alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]     [responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/opera-house.jpg\" width=\"125\" height=\"70\" /></a>[/responsive]\r\n\r\n.\r\nWakestock / The Casby Awards /', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-29', '', '', '2013-02-02 05:52:25', '2013-02-02 05:52:25', '', 276, 'http://www.fslcorporate.com/site/276-revision-29/', 0, 'revision', '', 0),
(624, 1, '2013-02-02 05:50:38', '2013-02-02 05:50:38', 'Client write up to be placed here...\r\n\r\nClient Logo\'s with links to client sites coming soon.\r\n\r\n&nbsp;\r\n\r\n[responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img class=\"alignnone size-full wp-image-608\" alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive]     [responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-608\" alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]     [responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive]        [responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive]      [responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]\r\n\r\n[responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]      [responsive]<a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a>[/responsive]      [responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive]      [responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-608\" alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]      [responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive]      [responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/opera-house.jpg\" width=\"125\" height=\"70\" /></a>[/responsive]\r\n\r\n.\r\nWakestock / The Casby Awards /', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-27', '', '', '2013-02-02 05:50:38', '2013-02-02 05:50:38', '', 276, 'http://www.fslcorporate.com/site/276-revision-27/', 0, 'revision', '', 0),
(625, 1, '2013-02-02 05:51:20', '2013-02-02 05:51:20', 'Client write up to be placed here...\r\n\r\nClient Logo\'s with links to client sites coming soon.\r\n\r\n&nbsp;\r\n\r\n[responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img class=\"alignnone size-full wp-image-608\" alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive]     [responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-608\" alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]     [responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive]        [responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive]      [responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]     [responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive]\r\n\r\n[responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]      [responsive]<a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a>[/responsive]      [responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive]      [responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-608\" alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]     [responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/opera-house.jpg\" width=\"125\" height=\"70\" /></a>[/responsive]\r\n\r\n.\r\nWakestock / The Casby Awards /', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-28', '', '', '2013-02-02 05:51:20', '2013-02-02 05:51:20', '', 276, 'http://www.fslcorporate.com/site/276-revision-28/', 0, 'revision', '', 0),
(628, 1, '2013-02-02 05:54:03', '2013-02-02 05:54:03', 'Client write up to be placed here...\r\n\r\nClient Logo\'s with links to client sites coming soon.\r\n\r\n&nbsp;\r\n\r\n[responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img class=\"alignnone size-full wp-image-608\" alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive]      [responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]\r\n\r\n[responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-608\" alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/opera-house.jpg\" width=\"125\" height=\"70\" /></a>[/responsive]\r\n\r\n.\r\nWakestock / The Casby Awards /', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-31', '', '', '2013-02-02 05:54:03', '2013-02-02 05:54:03', '', 276, 'http://www.fslcorporate.com/site/276-revision-31/', 0, 'revision', '', 0),
(645, 1, '2013-02-02 10:41:31', '2013-02-02 10:41:31', '&nbsp;\r\n\r\n[responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img class=\"alignnone size-full wp-image-608\" alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]   [responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-608\" alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/opera-house.jpg\" width=\"125\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a>[/responsive]\r\n\r\n<em id=\"__mceDel\"> .\r\nWakestock / The Casby Awards /</em>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-39', '', '', '2013-02-02 10:41:31', '2013-02-02 10:41:31', '', 276, 'http://www.fslcorporate.com/site/276-revision-39/', 0, 'revision', '', 0),
(634, 1, '2013-02-02 06:02:08', '2013-02-02 06:02:08', 'Client write up to be placed here...\r\n\r\nClient Logo\'s with links to client sites coming soon.\r\n\r\n&nbsp;\r\n\r\n[responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img class=\"alignnone size-full wp-image-608\" alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]   [responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-608\" alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/opera-house.jpg\" width=\"125\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a>[/responsive]\r\n\r\n<em id=\"__mceDel\"> .\r\nWakestock / The Casby Awards /</em>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-37', '', '', '2013-02-02 06:02:08', '2013-02-02 06:02:08', '', 276, 'http://www.fslcorporate.com/site/276-revision-37/', 0, 'revision', '', 0),
(633, 1, '2013-02-02 06:00:22', '2013-02-02 06:00:22', 'Client write up to be placed here...\r\n\r\nClient Logo\'s with links to client sites coming soon.\r\n\r\n&nbsp;\r\n\r\n[responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img class=\"alignnone size-full wp-image-608\" alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]   [responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-608\" alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/opera-house.jpg\" width=\"125\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a>[/responsive]\r\n\r\n<em id=\"__mceDel\"> .\r\nWakestock / The Casby Awards /</em>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-36', '', '', '2013-02-02 06:00:22', '2013-02-02 06:00:22', '', 276, 'http://www.fslcorporate.com/site/276-revision-36/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(629, 1, '2013-02-02 05:56:51', '2013-02-02 05:56:51', 'Client write up to be placed here...\r\n\r\nClient Logo\'s with links to client sites coming soon.\r\n\r\n&nbsp;\r\n\r\n[responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img class=\"alignnone size-full wp-image-608\" alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive]      [responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]\r\n\r\n[responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-608\" alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/opera-house.jpg\" width=\"125\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive]\r\n.\r\nWakestock / The Casby Awards /', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-32', '', '', '2013-02-02 05:56:51', '2013-02-02 05:56:51', '', 276, 'http://www.fslcorporate.com/site/276-revision-32/', 0, 'revision', '', 0),
(630, 1, '2013-02-02 05:57:46', '2013-02-02 05:57:46', 'Client write up to be placed here...\r\n\r\nClient Logo\'s with links to client sites coming soon.\r\n\r\n&nbsp;\r\n\r\n[responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img class=\"alignnone size-full wp-image-608\" alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]\r\n\r\n[responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-608\" alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/opera-house.jpg\" width=\"125\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive]\r\n.\r\nWakestock / The Casby Awards /', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-33', '', '', '2013-02-02 05:57:46', '2013-02-02 05:57:46', '', 276, 'http://www.fslcorporate.com/site/276-revision-33/', 0, 'revision', '', 0),
(632, 1, '2013-02-02 05:59:38', '2013-02-02 05:59:38', 'Client write up to be placed here...\r\n\r\nClient Logo\'s with links to client sites coming soon.\r\n\r\n&nbsp;\r\n\r\n[responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img class=\"alignnone size-full wp-image-608\" alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a>[/responsive]  [responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-608\" alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/opera-house.jpg\" width=\"125\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive]\r\n\r\n<em id=\"__mceDel\"> .\r\nWakestock / The Casby Awards /</em>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-35', '', '', '2013-02-02 05:59:38', '2013-02-02 05:59:38', '', 276, 'http://www.fslcorporate.com/site/276-revision-35/', 0, 'revision', '', 0),
(631, 1, '2013-02-02 05:58:16', '2013-02-02 05:58:16', 'Client write up to be placed here...\r\n\r\nClient Logo\'s with links to client sites coming soon.\r\n\r\n&nbsp;\r\n\r\n[responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img class=\"alignnone size-full wp-image-608\" alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-608\" alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/opera-house.jpg\" width=\"125\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive]\r\n\r\n<em id=\"__mceDel\"> .\r\nWakestock / The Casby Awards /</em>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-34', '', '', '2013-02-02 05:58:16', '2013-02-02 05:58:16', '', 276, 'http://www.fslcorporate.com/site/276-revision-34/', 0, 'revision', '', 0),
(635, 1, '2013-02-01 01:17:12', '2013-02-01 01:17:12', '', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2013-02-01 01:17:12', '2013-02-01 01:17:12', '', 57, 'http://www.fslcorporate.com/site/57-revision-13/', 0, 'revision', '', 0),
(636, 1, '2013-02-02 06:05:35', '2013-02-02 06:05:35', '&nbsp;\r\n\r\nVisit our client page\r\n\r\n[responsive]<a title=\"Audi Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"RED BULL\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Volkswagen Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]  [responsive]<a title=\"Coca Cola\" href=\"http://www.fslcorporate.com/site/clients/\"\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Monster Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2013-02-02 06:05:35', '2013-02-02 06:05:35', '', 57, 'http://www.fslcorporate.com/site/57-revision-14/', 0, 'revision', '', 0),
(664, 1, '2013-02-02 11:10:15', '2013-02-02 11:10:15', '<p style=\"text-align: left;\">Our Clients:</p>\r\n<p style=\"text-align: left;\"><a href=\"http://www.fslcorporate.com/site/clients/\"><img class=\"size-full wp-image-659 aligncenter\" alt=\"client-bar-advert\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/client-bar-advert.jpg\" width=\"848\" height=\"70\" /></a></p>', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2013-02-02 11:10:15', '2013-02-02 11:10:15', '', 57, 'http://www.fslcorporate.com/site/57-revision-36/', 0, 'revision', '', 0),
(637, 1, '2013-02-02 06:08:18', '2013-02-02 06:08:18', '&nbsp;\r\n\r\nVisit our client page\r\n\r\n[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth] [responsive]<a title=\"Volkswagen Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2013-02-02 06:08:18', '2013-02-02 06:08:18', '', 57, 'http://www.fslcorporate.com/site/57-revision-15/', 0, 'revision', '', 0),
(638, 1, '2013-02-02 06:09:21', '2013-02-02 06:09:21', 'Here are a few of our clients.\r\n\r\n[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth] [responsive]<a title=\"Volkswagen Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2013-02-02 06:09:21', '2013-02-02 06:09:21', '', 57, 'http://www.fslcorporate.com/site/57-revision-16/', 0, 'revision', '', 0),
(648, 1, '2013-02-02 10:47:11', '2013-02-02 10:47:11', 'Our Clients:\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth] [responsive]<a title=\"Volkswagen Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2013-02-02 10:47:11', '2013-02-02 10:47:11', '', 57, 'http://www.fslcorporate.com/site/57-revision-22/', 0, 'revision', '', 0),
(639, 1, '2013-02-02 06:10:21', '2013-02-02 06:10:21', 'Here are a few of our clients.\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth] [responsive]<a title=\"Volkswagen Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2013-02-02 06:10:21', '2013-02-02 06:10:21', '', 57, 'http://www.fslcorporate.com/site/57-revision-17/', 0, 'revision', '', 0),
(641, 1, '2013-02-02 06:21:01', '2013-02-02 06:21:01', 'Click Here to visit client page.\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth] [responsive]<a title=\"Volkswagen Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2013-02-02 06:21:01', '2013-02-02 06:21:01', '', 57, 'http://www.fslcorporate.com/site/57-revision-19/', 0, 'revision', '', 0),
(640, 1, '2013-02-02 06:19:08', '2013-02-02 06:19:08', 'Click Here to visit client page.\r\n\r\n[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth] [responsive]<a title=\"Volkswagen Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2013-02-02 06:19:08', '2013-02-02 06:19:08', '', 57, 'http://www.fslcorporate.com/site/57-revision-18/', 0, 'revision', '', 0),
(642, 1, '2013-02-02 06:51:20', '2013-02-02 06:51:20', 'Click Here to visit client page.\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth] [responsive]<a title=\"Volkswagen Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2013-02-02 06:51:20', '2013-02-02 06:51:20', '', 57, 'http://www.fslcorporate.com/site/57-revision-20/', 0, 'revision', '', 0),
(643, 1, '2013-02-01 03:19:52', '2013-02-01 03:19:52', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\n\r\n<iframe width=\"400\" height=\"300\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"http://maps.google.ca/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A&amp;output=embed\"></iframe><br /><small><a href=\"http://maps.google.ca/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A\" style=\"color:#0000FF;text-align:left\">View Larger Map</a></small>\r\n\r\nCONTACT OUR TEAM:\r\n\r\n[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"]\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-02-01 03:19:52', '2013-02-01 03:19:52', '', 182, 'http://www.fslcorporate.com/site/182-revision-74/', 0, 'revision', '', 0),
(646, 1, '2013-02-02 10:42:31', '2013-02-02 10:42:31', '&nbsp;\r\n\r\n[responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img class=\"alignnone size-full wp-image-608\" alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]   [responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-608\" alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/opera-house.jpg\" width=\"125\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a>[/responsive]\r\n\r\n<em id=\"__mceDel\"> .\r\nEvents:\r\nWakestock / The Casby Awards /</em>\r\n\r\n<em id=\"__mceDel\">Bands:\r\n\r\n</em>\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-40', '', '', '2013-02-02 10:42:31', '2013-02-02 10:42:31', '', 276, 'http://www.fslcorporate.com/site/276-revision-40/', 0, 'revision', '', 0),
(647, 1, '2013-02-02 06:51:38', '2013-02-02 06:51:38', 'Click Here to visit client page.\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth] [responsive]<a title=\"Volkswagen Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2013-02-02 06:51:38', '2013-02-02 06:51:38', '', 57, 'http://www.fslcorporate.com/site/57-revision-21/', 0, 'revision', '', 0),
(649, 1, '2013-02-02 10:47:46', '2013-02-02 10:47:46', 'Our Clients:\r\n<p style=\"text-align: center;\">          [one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth] [responsive]<a title=\"Volkswagen Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2013-02-02 10:47:46', '2013-02-02 10:47:46', '', 57, 'http://www.fslcorporate.com/site/57-revision-23/', 0, 'revision', '', 0),
(650, 1, '2013-02-02 10:48:10', '2013-02-02 10:48:10', '<p style=\"text-align: center;\">Our Clients:          [one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth] [responsive]<a title=\"Volkswagen Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2013-02-02 10:48:10', '2013-02-02 10:48:10', '', 57, 'http://www.fslcorporate.com/site/57-revision-24/', 0, 'revision', '', 0),
(651, 1, '2013-02-02 10:48:45', '2013-02-02 10:48:45', '<p style=\"text-align: right;\">Our Clients:\r\n\r\n[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth] [responsive]<a title=\"Volkswagen Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2013-02-02 10:48:45', '2013-02-02 10:48:45', '', 57, 'http://www.fslcorporate.com/site/57-revision-25/', 0, 'revision', '', 0),
(652, 1, '2013-02-02 10:49:05', '2013-02-02 10:49:05', '<p style=\"text-align: right;\">Our Clients:</p>\r\n<p style=\"text-align: right;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth] [responsive]<a title=\"Volkswagen Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2013-02-02 10:49:05', '2013-02-02 10:49:05', '', 57, 'http://www.fslcorporate.com/site/57-revision-26/', 0, 'revision', '', 0),
(653, 1, '2013-02-02 10:52:12', '2013-02-02 10:52:12', '', 'fslspacer', '', 'inherit', 'open', 'open', '', 'fslspacer', '', '', '2013-02-02 10:52:12', '2013-02-02 10:52:12', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/fslspacer.png', 0, 'attachment', 'image/png', 0),
(654, 1, '2013-02-02 10:49:32', '2013-02-02 10:49:32', '<p style=\"text-align: left;\">Our Clients:</p>\r\n<p style=\"text-align: right;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth] [responsive]<a title=\"Volkswagen Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2013-02-02 10:49:32', '2013-02-02 10:49:32', '', 57, 'http://www.fslcorporate.com/site/57-revision-27/', 0, 'revision', '', 0),
(656, 1, '2013-02-02 10:53:59', '2013-02-02 10:53:59', '<p style=\"text-align: left;\">Our Clients:</p>\r\n<p style=\"text-align: right;\">[responsive]<a title=\"Audi Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth] [responsive]<a title=\"Volkswagen Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2013-02-02 10:53:59', '2013-02-02 10:53:59', '', 57, 'http://www.fslcorporate.com/site/57-revision-29/', 0, 'revision', '', 0),
(655, 1, '2013-02-02 10:53:33', '2013-02-02 10:53:33', '<p style=\"text-align: left;\">Our Clients:</p>\r\n<p style=\"text-align: right;\">[one_fifth][responsive]<a title=\" \" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/fslspacer.png\" width=\"35\" height=\"35\" /></a>[/responsive][one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth] [responsive]<a title=\"Volkswagen Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2013-02-02 10:53:33', '2013-02-02 10:53:33', '', 57, 'http://www.fslcorporate.com/site/57-revision-28/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(657, 1, '2013-02-02 10:54:33', '2013-02-02 10:54:33', '<p style=\"text-align: left;\">Our Clients:</p>\r\n<p style=\"text-align: right;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth] [responsive]<a title=\"Volkswagen Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2013-02-02 10:54:33', '2013-02-02 10:54:33', '', 57, 'http://www.fslcorporate.com/site/57-revision-30/', 0, 'revision', '', 0),
(658, 1, '2013-02-02 10:55:26', '2013-02-02 10:55:26', '<p style=\"text-align: left;\">Our Clients:</p>\r\n<p style=\"text-align: right;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"150\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth] [responsive]<a title=\"Volkswagen Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2013-02-02 10:55:26', '2013-02-02 10:55:26', '', 57, 'http://www.fslcorporate.com/site/57-revision-31/', 0, 'revision', '', 0),
(659, 1, '2013-02-02 10:59:29', '2013-02-02 10:59:29', '', 'client-bar-advert', '', 'inherit', 'open', 'open', '', 'client-bar-advert', '', '', '2013-02-02 10:59:29', '2013-02-02 10:59:29', '', 57, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/client-bar-advert.jpg', 0, 'attachment', 'image/jpeg', 0),
(660, 1, '2013-02-02 10:55:40', '2013-02-02 10:55:40', '<p style=\"text-align: left;\">Our Clients:</p>\r\n<p style=\"text-align: right;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth] [responsive]<a title=\"Volkswagen Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2013-02-02 10:55:40', '2013-02-02 10:55:40', '', 57, 'http://www.fslcorporate.com/site/57-revision-32/', 0, 'revision', '', 0),
(663, 1, '2013-02-02 11:00:58', '2013-02-02 11:00:58', '<p style=\"text-align: left;\">Our Clients:</p>\r\n<p style=\"text-align: left;\"><a href=\"http://www.fslcorporate.com/site/clients/\"><img class=\"size-full wp-image-659 aligncenter\" alt=\"client-bar-advert\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/client-bar-advert.jpg\" width=\"848\" height=\"70\" /></a></p>', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2013-02-02 11:00:58', '2013-02-02 11:00:58', '', 57, 'http://www.fslcorporate.com/site/57-revision-35/', 0, 'revision', '', 0),
(661, 1, '2013-02-02 11:00:00', '2013-02-02 11:00:00', '<p style=\"text-align: left;\">Our Clients:</p>\r\n<p style=\"text-align: left;\"><a href=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/client-bar-advert.jpg\"><img class=\"size-full wp-image-659 aligncenter\" alt=\"client-bar-advert\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/client-bar-advert.jpg\" width=\"848\" height=\"70\" /></a></p>\r\n<p style=\"text-align: right;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth] [responsive]<a title=\"Volkswagen Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2013-02-02 11:00:00', '2013-02-02 11:00:00', '', 57, 'http://www.fslcorporate.com/site/57-revision-33/', 0, 'revision', '', 0),
(662, 1, '2013-02-02 11:00:42', '2013-02-02 11:00:42', '<p style=\"text-align: left;\">Our Clients:</p>\r\n<p style=\"text-align: left;\"><a href=\"http://www.fslcorporate.com/site/clients/\"><img class=\"size-full wp-image-659 aligncenter\" alt=\"client-bar-advert\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/client-bar-advert.jpg\" width=\"848\" height=\"70\" /></a></p>\r\n<p style=\"text-align: right;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth] [responsive]<a title=\"Volkswagen Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2013-02-02 11:00:42', '2013-02-02 11:00:42', '', 57, 'http://www.fslcorporate.com/site/57-revision-34/', 0, 'revision', '', 0),
(666, 1, '2013-02-03 08:05:50', '2013-02-03 08:05:50', '<p style=\"text-align: left;\">Our Clients:</p>\r\n<p style=\"text-align: left;\">[responsive]<a title=\"Audi Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"RED BULL\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Volkswagen Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]  [responsive]<a title=\"Coca Cola\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Monster Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]</p>', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2013-02-03 08:05:50', '2013-02-03 08:05:50', '', 57, 'http://www.fslcorporate.com/site/57-revision-38/', 0, 'revision', '', 0),
(665, 1, '2013-02-03 08:04:39', '2013-02-03 08:04:39', '<p style=\"text-align: left;\">Our Clients:</p>\r\n<p style=\"text-align: center;\">[responsive]<p style=\"text-align: center;\"><a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]  [responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]</p>\r\n<p style=\"text-align: left;\"><a href=\"http://www.fslcorporate.com/site/clients/\"><img class=\"size-full wp-image-659 aligncenter\" alt=\"client-bar-advert\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/client-bar-advert.jpg\" width=\"848\" height=\"70\" /></a></p>', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2013-02-03 08:04:39', '2013-02-03 08:04:39', '', 57, 'http://www.fslcorporate.com/site/57-revision-37/', 0, 'revision', '', 0),
(669, 1, '2013-02-03 08:07:01', '2013-02-03 08:07:01', '<p style=\"text-align: left;\">Our Clients:\r\n\r\n[responsive]<a title=\"Audi Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive]      [responsive]<a title=\"RED BULL\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive]      [responsive]<a title=\"Volkswagen Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]       [responsive]<a title=\"Coca Cola\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive]      [responsive]<a title=\"Monster Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]</p>', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2013-02-03 08:07:01', '2013-02-03 08:07:01', '', 57, 'http://www.fslcorporate.com/site/57-revision-41/', 0, 'revision', '', 0),
(667, 1, '2013-02-03 08:06:16', '2013-02-03 08:06:16', '<p style=\"text-align: left;\">Our Clients:</p>\r\n<p style=\"text-align: left;\">[responsive]<a title=\"Audi Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive]      [responsive]<a title=\"RED BULL\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive]      [responsive]<a title=\"Volkswagen Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]       [responsive]<a title=\"Coca Cola\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive]      [responsive]<a title=\"Monster Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]</p>', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2013-02-03 08:06:16', '2013-02-03 08:06:16', '', 57, 'http://www.fslcorporate.com/site/57-revision-39/', 0, 'revision', '', 0),
(670, 1, '2013-02-03 08:07:09', '2013-02-03 08:07:09', '<p style=\"text-align: left;\">Our Clients:</p>\r\n[responsive]<a title=\"Audi Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive]      [responsive]<a title=\"RED BULL\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive]      [responsive]<a title=\"Volkswagen Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]       [responsive]<a title=\"Coca Cola\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive]      [responsive]<a title=\"Monster Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2013-02-03 08:07:09', '2013-02-03 08:07:09', '', 57, 'http://www.fslcorporate.com/site/57-revision-42/', 0, 'revision', '', 0),
(668, 1, '2013-02-03 08:06:24', '2013-02-03 08:06:24', '<p style=\"text-align: left;\">Our Clients:</p>\r\n<p style=\"text-align: center;\">[responsive]<a title=\"Audi Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive]      [responsive]<a title=\"RED BULL\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive]      [responsive]<a title=\"Volkswagen Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]       [responsive]<a title=\"Coca Cola\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive]      [responsive]<a title=\"Monster Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]</p>', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2013-02-03 08:06:24', '2013-02-03 08:06:24', '', 57, 'http://www.fslcorporate.com/site/57-revision-40/', 0, 'revision', '', 0),
(671, 1, '2013-02-03 08:08:05', '2013-02-03 08:08:05', '<p style=\"text-align: left;\">Our Clients:</p>\r\n<p style=\"text-align: center;\">[responsive]<a title=\"Audi Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive]      [responsive]<a title=\"RED BULL\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive]      [responsive]<a title=\"Volkswagen Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]       [responsive]<a title=\"Coca Cola\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive]      [responsive]<a title=\"Monster Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]</p>', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2013-02-03 08:08:05', '2013-02-03 08:08:05', '', 57, 'http://www.fslcorporate.com/site/57-revision-43/', 0, 'revision', '', 0),
(694, 1, '2013-02-03 11:36:25', '2013-02-03 11:36:25', '<p style=\"text-align: left;\">Our Clients:</p>\r\n<p style=\"text-align: right;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth][one_fifth_last][responsive]<a title=\"Q107\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: right;\">[one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2013-02-03 11:36:25', '2013-02-03 11:36:25', '', 57, 'http://www.fslcorporate.com/site/57-revision-56/', 0, 'revision', '', 0),
(672, 1, '2013-02-03 08:08:34', '2013-02-03 08:08:34', '<p style=\"text-align: left;\">Our Clients:</p>\r\n<p style=\"text-align: center;\">[responsive]<a title=\"Audi Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive]      [responsive]<a title=\"RED BULL\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive]      [responsive]<a title=\"Volkswagen Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]       [responsive]<a title=\"Coca Cola\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive]      [responsive]<a title=\"Monster Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive]</p>', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2013-02-03 08:08:34', '2013-02-03 08:08:34', '', 57, 'http://www.fslcorporate.com/site/57-revision-44/', 0, 'revision', '', 0),
(673, 1, '2013-02-02 10:45:56', '2013-02-02 10:45:56', '&nbsp;\r\n\r\n[responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img class=\"alignnone size-full wp-image-608\" alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]   [responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-608\" alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/opera-house.jpg\" width=\"125\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a>[/responsive]\r\n\r\n<em id=\"__mceDel\"> .\r\nEvents:\r\nWakestock / The Casby Awards /</em>\r\n\r\n<em id=\"__mceDel\">Bands:</em>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-41', '', '', '2013-02-02 10:45:56', '2013-02-02 10:45:56', '', 276, 'http://www.fslcorporate.com/site/276-revision-41/', 0, 'revision', '', 0),
(674, 1, '2013-02-03 08:09:00', '2013-02-03 08:09:00', '<p style=\"text-align: left;\">Our Clients:</p>\r\n<p style=\"text-align: center;\">[responsive]<a title=\"Audi Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive]      [responsive]<a title=\"RED BULL\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive]      [responsive]<a title=\"Volkswagen Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]       [responsive]<a title=\"Coca Cola\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive]      [responsive]<a title=\"Monster Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]</p>', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2013-02-03 08:09:00', '2013-02-03 08:09:00', '', 57, 'http://www.fslcorporate.com/site/57-revision-45/', 0, 'revision', '', 0),
(693, 1, '2013-02-03 11:35:51', '2013-02-03 11:35:51', '<p style=\"text-align: left;\">Our Clients:</p>\r\n<p style=\"text-align: right;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth][one_fifth][responsive]<a title=\"Q107\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2013-02-03 11:35:51', '2013-02-03 11:35:51', '', 57, 'http://www.fslcorporate.com/site/57-revision-55/', 0, 'revision', '', 0),
(675, 1, '2013-02-03 08:10:16', '2013-02-03 08:10:16', '<p style=\"text-align: left;\">Our Clients:</p>\r\n<p style=\"text-align: center;\">[responsive]<a title=\"Audi Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive]      [responsive]<a title=\"RED BULL\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive]      [responsive]<a title=\"Volkswagen Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]       [responsive]<a title=\"Coca Cola\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive]      [responsive]<a title=\"Monster Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Q107\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"The Edge\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]</p>', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2013-02-03 08:10:16', '2013-02-03 08:10:16', '', 57, 'http://www.fslcorporate.com/site/57-revision-46/', 0, 'revision', '', 0),
(676, 1, '2013-02-03 08:12:46', '2013-02-03 08:12:46', '<p style=\"text-align: left;\">Our Clients:</p>\r\n<p style=\"text-align: center;\">[responsive]<a title=\"Audi Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive]      [responsive]<a title=\"RED BULL\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive]      [responsive]<a title=\"Volkswagen Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]       [responsive]<a title=\"Coca Cola\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive]<span style=\"color: #ffffff;\">_____</span>[responsive]<a title=\"Monster Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Q107\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"The Edge\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]</p>', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2013-02-03 08:12:46', '2013-02-03 08:12:46', '', 57, 'http://www.fslcorporate.com/site/57-revision-47/', 0, 'revision', '', 0),
(677, 1, '2013-02-03 08:13:55', '2013-02-03 08:13:55', '<p style=\"text-align: left;\">Our Clients:</p>\r\n<p style=\"text-align: center;\">[responsive]<a title=\"Audi Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive]<span style=\"color: #ffffff;\">_____</span>[responsive]<a title=\"RED BULL\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive]_____[responsive]<a title=\"Volkswagen Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]<span style=\"color: #ffffff;\">_____</span>[responsive]<a title=\"Coca Cola\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive]<span style=\"color: #ffffff;\">_____</span>[responsive]<a title=\"Monster Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]<span style=\"color: #ffffff;\">_____</span>[responsive]<a title=\"Q107\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive]<span style=\"color: #ffffff;\">_____</span>[responsive]<a title=\"The Edge\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]</p>', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2013-02-03 08:13:55', '2013-02-03 08:13:55', '', 57, 'http://www.fslcorporate.com/site/57-revision-48/', 0, 'revision', '', 0),
(678, 1, '2013-02-03 08:14:11', '2013-02-03 08:14:11', '<p style=\"text-align: left;\">Our Clients:</p>\r\n<p style=\"text-align: center;\">[responsive]<a title=\"Audi Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive]<span style=\"color: #ffffff;\">_____</span>[responsive]<a title=\"RED BULL\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive]<span style=\"color: #ffffff;\">_____</span>[responsive]<a title=\"Volkswagen Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]<span style=\"color: #ffffff;\">_____</span>[responsive]<a title=\"Coca Cola\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive]<span style=\"color: #ffffff;\">_____</span>[responsive]<a title=\"Monster Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]<span style=\"color: #ffffff;\">_____</span>[responsive]<a title=\"Q107\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive]<span style=\"color: #ffffff;\">_____</span>[responsive]<a title=\"The Edge\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]</p>', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2013-02-03 08:14:11', '2013-02-03 08:14:11', '', 57, 'http://www.fslcorporate.com/site/57-revision-49/', 0, 'revision', '', 0),
(679, 1, '2013-02-03 08:14:28', '2013-02-03 08:14:28', '<p style=\"text-align: left;\">Our Clients:</p>\r\n<p style=\"text-align: center;\">[responsive]<a title=\"Audi Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive]<span style=\"color: #ffffff;\">_____</span>[responsive]<a title=\"RED BULL\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive]<span style=\"color: #ffffff;\">_____</span>[responsive]<a title=\"Volkswagen Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]<span style=\"color: #ffffff;\">_____</span>[responsive]<a title=\"Coca Cola\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive]<span style=\"color: #ffffff;\">_____</span>[responsive]<a title=\"Monster Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]<span style=\"color: #ffffff;\">_____</span>[responsive]<a title=\"Q107\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive]<span style=\"color: #ffffff;\">_____</span>[responsive]<a title=\"The Edge\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]</p>', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2013-02-03 08:14:28', '2013-02-03 08:14:28', '', 57, 'http://www.fslcorporate.com/site/57-revision-50/', 0, 'revision', '', 0),
(680, 1, '2013-02-03 08:09:38', '2013-02-03 08:09:38', '&nbsp;\r\n\r\n[responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img class=\"alignnone size-full wp-image-608\" alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]   [responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-608\" alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/opera-house.jpg\" width=\"125\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive] [responsive]<a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a>[/responsive]\r\n\r\n<em id=\"__mceDel\"> .\r\nEvents:\r\nWakestock / The Casby Awards /</em>\r\n\r\n<em id=\"__mceDel\">Bands:</em>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-42', '', '', '2013-02-03 08:09:38', '2013-02-03 08:09:38', '', 276, 'http://www.fslcorporate.com/site/276-revision-42/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(687, 1, '2013-02-03 11:24:17', '2013-02-03 11:24:17', '<p style=\"text-align: left;\">[responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img class=\"alignnone size-full wp-image-608\" alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive]<span style=\"color: #ffffff;\"> _____ </span>[responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive]<span style=\"color: #ffffff;\"> _____ </span>[responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]  <span style=\"color: #ffffff;\">_____</span> [responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive] <span style=\"color: #ffffff;\"> _____ </span> [responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive] <span style=\"color: #ffffff;\">_____</span> [responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive] <span style=\"color: #ffffff;\"> _____ </span>[responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] <span style=\"color: #ffffff;\"> _____</span> [responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]  <span style=\"color: #ffffff;\">_____</span> [responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-608\" alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] <span style=\"color: #ffffff;\"> _____ </span>[responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/opera-house.jpg\" width=\"125\" height=\"70\" /></a>[/responsive] <span style=\"color: #ffffff;\"> _____</span> [responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive]  <span style=\"color: #ffffff;\">_____</span> [responsive]<a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a>[/responsive]</p>\r\n<p style=\"text-align: left;\"><em id=\"__mceDel\"> .\r\nEvents:\r\nWakestock / The Casby Awards /</em></p>\r\n<p style=\"text-align: left;\"><em id=\"__mceDel\">Bands:</em></p>\r\n<p style=\"text-align: left;\">[custom_table style=\"1\"]Insert Table here[/custom_table]</p>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-48', '', '', '2013-02-03 11:24:17', '2013-02-03 11:24:17', '', 276, 'http://www.fslcorporate.com/site/276-revision-48/', 0, 'revision', '', 0),
(681, 1, '2013-02-03 08:18:28', '2013-02-03 08:18:28', '&nbsp;\r\n\r\n[responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img class=\"alignnone size-full wp-image-608\" alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive]<span style=\"color: #ffffff;\"> _____ </span>[responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive]<span style=\"color: #ffffff;\"> _____ </span>[responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]  <span style=\"color: #ffffff;\">_____</span> [responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive]<span style=\"color: #ffffff;\">  _____ </span> [responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive] <span style=\"color: #ffffff;\">_____</span> [responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive] <span style=\"color: #ffffff;\"> _____ </span>[responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] <span style=\"color: #ffffff;\"> _____</span> [responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]  <span style=\"color: #ffffff;\">_____</span> [responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-608\" alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] <span style=\"color: #ffffff;\"> _____ </span>[responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/opera-house.jpg\" width=\"125\" height=\"70\" /></a>[/responsive] <span style=\"color: #ffffff;\"> _____</span> [responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive]  <span style=\"color: #ffffff;\">_____</span> [responsive]<a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a>[/responsive]\r\n\r\n<em id=\"__mceDel\"> .\r\nEvents:\r\nWakestock / The Casby Awards /</em>\r\n\r\n<em id=\"__mceDel\">Bands:</em>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-43', '', '', '2013-02-03 08:18:28', '2013-02-03 08:18:28', '', 276, 'http://www.fslcorporate.com/site/276-revision-43/', 0, 'revision', '', 0),
(682, 1, '2013-02-03 08:18:51', '2013-02-03 08:18:51', '&nbsp;\r\n\r\n[responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img class=\"alignnone size-full wp-image-608\" alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive]<span style=\"color: #ffffff;\"> _____ </span>[responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive]<span style=\"color: #ffffff;\"> _____ </span>[responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]  <span style=\"color: #ffffff;\">_____</span> [responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive]\r\n\r\n<span style=\"color: #ffffff;\">  _____ </span> [responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive] <span style=\"color: #ffffff;\">_____</span> [responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive] <span style=\"color: #ffffff;\"> _____ </span>[responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] <span style=\"color: #ffffff;\"> _____</span> [responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]  <span style=\"color: #ffffff;\">_____</span> [responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-608\" alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]\r\n\r\n<span style=\"color: #ffffff;\"> _____ </span>[responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/opera-house.jpg\" width=\"125\" height=\"70\" /></a>[/responsive] <span style=\"color: #ffffff;\"> _____</span> [responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive]  <span style=\"color: #ffffff;\">_____</span> [responsive]<a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a>[/responsive]\r\n\r\n<em id=\"__mceDel\"> .\r\nEvents:\r\nWakestock / The Casby Awards /</em>\r\n\r\n<em id=\"__mceDel\">Bands:</em>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-44', '', '', '2013-02-03 08:18:51', '2013-02-03 08:18:51', '', 276, 'http://www.fslcorporate.com/site/276-revision-44/', 0, 'revision', '', 0),
(686, 1, '2013-02-03 11:30:18', '2013-02-03 11:30:18', '', 'operahouse-icon', '', 'inherit', 'open', 'open', '', 'operahouse-icon', '', '', '2013-02-03 11:30:18', '2013-02-03 11:30:18', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg', 0, 'attachment', 'image/jpeg', 0),
(683, 1, '2013-02-03 08:19:22', '2013-02-03 08:19:22', '<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: center;\">[responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img class=\"alignnone size-full wp-image-608\" alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive]<span style=\"color: #ffffff;\"> _____ </span>[responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive]<span style=\"color: #ffffff;\"> _____ </span>[responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]  <span style=\"color: #ffffff;\">_____</span> [responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive] <span style=\"color: #ffffff;\"> _____ </span> [responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive] <span style=\"color: #ffffff;\">_____</span> [responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive] <span style=\"color: #ffffff;\"> _____ </span>[responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] <span style=\"color: #ffffff;\"> _____</span> [responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]  <span style=\"color: #ffffff;\">_____</span> [responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-608\" alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] <span style=\"color: #ffffff;\"> _____ </span>[responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/opera-house.jpg\" width=\"125\" height=\"70\" /></a>[/responsive] <span style=\"color: #ffffff;\"> _____</span> [responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive]  <span style=\"color: #ffffff;\">_____</span> [responsive]<a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a>[/responsive]</p>\r\n<em id=\"__mceDel\"> .\r\nEvents:\r\nWakestock / The Casby Awards /</em>\r\n\r\n<em id=\"__mceDel\">Bands:</em>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-45', '', '', '2013-02-03 08:19:22', '2013-02-03 08:19:22', '', 276, 'http://www.fslcorporate.com/site/276-revision-45/', 0, 'revision', '', 0),
(688, 1, '2013-02-03 11:31:20', '2013-02-03 11:31:20', '<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth]Content here.[/one_fifth] [one_fifth]Content here.[/one_fifth] [one_fifth_last]Content here.[/one_fifth_last]\r\n\r\n</p>\r\n<p style=\"text-align: left;\"><em id=\"__mceDel\"> Events:\r\nWakestock / The Casby Awards /</em></p>\r\n<p style=\"text-align: left;\"><em id=\"__mceDel\">Bands:</em></p>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-49', '', '', '2013-02-03 11:31:20', '2013-02-03 11:31:20', '', 276, 'http://www.fslcorporate.com/site/276-revision-49/', 0, 'revision', '', 0),
(684, 1, '2013-02-03 08:19:37', '2013-02-03 08:19:37', '<p style=\"text-align: left;\">[responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img class=\"alignnone size-full wp-image-608\" alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive]<span style=\"color: #ffffff;\"> _____ </span>[responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive]<span style=\"color: #ffffff;\"> _____ </span>[responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]  <span style=\"color: #ffffff;\">_____</span> [responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive] <span style=\"color: #ffffff;\"> _____ </span> [responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive] <span style=\"color: #ffffff;\">_____</span> [responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive] <span style=\"color: #ffffff;\"> _____ </span>[responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] <span style=\"color: #ffffff;\"> _____</span> [responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]  <span style=\"color: #ffffff;\">_____</span> [responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-608\" alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] <span style=\"color: #ffffff;\"> _____ </span>[responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/opera-house.jpg\" width=\"125\" height=\"70\" /></a>[/responsive] <span style=\"color: #ffffff;\"> _____</span> [responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive]  <span style=\"color: #ffffff;\">_____</span> [responsive]<a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a>[/responsive]</p>\r\n<p style=\"text-align: left;\"><em id=\"__mceDel\"> .\r\nEvents:\r\nWakestock / The Casby Awards /</em></p>\r\n<p style=\"text-align: left;\"><em id=\"__mceDel\">Bands:</em></p>\r\n<p style=\"text-align: left;\"></p>\r\n<p style=\"text-align: left;\"></p>\r\n<p style=\"text-align: left;\"></p>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-46', '', '', '2013-02-03 08:19:37', '2013-02-03 08:19:37', '', 276, 'http://www.fslcorporate.com/site/276-revision-46/', 0, 'revision', '', 0),
(685, 1, '2013-02-03 11:23:22', '2013-02-03 11:23:22', '<p style=\"text-align: left;\">[responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img class=\"alignnone size-full wp-image-608\" alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive]<span style=\"color: #ffffff;\"> _____ </span>[responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive]<span style=\"color: #ffffff;\"> _____ </span>[responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]  <span style=\"color: #ffffff;\">_____</span> [responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive] <span style=\"color: #ffffff;\"> _____ </span> [responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive] <span style=\"color: #ffffff;\">_____</span> [responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive] <span style=\"color: #ffffff;\"> _____ </span>[responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] <span style=\"color: #ffffff;\"> _____</span> [responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]  <span style=\"color: #ffffff;\">_____</span> [responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-608\" alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive] <span style=\"color: #ffffff;\"> _____ </span>[responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/opera-house.jpg\" width=\"125\" height=\"70\" /></a>[/responsive] <span style=\"color: #ffffff;\"> _____</span> [responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img class=\"alignnone size-full wp-image-605\" alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive]  <span style=\"color: #ffffff;\">_____</span> [responsive]<a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a>[/responsive]</p>\r\n<p style=\"text-align: left;\"><em id=\"__mceDel\"> .\r\nEvents:\r\nWakestock / The Casby Awards /</em></p>\r\n<p style=\"text-align: left;\"><em id=\"__mceDel\">Bands:</em></p>\r\n<p style=\"text-align: left;\"></p>\r\n<p style=\"text-align: left;\">[custom_table style=\"1,2 or 3\"]Insert Table here[/custom_table]</p>\r\n<p style=\"text-align: left;\"></p>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-47', '', '', '2013-02-03 11:23:22', '2013-02-03 11:23:22', '', 276, 'http://www.fslcorporate.com/site/276-revision-47/', 0, 'revision', '', 0),
(690, 1, '2013-02-03 11:33:43', '2013-02-03 11:33:43', '<p style=\"text-align: left;\">Our Clients:</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: center;\">[responsive]<a title=\"Audi Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive]<span style=\"color: #ffffff;\">_____</span>[responsive]<a title=\"RED BULL\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive]<span style=\"color: #ffffff;\">_____</span>[responsive]<a title=\"Volkswagen Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]<span style=\"color: #ffffff;\">_____</span>[responsive]<a title=\"Coca Cola\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive]<span style=\"color: #ffffff;\">_____</span>[responsive]<a title=\"Monster Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]<span style=\"color: #ffffff;\">_____</span>[responsive]<a title=\"Q107\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive]<span style=\"color: #ffffff;\">_____</span>[responsive]<a title=\"The Edge\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]</p>', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2013-02-03 11:33:43', '2013-02-03 11:33:43', '', 57, 'http://www.fslcorporate.com/site/57-revision-52/', 0, 'revision', '', 0),
(689, 1, '2013-02-03 08:16:33', '2013-02-03 08:16:33', '<p style=\"text-align: left;\">Our Clients:</p>\r\n<p style=\"text-align: center;\">[responsive]<a title=\"Audi Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive]<span style=\"color: #ffffff;\">_____</span>[responsive]<a title=\"RED BULL\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive]<span style=\"color: #ffffff;\">_____</span>[responsive]<a title=\"Volkswagen Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]<span style=\"color: #ffffff;\">_____</span>[responsive]<a title=\"Coca Cola\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive]<span style=\"color: #ffffff;\">_____</span>[responsive]<a title=\"Monster Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]<span style=\"color: #ffffff;\">_____</span>[responsive]<a title=\"Q107\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive]<span style=\"color: #ffffff;\">_____</span>[responsive]<a title=\"The Edge\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]</p>', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2013-02-03 08:16:33', '2013-02-03 08:16:33', '', 57, 'http://www.fslcorporate.com/site/57-revision-51/', 0, 'revision', '', 0),
(692, 1, '2013-02-03 11:35:15', '2013-02-03 11:35:15', '<p style=\"text-align: left;\">Our Clients:</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth][one_fifth][responsive]<a title=\"Q107\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2013-02-03 11:35:15', '2013-02-03 11:35:15', '', 57, 'http://www.fslcorporate.com/site/57-revision-54/', 0, 'revision', '', 0),
(691, 1, '2013-02-03 11:34:40', '2013-02-03 11:34:40', '<p style=\"text-align: left;\">Our Clients:</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth][one_fifth][responsive]<a title=\"Q107\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: center;\">[responsive]<a title=\"Audi Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive]<span style=\"color: #ffffff;\">_____</span>[responsive]<a title=\"RED BULL\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive]<span style=\"color: #ffffff;\">_____</span>[responsive]<a title=\"Volkswagen Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]<span style=\"color: #ffffff;\">_____</span>[responsive]<a title=\"Coca Cola\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive]<span style=\"color: #ffffff;\">_____</span>[responsive]<a title=\"Monster Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]<span style=\"color: #ffffff;\">_____</span>[responsive]<a title=\"Q107\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive]<span style=\"color: #ffffff;\">_____</span>[responsive]<a title=\"The Edge\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive]</p>', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2013-02-03 11:34:40', '2013-02-03 11:34:40', '', 57, 'http://www.fslcorporate.com/site/57-revision-53/', 0, 'revision', '', 0),
(697, 1, '2013-02-03 17:56:42', '2013-02-03 17:56:42', '<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth] [/one_fifth] [one_fifth] [/one_fifth] [one_fifth_last] [/one_fifth_last]</p>\r\n<p style=\"text-align: left;\"><em id=\"__mceDel\"> Events:\r\nWakestock / The Casby Awards /</em></p>\r\n<p style=\"text-align: left;\"><em id=\"__mceDel\">Bands:</em></p>\r\n<p style=\"text-align: left;\">Testimonials:</p>\r\n<p style=\"text-align: left;\">[one_half]\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \" -<strong>Natasha Bouchard</strong> (Acoustic Artist)[/one_half] [one_half_last]Content here.[/one_half_last]</p>\r\n\r\n<blockquote>\r\n<p style=\"text-align: left;\"></p>\r\n</blockquote>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-52', '', '', '2013-02-03 17:56:42', '2013-02-03 17:56:42', '', 276, 'http://www.fslcorporate.com/site/276-revision-52/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(695, 1, '2013-02-03 11:31:46', '2013-02-03 11:31:46', '<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth] [/one_fifth] [one_fifth] [/one_fifth] [one_fifth_last] [/one_fifth_last]</p>\r\n<p style=\"text-align: left;\"><em id=\"__mceDel\"> Events:\r\nWakestock / The Casby Awards /</em></p>\r\n<p style=\"text-align: left;\"><em id=\"__mceDel\">Bands:</em></p>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-50', '', '', '2013-02-03 11:31:46', '2013-02-03 11:31:46', '', 276, 'http://www.fslcorporate.com/site/276-revision-50/', 0, 'revision', '', 0),
(696, 1, '2013-02-03 17:55:52', '2013-02-03 17:55:52', '<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth] [/one_fifth] [one_fifth] [/one_fifth] [one_fifth_last] [/one_fifth_last]</p>\r\n<p style=\"text-align: left;\"><em id=\"__mceDel\"> Events:\r\nWakestock / The Casby Awards /</em></p>\r\n<p style=\"text-align: left;\"><em id=\"__mceDel\">Bands:</em></p>\r\n<p style=\"text-align: left;\"></p>\r\n<p style=\"text-align: left;\">Testimonials:</p>\r\n\r\n<blockquote>\r\n<p style=\"text-align: left;\">[one_half\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"\r\n-<strong>Natasha Bouchard</strong> (Acoustic Artist)[/one_half] [one_half_last]Content here.[/one_half_last]</p>\r\n<p style=\"text-align: left;\"></p>\r\n</blockquote>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-51', '', '', '2013-02-03 17:55:52', '2013-02-03 17:55:52', '', 276, 'http://www.fslcorporate.com/site/276-revision-51/', 0, 'revision', '', 0),
(698, 1, '2013-02-03 17:59:07', '2013-02-03 17:59:07', '<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth] [/one_fifth] [one_fifth] [/one_fifth] [one_fifth_last] [/one_fifth_last]</p>\r\n<p style=\"text-align: left;\"><em id=\"__mceDel\"> Events:\r\nWakestock / The Casby Awards /</em></p>\r\n<p style=\"text-align: left;\"><em id=\"__mceDel\">Bands:</em></p>\r\n<p style=\"text-align: left;\">Testimonials:</p>\r\n\r\n<h3 style=\"text-align: left;\">[one_half]\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \" -<strong>Natasha Bouchard</strong> (Acoustic Artist)[/one_half] [one_half_last]Content here.[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-53', '', '', '2013-02-03 17:59:07', '2013-02-03 17:59:07', '', 276, 'http://www.fslcorporate.com/site/276-revision-53/', 0, 'revision', '', 0),
(699, 1, '2013-02-03 18:00:58', '2013-02-03 18:00:58', '<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth] [/one_fifth] [one_fifth] [/one_fifth] [one_fifth_last] [/one_fifth_last]</p>\r\n<p style=\"text-align: left;\"><em id=\"__mceDel\"> Events:\r\nWakestock / The Casby Awards /</em></p>\r\n<p style=\"text-align: left;\"><em id=\"__mceDel\">Bands:</em></p>\r\n<p style=\"text-align: left;\">______________________________________________________________________________________________________</p>\r\n\r\n<h2 style=\"text-align: left;\">Testimonials:</h2>\r\n<h3 style=\"text-align: left;\">[one_half]\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \" -<strong>Natasha Bouchard</strong> (Acoustic Artist)[/one_half] [one_half_last]Content here.[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-54', '', '', '2013-02-03 18:00:58', '2013-02-03 18:00:58', '', 276, 'http://www.fslcorporate.com/site/276-revision-54/', 0, 'revision', '', 0),
(700, 1, '2013-02-03 18:01:22', '2013-02-03 18:01:22', '<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth] [/one_fifth] [one_fifth] [/one_fifth] [one_fifth_last] [/one_fifth_last]</p>\r\n<p style=\"text-align: left;\"><em id=\"__mceDel\"> Events: Wakestock / The Casby Awards /</em></p>\r\n\r\n<h2 style=\"text-align: left;\"><em id=\"__mceDel\">Bands:</em></h2>\r\n<p style=\"text-align: left;\">______________________________________________________________________________________________________</p>\r\n\r\n<h2 style=\"text-align: left;\">Testimonials:</h2>\r\n<h3 style=\"text-align: left;\">[one_half]\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \" -<strong>Natasha Bouchard</strong> (Acoustic Artist)[/one_half] [one_half_last]Content here.[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-55', '', '', '2013-02-03 18:01:22', '2013-02-03 18:01:22', '', 276, 'http://www.fslcorporate.com/site/276-revision-55/', 0, 'revision', '', 0),
(701, 1, '2013-02-03 18:01:38', '2013-02-03 18:01:38', '<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth] [/one_fifth] [one_fifth] [/one_fifth] [one_fifth_last] [/one_fifth_last]</p>\r\n<p style=\"text-align: left;\"><em id=\"__mceDel\"> Events: Wakestock / The Casby Awards /</em></p>\r\n\r\n<h2 style=\"text-align: left;\"><em id=\"__mceDel\">Bands:</em></h2>\r\n<p style=\"text-align: left;\">______________________________________________________________________________________________________</p>\r\n\r\n<h2 style=\"text-align: left;\">Testimonials:</h2>\r\n<h3 style=\"text-align: left;\">[one_half]\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \" -<strong>Natasha Bouchard</strong> (Acoustic Artist)[/one_half] [one_half_last]Content here.[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-56', '', '', '2013-02-03 18:01:38', '2013-02-03 18:01:38', '', 276, 'http://www.fslcorporate.com/site/276-revision-56/', 0, 'revision', '', 0),
(702, 1, '2013-02-03 18:05:57', '2013-02-03 18:05:57', '<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth] [/one_fifth] [one_fifth] [/one_fifth] [one_fifth_last] [/one_fifth_last]</p>\r\n<p style=\"text-align: left;\"></p>\r\n<p style=\"text-align: left;\"></p>\r\n\r\n<h2>Events:</h2>\r\n<h5><em id=\"__mceDel\"><em id=\"__mceDel\" style=\"font-size: 13px;\">Wakestock / The Casby Awards /</em></em></h5>\r\n<em id=\"__mceDel\"> </em>\r\n<h2 style=\"text-align: left;\"><em id=\"__mceDel\"><span style=\"color: #333333;\"><em id=\"__mceDel\">Bands:</em></span></em></h2>\r\n<h5>Finger Eleven /</h5>\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span style=\"color: #999999;\">______________________________________________________________________________________________________</span></p>\r\n<p style=\"text-align: left;\"></p>\r\n\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333333;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard</strong> (Acoustic Artist)[/one_half] [one_half_last]Content here.[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-57', '', '', '2013-02-03 18:05:57', '2013-02-03 18:05:57', '', 276, 'http://www.fslcorporate.com/site/276-revision-57/', 0, 'revision', '', 0),
(703, 1, '2013-02-03 18:06:16', '2013-02-03 18:06:16', '<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth] [/one_fifth] [one_fifth] [/one_fifth] [one_fifth_last] [/one_fifth_last]</p>\r\n\r\n<h2><span style=\"color: #333333;\">Events:</span></h2>\r\n<h5><em id=\"__mceDel\"><em id=\"__mceDel\" style=\"font-size: 13px;\">Wakestock / The Casby Awards /</em></em></h5>\r\n<em id=\"__mceDel\"> </em>\r\n<h2 style=\"text-align: left;\"><em id=\"__mceDel\"><span style=\"color: #333333;\"><em id=\"__mceDel\">Bands:</em></span></em></h2>\r\n<h5>Finger Eleven /</h5>\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span style=\"color: #999999;\">______________________________________________________________________________________________________</span></p>\r\n\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333333;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard</strong> (Acoustic Artist)[/one_half] [one_half_last]Content here.[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-58', '', '', '2013-02-03 18:06:16', '2013-02-03 18:06:16', '', 276, 'http://www.fslcorporate.com/site/276-revision-58/', 0, 'revision', '', 0),
(704, 1, '2013-02-03 18:06:42', '2013-02-03 18:06:42', '<h2>Events:</h2>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth] [/one_fifth] [one_fifth] [/one_fifth] [one_fifth_last] [/one_fifth_last]</p>\r\n\r\n<h2><span style=\"color: #333333;\">Events:</span></h2>\r\n<h5><em id=\"__mceDel\"><em id=\"__mceDel\" style=\"font-size: 13px;\">Wakestock / The Casby Awards /</em></em></h5>\r\n<em id=\"__mceDel\"> </em>\r\n<h2 style=\"text-align: left;\"><em id=\"__mceDel\"><span style=\"color: #333333;\"><em id=\"__mceDel\">Bands:</em></span></em></h2>\r\n<h5>Finger Eleven /</h5>\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span style=\"color: #999999;\">______________________________________________________________________________________________________</span></p>\r\n\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333333;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard</strong> (Acoustic Artist)[/one_half] [one_half_last]Content here.[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-59', '', '', '2013-02-03 18:06:42', '2013-02-03 18:06:42', '', 276, 'http://www.fslcorporate.com/site/276-revision-59/', 0, 'revision', '', 0),
(705, 1, '2013-02-03 18:06:53', '2013-02-03 18:06:53', '<h2>Clients:</h2>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth] [/one_fifth] [one_fifth] [/one_fifth] [one_fifth_last] [/one_fifth_last]</p>\r\n\r\n<h2><span style=\"color: #333333;\">Events:</span></h2>\r\n<h5><em id=\"__mceDel\"><em id=\"__mceDel\" style=\"font-size: 13px;\">Wakestock / The Casby Awards /</em></em></h5>\r\n<em id=\"__mceDel\"> </em>\r\n<h2 style=\"text-align: left;\"><em id=\"__mceDel\"><span style=\"color: #333333;\"><em id=\"__mceDel\">Bands:</em></span></em></h2>\r\n<h5>Finger Eleven /</h5>\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span style=\"color: #999999;\">______________________________________________________________________________________________________</span></p>\r\n\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333333;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard</strong> (Acoustic Artist)[/one_half] [one_half_last]Content here.[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-60', '', '', '2013-02-03 18:06:53', '2013-02-03 18:06:53', '', 276, 'http://www.fslcorporate.com/site/276-revision-60/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(706, 1, '2013-02-03 18:09:32', '2013-02-03 18:09:32', '<h2>Clients:</h2>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth] [/one_fifth] [one_fifth] [/one_fifth] [one_fifth_last] [/one_fifth_last]</p>\r\n\r\n<h2><span style=\"color: #333333;\">Events:</span></h2>\r\n<h5><em id=\"__mceDel\"><em id=\"__mceDel\" style=\"font-size: 13px;\">Wakestock / The Casby Awards /</em></em></h5>\r\n<em id=\"__mceDel\"> </em>\r\n<h2 style=\"text-align: left;\"><em id=\"__mceDel\"><span style=\"color: #333333;\"><em id=\"__mceDel\">Bands:</em></span></em></h2>\r\n<h5>Finger Eleven /</h5>\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span style=\"color: #999999;\">______________________________________________________________________________________________________</span></p>\r\n\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333333;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard</strong> (Acoustic Artist)[/one_half] [one_half_last]Content here.[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-61', '', '', '2013-02-03 18:09:32', '2013-02-03 18:09:32', '', 276, 'http://www.fslcorporate.com/site/276-revision-61/', 0, 'revision', '', 0),
(707, 1, '2013-02-03 18:11:00', '2013-02-03 18:11:00', '<h2>Clients:</h2>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth] [/one_fifth] [one_fifth] [/one_fifth] [one_fifth_last] [/one_fifth_last]</p>\r\n\r\n<h2><span style=\"color: #333333;\">Events:</span></h2>\r\n<h5><em id=\"__mceDel\"><em id=\"__mceDel\" style=\"font-size: 13px;\">Wakestock / The Casby Awards /</em></em></h5>\r\n<em id=\"__mceDel\"> </em>\r\n<h2 style=\"text-align: left;\"><em id=\"__mceDel\"><span style=\"color: #333333;\"><em id=\"__mceDel\">Bands:</em></span></em></h2>\r\n<h5>Finger Eleven /</h5>\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span style=\"color: #999999;\">______________________________________________________________________________________________________</span></p>\r\n\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333333;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard</strong> (Australian Recording Artist)[/one_half] [one_half_last]Content here.[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-62', '', '', '2013-02-03 18:11:00', '2013-02-03 18:11:00', '', 276, 'http://www.fslcorporate.com/site/276-revision-62/', 0, 'revision', '', 0),
(709, 1, '2013-02-03 18:11:40', '2013-02-03 18:11:40', '<h2>Clients:</h2>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth] [/one_fifth] [one_fifth] [/one_fifth] [one_fifth_last] [/one_fifth_last]</p>\r\n\r\n<h2><span style=\"color: #333333;\">Events:</span></h2>\r\n<h5><em id=\"__mceDel\"><em id=\"__mceDel\" style=\"font-size: 13px;\">Wakestock / The Casby Awards /</em></em></h5>\r\n<em id=\"__mceDel\"> </em>\r\n<h2 style=\"text-align: left;\"><em id=\"__mceDel\"><span style=\"color: #333333;\"><em id=\"__mceDel\">Bands:</em></span></em></h2>\r\n<h5>Finger Eleven /</h5>\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span style=\"color: #999999;\">______________________________________________________________________________________________________</span></p>\r\n\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333333;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>(Australian Recording Artist)[/one_half] [one_half_last]Content here.[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-64', '', '', '2013-02-03 18:11:40', '2013-02-03 18:11:40', '', 276, 'http://www.fslcorporate.com/site/276-revision-64/', 0, 'revision', '', 0),
(708, 1, '2013-02-03 18:11:17', '2013-02-03 18:11:17', '<h2>Clients:</h2>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth] [/one_fifth] [one_fifth] [/one_fifth] [one_fifth_last] [/one_fifth_last]</p>\r\n\r\n<h2><span style=\"color: #333333;\">Events:</span></h2>\r\n<h5><em id=\"__mceDel\"><em id=\"__mceDel\" style=\"font-size: 13px;\">Wakestock / The Casby Awards /</em></em></h5>\r\n<em id=\"__mceDel\"> </em>\r\n<h2 style=\"text-align: left;\"><em id=\"__mceDel\"><span style=\"color: #333333;\"><em id=\"__mceDel\">Bands:</em></span></em></h2>\r\n<h5>Finger Eleven /</h5>\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span style=\"color: #999999;\">______________________________________________________________________________________________________</span></p>\r\n<p style=\"text-align: left;\"></p>\r\n\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333333;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard</strong> (Australian Recording Artist)[/one_half] [one_half_last]Content here.[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-63', '', '', '2013-02-03 18:11:17', '2013-02-03 18:11:17', '', 276, 'http://www.fslcorporate.com/site/276-revision-63/', 0, 'revision', '', 0),
(711, 1, '2013-02-03 18:13:28', '2013-02-03 18:13:28', '<h2>Clients:</h2>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth] [/one_fifth] [one_fifth] [/one_fifth] [one_fifth_last] [/one_fifth_last]</p>\r\n\r\n<h2><span style=\"color: #333333;\">Events:</span></h2>\r\n<h5><em id=\"__mceDel\"><em id=\"__mceDel\" style=\"font-size: 13px;\">Wakestock / The Casby Awards /</em></em></h5>\r\n<em id=\"__mceDel\"> </em>\r\n<h2 style=\"text-align: left;\"><em id=\"__mceDel\"><span style=\"color: #333333;\"><em id=\"__mceDel\">Bands:</em></span></em></h2>\r\n<h5>Finger Eleven /</h5>\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333333;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half] [one_half_last]<span style=\"color: #808080;\">Content here.</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-66', '', '', '2013-02-03 18:13:28', '2013-02-03 18:13:28', '', 276, 'http://www.fslcorporate.com/site/276-revision-66/', 0, 'revision', '', 0),
(710, 1, '2013-02-03 18:12:14', '2013-02-03 18:12:14', '<h2>Clients:</h2>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth] [/one_fifth] [one_fifth] [/one_fifth] [one_fifth_last] [/one_fifth_last]</p>\r\n\r\n<h2><span style=\"color: #333333;\">Events:</span></h2>\r\n<h5><em id=\"__mceDel\"><em id=\"__mceDel\" style=\"font-size: 13px;\">Wakestock / The Casby Awards /</em></em></h5>\r\n<em id=\"__mceDel\"> </em>\r\n<h2 style=\"text-align: left;\"><em id=\"__mceDel\"><span style=\"color: #333333;\"><em id=\"__mceDel\">Bands:</em></span></em></h2>\r\n<h5>Finger Eleven /</h5>\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span style=\"color: #999999;\">______________________________________________________________________________________________________</span></p>\r\n\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333333;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half] [one_half_last]<span style=\"color: #808080;\">Content here.</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-65', '', '', '2013-02-03 18:12:14', '2013-02-03 18:12:14', '', 276, 'http://www.fslcorporate.com/site/276-revision-65/', 0, 'revision', '', 0),
(712, 1, '2013-02-03 18:18:36', '2013-02-03 18:18:36', '<h2>Clients:</h2>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth] [/one_fifth] [one_fifth] [/one_fifth] [one_fifth_last] [/one_fifth_last]</p>\r\n\r\n<h2><span style=\"color: #333333;\">Events:</span></h2>\r\n<h5><em id=\"__mceDel\"><em id=\"__mceDel\" style=\"font-size: 13px;\">Wakestock / The Casby Awards /</em></em></h5>\r\n<em id=\"__mceDel\"> </em>\r\n<h2 style=\"text-align: left;\"><em id=\"__mceDel\"><span style=\"color: #333333;\"><em id=\"__mceDel\">Bands:</em></span></em></h2>\r\n<h5>Finger Eleven /</h5>\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333333;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half] [one_half_last]<span style=\"color: #808080;\">Testimonial coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-67', '', '', '2013-02-03 18:18:36', '2013-02-03 18:18:36', '', 276, 'http://www.fslcorporate.com/site/276-revision-67/', 0, 'revision', '', 0),
(722, 1, '2013-02-01 00:39:35', '2013-02-01 00:39:35', '<h2>Our Service</h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nHave a look at just a few of the many options we can provide for your event.\r\n\r\nHave a look below for visual examples of what we can offer you.\r\n<h2></h2>\r\n<h3>LIGHTING:</h3>\r\nWe provide an outstanding amount of lighting options for your event.\r\nFrom moving fixtures, conventional lighting, LED Lights, Blinders, Lekos to Truss.\r\n\r\nFrontier Sound and light has everything you need to pull of the atmosphere your looking for.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"4\"]\r\n\r\n&nbsp;\r\n<h3>AUDIO:</h3>\r\nWe can provide the sound your looking for for any event. Weather its a small intimate gathering for a presentation to a large indoor/ Outdoor concert. We at Frontier Sound and Light have the audio equipment to deliver your sound!\r\n\r\nLine Array, Trap boxes, Powered speakers, Monitor speakers, Consoles, Analogue desks, AMPS, Snakes, Cables, Microphones\r\n\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"5\"]\r\n\r\n&nbsp;\r\n<h3>STAGING:</h3>\r\nWe provide staging as small as an 8 x 8 deck for podium speeches up to 40\' x 60\' x 6\' concert stage for arenas and outdoor festivals. Please contact one of our senior reps for more info.\r\n<h3></h3>\r\n<h3>VIDEO:</h3>\r\nProjectors, Screens, Cameras, Media Servers, Video Switchers and more.\r\n\r\nPlease contact one of our reps for complete details and listing of the various video and screen components we have in stock.\r\n<h3>RENTALS:</h3>\r\n<em id=\"__mceDel\"><em id=\"__mceDel\">From small to large, you can rent anything we have in stock!</em></em>\r\n\r\nPlease contact one of our senior reps VIA email or phone for further info on ALL rental packaging, pricing and discounts.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n[new_royalslider id=\"6\"]', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-38', '', '', '2013-02-01 00:39:35', '2013-02-01 00:39:35', '', 270, 'http://www.fslcorporate.com/site/270-revision-38/', 0, 'revision', '', 0),
(723, 1, '2013-02-01 00:20:28', '2013-02-01 00:20:28', '<h2>Our Service</h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nHave a look at just a few of the many options we can provide for your event.\r\n<h2>Our Value</h2>\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.  This allows for competitive pricing and a focused team that are dedicated to your project.  At Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<h2>Our Experience</h2>\r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, or an intimate presentation for a select few, Frontier Sound and Light will supply the right system and personnel that suits all your needs.\r\nWith over 18 years of Professional touring and installation experience, Frontier is definitely a sound choice.', 'About', '', 'inherit', 'open', 'open', '', '264-revision-33', '', '', '2013-02-01 00:20:28', '2013-02-01 00:20:28', '', 264, 'http://www.fslcorporate.com/site/264-revision-33/', 0, 'revision', '', 0),
(724, 1, '2013-02-04 12:46:48', '2013-02-04 12:46:48', '<h2>Our Service</h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nHave a look at just a few of the many options we can provide for your event.\r\n\r\nHave a look below for visual examples of what we can offer you.\r\n<h2></h2>\r\n<h3>LIGHTING:</h3>\r\nWe provide an outstanding amount of lighting options for your event.\r\nFrom moving fixtures, conventional lighting, LED Lights, Blinders, Lekos to Truss.\r\n\r\nFrontier Sound and light has everything you need to pull of the atmosphere your looking for.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"4\"]\r\n\r\n&nbsp;\r\n<h3>AUDIO:</h3>\r\nWe can provide the sound your looking for for any event. Weather its a small intimate gathering for a presentation to a large indoor/ Outdoor concert. We at Frontier Sound and Light have the audio equipment to deliver your sound!\r\n\r\nLine Array, Trap boxes, Powered speakers, Monitor speakers, Consoles, Analogue desks, AMPS, Snakes, Cables, Microphones\r\n\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"5\"]\r\n\r\n&nbsp;\r\n<h3>STAGING:</h3>\r\nWe provide staging as small as an 8 x 8 deck for podium speeches up to 40\' x 60\' x 6\' concert stage for arenas and outdoor festivals. Please contact one of our senior reps for more info.\r\n<h3></h3>\r\n<h3>VIDEO:</h3>\r\nProjectors, Screens, Cameras, Media Servers, Video Switchers and more.\r\n\r\nPlease contact one of our reps for complete details and listing of the various video and screen components we have in stock.\r\n<h3>RENTALS:</h3>\r\n<em id=\"__mceDel\"><em id=\"__mceDel\">From small to large, you can rent anything we have in stock!</em></em>\r\n\r\nPlease contact one of our senior reps VIA email or phone for further info on ALL rental packaging, pricing and discounts.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n[new_royalslider id=\"6\"]', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-39', '', '', '2013-02-04 12:46:48', '2013-02-04 12:46:48', '', 270, 'http://www.fslcorporate.com/site/270-revision-39/', 0, 'revision', '', 0),
(725, 1, '2013-02-03 18:20:00', '2013-02-03 18:20:00', '<h2>Clients:</h2>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth] [/one_fifth] [one_fifth] [/one_fifth] [one_fifth_last] [/one_fifth_last]</p>\r\n\r\n<h2><span style=\"color: #333333;\">Events:</span></h2>\r\n<h5><em id=\"__mceDel\"><em id=\"__mceDel\" style=\"font-size: 13px;\">Wakestock / The Casby Awards /</em></em></h5>\r\n<em id=\"__mceDel\"> </em>\r\n<h2 style=\"text-align: left;\"><em id=\"__mceDel\"><span style=\"color: #333333;\"><em id=\"__mceDel\">Bands:</em></span></em></h2>\r\n<h5>Finger Eleven /</h5>\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333333;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half] [one_half_last]<span style=\"color: #808080;\">Testimonial coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-68', '', '', '2013-02-03 18:20:00', '2013-02-03 18:20:00', '', 276, 'http://www.fslcorporate.com/site/276-revision-68/', 0, 'revision', '', 0),
(726, 1, '2013-02-04 12:46:54', '2013-02-04 12:46:54', '<h2>Our Service</h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nHave a look at just a few of the many options we can provide for your event.\r\n<h2>Our Value</h2>\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.  This allows for competitive pricing and a focused team that are dedicated to your project.  At Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<h2>Our Experience</h2>\r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, or an intimate presentation for a select few, Frontier Sound and Light will supply the right system and personnel that suits all your needs.\r\nWith over 18 years of Professional touring and installation experience, Frontier is definitely a sound choice.', 'About', '', 'inherit', 'open', 'open', '', '264-revision-34', '', '', '2013-02-04 12:46:54', '2013-02-04 12:46:54', '', 264, 'http://www.fslcorporate.com/site/264-revision-34/', 0, 'revision', '', 0),
(727, 1, '2013-02-05 22:19:05', '2013-02-05 22:19:05', '<h2><span style=\"color: #333399;\">Our Service</span></h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nHave a look at just a few of the many options we can provide for your event.\r\n<h2><span style=\"color: #333399;\">Our Value</span></h2>\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.  This allows for competitive pricing and a focused team that are dedicated to your project.  At Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<h2><span style=\"color: #333399;\">Our Experience</span></h2>\r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, or an intimate presentation for a select few, Frontier Sound and Light will supply the right system and personnel that suits all your needs.\r\nWith over 18 years of Professional touring and installation experience, Frontier is definitely a sound choice.', 'About', '', 'inherit', 'open', 'open', '', '264-revision-35', '', '', '2013-02-05 22:19:05', '2013-02-05 22:19:05', '', 264, 'http://www.fslcorporate.com/site/264-revision-35/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(729, 1, '2013-02-05 23:13:27', '2013-02-05 23:13:27', '<h2>Clients:</h2>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth] [/one_fifth] [one_fifth] [/one_fifth] [one_fifth_last] [/one_fifth_last]</p>\r\n\r\n<h2><span style=\"color: #333333;\">Events:</span></h2>\r\n<h5>Wakestock / The Casby Awards /</h5>\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333333;\">Bands:</span></h2>\r\n&nbsp;\r\n\r\nFinger Eleven / Sheep Dogs / Dead Mouse / City and Colour /Matisyahu (US act) /Public Enemy /Method Man /\r\nDown With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act)\r\nKimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band\r\nMoneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza /\r\nMathew Good / Bruce Colburn / Sarah Slean / Bedouin Soundclash / Finger Eleven / Arkells / Ian Thornley /\r\nYoung Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333333;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half] [one_half_last]<span style=\"color: #808080;\">Testimonial coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-70', '', '', '2013-02-05 23:13:27', '2013-02-05 23:13:27', '', 276, 'http://www.fslcorporate.com/site/276-revision-70/', 0, 'revision', '', 0),
(728, 1, '2013-02-04 12:47:34', '2013-02-04 12:47:34', '<h2>Clients:</h2>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth] [/one_fifth] [one_fifth] [/one_fifth] [one_fifth_last] [/one_fifth_last]</p>\r\n\r\n<h2><span style=\"color: #333333;\">Events:</span></h2>\r\n<h5><em id=\"__mceDel\"><em id=\"__mceDel\" style=\"font-size: 13px;\">Wakestock / The Casby Awards /</em></em></h5>\r\n<em id=\"__mceDel\"> </em>\r\n<h2 style=\"text-align: left;\"><em id=\"__mceDel\"><span style=\"color: #333333;\"><em id=\"__mceDel\">Bands:</em></span></em></h2>\r\n<h5>Finger Eleven /</h5>\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333333;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half] [one_half_last]<span style=\"color: #808080;\">Testimonial coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-69', '', '', '2013-02-04 12:47:34', '2013-02-04 12:47:34', '', 276, 'http://www.fslcorporate.com/site/276-revision-69/', 0, 'revision', '', 0),
(730, 1, '2013-02-05 23:25:30', '2013-02-05 23:25:30', '<h2>Clients:</h2>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth] [/one_fifth] [one_fifth] [/one_fifth] [one_fifth_last] [/one_fifth_last]</p>\r\n\r\n<h2><span style=\"color: #333333;\">Events:</span></h2>\r\n<h5>Wakestock / The Casby Awards /</h5>\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333333;\">Bands:</span></h2>\r\n&nbsp;\r\n\r\nFinger Eleven / Sheep Dogs / Dead Mouse / City and Colour /Matisyahu (US act) /Public Enemy /Method Man /\r\nDown With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) /\r\nKimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band\r\nMoneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza /\r\nMathew Good / Bruce Colburn / Sarah Slean / Bedouin Soundclash / Finger Eleven / Arkells / Ian Thornley /\r\nYoung Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333333;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half] [one_half_last]<span style=\"color: #808080;\">Testimonial coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-71', '', '', '2013-02-05 23:25:30', '2013-02-05 23:25:30', '', 276, 'http://www.fslcorporate.com/site/276-revision-71/', 0, 'revision', '', 0),
(731, 1, '2013-02-05 23:29:44', '2013-02-05 23:29:44', '<h2>Clients:</h2>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth] [/one_fifth] [one_fifth] [/one_fifth] [one_fifth_last] [/one_fifth_last]</p>\r\n\r\n<h2><span style=\"color: #333333;\">Events:</span></h2>\r\n<h5>Wakestock / The Casby Awards /</h5>\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333333;\">Bands:</span></h2>\r\n&nbsp;\r\n\r\nFinger Eleven / Sheep Dogs / Dead Mouse / City and Colour /Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / Bruce Colburn / Sarah Slean / Bedouin Soundclash / Finger Eleven / Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333333;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half] [one_half_last]<span style=\"color: #808080;\">Testimonial coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-72', '', '', '2013-02-05 23:29:44', '2013-02-05 23:29:44', '', 276, 'http://www.fslcorporate.com/site/276-revision-72/', 0, 'revision', '', 0),
(732, 1, '2013-02-06 09:57:00', '2013-02-06 09:57:00', '', 'UniversalMusic', '', 'inherit', 'open', 'open', '', 'universalmusic', '', '', '2013-02-06 09:57:00', '2013-02-06 09:57:00', '', 276, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/UniversalMusic.jpg', 0, 'attachment', 'image/jpeg', 0),
(738, 1, '2013-02-06 10:03:26', '2013-02-06 10:03:26', '<h2>Clients:</h2>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last] [one_fifth][responsive]<a href=\"http://universalmusic.ca/\" target=\"_blank\"><img alt=\"UniversalMusic\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/UniversalMusic.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive] <a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a> [/responsive][/one_fifth_last]</p>\r\n\r\n<h2><span style=\"color: #333333;\">Events:</span></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sauagefest / Toronto Waterfront Blues Festival /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333333;\">Bands:</span></h2>\r\nFinger Eleven / Sheep Dogs / Dead Mouse / City and Colour /Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / Bruce Colburn / Sarah Slean / Bedouin Soundclash / Finger Eleven / Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333333;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half] [one_half_last]<span style=\"color: #808080;\">Testimonial coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-78', '', '', '2013-02-06 10:03:26', '2013-02-06 10:03:26', '', 276, 'http://www.fslcorporate.com/site/276-revision-78/', 0, 'revision', '', 0),
(736, 1, '2013-02-06 10:01:44', '2013-02-06 10:01:44', '<h2>Clients:</h2>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a href=\"http://universalmusic.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-732\" alt=\"UniversalMusic\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/UniversalMusic.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [/one_fifth_last][responsive]<a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n\r\n<h2><span style=\"color: #333333;\">Events:</span></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sauagefest / Toronto Waterfront Blues Festival /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333333;\">Bands:</span></h2>\r\nFinger Eleven / Sheep Dogs / Dead Mouse / City and Colour /Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / Bruce Colburn / Sarah Slean / Bedouin Soundclash / Finger Eleven / Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333333;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half] [one_half_last]<span style=\"color: #808080;\">Testimonial coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-76', '', '', '2013-02-06 10:01:44', '2013-02-06 10:01:44', '', 276, 'http://www.fslcorporate.com/site/276-revision-76/', 0, 'revision', '', 0),
(735, 1, '2013-02-06 10:01:07', '2013-02-06 10:01:07', '<h2>Clients:</h2>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a href=\"http://universalmusic.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-732\" alt=\"UniversalMusic\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/UniversalMusic.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a>[/responsive][/one_fifth][one_fifth] [/one_fifth] [one_fifth_last] [/one_fifth_last]</p>\r\n\r\n<h2><span style=\"color: #333333;\">Events:</span></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sauagefest / Toronto Waterfront Blues Festival /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333333;\">Bands:</span></h2>\r\nFinger Eleven / Sheep Dogs / Dead Mouse / City and Colour /Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / Bruce Colburn / Sarah Slean / Bedouin Soundclash / Finger Eleven / Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333333;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half] [one_half_last]<span style=\"color: #808080;\">Testimonial coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-75', '', '', '2013-02-06 10:01:07', '2013-02-06 10:01:07', '', 276, 'http://www.fslcorporate.com/site/276-revision-75/', 0, 'revision', '', 0),
(733, 1, '2013-02-05 23:31:20', '2013-02-05 23:31:20', '<h2>Clients:</h2>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth] [/one_fifth] [one_fifth] [/one_fifth] [one_fifth_last] [/one_fifth_last]</p>\r\n\r\n<h2><span style=\"color: #333333;\">Events:</span></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sauagefest / Toronto Waterfront Blues Festival /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333333;\">Bands:</span></h2>\r\nFinger Eleven / Sheep Dogs / Dead Mouse / City and Colour /Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / Bruce Colburn / Sarah Slean / Bedouin Soundclash / Finger Eleven / Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333333;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half] [one_half_last]<span style=\"color: #808080;\">Testimonial coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-73', '', '', '2013-02-05 23:31:20', '2013-02-05 23:31:20', '', 276, 'http://www.fslcorporate.com/site/276-revision-73/', 0, 'revision', '', 0),
(734, 1, '2013-02-06 09:59:28', '2013-02-06 09:59:28', '<h2>Clients:</h2>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a href=\"http://universalmusic.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-732\" alt=\"UniversalMusic\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/UniversalMusic.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth] [/one_fifth] [one_fifth] [/one_fifth] [one_fifth_last] [/one_fifth_last]</p>\r\n\r\n<h2><span style=\"color: #333333;\">Events:</span></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sauagefest / Toronto Waterfront Blues Festival /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333333;\">Bands:</span></h2>\r\nFinger Eleven / Sheep Dogs / Dead Mouse / City and Colour /Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / Bruce Colburn / Sarah Slean / Bedouin Soundclash / Finger Eleven / Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333333;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half] [one_half_last]<span style=\"color: #808080;\">Testimonial coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-74', '', '', '2013-02-06 09:59:28', '2013-02-06 09:59:28', '', 276, 'http://www.fslcorporate.com/site/276-revision-74/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(737, 1, '2013-02-06 10:02:48', '2013-02-06 10:02:48', '<h2>Clients:</h2>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a href=\"http://universalmusic.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-732\" alt=\"UniversalMusic\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/UniversalMusic.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive] <a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a> [/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\"></p>\r\n\r\n<h2><span style=\"color: #333333;\">Events:</span></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sauagefest / Toronto Waterfront Blues Festival /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333333;\">Bands:</span></h2>\r\nFinger Eleven / Sheep Dogs / Dead Mouse / City and Colour /Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / Bruce Colburn / Sarah Slean / Bedouin Soundclash / Finger Eleven / Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333333;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half] [one_half_last]<span style=\"color: #808080;\">Testimonial coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-77', '', '', '2013-02-06 10:02:48', '2013-02-06 10:02:48', '', 276, 'http://www.fslcorporate.com/site/276-revision-77/', 0, 'revision', '', 0),
(739, 1, '2013-02-06 10:05:48', '2013-02-06 10:05:48', '<h2>Clients:</h2>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last] [one_fifth][responsive]<a title=\"Universal Music\" href=\"UniversalMusic.jpg\" target=\"_blank\"><img alt=\"UniversalMusic.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/UniversalMusic.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive] <a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a> [/responsive][/one_fifth_last]</p>\r\n\r\n<h2><span style=\"color: #333333;\">Events:</span></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sauagefest / Toronto Waterfront Blues Festival /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333333;\">Bands:</span></h2>\r\nFinger Eleven / Sheep Dogs / Dead Mouse / City and Colour /Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / Bruce Colburn / Sarah Slean / Bedouin Soundclash / Finger Eleven / Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333333;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half] [one_half_last]<span style=\"color: #808080;\">Testimonial coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-79', '', '', '2013-02-06 10:05:48', '2013-02-06 10:05:48', '', 276, 'http://www.fslcorporate.com/site/276-revision-79/', 0, 'revision', '', 0),
(740, 1, '2013-02-06 10:06:19', '2013-02-06 10:06:19', '<h2>Clients:</h2>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last] [one_fifth][responsive]<a title=\"Universal Music\" href=\"UniversalMusic.jpg\" target=\"_blank\"><img alt=\"UniversalMusic.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/UniversalMusic.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive] <a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a> [/responsive][/one_fifth_last]</p>\r\n\r\n<h2><span style=\"color: #333333;\">Events:</span></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sauagefest / Toronto Waterfront Blues Festival /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333333;\">Bands:</span></h2>\r\nFinger Eleven / Sheep Dogs / Dead Mouse / City and Colour /Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / Bruce Colburn / Sarah Slean / Bedouin Soundclash / Finger Eleven / Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333333;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half] [one_half_last]<span style=\"color: #808080;\">Testimonial coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-80', '', '', '2013-02-06 10:06:19', '2013-02-06 10:06:19', '', 276, 'http://www.fslcorporate.com/site/276-revision-80/', 0, 'revision', '', 0),
(741, 1, '2013-02-06 10:17:29', '2013-02-06 10:17:29', '', 'SENNHEISER_E935', '', 'inherit', 'open', 'open', '', 'sennheiser_e935', '', '', '2013-02-06 10:17:29', '2013-02-06 10:17:29', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/SENNHEISER_E935.jpg', 0, 'attachment', 'image/jpeg', 0),
(751, 1, '2013-02-06 10:17:07', '2013-02-06 10:17:07', '<h2>Clients:</h2>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last] [one_fifth][responsive]<a title=\"Universal Music\" href=\"UniversalMusic.jpg\" target=\"_blank\"><img alt=\"UniversalMusic.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/UniversalMusic.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive] <a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a> [/responsive][/one_fifth_last]</p>\r\n\r\n<h2><span style=\"color: #333333;\">Events:</span></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sauagefest / Toronto Waterfront Blues Festival /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333333;\">Bands:</span></h2>\r\nFinger Eleven / Sheep Dogs / Dead Mouse / City and Colour /Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / Bruce Colburn / Sarah Slean / Bedouin Soundclash / Finger Eleven / Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333333;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half] [one_half_last]<span style=\"color: #808080;\">Testimonial coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-81', '', '', '2013-02-06 10:17:07', '2013-02-06 10:17:07', '', 276, 'http://www.fslcorporate.com/site/276-revision-81/', 0, 'revision', '', 0),
(743, 1, '2013-02-02 06:52:10', '2013-02-02 06:52:10', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\n\r\n<iframe src=\"http://maps.google.ca/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"400\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A\"target=\"_blank\">View Larger Map</a></small>\r\n\r\nCONTACT OUR TEAM:\r\n\r\n[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"]\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-02-02 06:52:10', '2013-02-02 06:52:10', '', 182, 'http://www.fslcorporate.com/site/182-revision-75/', 0, 'revision', '', 0),
(744, 1, '2013-02-06 11:04:54', '2013-02-06 11:04:54', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\n\r\n<iframe src=\"http://maps.google.ca/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"400\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A\" target=\"_blank\">View Larger Map</a></small>\r\n\r\nCONTACT OUR TEAM:\r\n<div>\r\n<h3>Michael Kerwin: Owner/ General Manager / Senior Account Manager.</h3>\r\n<a href=\"mailto:mike@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">mike@frontiersoundandlight.com</a>\r\n\r\n<address><span style=\"font-size: 13px;\"> </span></address></div>\r\n<h3>Zeke Myers: Owner/ Senior Account Manager.</h3>\r\n<div><a href=\"mailto:zeke@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">zeke@frontiersoundandlight.com</a></div>\r\n<div></div>\r\n<h3>Anthony Gravis: Director of Operations / Shop Manager / Account Manager.</h3>\r\n<div><a href=\"mailto:anthony@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">anthony@frontiersoundandlight.com</a></div>\r\n<div><a href=\"mailto:anthonygravis@rogers.com\" target=\"_blank\" rel=\"nofollow\">anthonygravis@rogers.com</a></div>\r\n<div></div>\r\n<h3>Stuart Evans: Director of Logistics / Head of Lighting Department / Account Manager.</h3>\r\n<a href=\"mailto:stuart@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">stuart@frontiersoundandlight.com</a>\r\n\r\n&nbsp;\r\n<h3>Tyler Ayers: Administration / Small Rentals / Account Manager / General Enquires.</h3>\r\n<a href=\"mailto:tyler@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">tyler@frontiersoundandlight.com</a>\r\n\r\n&nbsp;\r\n<h3>Todd Chillman: Shop Lead Hand.</h3>\r\n<a href=\"mailto:todd@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">todd@frontiersoundandlight.com</a>\r\n\r\n&nbsp;\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-02-06 11:04:54', '2013-02-06 11:04:54', '', 182, 'http://www.fslcorporate.com/site/182-revision-76/', 0, 'revision', '', 0),
(745, 1, '2013-02-06 11:06:11', '2013-02-06 11:06:11', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\n\r\n<iframe src=\"http://maps.google.ca/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"400\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A\" target=\"_blank\">View Larger Map</a></small>\r\n\r\nCONTACT OUR TEAM:\r\n<div>\r\n<h3>Michael Kerwin:</h3>\r\nOwner/ General Manager / Senior Account Manager.\r\n\r\n<a href=\"mailto:mike@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">mike@frontiersoundandlight.com</a>\r\n\r\n<address><span style=\"font-size: 13px;\"> </span></address></div>\r\n<h3>Zeke Myers: Owner/ Senior Account Manager.</h3>\r\n<div><a href=\"mailto:zeke@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">zeke@frontiersoundandlight.com</a></div>\r\n<div></div>\r\n<h3>Anthony Gravis: Director of Operations / Shop Manager / Account Manager.</h3>\r\n<div><a href=\"mailto:anthony@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">anthony@frontiersoundandlight.com</a></div>\r\n<div><a href=\"mailto:anthonygravis@rogers.com\" target=\"_blank\" rel=\"nofollow\">anthonygravis@rogers.com</a></div>\r\n<div></div>\r\n<h3>Stuart Evans: Director of Logistics / Head of Lighting Department / Account Manager.</h3>\r\n<a href=\"mailto:stuart@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">stuart@frontiersoundandlight.com</a>\r\n\r\n&nbsp;\r\n<h3>Tyler Ayers: Administration / Small Rentals / Account Manager / General Enquires.</h3>\r\n<a href=\"mailto:tyler@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">tyler@frontiersoundandlight.com</a>\r\n\r\n&nbsp;\r\n<h3>Todd Chillman: Shop Lead Hand.</h3>\r\n<a href=\"mailto:todd@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">todd@frontiersoundandlight.com</a>\r\n\r\n&nbsp;\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-02-06 11:06:11', '2013-02-06 11:06:11', '', 182, 'http://www.fslcorporate.com/site/182-revision-77/', 0, 'revision', '', 0),
(747, 1, '2013-02-06 11:10:30', '2013-02-06 11:10:30', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\n\r\n<iframe src=\"http://maps.google.ca/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"400\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A\" target=\"_blank\">View Larger Map</a></small>\r\n\r\nCONTACT OUR TEAM:\r\n\r\n<strong>\r\nMichael Kerwin:\r\n</strong>Owner/ General Manager / Senior Account Manager.\r\n<em><em><a href=\"mailto:mike@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">mike@frontiersoundandlight.com</a></em></em>\r\n\r\n&nbsp;\r\n\r\n<strong>Zeke Myers:\r\n</strong>Owner/ Senior Account Manager.\r\n<a href=\"mailto:zeke@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">zeke@frontiersoundandlight.com</a>\r\n\r\n&nbsp;\r\n\r\n<strong>Anthony Gravis:\r\n</strong><em id=\"__mceDel\">Director of Operations / Shop Manager / Account Manager.\r\n<a href=\"mailto:anthony@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">anthony@frontiersoundandlight.com\r\n<a href=\"mailto:anthonygravis@rogers.com\" target=\"_blank\" rel=\"nofollow\">anthonygravis@rogers.com</a></a></em>\r\n\r\n&nbsp;\r\n\r\n<strong>Stuart Evans:\r\n</strong>Director of Logistics / Head of Lighting Department / Account Manager.\r\n<a href=\"mailto:stuart@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">stuart@frontiersoundandlight.com</a>\r\n\r\n&nbsp;\r\n\r\n<strong>Tyler Ayers:\r\n</strong>Administration / Small Rentals / Account Manager / General Enquires.\r\n<a href=\"mailto:tyler@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">tyler@frontiersoundandlight.com</a>\r\n\r\n&nbsp;\r\n\r\n<strong>Todd Chillman:\r\n</strong>Shop Lead Hand.\r\n<a href=\"mailto:todd@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">todd@frontiersoundandlight.com</a>\r\n\r\n&nbsp;\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-02-06 11:10:30', '2013-02-06 11:10:30', '', 182, 'http://www.fslcorporate.com/site/182-revision-79/', 0, 'revision', '', 0),
(746, 1, '2013-02-06 11:08:53', '2013-02-06 11:08:53', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\n\r\n<iframe src=\"http://maps.google.ca/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"400\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A\" target=\"_blank\">View Larger Map</a></small>\r\n\r\nCONTACT OUR TEAM:\r\n\r\n<strong>\r\nMichael Kerwin:\r\n</strong>Owner/ General Manager / Senior Account Manager.\r\n<div><em><em><em id=\"__mceDel\"><a href=\"mailto:mike@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">mike@frontiersoundandlight.com</a></em></em></em><address><span style=\"font-size: 13px;\"> </span></address></div>\r\n<strong>Zeke Myers:</strong>\r\nOwner/ Senior Account Manager.\r\n<div><a href=\"mailto:zeke@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">zeke@frontiersoundandlight.com</a></div>\r\n<div></div>\r\n<strong>Anthony Gravis:</strong>\r\nDirector of Operations / Shop Manager / Account Manager.\r\n<div><a href=\"mailto:anthony@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">anthony@frontiersoundandlight.com</a></div>\r\n<div><a href=\"mailto:anthonygravis@rogers.com\" target=\"_blank\" rel=\"nofollow\">anthonygravis@rogers.com</a></div>\r\n<div></div>\r\n<strong>Stuart Evans:</strong>\r\nDirector of Logistics / Head of Lighting Department / Account Manager.\r\n\r\n<a href=\"mailto:stuart@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">stuart@frontiersoundandlight.com</a>\r\n\r\n&nbsp;\r\n\r\n<strong>Tyler Ayers:</strong>\r\nAdministration / Small Rentals / Account Manager / General Enquires.\r\n\r\n<a href=\"mailto:tyler@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">tyler@frontiersoundandlight.com</a>\r\n\r\n&nbsp;\r\n\r\n<strong>Todd Chillman:</strong>\r\nShop Lead Hand.\r\n\r\n<a href=\"mailto:todd@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">todd@frontiersoundandlight.com</a>\r\n\r\n&nbsp;\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-02-06 11:08:53', '2013-02-06 11:08:53', '', 182, 'http://www.fslcorporate.com/site/182-revision-78/', 0, 'revision', '', 0),
(748, 1, '2013-02-06 11:11:07', '2013-02-06 11:11:07', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\n\r\n<iframe src=\"http://maps.google.ca/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"400\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A\" target=\"_blank\">View Larger Map</a></small>\r\n\r\nCONTACT OUR TEAM:\r\n\r\n<strong>\r\nMichael Kerwin:\r\n</strong>Owner/ General Manager / Senior Account Manager.\r\n<em><em><a href=\"mailto:mike@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">mike@frontiersoundandlight.com</a></em></em>\r\n\r\n<strong>Zeke Myers:\r\n</strong>Owner/ Senior Account Manager.\r\n<em id=\"__mceDel\"><a href=\"mailto:zeke@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">zeke@frontiersoundandlight.com</a></em>\r\n\r\n<strong>Anthony Gravis:</strong>\r\n\r\n<em id=\"__mceDel\"><em id=\"__mceDel\">Director of Operations / Shop Manager / Account Manager.\r\n<a href=\"mailto:anthony@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">anthony@frontiersoundandlight.com\r\n</a><a href=\"mailto:anthonygravis@rogers.com\" target=\"_blank\" rel=\"nofollow\">anthonygravis@rogers.com</a></em></em>\r\n\r\n<em id=\"__mceDel\"><strong>Stuart Evans:</strong></em>\r\n\r\n<em id=\"__mceDel\">Director of Logistics / Head of Lighting Department / Account Manager.\r\n<a href=\"mailto:stuart@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">stuart@frontiersoundandlight.com</a></em>\r\n\r\n&nbsp;\r\n\r\n<strong>Tyler Ayers:\r\n</strong>Administration / Small Rentals / Account Manager / General Enquires.\r\n<a href=\"mailto:tyler@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">tyler@frontiersoundandlight.com</a>\r\n\r\n&nbsp;\r\n\r\n<strong>Todd Chillman:\r\n</strong>Shop Lead Hand.\r\n<a href=\"mailto:todd@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">todd@frontiersoundandlight.com</a>\r\n\r\n&nbsp;\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-02-06 11:11:07', '2013-02-06 11:11:07', '', 182, 'http://www.fslcorporate.com/site/182-revision-80/', 0, 'revision', '', 0),
(749, 1, '2013-02-06 11:11:57', '2013-02-06 11:11:57', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\n\r\n<iframe src=\"http://maps.google.ca/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"400\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A\" target=\"_blank\">View Larger Map</a></small>\r\n\r\nCONTACT OUR TEAM:\r\n\r\n<strong>\r\nMichael Kerwin:\r\n</strong>Owner/ General Manager / Senior Account Manager.\r\n<em><em><a href=\"mailto:mike@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">mike@frontiersoundandlight.com</a></em></em>\r\n\r\n&nbsp;\r\n\r\n<strong>Zeke Myers:\r\n</strong>Owner/ Senior Account Manager.\r\n<em id=\"__mceDel\"><a href=\"mailto:zeke@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">zeke@frontiersoundandlight.com</a></em>\r\n\r\n&nbsp;\r\n\r\n<strong>Anthony Gravis:\r\n</strong><em id=\"__mceDel\"><em id=\"__mceDel\">Director of Operations / Shop Manager / Account Manager.\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:anthony@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">anthony@frontiersoundandlight.com\r\n<em id=\"__mceDel\" style=\"color: #333333;\"><em id=\"__mceDel\"><a href=\"mailto:anthonygravis@rogers.com\" target=\"_blank\" rel=\"nofollow\">anthonygravis@rogers.com</a></em></em></a></em></em></em></em>\r\n\r\n&nbsp;\r\n\r\n<em id=\"__mceDel\"><strong>Stuart Evans:\r\n</strong><em id=\"__mceDel\">Director of Logistics / Head of Lighting Department / Account Manager.\r\n<em id=\"__mceDel\"><a href=\"mailto:stuart@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">stuart@frontiersoundandlight.com</a></em></em></em>\r\n\r\n&nbsp;\r\n\r\n<strong>Tyler Ayers:\r\n</strong>Administration / Small Rentals / Account Manager / General Enquires.\r\n<a href=\"mailto:tyler@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">tyler@frontiersoundandlight.com</a>\r\n\r\n&nbsp;\r\n\r\n<strong>Todd Chillman:\r\n</strong>Shop Lead Hand.\r\n<a href=\"mailto:todd@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">todd@frontiersoundandlight.com</a>\r\n\r\n&nbsp;\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-02-06 11:11:57', '2013-02-06 11:11:57', '', 182, 'http://www.fslcorporate.com/site/182-revision-81/', 0, 'revision', '', 0),
(750, 1, '2013-02-06 11:21:07', '2013-02-06 11:21:07', '', 'DSC07794 edit', '', 'inherit', 'open', 'open', '', 'dsc07794-edit-2', '', '', '2013-02-06 11:21:07', '2013-02-06 11:21:07', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DSC07794-edit1.jpg', 0, 'attachment', 'image/jpeg', 0),
(752, 1, '2013-02-05 22:24:17', '2013-02-05 22:24:17', '<h2><span style=\"color: #333399;\">Our Service</span></h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nHave a look at just a few of the many options we can provide for your event.\r\n<h2><span style=\"color: #333399;\">Our Value</span></h2>\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.  This allows for competitive pricing and a focused team that are dedicated to your project.  At Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<h2><span style=\"color: #333399;\">Our Experience</span></h2>\r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, or an intimate presentation for a select few, Frontier Sound and Light will supply the right system and personnel that suits all your needs.\r\nWith over 18 years of Professional touring and installation experience, Frontier is definitely a sound choice.', 'About', '', 'inherit', 'open', 'open', '', '264-revision-36', '', '', '2013-02-05 22:24:17', '2013-02-05 22:24:17', '', 264, 'http://www.fslcorporate.com/site/264-revision-36/', 0, 'revision', '', 0),
(753, 1, '2013-02-07 00:57:39', '2013-02-07 00:57:39', '<h2><span style=\"color: #333399;\">Our Service</span></h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nHave a look at just a few of the many options we can provide for your event.\r\n<h2><span style=\"color: #333399;\">Our Value</span></h2>\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.  This allows for competitive pricing and a focused team that are dedicated to your project.  At Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<h2><span style=\"color: #333399;\">Our Experience</span></h2>\r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, or an intimate presentation for a select few, Frontier Sound and Light will supply the right system and personnel that suits all your needs.\r\nWith over 18 years of Professional touring and installation experience, Frontier is definitely a sound choice.\r\n<h2></h2>\r\n<h2><span style=\"color: #333399;\">Our History</span></h2>\r\n18 years ago, Michael Kerwin, and Zeke Myers started Frontier Sound and Light in Newmarket with the ideology of musicians and clients come first...\r\n<div>From these humble beginnings, Frontier\'s business and client list grew, from the hard work and dedication of Mike, Zeke, and their staff.</div>\r\n<div>Over the years, Michael and Zeke expanded their horizons, to include corporate clientele, to compliment the already established rock and roll roster they had successfully acquired.</div>\r\n<div>Today, Frontier has grown and matured into a multi faceted Sound and Lighting company that caters to both their rock and roll clients, and their corporate clients, with the same dedication and constant professionalism expected from everyone at Frontier.</div>\r\n<div>From Professional Audio and Lighting touring packages, Corporate Showcases, Staging and Video, Rentals and installations, Frontier continues to expand into new territory and deliver only the very best to all its customers.</div>\r\n<div>From all of us at Frontier,</div>\r\n<div></div>\r\n<div id=\"yui_3_7_2_1_1360198186436_126\">Welcome to Frontier sound and Light.</div>\r\n<div> <var id=\"yiv344065941yui-ie-cursor\"></var></div>\r\n<div id=\"yui_3_7_2_1_1360198186436_128\">Let us help you reach new horizons...</div>', 'About', '', 'inherit', 'open', 'open', '', '264-revision-37', '', '', '2013-02-07 00:57:39', '2013-02-07 00:57:39', '', 264, 'http://www.fslcorporate.com/site/264-revision-37/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(758, 1, '2013-02-08 17:14:11', '2013-02-08 17:14:11', '<div></div>\n<div></div>\n<div>In 1995, Mike Kerwin and Zeke Myers founded Limit Records in Newmarket, Ontario with the ideology that musicians and clients come first...</div>\n<div></div>\n<div>From these humble beginnings, Mike and Zeke eventually formed Frontier Sound and Light, to meet the needs of their rapidly growing business and client list, built up from years of dedication and hard work.</div>\n<div></div>\n<div>\n<div>Over the coming years, Mike and Zeke expanded their interests, to include corporate clientele, to compliment the already established rock and roll roster they and their team had successfully acquired.</div>\n<div></div>\n</div>\n<div>Today, Frontier has grown and matured into a multi faceted Sound and Lighting company that caters to both their rock and roll clients, and their corporate clients, with the same dedication and constant professionalism expected from everyone at Frontier.</div>\n<div>\n<div></div>\n<div>From Professional Audio and Lighting touring packages, Corporate Showcases, Staging and Video, Rentals and custom Installations, Frontier continues to expand into new territory and deliver only the very best to all its customers.</div>\n<div></div>\n<div>From all of us at Frontier,</div>\n</div>\n<div></div>\n<div>\n<div>Welcome to Frontier Sound and Light.</div>\n<div> <var id=\"yiv781980846yui-ie-cursor\"></var></div>\n<div>Let us help you reach new horizons...</div>\n</div>', 'History', '', 'inherit', 'open', 'open', '', '756-revision-v1', '', '', '2013-02-08 17:14:11', '2013-02-08 17:14:11', '', 756, 'http://www.fslcorporate.com/site/756-revision/', 0, 'revision', '', 0),
(760, 1, '2013-02-08 17:33:07', '2013-02-08 17:33:07', '<div>\r\n<h2><span style=\"color: #333399;\">Our History</span></h2>\r\n</div>\r\n<div>In 1995, Mike Kerwin and Zeke Myers founded Limit Records in Newmarket, Ontario with the ideology that musicians and clients come first...</div>\r\n<div></div>\r\n<div>From these humble beginnings, Mike and Zeke eventually formed Frontier Sound and Light, to meet the needs of their rapidly growing business and client list, built up from years of dedication and hard work.</div>\r\n<div></div>\r\n<div>\r\n<div>Over the coming years, Mike and Zeke expanded their interests, to include corporate clientele, to compliment the already established rock and roll roster they and their team had successfully acquired.</div>\r\n<div></div>\r\n</div>\r\n<div>Today, Frontier has grown and matured into a multi faceted Sound and Lighting company that caters to both their rock and roll clients, and their corporate clients, with the same dedication and constant professionalism expected from everyone at Frontier.</div>\r\n<div>\r\n<div></div>\r\n<div>From Professional Audio and Lighting touring packages, Corporate Showcases, Staging and Video, Rentals and custom Installations, Frontier continues to expand into new territory and deliver only the very best to all its customers.</div>\r\n<div></div>\r\n<div>From all of us at Frontier,</div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>Welcome to Frontier Sound and Light.</div>\r\n<div> <var id=\"yiv781980846yui-ie-cursor\"></var></div>\r\n<div>Let us help you reach new horizons...</div>\r\n</div>', 'History', '', 'inherit', 'open', 'open', '', '756-revision-v1', '', '', '2013-02-08 17:33:07', '2013-02-08 17:33:07', '', 756, 'http://www.fslcorporate.com/site/756-revision-2/', 0, 'revision', '', 0),
(773, 1, '2013-02-08 17:12:41', '2013-02-08 17:12:41', '<h2>Clients:</h2>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last] [one_fifth][responsive]<a title=\"Universal Music\" href=\"UniversalMusic.jpg\" target=\"_blank\"><img alt=\"UniversalMusic.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/UniversalMusic.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive] <a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a> [/responsive][/one_fifth_last]</p>\r\n\r\n<h2><span style=\"color: #333333;\">Events:</span></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sauagefest / Toronto Waterfront Blues Festival /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333333;\">Talent:</span></h2>\r\nFinger Eleven / Sheep Dogs / Dead Mouse / City and Colour /Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash / Finger Eleven / Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Silverstein / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333333;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half] [one_half_last]<span style=\"color: #808080;\">Testimonial coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-83', '', '', '2013-02-08 17:12:41', '2013-02-08 17:12:41', '', 276, 'http://www.fslcorporate.com/site/276-revision-83/', 0, 'revision', '', 0),
(755, 1, '2013-02-07 00:54:26', '2013-02-07 00:54:26', '<h2>Clients:</h2>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last] [one_fifth][responsive]<a title=\"Universal Music\" href=\"UniversalMusic.jpg\" target=\"_blank\"><img alt=\"UniversalMusic.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/UniversalMusic.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive] <a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a> [/responsive][/one_fifth_last]</p>\r\n\r\n<h2><span style=\"color: #333333;\">Events:</span></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sauagefest / Toronto Waterfront Blues Festival /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333333;\">Bands:</span></h2>\r\nFinger Eleven / Sheep Dogs / Dead Mouse / City and Colour /Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash / Finger Eleven / Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333333;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half] [one_half_last]<span style=\"color: #808080;\">Testimonial coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-82', '', '', '2013-02-07 00:54:26', '2013-02-07 00:54:26', '', 276, 'http://www.fslcorporate.com/site/276-revision-82/', 0, 'revision', '', 0),
(756, 1, '2013-02-08 17:33:07', '2013-02-08 17:33:07', '<h2><span style=\"color: #333399;\">Our History</span></h2>\r\nIn 1998, Frontier Sound &amp; Light was founded to service live music events with the ideology that artists, clients, and audiences come first.Through dedication and hard work, Frontier expanded with an ever growing client list, and broadened its interests to include corporate clientele.\r\n<div id=\"yui_3_7_2_1_1373724298387_3048\">\r\n\r\nToday Frontier has grown into a multifaceted full service production provider that caters to both live music and corporate clients with the same constant dedication and professionalism expected from a world class company.   Frontier now works as a production supplier for promoters, event planners, and brands on a variety of live event strategies and engagements.\r\n\r\nFrom professional audio and lighting touring packages, to corporate show cases, stage and video rentals, and installations, Frontier continues to expand into new territory and deliver only the very best to its clients, artists, and audiences.\r\n\r\nWelcome to Frontier Sound &amp; Light\r\n\r\nLet us help you reach new horizons.\r\n\r\n</div>', 'History', '', 'publish', 'closed', 'closed', '', 'history', '', '', '2020-01-25 22:10:33', '2020-01-25 22:10:33', '', 0, 'http://www.fslcorporate.com/site/?page_id=756', 0, 'page', '', 0),
(839, 1, '2013-02-11 21:45:13', '2013-02-11 21:45:13', '<h2><span style=\"color: #333399;\">Our History</span></h2>\r\n\r\nIn 1995, Mike Kerwin and Zeke Myers founded Limit Records in Newmarket, Ontario with the ideology that musicians and clients come first...\r\n\r\nFrom these humble beginnings, Mike and Zeke eventually formed Frontier Sound and Light, to meet the needs of their rapidly growing business and client list, built up from years of dedication and hard work.\r\n\r\nIn the years that followed, Mike and Zeke expanded their interests, to include corporate clientele, to compliment the already established rock and roll roster they and their team had successfully acquired.\r\nToday, Frontier has grown and matured into a multi faceted Sound and Lighting company that caters to both their rock and roll clients, and their corporate clients, with the same dedication and constant professionalism expected from everyone at Frontier.\r\n>From Professional Audio and Lighting touring packages, Corporate Showcases, Staging and Video, Rentals and custom Installations, Frontier continues to expand into new territory and deliver only the very best to all its customers.From all of us at Frontier, Welcome to Frontier Sound and Light.</div>\r\n\r\nLet us help you reach new horizons...', 'History', '', 'inherit', 'open', 'open', '', '756-revision-v1', '', '', '2013-02-11 21:45:13', '2013-02-11 21:45:13', '', 756, 'http://www.fslcorporate.com/site/756-revision-6/', 0, 'revision', '', 0),
(759, 1, '2013-02-08 17:33:31', '2013-02-08 17:33:31', ' ', '', '', 'publish', 'open', 'open', '', '759', '', '', '2013-07-18 18:30:55', '2013-07-18 18:30:55', '', 0, 'http://www.fslcorporate.com/site/?p=759', 1, 'nav_menu_item', '', 0),
(836, 1, '2013-02-11 21:43:36', '2013-02-11 21:43:36', '<div>\r\n<h2><span style=\"color: #333399;\">Our History</span></h2>\r\n</div>\r\n<div>In 1995, Mike Kerwin and Zeke Myers founded Limit Records in Newmarket, Ontario with the ideology that musicians and clients come first...</div>\r\n<div></div>\r\n<div>From these humble beginnings, Mike and Zeke eventually formed Frontier Sound and Light, to meet the needs of their rapidly growing business and client list, built up from years of dedication and hard work.</div>\r\n<div></div>\r\n<div>\r\n<div>In the years that followed, Mike and Zeke expanded their interests, to include corporate clientele, to compliment the already established rock and roll roster they and their team had successfully acquired.</div>\r\n<div></div>\r\n</div>\r\n<div>Today, Frontier has grown and matured into a multi faceted Sound and Lighting company that caters to both their rock and roll clients, and their corporate clients, with the same dedication and constant professionalism expected from everyone at Frontier.</div>\r\n<div>\r\n<div></div>\r\n<div>From Professional Audio and Lighting touring packages, Corporate Showcases, Staging and Video, Rentals and custom Installations, Frontier continues to expand into new territory and deliver only the very best to all its customers.</div>\r\n<div></div>\r\n<div>From all of us at Frontier, Welcome to Frontier Sound and Light.</div>\r\n</div>\r\n<div>\r\n<div> <var id=\"yiv781980846yui-ie-cursor\"></var></div>\r\n<div>Let us help you reach new horizons...</div>\r\n</div>', 'History', '', 'inherit', 'open', 'open', '', '756-revision-v1', '', '', '2013-02-11 21:43:36', '2013-02-11 21:43:36', '', 756, 'http://www.fslcorporate.com/site/756-revision-4/', 0, 'revision', '', 0),
(767, 1, '2013-02-09 10:36:40', '2013-02-09 10:36:40', '<h2>Our Service</h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nHave a look at just a few of the many options we can provide for your event.\r\n\r\nHave a look below for visual examples of what we can offer you.\r\n<h2></h2>\r\n<h3>LIGHTING:</h3>\r\nWe provide an outstanding amount of lighting options for your event.\r\nFrom moving fixtures, conventional lighting, LED Lights, Blinders, Lekos to Truss.\r\n\r\nFrontier Sound and light has everything you need to pull of the atmosphere your looking for.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"4\"]\r\n\r\n&nbsp;\r\n<h3>AUDIO:</h3>\r\nWe can provide the perfect audio set up you require for any event, regardless of size or budget.\r\n\r\nWhether it is a small intimate gathering for a presentation, or a large indoor/outdoor concert, we at Frontier Sound and Light have the audio equipment to meet your exact needs.</p>\r\n\r\nWe carry High End Line Array, Conventional trapezoidal 2 and 3 way speaker enclosures, Powered speakers, Digital and Analogue mixing consoles, Monitors for stage performers, Amplification and power distribution for all our equipment, stage boxes, stage splitters, and of course a large selection of Sennheiser microphones.\r\n\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"5\"]\r\n\r\n&nbsp;\r\n<h3>STAGING:</h3>\r\nWe provide staging as small as an 8 x 8 deck for podium speeches up to 40\' x 60\' x 6\' concert stage for arenas and outdoor festivals. Please contact one of our senior reps for more info.\r\n<h3></h3>\r\n<h3>VIDEO:</h3>\r\nProjectors, Screens, Cameras, Media Servers, Video Switchers and more.\r\n\r\nPlease contact one of our reps for complete details and listing of the various video and screen components we have in stock.\r\n<h3>RENTALS:</h3>\r\n<em id=\"__mceDel\"><em id=\"__mceDel\">From small to large, you can rent anything we have in stock!</em></em>\r\n\r\nPlease contact one of our senior reps VIA email or phone for further info on ALL rental packaging, pricing and discounts.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n[new_royalslider id=\"6\"]\r\n\r\n</div>', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-46', '', '', '2013-02-09 10:36:40', '2013-02-09 10:36:40', '', 270, 'http://www.fslcorporate.com/site/270-revision-46/', 0, 'revision', '', 0),
(762, 1, '2013-02-09 10:31:45', '2013-02-09 10:31:45', '<h2>Our Service</h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nHave a look at just a few of the many options we can provide for your event.\r\n\r\nHave a look below for visual examples of what we can offer you.\r\n<h2></h2>\r\n<h3>LIGHTING:</h3>\r\nWe provide an outstanding amount of lighting options for your event.\r\nFrom moving fixtures, conventional lighting, LED Lights, Blinders, Lekos to Truss.\r\n\r\nFrontier Sound and light has everything you need to pull of the atmosphere your looking for.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"4\"]\r\n\r\n&nbsp;\r\n<h3>AUDIO:</h3>\r\nWe can provide the perfect audio set up you require for any event, regardless of size or budget.\r\n<div id=\"yui_3_7_2_1_1360405665311_91\">\r\n<div id=\"yui_3_7_2_1_1360405665311_90\">\r\n<div id=\"yui_3_7_2_1_1360405665311_89\">\r\n<div id=\"yui_3_7_2_1_1360405665311_88\">\r\n<div id=\"yiv209076900\">\r\n<div id=\"yui_3_7_2_1_1360405665311_87\">\r\n<div id=\"yui_3_7_2_1_1360405665311_85\">\r\n<div id=\"yui_3_7_2_1_1360405665311_84\">\r\n<div id=\"yui_3_7_2_1_1360405665311_83\">Whether it is a small intimate gathering for a presentation, or a large indoor/outdoor concert,</div>\r\n<div>We at Frontier Sound and Light have the audio equipment to meet your exact needs.</div>\r\n<div></div>\r\n<div>We carry High End Line Array, Conventional trapezoidal 2 and 3 way speaker enclosures, Powered speakers, Digital and Analogue mixing consoles, Monitors for stage performers, Amplification and power distribution for all our equipment, stage boxes, stage splitters, <em id=\"__mceDel\">and of course a large selection of Sennheiser microphones.</em></div>\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>\r\n</div>\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"5\"]\r\n\r\n&nbsp;\r\n<h3>STAGING:</h3>\r\nWe provide staging as small as an 8 x 8 deck for podium speeches up to 40\' x 60\' x 6\' concert stage for arenas and outdoor festivals. Please contact one of our senior reps for more info.\r\n<h3></h3>\r\n<h3>VIDEO:</h3>\r\nProjectors, Screens, Cameras, Media Servers, Video Switchers and more.\r\n\r\nPlease contact one of our reps for complete details and listing of the various video and screen components we have in stock.\r\n<h3>RENTALS:</h3>\r\n<em id=\"__mceDel\"><em id=\"__mceDel\">From small to large, you can rent anything we have in stock!</em></em>\r\n\r\nPlease contact one of our senior reps VIA email or phone for further info on ALL rental packaging, pricing and discounts.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n[new_royalslider id=\"6\"]', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-41', '', '', '2013-02-09 10:31:45', '2013-02-09 10:31:45', '', 270, 'http://www.fslcorporate.com/site/270-revision-41/', 0, 'revision', '', 0),
(761, 1, '2013-02-04 12:47:20', '2013-02-04 12:47:20', '<h2>Our Service</h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nHave a look at just a few of the many options we can provide for your event.\r\n\r\nHave a look below for visual examples of what we can offer you.\r\n<h2></h2>\r\n<h3>LIGHTING:</h3>\r\nWe provide an outstanding amount of lighting options for your event.\r\nFrom moving fixtures, conventional lighting, LED Lights, Blinders, Lekos to Truss.\r\n\r\nFrontier Sound and light has everything you need to pull of the atmosphere your looking for.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"4\"]\r\n\r\n&nbsp;\r\n<h3>AUDIO:</h3>\r\nWe can provide the sound your looking for for any event. Weather its a small intimate gathering for a presentation to a large indoor/ Outdoor concert. We at Frontier Sound and Light have the audio equipment to deliver your sound!\r\n\r\nLine Array, Trap boxes, Powered speakers, Monitor speakers, Consoles, Analogue desks, AMPS, Snakes, Cables, Microphones\r\n\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"5\"]\r\n\r\n&nbsp;\r\n<h3>STAGING:</h3>\r\nWe provide staging as small as an 8 x 8 deck for podium speeches up to 40\' x 60\' x 6\' concert stage for arenas and outdoor festivals. Please contact one of our senior reps for more info.\r\n<h3></h3>\r\n<h3>VIDEO:</h3>\r\nProjectors, Screens, Cameras, Media Servers, Video Switchers and more.\r\n\r\nPlease contact one of our reps for complete details and listing of the various video and screen components we have in stock.\r\n<h3>RENTALS:</h3>\r\n<em id=\"__mceDel\"><em id=\"__mceDel\">From small to large, you can rent anything we have in stock!</em></em>\r\n\r\nPlease contact one of our senior reps VIA email or phone for further info on ALL rental packaging, pricing and discounts.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n[new_royalslider id=\"6\"]', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-40', '', '', '2013-02-04 12:47:20', '2013-02-04 12:47:20', '', 270, 'http://www.fslcorporate.com/site/270-revision-40/', 0, 'revision', '', 0),
(764, 1, '2013-02-09 10:34:18', '2013-02-09 10:34:18', '<h2>Our Service</h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nHave a look at just a few of the many options we can provide for your event.\r\n\r\nHave a look below for visual examples of what we can offer you.\r\n<h2></h2>\r\n<h3>LIGHTING:</h3>\r\nWe provide an outstanding amount of lighting options for your event.\r\nFrom moving fixtures, conventional lighting, LED Lights, Blinders, Lekos to Truss.\r\n\r\nFrontier Sound and light has everything you need to pull of the atmosphere your looking for.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"4\"]\r\n\r\n&nbsp;\r\n<h3>AUDIO:</h3>\r\nWe can provide the perfect audio set up you require for any event, regardless of size or budget.\r\n\r\nWhether it is a small intimate gathering for a presentation, or a large indoor/outdoor concert,\r\n<div>we at Frontier Sound and Light have the audio equipment to meet your exact needs.\r\n\r\n<div>We carry High End Line Array, Conventional trapezoidal 2 and 3 way speaker enclosures, Powered speakers, Digital and Analogue mixing consoles, Monitors for stage performers, Amplification and power distribution for all our equipment, stage boxes, stage splitters, and of course a large selection of Sennheiser microphones.\r\n\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"5\"]\r\n\r\n&nbsp;\r\n<h3>STAGING:</h3>\r\nWe provide staging as small as an 8 x 8 deck for podium speeches up to 40\' x 60\' x 6\' concert stage for arenas and outdoor festivals. Please contact one of our senior reps for more info.\r\n<h3></h3>\r\n<h3>VIDEO:</h3>\r\nProjectors, Screens, Cameras, Media Servers, Video Switchers and more.\r\n\r\nPlease contact one of our reps for complete details and listing of the various video and screen components we have in stock.\r\n<h3>RENTALS:</h3>\r\n<em id=\"__mceDel\"><em id=\"__mceDel\">From small to large, you can rent anything we have in stock!</em></em>\r\n\r\nPlease contact one of our senior reps VIA email or phone for further info on ALL rental packaging, pricing and discounts.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n[new_royalslider id=\"6\"]', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-43', '', '', '2013-02-09 10:34:18', '2013-02-09 10:34:18', '', 270, 'http://www.fslcorporate.com/site/270-revision-43/', 0, 'revision', '', 0),
(763, 1, '2013-02-09 10:32:24', '2013-02-09 10:32:24', '<h2>Our Service</h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nHave a look at just a few of the many options we can provide for your event.\r\n\r\nHave a look below for visual examples of what we can offer you.\r\n<h2></h2>\r\n<h3>LIGHTING:</h3>\r\nWe provide an outstanding amount of lighting options for your event.\r\nFrom moving fixtures, conventional lighting, LED Lights, Blinders, Lekos to Truss.\r\n\r\nFrontier Sound and light has everything you need to pull of the atmosphere your looking for.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"4\"]\r\n\r\n&nbsp;\r\n<h3>AUDIO:</h3>\r\nWe can provide the perfect audio set up you require for any event, regardless of size or budget.\r\n<div id=\"yui_3_7_2_1_1360405665311_91\">\r\n<div id=\"yui_3_7_2_1_1360405665311_90\">\r\n<div id=\"yui_3_7_2_1_1360405665311_89\">\r\n<div id=\"yui_3_7_2_1_1360405665311_88\">\r\n<div id=\"yiv209076900\">\r\n<div id=\"yui_3_7_2_1_1360405665311_87\">\r\n<div id=\"yui_3_7_2_1_1360405665311_85\">\r\n<div id=\"yui_3_7_2_1_1360405665311_84\">\r\n<div id=\"yui_3_7_2_1_1360405665311_83\">Whether it is a small intimate gathering for a presentation, or a large indoor/outdoor concert, we at Frontier Sound and Light have the audio equipment to meet your exact needs.</div>\r\n<div></div>\r\n<div>We carry High End Line Array, Conventional trapezoidal 2 and 3 way speaker enclosures, Powered speakers, Digital and Analogue mixing consoles, Monitors for stage performers, Amplification and power distribution for all our equipment, stage boxes, stage splitters, <em id=\"__mceDel\">and of course a large selection of Sennheiser microphones.</em></div>\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>\r\n</div>\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"5\"]\r\n\r\n&nbsp;\r\n<h3>STAGING:</h3>\r\nWe provide staging as small as an 8 x 8 deck for podium speeches up to 40\' x 60\' x 6\' concert stage for arenas and outdoor festivals. Please contact one of our senior reps for more info.\r\n<h3></h3>\r\n<h3>VIDEO:</h3>\r\nProjectors, Screens, Cameras, Media Servers, Video Switchers and more.\r\n\r\nPlease contact one of our reps for complete details and listing of the various video and screen components we have in stock.\r\n<h3>RENTALS:</h3>\r\n<em id=\"__mceDel\"><em id=\"__mceDel\">From small to large, you can rent anything we have in stock!</em></em>\r\n\r\nPlease contact one of our senior reps VIA email or phone for further info on ALL rental packaging, pricing and discounts.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n[new_royalslider id=\"6\"]', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-42', '', '', '2013-02-09 10:32:24', '2013-02-09 10:32:24', '', 270, 'http://www.fslcorporate.com/site/270-revision-42/', 0, 'revision', '', 0),
(766, 1, '2013-02-09 10:36:06', '2013-02-09 10:36:06', '<h2>Our Service</h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nHave a look at just a few of the many options we can provide for your event.\r\n\r\nHave a look below for visual examples of what we can offer you.\r\n<h2></h2>\r\n<h3>LIGHTING:</h3>\r\nWe provide an outstanding amount of lighting options for your event.\r\nFrom moving fixtures, conventional lighting, LED Lights, Blinders, Lekos to Truss.\r\n\r\nFrontier Sound and light has everything you need to pull of the atmosphere your looking for.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"4\"]\r\n\r\n&nbsp;\r\n<h3>AUDIO:</h3>\r\nWe can provide the perfect audio set up you require for any event, regardless of size or budget.\r\n\r\nWhether it is a small intimate gathering for a presentation, or a large indoor/outdoor concert, we at Frontier Sound and Light have the audio equipment to meet your exact needs.</p>\r\n\r\nWe carry High End Line Array, Conventional trapezoidal 2 and 3 way speaker enclosures, Powered speakers, Digital and Analogue mixing consoles, Monitors for stage performers, Amplification and power distribution for all our equipment, stage boxes, stage splitters, and of course a large selection of Sennheiser microphones.\r\n\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"5\"]\r\n\r\n&nbsp;\r\n<h3>STAGING:</h3>\r\nWe provide staging as small as an 8 x 8 deck for podium speeches up to 40\' x 60\' x 6\' concert stage for arenas and outdoor festivals. Please contact one of our senior reps for more info.\r\n<h3></h3>\r\n<h3>VIDEO:</h3>\r\nProjectors, Screens, Cameras, Media Servers, Video Switchers and more.\r\n\r\nPlease contact one of our reps for complete details and listing of the various video and screen components we have in stock.\r\n<h3>RENTALS:</h3>\r\n<em id=\"__mceDel\"><em id=\"__mceDel\">From small to large, you can rent anything we have in stock!</em></em>\r\n\r\nPlease contact one of our senior reps VIA email or phone for further info on ALL rental packaging, pricing and discounts.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n[new_royalslider id=\"6\"]\r\n\r\n</div>', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-45', '', '', '2013-02-09 10:36:06', '2013-02-09 10:36:06', '', 270, 'http://www.fslcorporate.com/site/270-revision-45/', 0, 'revision', '', 0),
(765, 1, '2013-02-09 10:35:07', '2013-02-09 10:35:07', '<h2>Our Service</h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nHave a look at just a few of the many options we can provide for your event.\r\n\r\nHave a look below for visual examples of what we can offer you.\r\n<h2></h2>\r\n<h3>LIGHTING:</h3>\r\nWe provide an outstanding amount of lighting options for your event.\r\nFrom moving fixtures, conventional lighting, LED Lights, Blinders, Lekos to Truss.\r\n\r\nFrontier Sound and light has everything you need to pull of the atmosphere your looking for.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"4\"]\r\n\r\n&nbsp;\r\n<h3>AUDIO:</h3>\r\nWe can provide the perfect audio set up you require for any event, regardless of size or budget.\r\n\r\nWhether it is a small intimate gathering for a presentation, or a large indoor/outdoor concert,\r\n<p style=\"display: inline !important;\">we at Frontier Sound and Light have the audio equipment to meet your exact needs.</p>\r\n<p style=\"display: inline !important;\"></p>\r\n\r\n<pre style=\"display: inline !important;\"></pre>\r\n<div style=\"display: inline !important;\">\r\n<pre style=\"display: inline !important;\">We carry High End Line Array, Conventional trapezoidal 2 and 3 way speaker enclosures, Powered speakers, Digital and Analogue mixing consoles, Monitors for stage performers, Amplification and power distribution for all our equipment, stage boxes, stage splitters, and of course a large selection of Sennheiser microphones.</pre>\r\n</div>\r\n<div>\r\n\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"5\"]\r\n\r\n&nbsp;\r\n<h3>STAGING:</h3>\r\nWe provide staging as small as an 8 x 8 deck for podium speeches up to 40\' x 60\' x 6\' concert stage for arenas and outdoor festivals. Please contact one of our senior reps for more info.\r\n<h3></h3>\r\n<h3>VIDEO:</h3>\r\nProjectors, Screens, Cameras, Media Servers, Video Switchers and more.\r\n\r\nPlease contact one of our reps for complete details and listing of the various video and screen components we have in stock.\r\n<h3>RENTALS:</h3>\r\n<em id=\"__mceDel\"><em id=\"__mceDel\">From small to large, you can rent anything we have in stock!</em></em>\r\n\r\nPlease contact one of our senior reps VIA email or phone for further info on ALL rental packaging, pricing and discounts.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n[new_royalslider id=\"6\"]\r\n\r\n</div>', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-44', '', '', '2013-02-09 10:35:07', '2013-02-09 10:35:07', '', 270, 'http://www.fslcorporate.com/site/270-revision-44/', 0, 'revision', '', 0),
(768, 1, '2013-02-09 10:38:26', '2013-02-09 10:38:26', '<h2>Our Service</h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nHave a look at just a few of the many options we can provide for your event.\r\n\r\nHave a look below for visual examples of what we can offer you.\r\n<h2></h2>\r\n<h3>LIGHTING:</h3>\r\nWe provide an outstanding amount of lighting options for your event.\r\nFrom moving fixtures, conventional lighting, LED Lights, Blinders, Lekos to Truss.\r\n\r\nFrontier Sound and light has everything you need to pull of the atmosphere your looking for.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"4\"]\r\n\r\n&nbsp;\r\n<h3>AUDIO:</h3>\r\nWe can provide the perfect audio set up you require for any event, regardless of size or budget.\r\n\r\nWhether it is a small intimate gathering for a presentation, or a large indoor/outdoor concert, we at Frontier Sound and Light have the audio equipment to meet your exact needs.\r\n\r\nWe carry High End Line Array, Conventional trapezoidal 2 and 3 way speaker enclosures, Powered speakers, Digital and Analogue mixing consoles, Monitors for stage performers, Amplification and power distribution for all our equipment, stage boxes, stage splitters, and of course a large selection of Sennheiser microphones.\r\n\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n\r\n[new_royalslider id=\"5\"]\r\n\r\n&nbsp;\r\n<h3>STAGING:</h3>\r\nWe provide staging as small as an 8 x 8 deck for podium speeches up to 40\' x 60\' x 6\' concert stage for arenas and outdoor festivals. Please contact one of our senior reps for more info.\r\n<h3></h3>\r\n<h3>VIDEO:</h3>\r\nProjectors, Screens, Cameras, Media Servers, Video Switchers and more.\r\n\r\nPlease contact one of our reps for complete details and listing of the various video and screen components we have in stock.\r\n<h3>RENTALS:</h3>\r\nFrom small to large, you can rent anything we have in stock!\r\n\r\nPlease contact one of our senior reps VIA email or phone for further info on ALL rental packaging, pricing and discounts.\r\nTake a look at our picture gallery below, to see a few of the many options we can provide for you.\r\n[new_royalslider id=\"6\"]', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-47', '', '', '2013-02-09 10:38:26', '2013-02-09 10:38:26', '', 270, 'http://www.fslcorporate.com/site/270-revision-47/', 0, 'revision', '', 0),
(822, 1, '2013-02-11 21:20:47', '2013-02-11 21:20:47', '<h2></h2>\r\n<h3><span style=\"color: #333399;\">LIGHTING:</span></h3>\r\nWe provide an outstanding selection of lighting options for your event.\r\n<div>We can provide all manner of lights; from Moving fixtures, to conventional PAR cans,\r\n<div>LED lighting, various truss sizes, blinders, Lekos, and spotlights.\r\nPlease contact one of our Account Managers for further information.  Please view the gallery below for examples of what Frontier can do.\r\n[new_royalslider id=\"4\"]\r\n<h3><span style=\"color: #333399;\">AUDIO:</span></h3>\r\nWe can provide the perfect audio set up you require for any event, regardless of size or budget.\r\n\r\nWhether it is a small intimate gathering for a presentation, or a large indoor/outdoor concert, we at Frontier Sound and Light have the audio equipment to meet your exact needs.\r\n\r\nWe carry High End Line Array, Conventional trapezoidal 2 and 3 way speaker enclosures, Powered speakers, Digital and Analogue mixing consoles, Monitors for stage performers, Amplification and power distribution for all our equipment, stage boxes, stage splitters, and of course a large selection of Sennheiser microphones.\r\n\r\nPlease view the gallery below for examples of what Frontier can do.\r\n\r\n[new_royalslider id=\"5\"]\r\n\r\n&nbsp;\r\n<h3><span style=\"color: #333399;\">STAGING:</span></h3>\r\nWe can provide your event any staging solution you may require.\r\nWe can provide stages as small as 8\' x 8\' for podium speeches, up to large 60\' x 40\' by 6\' concert stage for arenas and outdoor festivals.\r\n\r\nWe can do truss and scaffold towers, design and implementation.\r\nPlease contact one of our Account Managers for more information.\r\n<h3><span style=\"color: #333399;\">VIDEO:</span></h3>\r\nWe have a wide variety of Projectors, screens, cameras, media servers, video switchers, monitors and more.\r\n<div>Please contact one of our Account Managers for complete details and listings on the various video and screen components we have in stock.\r\n<h3><span style=\"color: #333399;\">RENTALS:</span></h3>\r\nAll our inventory is available for rental, whether it be for a day, a week or long term.\r\nPlease contact one of our Account Managers via phone or email, for further info on ALL rental packaging, pricing and discounts.\r\n\r\n</div>\r\nPlease view the gallery below for examples of what Frontier can do.\r\n[new_royalslider id=\"6\"]\r\n\r\n</div>\r\n</div>', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-54', '', '', '2013-02-11 21:20:47', '2013-02-11 21:20:47', '', 270, 'http://www.fslcorporate.com/site/270-revision-54/', 0, 'revision', '', 0),
(771, 1, '2013-02-11 19:29:41', '2013-02-11 19:29:41', '<h2><span style=\"color: #333399;\">Our Service</span></h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nHave a look at just a few of the many options we can provide for your event.\r\n\r\nHave a look below for visual examples of what we can offer you.\r\n<h2></h2>\r\n<h3><span style=\"color: #333399;\">LIGHTING:</span></h3>\r\nWe provide an outstanding selection of lighting options for your event.\r\n<div>We can provide all manner of lights; from Moving fixtures, to conventional PAR cans,\r\n<div>LED lighting, various truss sizes, blinders, Lekos, and spotlights.\r\nPlease contact one of our Account Managers for further information.\r\n\r\nPlease view the gallery below for examples of what Frontier can do.\r\n[new_royalslider id=\"4\"]\r\n\r\n&nbsp;\r\n<h3><span style=\"color: #333399;\">AUDIO:</span></h3>\r\nWe can provide the perfect audio set up you require for any event, regardless of size or budget.\r\n\r\nWhether it is a small intimate gathering for a presentation, or a large indoor/outdoor concert, we at Frontier Sound and Light have the audio equipment to meet your exact needs.\r\n\r\nWe carry High End Line Array, Conventional trapezoidal 2 and 3 way speaker enclosures, Powered speakers, Digital and Analogue mixing consoles, Monitors for stage performers, Amplification and power distribution for all our equipment, stage boxes, stage splitters, and of course a large selection of Sennheiser microphones.\r\n\r\nPlease view the gallery below for examples of what Frontier can do.\r\n\r\n[new_royalslider id=\"5\"]\r\n\r\n&nbsp;\r\n<h3><span style=\"color: #333399;\">STAGING:</span></h3>\r\nWe can provide your event any staging solution you may require.>\r\nWe can provide stages as small as 8\' x 8\' for podium speeches, up to large 60\' x 40\' by 6\' concert stage for arenas and outdoor festivals.  We can do truss and scaffold towers, design and implementation.\r\nPlease contact one of our Account Managers for more information.\r\n\r\n<h3><span style=\"color: #333399;\">VIDEO:</span></h3>\r\nWe have a wide variety of Projectors, screens, cameras, media servers, video switchers, monitors and more.\r\n<div>Please contact one of our Account Managers for complete details and listings on the various video and screen components we have in stock.\r\n<h3><span style=\"color: #333399;\">RENTALS:</span></h3>\r\nAll our inventory is available for rental, whether it be for a day, a week or long term.\r\nPlease contact one of our Account Managers via phone or email, for further info on ALL rental packaging, pricing and discounts.</div>\r\nPlease view the gallery below for examples of what Frontier can do.\r\n[new_royalslider id=\"6\"]', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-50', '', '', '2013-02-11 19:29:41', '2013-02-11 19:29:41', '', 270, 'http://www.fslcorporate.com/site/270-revision-50/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(770, 1, '2013-02-11 19:28:40', '2013-02-11 19:28:40', '<h2><span style=\"color: #333399;\">Our Service</span></h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nHave a look at just a few of the many options we can provide for your event.\r\n\r\nHave a look below for visual examples of what we can offer you.\r\n<h2></h2>\r\n<h3><span style=\"color: #333399;\">LIGHTING:</span></h3>\r\nWe provide an outstanding selection of lighting options for your event.\r\n<div>We can provide all manner of lights; from Moving fixtures, to conventional PAR cans,\r\n<div>LED lighting, various truss sizes, blinders, Lekos, and spotlights.\r\nPlease contact one of our Account Managers for further information.\r\n\r\nPlease view the gallery below for examples of what Frontier can do.\r\n[new_royalslider id=\"4\"]\r\n\r\n&nbsp;\r\n<h3><span style=\"color: #333399;\">AUDIO:</span></h3>\r\nWe can provide the perfect audio set up you require for any event, regardless of size or budget.\r\n\r\nWhether it is a small intimate gathering for a presentation, or a large indoor/outdoor concert, we at Frontier Sound and Light have the audio equipment to meet your exact needs.\r\n\r\nWe carry High End Line Array, Conventional trapezoidal 2 and 3 way speaker enclosures, Powered speakers, Digital and Analogue mixing consoles, Monitors for stage performers, Amplification and power distribution for all our equipment, stage boxes, stage splitters, and of course a large selection of Sennheiser microphones.\r\n\r\nPlease view the gallery below for examples of what Frontier can do.\r\n\r\n[new_royalslider id=\"5\"]\r\n\r\n&nbsp;\r\n<h3><span style=\"color: #333399;\">STAGING:</span></h3>\r\n<div>We can provide your event any staging solution you may require.</div>\r\n<div id=\"yui_3_7_2_1_1360595043075_236\">We can provide stages as small as 8\' x 8\' for podium speeches, up to large 60\' x 40\' by 6\' concert stage for arenas and outdoor festivals.  We can do truss and scaffold towers, design and implementation.</div>\r\n<div>Please contact one of our Account Managers for more information.</div>\r\n<h3></h3>\r\n<h3><span style=\"color: #333399;\">VIDEO:</span></h3>\r\n<div>We have a wide variety of Projectors, screens, cameras, media servers, video switchers, monitors and more.</div>\r\n<div>Please contact one of our Account Managers for complete details and listings on the various video and screen components we have in stock.</div>\r\n<h3><span style=\"color: #333399;\">RENTALS:</span></h3>\r\n<div id=\"yui_3_7_2_1_1360595043075_238\">All our inventory is available for rental, whether it be for a day, a week or long term.</div>\r\n<div>Please contact one of our Account Managers via phone or email, for further info on ALL rental packaging, pricing and discounts.</div>\r\nPlease view the gallery below for examples of what Frontier can do.\r\n[new_royalslider id=\"6\"]', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-49', '', '', '2013-02-11 19:28:40', '2013-02-11 19:28:40', '', 270, 'http://www.fslcorporate.com/site/270-revision-49/', 0, 'revision', '', 0),
(769, 1, '2013-02-11 19:27:50', '2013-02-11 19:27:50', '<h2><span style=\"color: #333399;\">Our Service</span></h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nHave a look at just a few of the many options we can provide for your event.\r\n\r\nHave a look below for visual examples of what we can offer you.\r\n<h2></h2>\r\n<h3><span style=\"color: #333399;\">LIGHTING:</span></h3>\r\nWe provide an outstanding selection of lighting options for your event.\r\n<div>We can provide all manner of lights; from Moving fixtures, to conventional PAR cans,</div>\r\n<div>LED lighting, various truss sizes, blinders, Lekos, and spotlights.</div>\r\n<div></div>\r\n<div id=\"yui_3_7_2_1_1360595043075_230\">Please contact one of our Account Managers for further information.</div>\r\n<div></div>\r\n<div>Please view the gallery below for examples of what Frontier can do.</div>\r\n[new_royalslider id=\"4\"]\r\n\r\n&nbsp;\r\n<h3><span style=\"color: #333399;\">AUDIO:</span></h3>\r\nWe can provide the perfect audio set up you require for any event, regardless of size or budget.\r\n\r\nWhether it is a small intimate gathering for a presentation, or a large indoor/outdoor concert, we at Frontier Sound and Light have the audio equipment to meet your exact needs.\r\n\r\nWe carry High End Line Array, Conventional trapezoidal 2 and 3 way speaker enclosures, Powered speakers, Digital and Analogue mixing consoles, Monitors for stage performers, Amplification and power distribution for all our equipment, stage boxes, stage splitters, and of course a large selection of Sennheiser microphones.\r\n\r\nPlease view the gallery below for examples of what Frontier can do.\r\n\r\n[new_royalslider id=\"5\"]\r\n\r\n&nbsp;\r\n<h3><span style=\"color: #333399;\">STAGING:</span></h3>\r\n<div>We can provide your event any staging solution you may require.</div>\r\n<div id=\"yui_3_7_2_1_1360595043075_236\">We can provide stages as small as 8\' x 8\' for podium speeches, up to large 60\' x 40\' by 6\' concert stage for arenas and outdoor festivals.  We can do truss and scaffold towers, design and implementation.\r\n\r\n</div>\r\n<div>Please contact one of our Account Managers for more information.</div>\r\n<h3></h3>\r\n<h3><span style=\"color: #333399;\">VIDEO:</span></h3>\r\n<div>We have a wide variety of Projectors, screens, cameras, media servers, video switchers, monitors and more.\r\n\r\n</div>\r\n<div>Please contact one of our Account Managers for complete details and listings on the various video and screen components we have in stock.</div>\r\n<h3><span style=\"color: #333399;\">RENTALS:</span></h3>\r\n<div id=\"yui_3_7_2_1_1360595043075_238\">All our inventory is available for rental, whether it be for a day, a week or long term.\r\n\r\n</div>\r\n<div>Please contact one of our Account Managers via phone or email, for further info on ALL rental packaging, pricing and discounts.</div>\r\nPlease view the gallery below for examples of what Frontier can do.\r\n[new_royalslider id=\"6\"]', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-48', '', '', '2013-02-11 19:27:50', '2013-02-11 19:27:50', '', 270, 'http://www.fslcorporate.com/site/270-revision-48/', 0, 'revision', '', 0),
(772, 1, '2013-02-11 19:30:18', '2013-02-11 19:30:18', '<h2><span style=\"color: #333399;\">Our Service</span></h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nHave a look at just a few of the many options we can provide for your event.\r\n\r\nHave a look below for visual examples of what we can offer you.\r\n<h2></h2>\r\n<h3><span style=\"color: #333399;\">LIGHTING:</span></h3>\r\nWe provide an outstanding selection of lighting options for your event.\r\n<div>We can provide all manner of lights; from Moving fixtures, to conventional PAR cans,\r\n<div>LED lighting, various truss sizes, blinders, Lekos, and spotlights.\r\nPlease contact one of our Account Managers for further information.\r\n\r\nPlease view the gallery below for examples of what Frontier can do.\r\n[new_royalslider id=\"4\"]\r\n\r\n&nbsp;\r\n<h3><span style=\"color: #333399;\">AUDIO:</span></h3>\r\nWe can provide the perfect audio set up you require for any event, regardless of size or budget.\r\n\r\nWhether it is a small intimate gathering for a presentation, or a large indoor/outdoor concert, we at Frontier Sound and Light have the audio equipment to meet your exact needs.\r\n\r\nWe carry High End Line Array, Conventional trapezoidal 2 and 3 way speaker enclosures, Powered speakers, Digital and Analogue mixing consoles, Monitors for stage performers, Amplification and power distribution for all our equipment, stage boxes, stage splitters, and of course a large selection of Sennheiser microphones.\r\n\r\nPlease view the gallery below for examples of what Frontier can do.\r\n\r\n[new_royalslider id=\"5\"]\r\n\r\n&nbsp;\r\n<h3><span style=\"color: #333399;\">STAGING:</span></h3>\r\nWe can provide your event any staging solution you may require.\r\nWe can provide stages as small as 8\' x 8\' for podium speeches, up to large 60\' x 40\' by 6\' concert stage for arenas and outdoor festivals.  We can do truss and scaffold towers, design and implementation.\r\nPlease contact one of our Account Managers for more information.\r\n\r\n<h3><span style=\"color: #333399;\">VIDEO:</span></h3>\r\nWe have a wide variety of Projectors, screens, cameras, media servers, video switchers, monitors and more.\r\n<div>Please contact one of our Account Managers for complete details and listings on the various video and screen components we have in stock.\r\n<h3><span style=\"color: #333399;\">RENTALS:</span></h3>\r\nAll our inventory is available for rental, whether it be for a day, a week or long term.\r\nPlease contact one of our Account Managers via phone or email, for further info on ALL rental packaging, pricing and discounts.</div>\r\nPlease view the gallery below for examples of what Frontier can do.\r\n[new_royalslider id=\"6\"]', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-51', '', '', '2013-02-11 19:30:18', '2013-02-11 19:30:18', '', 270, 'http://www.fslcorporate.com/site/270-revision-51/', 0, 'revision', '', 0),
(774, 1, '2013-02-11 19:33:11', '2013-02-11 19:33:11', '<h2><span style=\"color: #333399;\">Clients:</span></h2>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last] [one_fifth][responsive]<a title=\"Universal Music\" href=\"UniversalMusic.jpg\" target=\"_blank\"><img alt=\"UniversalMusic.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/UniversalMusic.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive] <a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a> [/responsive][/one_fifth_last]</p>\r\n\r\n<h2><span style=\"color: #333399;\">Events:</span></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sauagefest / Toronto Waterfront Blues Festival /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Talent:</span></h2>\r\nFinger Eleven / Sheep Dogs / Dead Mouse / City and Colour /Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half] [one_half_last]<span style=\"color: #808080;\">Testimonial coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-84', '', '', '2013-02-11 19:33:11', '2013-02-11 19:33:11', '', 276, 'http://www.fslcorporate.com/site/276-revision-84/', 0, 'revision', '', 0),
(775, 1, '2013-02-08 17:32:30', '2013-02-08 17:32:30', '<h2><span style=\"color: #333399;\">Our Service</span></h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nHave a look at just a few of the many options we can provide for your event.\r\n<h2><span style=\"color: #333399;\">Our Value</span></h2>\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.  This allows for competitive pricing and a focused team that are dedicated to your project.  At Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<h2><span style=\"color: #333399;\">Our Experience</span></h2>\r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, or an intimate presentation for a select few, Frontier Sound and Light will supply the right system and personnel that suits all your needs.\r\nWith over 18 years of Professional touring and installation experience, Frontier is definitely a sound choice.\r\n<h2></h2>\r\n&nbsp;\r\n<h2></h2>', 'About', '', 'inherit', 'open', 'open', '', '264-revision-39', '', '', '2013-02-08 17:32:30', '2013-02-08 17:32:30', '', 264, 'http://www.fslcorporate.com/site/264-revision-39/', 0, 'revision', '', 0),
(829, 1, '2013-02-11 21:36:09', '2013-02-11 21:36:09', '<h2><span style=\"color: #333399;\">Our Service</span></h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur Account Managers will help you tailor your equipment needs to an exact fit for your show.\r\nOur technician\'s are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nWe provide Audio, Lighting, Staging, Video and Custom Installations along with Rentals as Services for all our clients.\r\n<h3><span style=\"color: #333399; font-size: 1.5em;\">Our Value</span></h3>\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.  This allows for competitive pricing and a focused team that are dedicated to your project.  At Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<h3><span style=\"color: #333399; font-size: 1.5em;\">Our Experience</span></h3>\r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, or an intimate presentation for a select few, Frontier Sound and Light will supply the right system and personnel that suits all your needs.\r\nSince 1995 Frontier has been and is a sound choice.\r\n\r\n&nbsp;', 'About', '', 'inherit', 'open', 'open', '', '264-revision-55', '', '', '2013-02-11 21:36:09', '2013-02-11 21:36:09', '', 264, 'http://www.fslcorporate.com/site/264-revision-55/', 0, 'revision', '', 0),
(777, 1, '2013-02-11 19:36:52', '2013-02-11 19:36:52', '<h2><span style=\"color: #333399;\">Our Service</span></h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur Account Managers will help you tailor your equipment needs to an exact fit for your show.\r\nOur technician\'s are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nWe provide Audio, Lighting, Staging, Video and Custom Installations along with Rentals as Services for all our clients.\r\n<h2><span style=\"color: #333399;\">Our Value</span></h2>\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.  This allows for competitive pricing and a focused team that are dedicated to your project.  At Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<h2><span style=\"color: #333399;\">Our Experience</span></h2>\r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, or an intimate presentation for a select few, Frontier Sound and Light will supply the right system and personnel that suits all your needs.\r\nWith over 18 years of Professional touring and installation experience, Frontier is definitely a sound choice.\r\n<h2></h2>\r\n&nbsp;\r\n<h2></h2>\r\n</div>', 'About', '', 'inherit', 'open', 'open', '', '264-revision-41', '', '', '2013-02-11 19:36:52', '2013-02-11 19:36:52', '', 264, 'http://www.fslcorporate.com/site/264-revision-41/', 0, 'revision', '', 0),
(776, 1, '2013-02-11 19:36:07', '2013-02-11 19:36:07', '<h2><span style=\"color: #333399;\">Our Service</span></h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\n\r\nOur Account Managers will help you tailor your equipment needs to an exact fit for your show.\r\nOur technician\'s are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nWe provide Audio, Lighting, Staging, Video and Custom Installations along with Rentals as Services for\r\n<p style=\"display: inline !important;\">all our clients.</p>\r\n\r\n<div>\r\n<h2><span style=\"color: #333399;\">Our Value</span></h2>\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.  This allows for competitive pricing and a focused team that are dedicated to your project.  At Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<h2><span style=\"color: #333399;\">Our Experience</span></h2>\r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, or an intimate presentation for a select few, Frontier Sound and Light will supply the right system and personnel that suits all your needs.\r\nWith over 18 years of Professional touring and installation experience, Frontier is definitely a sound choice.\r\n<h2></h2>\r\n&nbsp;\r\n<h2></h2>\r\n</div>', 'About', '', 'inherit', 'open', 'open', '', '264-revision-40', '', '', '2013-02-11 19:36:07', '2013-02-11 19:36:07', '', 264, 'http://www.fslcorporate.com/site/264-revision-40/', 0, 'revision', '', 0),
(828, 1, '2013-02-11 21:22:45', '2013-02-11 21:22:45', '<h2><span style=\"color: #333399;\">Our Service</span></h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur Account Managers will help you tailor your equipment needs to an exact fit for your show.\r\nOur technician\'s are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nWe provide Audio, Lighting, Staging, Video and Custom Installations along with Rentals as Services for all our clients.\r\n<h3><span style=\"color: #333399; font-size: 1.5em;\">Our Value</span></h3>\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.  This allows for competitive pricing and a focused team that are dedicated to your project.  At Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<h3><span style=\"color: #333399; font-size: 1.5em;\">Our Experience</span></h3>\r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, or an intimate presentation for a select few, Frontier Sound and Light will supply the right system and personnel that suits all your needs.\r\nWith over 18 years of Professional touring and installation experience, Frontier is definitely a sound choice.\r\n\r\n&nbsp;', 'About', '', 'inherit', 'open', 'open', '', '264-revision-54', '', '', '2013-02-11 21:22:45', '2013-02-11 21:22:45', '', 264, 'http://www.fslcorporate.com/site/264-revision-54/', 0, 'revision', '', 0),
(778, 1, '2013-02-11 19:36:59', '2013-02-11 19:36:59', '<h2><span style=\"color: #333399;\">Our Service</span></h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur Account Managers will help you tailor your equipment needs to an exact fit for your show.\r\nOur technician\'s are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nWe provide Audio, Lighting, Staging, Video and Custom Installations along with Rentals as Services for all our clients.\r\n<h2><span style=\"color: #333399;\">Our Value</span></h2>\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.  This allows for competitive pricing and a focused team that are dedicated to your project.  At Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<h2><span style=\"color: #333399;\">Our Experience</span></h2>\r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, or an intimate presentation for a select few, Frontier Sound and Light will supply the right system and personnel that suits all your needs.\r\nWith over 18 years of Professional touring and installation experience, Frontier is definitely a sound choice.\r\n<h2></h2>\r\n&nbsp;\r\n<h2></h2>', 'About', '', 'inherit', 'open', 'open', '', '264-revision-42', '', '', '2013-02-11 19:36:59', '2013-02-11 19:36:59', '', 264, 'http://www.fslcorporate.com/site/264-revision-42/', 0, 'revision', '', 0),
(780, 1, '2013-02-11 19:39:08', '2013-02-11 19:39:08', '<h2><span style=\"color: #333399;\">Our Service</span></h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur Account Managers will help you tailor your equipment needs to an exact fit for your show.\r\nOur technician\'s are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nWe provide Audio, Lighting, Staging, Video and Custom Installations along with Rentals as Services for all our clients.\r\n\r\n&nbsp;\r\n<h2><span style=\"color: #333399;\">Installations</span></h2>\r\nFrontier can help you with any size Installation, whether it be for a small club that requires a compact audio, and lighting system, with video playback, to Arena sized custom installations requiring multiple speakers zones.\r\nNo matter what your size, and budget, Frontier will help you realize your goals at a affordable, competitive price.\r\nPlease contact one of our Account Managers via Phone or email to discuss the many options we at\r\nFrontier can offer you and your project.\r\n<h2><span style=\"color: #333399;\">Our Value</span></h2>\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.  This allows for competitive pricing and a focused team that are dedicated to your project.  At Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<h2><span style=\"color: #333399;\">Our Experience</span></h2>\r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, or an intimate presentation for a select few, Frontier Sound and Light will supply the right system and personnel that suits all your needs.\r\nWith over 18 years of Professional touring and installation experience, Frontier is definitely a sound choice.\r\n<h2></h2>\r\n&nbsp;\r\n<h2></h2>', 'About', '', 'inherit', 'open', 'open', '', '264-revision-44', '', '', '2013-02-11 19:39:08', '2013-02-11 19:39:08', '', 264, 'http://www.fslcorporate.com/site/264-revision-44/', 0, 'revision', '', 0),
(779, 1, '2013-02-11 19:38:09', '2013-02-11 19:38:09', '<h2><span style=\"color: #333399;\">Our Service</span></h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur Account Managers will help you tailor your equipment needs to an exact fit for your show.\r\nOur technician\'s are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nWe provide Audio, Lighting, Staging, Video and Custom Installations along with Rentals as Services for all our clients.\r\n\r\n&nbsp;\r\n<h2><span style=\"color: #333399;\">Installations</span></h2>\r\n<div>Frontier can help you with any size Installation, whether it be for a small club that requires a compact</div>\r\n<div>audio, and lighting system, with video playback, to Arena sized custom installations requiring multiple</div>\r\n<div>speakers zones.</div>\r\n<div>No matter what your size, and budget, Frontier will help you realise your goals at a affordable, competitive</div>\r\n<div>price.</div>\r\n<div>Please contact one of our Account Managers via Phone or email to discuss the many options we at</div>\r\n<div>Frontier can offer you and your project.\r\n\r\n</div>\r\n<h2><span style=\"color: #333399;\">Our Value</span></h2>\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.  This allows for competitive pricing and a focused team that are dedicated to your project.  At Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<h2><span style=\"color: #333399;\">Our Experience</span></h2>\r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, or an intimate presentation for a select few, Frontier Sound and Light will supply the right system and personnel that suits all your needs.\r\nWith over 18 years of Professional touring and installation experience, Frontier is definitely a sound choice.\r\n<h2></h2>\r\n&nbsp;\r\n<h2></h2>', 'About', '', 'inherit', 'open', 'open', '', '264-revision-43', '', '', '2013-02-11 19:38:09', '2013-02-11 19:38:09', '', 264, 'http://www.fslcorporate.com/site/264-revision-43/', 0, 'revision', '', 0),
(827, 1, '2013-02-11 21:23:22', '2013-02-11 21:23:22', '<h2></h2>\r\n<h3><span style=\"color: #333399;\">LIGHTING:</span></h3>\r\nWe provide an outstanding selection of lighting options for your event.\r\nWe can provide all manner of lights; from Moving fixtures, to conventional PAR cans,LED lighting, various truss sizes, blinders, Lekos, and spotlights.\r\nPlease contact one of our Account Managers for further information.  Please view the gallery below for examples of what Frontier can do.\r\n[new_royalslider id=\"4\"]\r\n<h3><span style=\"color: #333399;\">AUDIO:</span></h3>\r\nWe can provide the perfect audio set up you require for any event, regardless of size or budget.\r\n\r\nWhether it is a small intimate gathering for a presentation, or a large indoor/outdoor concert, we at Frontier Sound and Light have the audio equipment to meet your exact needs.\r\n\r\nWe carry High End Line Array, Conventional trapezoidal 2 and 3 way speaker enclosures, Powered speakers, Digital and Analogue mixing consoles, Monitors for stage performers, Amplification and power distribution for all our equipment, stage boxes, stage splitters, and of course a large selection of Sennheiser microphones.\r\n\r\nPlease view the gallery below for examples of what Frontier can do.\r\n\r\n[new_royalslider id=\"5\"]\r\n\r\n&nbsp;\r\n<h3><span style=\"color: #333399;\">STAGING:</span></h3>\r\nWe can provide your event any staging solution you may require.\r\nWe can provide stages as small as 8\' x 8\' for podium speeches, up to large 60\' x 40\' by 6\' concert stage for arenas and outdoor festivals.\r\n\r\nWe can do truss and scaffold towers, design and implementation.\r\nPlease contact one of our Account Managers for more information.\r\n<h3><span style=\"color: #333399;\">VIDEO:</span></h3>\r\nWe have a wide variety of Projectors, screens, cameras, media servers, video switchers, monitors and more.\r\n<div>Please contact one of our Account Managers for complete details and listings on the various video and screen components we have in stock.</div>\r\n<div></div>\r\n<div>\r\n<h3 style=\"display: inline !important;\"><span style=\"color: #333399;\">INSTALLATIONS</span></h3>\r\n</div>\r\n<div>\r\n\r\nFrontier can help you with any size Installation, whether it be for a small club that requires a compact audio, and lighting system, with video playback, to Arena sized custom installations requiring multiple speakers zones.\r\nNo matter what your size, and budget, Frontier will help you realize your goals at a affordable, competitive price.\r\nPlease contact one of our Account Managers via Phone or email to discuss the many options we at Frontier can offer you and your project.\r\n\r\n</div>\r\n<div>\r\n<h3><span style=\"color: #333399;\">RENTALS:</span></h3>\r\nAll our inventory is available for rental, whether it be for a day, a week or long term.\r\nPlease contact one of our Account Managers via phone or email, for further info on ALL rental packaging, pricing and discounts.\r\n\r\n</div>\r\nPlease view the gallery below for examples of what Frontier can do.\r\n[new_royalslider id=\"6\"]\r\n\r\n</div>\r\n</div>', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-58', '', '', '2013-02-11 21:23:22', '2013-02-11 21:23:22', '', 270, 'http://www.fslcorporate.com/site/270-revision-58/', 0, 'revision', '', 0),
(781, 1, '2013-02-11 19:39:32', '2013-02-11 19:39:32', '<h2><span style=\"color: #333399;\">Our Service</span></h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur Account Managers will help you tailor your equipment needs to an exact fit for your show.\r\nOur technician\'s are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nWe provide Audio, Lighting, Staging, Video and Custom Installations along with Rentals as Services for all our clients.\r\n\r\n&nbsp;\r\n<h2><span style=\"color: #333399;\">Installations</span></h2>\r\nFrontier can help you with any size Installation, whether it be for a small club that requires a compact audio, and lighting system, with video playback, to Arena sized custom installations requiring multiple speakers zones.\r\nNo matter what your size, and budget, Frontier will help you realize your goals at a affordable, competitive price.\r\nPlease contact one of our Account Managers via Phone or email to discuss the many options we at Frontier can offer you and your project.\r\n<h2><span style=\"color: #333399;\">Our Value</span></h2>\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.  This allows for competitive pricing and a focused team that are dedicated to your project.  At Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<h2><span style=\"color: #333399;\">Our Experience</span></h2>\r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, or an intimate presentation for a select few, Frontier Sound and Light will supply the right system and personnel that suits all your needs.\r\nWith over 18 years of Professional touring and installation experience, Frontier is definitely a sound choice.\r\n<h2></h2>\r\n&nbsp;\r\n<h2></h2>', 'About', '', 'inherit', 'open', 'open', '', '264-revision-45', '', '', '2013-02-11 19:39:32', '2013-02-11 19:39:32', '', 264, 'http://www.fslcorporate.com/site/264-revision-45/', 0, 'revision', '', 0),
(782, 1, '2013-02-11 19:39:50', '2013-02-11 19:39:50', '<h2><span style=\"color: #333399;\">Our Service</span></h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur Account Managers will help you tailor your equipment needs to an exact fit for your show.\r\nOur technician\'s are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nWe provide Audio, Lighting, Staging, Video and Custom Installations along with Rentals as Services for all our clients.\r\n\r\n<h2><span style=\"color: #333399;\">Installations</span></h2>\r\nFrontier can help you with any size Installation, whether it be for a small club that requires a compact audio, and lighting system, with video playback, to Arena sized custom installations requiring multiple speakers zones.\r\nNo matter what your size, and budget, Frontier will help you realize your goals at a affordable, competitive price.\r\nPlease contact one of our Account Managers via Phone or email to discuss the many options we at Frontier can offer you and your project.\r\n<h2><span style=\"color: #333399;\">Our Value</span></h2>\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.  This allows for competitive pricing and a focused team that are dedicated to your project.  At Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<h2><span style=\"color: #333399;\">Our Experience</span></h2>\r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, or an intimate presentation for a select few, Frontier Sound and Light will supply the right system and personnel that suits all your needs.\r\nWith over 18 years of Professional touring and installation experience, Frontier is definitely a sound choice.\r\n<h2></h2>\r\n&nbsp;\r\n<h2></h2>', 'About', '', 'inherit', 'open', 'open', '', '264-revision-46', '', '', '2013-02-11 19:39:50', '2013-02-11 19:39:50', '', 264, 'http://www.fslcorporate.com/site/264-revision-46/', 0, 'revision', '', 0),
(826, 1, '2013-02-11 21:22:32', '2013-02-11 21:22:32', '<h2></h2>\r\n<h3><span style=\"color: #333399;\">LIGHTING:</span></h3>\r\nWe provide an outstanding selection of lighting options for your event.\r\n<div>We can provide all manner of lights; from Moving fixtures, to conventional PAR cans,\r\n<div>LED lighting, various truss sizes, blinders, Lekos, and spotlights.\r\nPlease contact one of our Account Managers for further information.  Please view the gallery below for examples of what Frontier can do.\r\n[new_royalslider id=\"4\"]\r\n<h3><span style=\"color: #333399;\">AUDIO:</span></h3>\r\nWe can provide the perfect audio set up you require for any event, regardless of size or budget.\r\n\r\nWhether it is a small intimate gathering for a presentation, or a large indoor/outdoor concert, we at Frontier Sound and Light have the audio equipment to meet your exact needs.\r\n\r\nWe carry High End Line Array, Conventional trapezoidal 2 and 3 way speaker enclosures, Powered speakers, Digital and Analogue mixing consoles, Monitors for stage performers, Amplification and power distribution for all our equipment, stage boxes, stage splitters, and of course a large selection of Sennheiser microphones.\r\n\r\nPlease view the gallery below for examples of what Frontier can do.\r\n\r\n[new_royalslider id=\"5\"]\r\n\r\n&nbsp;\r\n<h3><span style=\"color: #333399;\">STAGING:</span></h3>\r\nWe can provide your event any staging solution you may require.\r\nWe can provide stages as small as 8\' x 8\' for podium speeches, up to large 60\' x 40\' by 6\' concert stage for arenas and outdoor festivals.\r\n\r\nWe can do truss and scaffold towers, design and implementation.\r\nPlease contact one of our Account Managers for more information.\r\n<h3><span style=\"color: #333399;\">VIDEO:</span></h3>\r\nWe have a wide variety of Projectors, screens, cameras, media servers, video switchers, monitors and more.\r\n<div>Please contact one of our Account Managers for complete details and listings on the various video and screen components we have in stock.</div>\r\n<div></div>\r\n<div>\r\n<h3 style=\"display: inline !important;\"><span style=\"color: #333399;\">INSTALLATIONS</span></h3>\r\n</div>\r\n<div>\r\n\r\nFrontier can help you with any size Installation, whether it be for a small club that requires a compact audio, and lighting system, with video playback, to Arena sized custom installations requiring multiple speakers zones.\r\nNo matter what your size, and budget, Frontier will help you realize your goals at a affordable, competitive price.\r\nPlease contact one of our Account Managers via Phone or email to discuss the many options we at Frontier can offer you and your project.\r\n\r\n</div>\r\n<div>\r\n<h3><span style=\"color: #333399;\">RENTALS:</span></h3>\r\nAll our inventory is available for rental, whether it be for a day, a week or long term.\r\nPlease contact one of our Account Managers via phone or email, for further info on ALL rental packaging, pricing and discounts.\r\n\r\n</div>\r\nPlease view the gallery below for examples of what Frontier can do.\r\n[new_royalslider id=\"6\"]\r\n\r\n</div>\r\n</div>', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-57', '', '', '2013-02-11 21:22:32', '2013-02-11 21:22:32', '', 270, 'http://www.fslcorporate.com/site/270-revision-57/', 0, 'revision', '', 0),
(823, 1, '2013-02-11 21:21:43', '2013-02-11 21:21:43', '<h2></h2>\r\n<h3><span style=\"color: #333399;\">LIGHTING:</span></h3>\r\nWe provide an outstanding selection of lighting options for your event.\r\n<div>We can provide all manner of lights; from Moving fixtures, to conventional PAR cans,\r\n<div>LED lighting, various truss sizes, blinders, Lekos, and spotlights.\r\nPlease contact one of our Account Managers for further information.  Please view the gallery below for examples of what Frontier can do.\r\n[new_royalslider id=\"4\"]\r\n<h3><span style=\"color: #333399;\">AUDIO:</span></h3>\r\nWe can provide the perfect audio set up you require for any event, regardless of size or budget.\r\n\r\nWhether it is a small intimate gathering for a presentation, or a large indoor/outdoor concert, we at Frontier Sound and Light have the audio equipment to meet your exact needs.\r\n\r\nWe carry High End Line Array, Conventional trapezoidal 2 and 3 way speaker enclosures, Powered speakers, Digital and Analogue mixing consoles, Monitors for stage performers, Amplification and power distribution for all our equipment, stage boxes, stage splitters, and of course a large selection of Sennheiser microphones.\r\n\r\nPlease view the gallery below for examples of what Frontier can do.\r\n\r\n[new_royalslider id=\"5\"]\r\n\r\n&nbsp;\r\n<h3><span style=\"color: #333399;\">STAGING:</span></h3>\r\nWe can provide your event any staging solution you may require.\r\nWe can provide stages as small as 8\' x 8\' for podium speeches, up to large 60\' x 40\' by 6\' concert stage for arenas and outdoor festivals.\r\n\r\nWe can do truss and scaffold towers, design and implementation.\r\nPlease contact one of our Account Managers for more information.\r\n<h3><span style=\"color: #333399;\">VIDEO:</span></h3>\r\nWe have a wide variety of Projectors, screens, cameras, media servers, video switchers, monitors and more.\r\n<div>Please contact one of our Account Managers for complete details and listings on the various video and screen components we have in stock.</div>\r\n<div></div>\r\n<div>\r\n<h3><span style=\"color: #333399;\">Installations</span></h3>\r\nFrontier can help you with any size Installation, whether it be for a small club that requires a compact audio, and lighting system, with video playback, to Arena sized custom installations requiring multiple speakers zones.\r\nNo matter what your size, and budget, Frontier will help you realize your goals at a affordable, competitive price.\r\nPlease contact one of our Account Managers via Phone or email to discuss the many options we at Frontier can offer you and your project.\r\n\r\n</div>\r\n<div>\r\n<h3><span style=\"color: #333399;\">RENTALS:</span></h3>\r\nAll our inventory is available for rental, whether it be for a day, a week or long term.\r\nPlease contact one of our Account Managers via phone or email, for further info on ALL rental packaging, pricing and discounts.\r\n\r\n</div>\r\nPlease view the gallery below for examples of what Frontier can do.\r\n[new_royalslider id=\"6\"]\r\n\r\n</div>\r\n</div>', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-55', '', '', '2013-02-11 21:21:43', '2013-02-11 21:21:43', '', 270, 'http://www.fslcorporate.com/site/270-revision-55/', 0, 'revision', '', 0),
(821, 1, '2013-02-11 20:47:34', '2013-02-11 20:47:34', '<h2><span style=\"color: #333399;\">Our Service</span></h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nHave a look at just a few of the many options we can provide for your event.\r\n\r\nHave a look below for visual examples of what we can offer you.\r\n<h2></h2>\r\n<h3><span style=\"color: #333399;\">LIGHTING:</span></h3>\r\nWe provide an outstanding selection of lighting options for your event.\r\n<div>We can provide all manner of lights; from Moving fixtures, to conventional PAR cans,\r\n<div>LED lighting, various truss sizes, blinders, Lekos, and spotlights.\r\nPlease contact one of our Account Managers for further information.  Please view the gallery below for examples of what Frontier can do.\r\n[new_royalslider id=\"4\"]&nbsp;\r\n<h3><span style=\"color: #333399;\">AUDIO:</span></h3>\r\nWe can provide the perfect audio set up you require for any event, regardless of size or budget.\r\n\r\nWhether it is a small intimate gathering for a presentation, or a large indoor/outdoor concert, we at Frontier Sound and Light have the audio equipment to meet your exact needs.\r\n\r\nWe carry High End Line Array, Conventional trapezoidal 2 and 3 way speaker enclosures, Powered speakers, Digital and Analogue mixing consoles, Monitors for stage performers, Amplification and power distribution for all our equipment, stage boxes, stage splitters, and of course a large selection of Sennheiser microphones.\r\n\r\nPlease view the gallery below for examples of what Frontier can do.\r\n\r\n[new_royalslider id=\"5\"]\r\n\r\n&nbsp;\r\n<h3><span style=\"color: #333399;\">STAGING:</span></h3>\r\nWe can provide your event any staging solution you may require.\r\nWe can provide stages as small as 8\' x 8\' for podium speeches, up to large 60\' x 40\' by 6\' concert stage for arenas and outdoor festivals.\r\n\r\nWe can do truss and scaffold towers, design and implementation.\r\nPlease contact one of our Account Managers for more information.\r\n<h3><span style=\"color: #333399;\">VIDEO:</span></h3>\r\nWe have a wide variety of Projectors, screens, cameras, media servers, video switchers, monitors and more.\r\n<div>Please contact one of our Account Managers for complete details and listings on the various video and screen components we have in stock.\r\n<h3><span style=\"color: #333399;\">RENTALS:</span></h3>\r\nAll our inventory is available for rental, whether it be for a day, a week or long term.\r\nPlease contact one of our Account Managers via phone or email, for further info on ALL rental packaging, pricing and discounts.\r\n\r\n</div>\r\nPlease view the gallery below for examples of what Frontier can do.\r\n[new_royalslider id=\"6\"]\r\n\r\n</div>\r\n</div>', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-53', '', '', '2013-02-11 20:47:34', '2013-02-11 20:47:34', '', 270, 'http://www.fslcorporate.com/site/270-revision-53/', 0, 'revision', '', 0),
(783, 1, '2013-02-11 19:40:42', '2013-02-11 19:40:42', '<h2><span style=\"color: #333399;\">Our Service</span></h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur Account Managers will help you tailor your equipment needs to an exact fit for your show.\r\nOur technician\'s are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nWe provide Audio, Lighting, Staging, Video and Custom Installations along with Rentals as Services for all our clients.\r\n\r\n&nbsp;\r\n<h3><span style=\"color: #333399; font-size: 1.5em;\">Installations</span></h3>\r\nFrontier can help you with any size Installation, whether it be for a small club that requires a compact audio, and lighting system, with video playback, to Arena sized custom installations requiring multiple speakers zones.\r\nNo matter what your size, and budget, Frontier will help you realize your goals at a affordable, competitive price.\r\nPlease contact one of our Account Managers via Phone or email to discuss the many options we at Frontier can offer you and your project.\r\n\r\n&nbsp;\r\n<h3><span style=\"color: #333399; font-size: 1.5em;\">Our Value</span></h3>\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.  This allows for competitive pricing and a focused team that are dedicated to your project.  At Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n\r\n&nbsp;\r\n<h3><span style=\"color: #333399; font-size: 1.5em;\">Our Experience</span></h3>\r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, or an intimate presentation for a select few, Frontier Sound and Light will supply the right system and personnel that suits all your needs.\r\nWith over 18 years of Professional touring and installation experience, Frontier is definitely a sound choice.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'About', '', 'inherit', 'open', 'open', '', '264-revision-47', '', '', '2013-02-11 19:40:42', '2013-02-11 19:40:42', '', 264, 'http://www.fslcorporate.com/site/264-revision-47/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(786, 1, '2013-02-11 19:42:01', '2013-02-11 19:42:01', '<h3><span style=\"color: #333399;\">Our Service</span></h3>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur Account Managers will help you tailor your equipment needs to an exact fit for your show.\r\nOur technician\'s are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nWe provide Audio, Lighting, Staging, Video and Custom Installations along with Rentals as Services for all our clients.\r\n<h3><span style=\"color: #333399; font-size: 1.5em;\">Installations</span></h3>\r\nFrontier can help you with any size Installation, whether it be for a small club that requires a compact audio, and lighting system, with video playback, to Arena sized custom installations requiring multiple speakers zones.\r\nNo matter what your size, and budget, Frontier will help you realize your goals at a affordable, competitive price.\r\nPlease contact one of our Account Managers via Phone or email to discuss the many options we at Frontier can offer you and your project.\r\n<h3><span style=\"color: #333399; font-size: 1.5em;\">Our Value</span></h3>\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.  This allows for competitive pricing and a focused team that are dedicated to your project.  At Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<h3><span style=\"color: #333399; font-size: 1.5em;\">Our Experience</span></h3>\r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, or an intimate presentation for a select few, Frontier Sound and Light will supply the right system and personnel that suits all your needs.\r\nWith over 18 years of Professional touring and installation experience, Frontier is definitely a sound choice.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'About', '', 'inherit', 'open', 'open', '', '264-revision-50', '', '', '2013-02-11 19:42:01', '2013-02-11 19:42:01', '', 264, 'http://www.fslcorporate.com/site/264-revision-50/', 0, 'revision', '', 0),
(784, 1, '2013-02-11 19:41:28', '2013-02-11 19:41:28', '<h2><span style=\"color: #333399;\">Our Service</span></h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur Account Managers will help you tailor your equipment needs to an exact fit for your show.\r\nOur technician\'s are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nWe provide Audio, Lighting, Staging, Video and Custom Installations along with Rentals as Services for all our clients.\r\n\r\n&nbsp;\r\n<h3><span style=\"color: #333399; font-size: 1.5em;\">Installations</span></h3>\r\nFrontier can help you with any size Installation, whether it be for a small club that requires a compact audio, and lighting system, with video playback, to Arena sized custom installations requiring multiple speakers zones.\r\nNo matter what your size, and budget, Frontier will help you realize your goals at a affordable, competitive price.\r\nPlease contact one of our Account Managers via Phone or email to discuss the many options we at Frontier can offer you and your project.\r\n\r\n&nbsp;\r\n<h3><span style=\"color: #333399; font-size: 1.5em;\">Our Value</span></h3>\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.  This allows for competitive pricing and a focused team that are dedicated to your project.  At Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n\r\n&nbsp;\r\n<h3><span style=\"color: #333399; font-size: 1.5em;\">Our Experience</span></h3>\r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, or an intimate presentation for a select few, Frontier Sound and Light will supply the right system and personnel that suits all your needs.\r\nWith over 18 years of Professional touring and installation experience, Frontier is definitely a sound choice.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'About', '', 'inherit', 'open', 'open', '', '264-revision-48', '', '', '2013-02-11 19:41:28', '2013-02-11 19:41:28', '', 264, 'http://www.fslcorporate.com/site/264-revision-48/', 0, 'revision', '', 0),
(785, 1, '2013-02-11 19:41:44', '2013-02-11 19:41:44', '<h3><span style=\"color: #333399;\">Our Service</span></h3>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur Account Managers will help you tailor your equipment needs to an exact fit for your show.\r\nOur technician\'s are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nWe provide Audio, Lighting, Staging, Video and Custom Installations along with Rentals as Services for all our clients.\r\n\r\n&nbsp;\r\n<h3><span style=\"color: #333399; font-size: 1.5em;\">Installations</span></h3>\r\nFrontier can help you with any size Installation, whether it be for a small club that requires a compact audio, and lighting system, with video playback, to Arena sized custom installations requiring multiple speakers zones.\r\nNo matter what your size, and budget, Frontier will help you realize your goals at a affordable, competitive price.\r\nPlease contact one of our Account Managers via Phone or email to discuss the many options we at Frontier can offer you and your project.\r\n\r\n&nbsp;\r\n<h3><span style=\"color: #333399; font-size: 1.5em;\">Our Value</span></h3>\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.  This allows for competitive pricing and a focused team that are dedicated to your project.  At Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n\r\n&nbsp;\r\n<h3><span style=\"color: #333399; font-size: 1.5em;\">Our Experience</span></h3>\r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, or an intimate presentation for a select few, Frontier Sound and Light will supply the right system and personnel that suits all your needs.\r\nWith over 18 years of Professional touring and installation experience, Frontier is definitely a sound choice.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'About', '', 'inherit', 'open', 'open', '', '264-revision-49', '', '', '2013-02-11 19:41:44', '2013-02-11 19:41:44', '', 264, 'http://www.fslcorporate.com/site/264-revision-49/', 0, 'revision', '', 0),
(787, 1, '2013-02-11 19:42:30', '2013-02-11 19:42:30', '<h2><span style=\"color: #333399;\">Our Service</span></h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur Account Managers will help you tailor your equipment needs to an exact fit for your show.\r\nOur technician\'s are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nWe provide Audio, Lighting, Staging, Video and Custom Installations along with Rentals as Services for all our clients.\r\n<h3><span style=\"color: #333399; font-size: 1.5em;\">Installations</span></h3>\r\nFrontier can help you with any size Installation, whether it be for a small club that requires a compact audio, and lighting system, with video playback, to Arena sized custom installations requiring multiple speakers zones.\r\nNo matter what your size, and budget, Frontier will help you realize your goals at a affordable, competitive price.\r\nPlease contact one of our Account Managers via Phone or email to discuss the many options we at Frontier can offer you and your project.\r\n<h3><span style=\"color: #333399; font-size: 1.5em;\">Our Value</span></h3>\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.  This allows for competitive pricing and a focused team that are dedicated to your project.  At Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<h3><span style=\"color: #333399; font-size: 1.5em;\">Our Experience</span></h3>\r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, or an intimate presentation for a select few, Frontier Sound and Light will supply the right system and personnel that suits all your needs.\r\nWith over 18 years of Professional touring and installation experience, Frontier is definitely a sound choice.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'About', '', 'inherit', 'open', 'open', '', '264-revision-51', '', '', '2013-02-11 19:42:30', '2013-02-11 19:42:30', '', 264, 'http://www.fslcorporate.com/site/264-revision-51/', 0, 'revision', '', 0),
(788, 1, '2013-02-11 19:49:36', '2013-02-11 19:49:36', '', 'PHAFF LOGO', '', 'inherit', 'open', 'open', '', 'phaff-logo', '', '', '2013-02-11 19:49:36', '2013-02-11 19:49:36', '', 276, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/PHAFF-LOGO.png', 0, 'attachment', 'image/png', 0),
(794, 1, '2013-02-11 19:58:51', '2013-02-11 19:58:51', '<h2><span style=\"color: #333399;\">Clients:</span></h2>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last] [one_fifth][responsive]<a title=\"Universal Music\" href=\"UniversalMusic.jpg\" target=\"_blank\"><img alt=\"UniversalMusic.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/UniversalMusic.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive] <a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a> [/responsive][/one_fifth] [one_fifth_last][responsive] <a title=\"Phaff Motors\" href=\"http://www.pfaffauto.com/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-788\" alt=\"PHAFF LOGO\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/PHAFF-LOGO.png\" width=\"120\" height=\"26\" /></a> [/responsive][/one_fifth_last]</p>\r\n\r\n<h2><span style=\"color: #333399;\">Events:</span></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sausagefest / Toronto Waterfront Blues Festival /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Talent:</span></h2>\r\nFinger Eleven / Sheep Dogs / Dead Mouse / City and Colour /Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half] [one_half_last]<span style=\"color: #808080;\">Testimonial coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-90', '', '', '2013-02-11 19:58:51', '2013-02-11 19:58:51', '', 276, 'http://www.fslcorporate.com/site/276-revision-90/', 0, 'revision', '', 0),
(789, 1, '2013-02-11 19:33:53', '2013-02-11 19:33:53', '<h2><span style=\"color: #333399;\">Clients:</span></h2>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last] [one_fifth][responsive]<a title=\"Universal Music\" href=\"UniversalMusic.jpg\" target=\"_blank\"><img alt=\"UniversalMusic.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/UniversalMusic.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive] <a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a> [/responsive][/one_fifth_last]</p>\r\n\r\n<h2><span style=\"color: #333399;\">Events:</span></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sauagefest / Toronto Waterfront Blues Festival /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Talent:</span></h2>\r\nFinger Eleven / Sheep Dogs / Dead Mouse / City and Colour /Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half] [one_half_last]<span style=\"color: #808080;\">Testimonial coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-85', '', '', '2013-02-11 19:33:53', '2013-02-11 19:33:53', '', 276, 'http://www.fslcorporate.com/site/276-revision-85/', 0, 'revision', '', 0),
(790, 1, '2013-02-11 19:51:31', '2013-02-11 19:51:31', '<h2><span style=\"color: #333399;\">Clients:</span></h2>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last] [one_fifth][responsive]<a title=\"Universal Music\" href=\"UniversalMusic.jpg\" target=\"_blank\"><img alt=\"UniversalMusic.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/UniversalMusic.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive] <a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a> [/responsive][/one_fifth] [one_fifth_last][responsive] <a title=\"Phaff Auto\" href=\"http://www.pfaffauto.com/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-788\" alt=\"PHAFF LOGO\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/PHAFF-LOGO.png\" width=\"120\" height=\"26\" /></a> [/responsive][/one_fifth_last]</p>\r\n\r\n<h2><span style=\"color: #333399;\">Events:</span></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sauagefest / Toronto Waterfront Blues Festival /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Talent:</span></h2>\r\nFinger Eleven / Sheep Dogs / Dead Mouse / City and Colour /Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half] [one_half_last]<span style=\"color: #808080;\">Testimonial coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-86', '', '', '2013-02-11 19:51:31', '2013-02-11 19:51:31', '', 276, 'http://www.fslcorporate.com/site/276-revision-86/', 0, 'revision', '', 0),
(791, 1, '2013-02-11 19:52:33', '2013-02-11 19:52:33', '<h2><span style=\"color: #333399;\">Clients:</span></h2>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last] [one_fifth][responsive]<a title=\"Universal Music\" href=\"UniversalMusic.jpg\" target=\"_blank\"><img alt=\"UniversalMusic.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/UniversalMusic.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive] <a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a> [/responsive][/one_fifth] [one_fifth_last][responsive] <a title=\"Phaff Auto\" href=\"http://www.pfaffauto.com/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-788\" alt=\"PHAFF LOGO\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/PHAFF-LOGO.png\" width=\"120\" height=\"26\" /></a> [/responsive][/one_fifth_last]</p>\r\n\r\n<h2><span style=\"color: #333399;\">Events:</span></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sauagefest / Toronto Waterfront Blues Festival /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Talent:</span></h2>\r\nFinger Eleven / Sheep Dogs / Dead Mouse / City and Colour /Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half] [one_half_last]<span style=\"color: #808080;\">Testimonial coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-87', '', '', '2013-02-11 19:52:33', '2013-02-11 19:52:33', '', 276, 'http://www.fslcorporate.com/site/276-revision-87/', 0, 'revision', '', 0),
(792, 1, '2013-02-11 19:52:54', '2013-02-11 19:52:54', '<h2><span style=\"color: #333399;\">Clients:</span></h2>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last] [one_fifth][responsive]<a title=\"Universal Music\" href=\"UniversalMusic.jpg\" target=\"_blank\"><img alt=\"UniversalMusic.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/UniversalMusic.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive] <a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a> [/responsive][/one_fifth] [one_fifth_last][responsive] <a title=\"Phaff Auto\" href=\"http://www.pfaffauto.com/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-788\" alt=\"PHAFF LOGO\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/PHAFF-LOGO.png\" width=\"120\" height=\"26\" /></a> [/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\"></p>\r\n\r\n<h2><span style=\"color: #333399;\">Events:</span></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sauagefest / Toronto Waterfront Blues Festival /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Talent:</span></h2>\r\nFinger Eleven / Sheep Dogs / Dead Mouse / City and Colour /Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half] [one_half_last]<span style=\"color: #808080;\">Testimonial coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-88', '', '', '2013-02-11 19:52:54', '2013-02-11 19:52:54', '', 276, 'http://www.fslcorporate.com/site/276-revision-88/', 0, 'revision', '', 0),
(793, 1, '2013-02-11 19:53:21', '2013-02-11 19:53:21', '<h2><span style=\"color: #333399;\">Clients:</span></h2>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last] [one_fifth][responsive]<a title=\"Universal Music\" href=\"UniversalMusic.jpg\" target=\"_blank\"><img alt=\"UniversalMusic.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/UniversalMusic.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive] <a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a> [/responsive][/one_fifth] [one_fifth_last][responsive] <a title=\"Phaff Auto\" href=\"http://www.pfaffauto.com/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-788\" alt=\"PHAFF LOGO\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/PHAFF-LOGO.png\" width=\"120\" height=\"26\" /></a> [/responsive][/one_fifth_last]</p>\r\n\r\n<h2><span style=\"color: #333399;\">Events:</span></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sauagefest / Toronto Waterfront Blues Festival /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Talent:</span></h2>\r\nFinger Eleven / Sheep Dogs / Dead Mouse / City and Colour /Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half] [one_half_last]<span style=\"color: #808080;\">Testimonial coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-89', '', '', '2013-02-11 19:53:21', '2013-02-11 19:53:21', '', 276, 'http://www.fslcorporate.com/site/276-revision-89/', 0, 'revision', '', 0),
(795, 1, '2013-02-11 20:42:55', '2013-02-11 20:42:55', '', 'photo', '', 'inherit', 'open', 'open', '', 'photo', '', '', '2013-02-11 20:42:55', '2013-02-11 20:42:55', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/photo.jpg', 0, 'attachment', 'image/jpeg', 0),
(796, 1, '2013-02-11 20:42:57', '2013-02-11 20:42:57', '', 'audi 2', '', 'inherit', 'open', 'open', '', 'audi-2', '', '', '2013-02-11 20:42:57', '2013-02-11 20:42:57', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/audi-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(797, 1, '2013-02-11 20:43:00', '2013-02-11 20:43:00', '', 'audi 5', '', 'inherit', 'open', 'open', '', 'audi-5', '', '', '2013-02-11 20:43:00', '2013-02-11 20:43:00', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/audi-5.jpg', 0, 'attachment', 'image/jpeg', 0),
(798, 1, '2013-02-11 20:43:02', '2013-02-11 20:43:02', '', 'audi 9', '', 'inherit', 'open', 'open', '', 'audi-9', '', '', '2013-02-11 20:43:02', '2013-02-11 20:43:02', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/audi-9.jpg', 0, 'attachment', 'image/jpeg', 0),
(799, 1, '2013-02-11 20:43:04', '2013-02-11 20:43:04', '', 'audi 10', '', 'inherit', 'open', 'open', '', 'audi-10', '', '', '2013-02-11 20:43:04', '2013-02-11 20:43:04', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/audi-10.jpg', 0, 'attachment', 'image/jpeg', 0),
(800, 1, '2013-02-11 20:43:07', '2013-02-11 20:43:07', '', 'audi 11', '', 'inherit', 'open', 'open', '', 'audi-11', '', '', '2013-02-11 20:43:07', '2013-02-11 20:43:07', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/audi-11.jpg', 0, 'attachment', 'image/jpeg', 0),
(801, 1, '2013-02-11 20:43:09', '2013-02-11 20:43:09', '', 'audi 12', '', 'inherit', 'open', 'open', '', 'audi-12', '', '', '2013-02-11 20:43:09', '2013-02-11 20:43:09', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/audi-12.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(802, 1, '2013-02-11 20:43:12', '2013-02-11 20:43:12', '', 'audi 13', '', 'inherit', 'open', 'open', '', 'audi-13', '', '', '2013-02-11 20:43:12', '2013-02-11 20:43:12', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/audi-13.jpg', 0, 'attachment', 'image/jpeg', 0),
(803, 1, '2013-02-11 20:43:14', '2013-02-11 20:43:14', '', 'audi 14', '', 'inherit', 'open', 'open', '', 'audi-14', '', '', '2013-02-11 20:43:14', '2013-02-11 20:43:14', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/audi-14.jpg', 0, 'attachment', 'image/jpeg', 0),
(804, 1, '2013-02-11 20:43:17', '2013-02-11 20:43:17', '', 'audi 15', '', 'inherit', 'open', 'open', '', 'audi-15', '', '', '2013-02-11 20:43:17', '2013-02-11 20:43:17', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/audi-15.jpg', 0, 'attachment', 'image/jpeg', 0),
(805, 1, '2013-02-11 20:43:19', '2013-02-11 20:43:19', '', 'audi 16', '', 'inherit', 'open', 'open', '', 'audi-16', '', '', '2013-02-11 20:43:19', '2013-02-11 20:43:19', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/audi-16.jpg', 0, 'attachment', 'image/jpeg', 0),
(806, 1, '2013-02-11 20:43:23', '2013-02-11 20:43:23', '', 'Christopher Pfaff', '', 'inherit', 'open', 'open', '', 'christopher-pfaff', '', '', '2013-02-11 20:43:23', '2013-02-11 20:43:23', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Christopher-Pfaff-.jpg', 0, 'attachment', 'image/jpeg', 0),
(807, 1, '2013-02-11 20:43:27', '2013-02-11 20:43:27', '', 'DSC01496', '', 'inherit', 'open', 'open', '', 'dsc01496', '', '', '2013-02-11 20:43:27', '2013-02-11 20:43:27', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DSC01496.jpg', 0, 'attachment', 'image/jpeg', 0),
(808, 1, '2013-02-11 20:43:30', '2013-02-11 20:43:30', '', 'DSC04074', '', 'inherit', 'open', 'open', '', 'dsc04074', '', '', '2013-02-11 20:43:30', '2013-02-11 20:43:30', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DSC04074.jpg', 0, 'attachment', 'image/jpeg', 0),
(809, 1, '2013-02-11 20:43:34', '2013-02-11 20:43:34', '', 'DSC06955', '', 'inherit', 'open', 'open', '', 'dsc06955', '', '', '2013-02-11 20:43:34', '2013-02-11 20:43:34', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DSC06955.jpg', 0, 'attachment', 'image/jpeg', 0),
(810, 1, '2013-02-11 20:43:38', '2013-02-11 20:43:38', '', 'DSC09021', '', 'inherit', 'open', 'open', '', 'dsc09021', '', '', '2013-02-11 20:43:38', '2013-02-11 20:43:38', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/DSC09021.jpg', 0, 'attachment', 'image/jpeg', 0),
(811, 1, '2013-02-11 20:43:41', '2013-02-11 20:43:41', '', 'H.J. Pfaff Audi Grand Opening Lights', '', 'inherit', 'open', 'open', '', 'h-j-pfaff-audi-grand-opening-lights', '', '', '2013-02-11 20:43:41', '2013-02-11 20:43:41', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/H.J.-Pfaff-Audi-Grand-Opening-Lights.jpg', 0, 'attachment', 'image/jpeg', 0),
(812, 1, '2013-02-11 20:43:44', '2013-02-11 20:43:44', '', 'photo 2', '', 'inherit', 'open', 'open', '', 'photo-2', '', '', '2013-02-11 20:43:44', '2013-02-11 20:43:44', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/photo-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(813, 1, '2013-02-11 20:42:02', '2013-02-11 20:42:02', '<h2><span style=\"color: #333399;\">Clients:</span></h2>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last] [one_fifth][responsive]<a title=\"Universal Music\" href=\"UniversalMusic.jpg\" target=\"_blank\"><img alt=\"UniversalMusic.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/UniversalMusic.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive] <a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a> [/responsive][/one_fifth] [one_fifth_last][responsive] <a title=\"Phaff Motors\" href=\"http://www.pfaffauto.com/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-788\" alt=\"PHAFF LOGO\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/PHAFF-LOGO.png\" width=\"120\" height=\"26\" /></a> [/responsive][/one_fifth_last]</p>\r\n\r\n<h2><span style=\"color: #333399;\">Events:</span></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sausagefest / Toronto Waterfront Blues Festival /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Talent:</span></h2>\r\nFinger Eleven / Sheep Dogs / Dead Mouse / City and Colour /Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half] [one_half_last]<span style=\"color: #808080;\">Testimonial coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-91', '', '', '2013-02-11 20:42:02', '2013-02-11 20:42:02', '', 276, 'http://www.fslcorporate.com/site/276-revision-91/', 0, 'revision', '', 0),
(814, 1, '2013-02-11 20:46:41', '2013-02-11 20:46:41', '<h2><span style=\"color: #333399;\">Clients:</span></h2>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last] [one_fifth][responsive]<a title=\"Universal Music\" href=\"UniversalMusic.jpg\" target=\"_blank\"><img alt=\"UniversalMusic.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/UniversalMusic.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive] <a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a> [/responsive][/one_fifth] [one_fifth_last][responsive] <a title=\"Phaff Motors\" href=\"http://www.pfaffauto.com/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-788\" alt=\"PHAFF LOGO\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/PHAFF-LOGO.png\" width=\"120\" height=\"26\" /></a> [/responsive][/one_fifth_last]</p>\r\n[new_royalslider id=\"7\"]\r\n<h2><span style=\"color: #333399;\">Events:</span></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sausagefest / Toronto Waterfront Blues Festival /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Talent:</span></h2>\r\nFinger Eleven / Sheep Dogs / Dead Mouse / City and Colour /Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half] [one_half_last]<span style=\"color: #808080;\">Testimonial coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-92', '', '', '2013-02-11 20:46:41', '2013-02-11 20:46:41', '', 276, 'http://www.fslcorporate.com/site/276-revision-92/', 0, 'revision', '', 0),
(815, 1, '2013-02-11 19:31:08', '2013-02-11 19:31:08', '<h2><span style=\"color: #333399;\">Our Service</span></h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nHave a look at just a few of the many options we can provide for your event.\r\n\r\nHave a look below for visual examples of what we can offer you.\r\n<h2></h2>\r\n<h3><span style=\"color: #333399;\">LIGHTING:</span></h3>\r\nWe provide an outstanding selection of lighting options for your event.\r\n<div>We can provide all manner of lights; from Moving fixtures, to conventional PAR cans,\r\n<div>LED lighting, various truss sizes, blinders, Lekos, and spotlights.\r\nPlease contact one of our Account Managers for further information.Please view the gallery below for examples of what Frontier can do.\r\n[new_royalslider id=\"4\"]\r\n\r\n&nbsp;\r\n<h3><span style=\"color: #333399;\">AUDIO:</span></h3>\r\nWe can provide the perfect audio set up you require for any event, regardless of size or budget.\r\n\r\nWhether it is a small intimate gathering for a presentation, or a large indoor/outdoor concert, we at Frontier Sound and Light have the audio equipment to meet your exact needs.\r\n\r\nWe carry High End Line Array, Conventional trapezoidal 2 and 3 way speaker enclosures, Powered speakers, Digital and Analogue mixing consoles, Monitors for stage performers, Amplification and power distribution for all our equipment, stage boxes, stage splitters, and of course a large selection of Sennheiser microphones.\r\n\r\nPlease view the gallery below for examples of what Frontier can do.\r\n\r\n[new_royalslider id=\"5\"]\r\n\r\n&nbsp;\r\n<h3><span style=\"color: #333399;\">STAGING:</span></h3>\r\nWe can provide your event any staging solution you may require.\r\nWe can provide stages as small as 8\' x 8\' for podium speeches, up to large 60\' x 40\' by 6\' concert stage for arenas and outdoor festivals.\r\n\r\nWe can do truss and scaffold towers, design and implementation.\r\nPlease contact one of our Account Managers for more information.\r\n<h3><span style=\"color: #333399;\">VIDEO:</span></h3>\r\nWe have a wide variety of Projectors, screens, cameras, media servers, video switchers, monitors and more.\r\n<div>Please contact one of our Account Managers for complete details and listings on the various video and screen components we have in stock.\r\n<h3><span style=\"color: #333399;\">RENTALS:</span></h3>\r\nAll our inventory is available for rental, whether it be for a day, a week or long term.\r\nPlease contact one of our Account Managers via phone or email, for further info on ALL rental packaging, pricing and discounts.\r\n\r\n</div>\r\nPlease view the gallery below for examples of what Frontier can do.\r\n[new_royalslider id=\"6\"]\r\n\r\n</div>\r\n</div>', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-52', '', '', '2013-02-11 19:31:08', '2013-02-11 19:31:08', '', 270, 'http://www.fslcorporate.com/site/270-revision-52/', 0, 'revision', '', 0),
(816, 1, '2013-02-11 20:46:55', '2013-02-11 20:46:55', '<h2><span style=\"color: #333399;\">Clients:</span></h2>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last] [one_fifth][responsive]<a title=\"Universal Music\" href=\"UniversalMusic.jpg\" target=\"_blank\"><img alt=\"UniversalMusic.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/UniversalMusic.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive] <a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a> [/responsive][/one_fifth] [one_fifth_last][responsive] <a title=\"Phaff Motors\" href=\"http://www.pfaffauto.com/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-788\" alt=\"PHAFF LOGO\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/PHAFF-LOGO.png\" width=\"120\" height=\"26\" /></a> [/responsive][/one_fifth_last]</p>\r\n[new_royalslider id=\"7\"]\r\n\r\n&nbsp;\r\n<h2><span style=\"color: #333399;\">Events:</span></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sausagefest / Toronto Waterfront Blues Festival /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Talent:</span></h2>\r\nFinger Eleven / Sheep Dogs / Dead Mouse / City and Colour /Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half] [one_half_last]<span style=\"color: #808080;\">Testimonial coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-93', '', '', '2013-02-11 20:46:55', '2013-02-11 20:46:55', '', 276, 'http://www.fslcorporate.com/site/276-revision-93/', 0, 'revision', '', 0),
(817, 1, '2013-02-11 20:47:54', '2013-02-11 20:47:54', '<h2><span style=\"color: #333399;\">Clients:</span></h2>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last] [one_fifth][responsive]<a title=\"Universal Music\" href=\"UniversalMusic.jpg\" target=\"_blank\"><img alt=\"UniversalMusic.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/UniversalMusic.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive] <a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a> [/responsive][/one_fifth] [one_fifth_last][responsive] <a title=\"Phaff Motors\" href=\"http://www.pfaffauto.com/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-788\" alt=\"PHAFF LOGO\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/PHAFF-LOGO.png\" width=\"120\" height=\"26\" /></a> [/responsive][/one_fifth_last]</p>\r\n&nbsp;\r\n\r\nPlease view the gallery below for examples of what Frontier can do.\r\n\r\n&nbsp;\r\n\r\n[new_royalslider id=\"7\"]\r\n\r\n&nbsp;\r\n<h2><span style=\"color: #333399;\">Events:</span></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sausagefest / Toronto Waterfront Blues Festival /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Talent:</span></h2>\r\nFinger Eleven / Sheep Dogs / Dead Mouse / City and Colour /Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half] [one_half_last]<span style=\"color: #808080;\">Testimonial coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-94', '', '', '2013-02-11 20:47:54', '2013-02-11 20:47:54', '', 276, 'http://www.fslcorporate.com/site/276-revision-94/', 0, 'revision', '', 0),
(819, 1, '2013-02-11 20:48:38', '2013-02-11 20:48:38', '<h2><span style=\"color: #333399;\">Clients:</span></h2>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last] [one_fifth][responsive]<a title=\"Universal Music\" href=\"UniversalMusic.jpg\" target=\"_blank\"><img alt=\"UniversalMusic.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/UniversalMusic.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive] <a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a> [/responsive][/one_fifth] [one_fifth_last][responsive] <a title=\"Phaff Motors\" href=\"http://www.pfaffauto.com/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-788\" alt=\"PHAFF LOGO\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/PHAFF-LOGO.png\" width=\"120\" height=\"26\" /></a> [/responsive][/one_fifth_last]</p>\r\n&nbsp;\r\n\r\nPlease view the gallery below for examples of what Frontier can do.\r\n\r\n[new_royalslider id=\"7\"]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2><span style=\"color: #333399;\">Events:</span></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sausagefest / Toronto Waterfront Blues Festival /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Talent:</span></h2>\r\nFinger Eleven / Sheep Dogs / Dead Mouse / City and Colour /Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half] [one_half_last]<span style=\"color: #808080;\">Testimonial coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-96', '', '', '2013-02-11 20:48:38', '2013-02-11 20:48:38', '', 276, 'http://www.fslcorporate.com/site/276-revision-96/', 0, 'revision', '', 0),
(818, 1, '2013-02-11 20:48:08', '2013-02-11 20:48:08', '<h2><span style=\"color: #333399;\">Clients:</span></h2>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last] [one_fifth][responsive]<a title=\"Universal Music\" href=\"UniversalMusic.jpg\" target=\"_blank\"><img alt=\"UniversalMusic.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/UniversalMusic.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive] <a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a> [/responsive][/one_fifth] [one_fifth_last][responsive] <a title=\"Phaff Motors\" href=\"http://www.pfaffauto.com/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-788\" alt=\"PHAFF LOGO\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/PHAFF-LOGO.png\" width=\"120\" height=\"26\" /></a> [/responsive][/one_fifth_last]</p>\r\n&nbsp;\r\n\r\nPlease view the gallery below for examples of what Frontier can do.\r\n\r\n[new_royalslider id=\"7\"]\r\n\r\n&nbsp;\r\n<h2><span style=\"color: #333399;\">Events:</span></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sausagefest / Toronto Waterfront Blues Festival /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Talent:</span></h2>\r\nFinger Eleven / Sheep Dogs / Dead Mouse / City and Colour /Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half] [one_half_last]<span style=\"color: #808080;\">Testimonial coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-95', '', '', '2013-02-11 20:48:08', '2013-02-11 20:48:08', '', 276, 'http://www.fslcorporate.com/site/276-revision-95/', 0, 'revision', '', 0),
(843, 1, '2013-02-11 21:37:40', '2013-02-11 21:37:40', '<h3><span style=\"color: #333399;\">Our Service</span></h3>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur Account Managers will help you tailor your equipment needs to an exact fit for your show.\r\nOur technician\'s are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nWe provide Audio, Lighting, Staging, Video and Custom Installations along with Rentals as Services for all our clients.\r\n<h3><span style=\"color: #333399; font-size: 1.5em;\">Our Value</span></h3>\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.  This allows for competitive pricing and a focused team that are dedicated to your project.  At Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<h3><span style=\"color: #333399; font-size: 1.5em;\">Our Experience</span></h3>\r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, or an intimate presentation for a select few, Frontier Sound and Light will supply the right system and personnel that suits all your needs.\r\nSince 1995 Frontier has been and is a definite sound choice.\r\n\r\n&nbsp;', 'About', '', 'inherit', 'open', 'open', '', '264-revision-56', '', '', '2013-02-11 21:37:40', '2013-02-11 21:37:40', '', 264, 'http://www.fslcorporate.com/site/264-revision-56/', 0, 'revision', '', 0),
(820, 1, '2013-02-11 19:49:25', '2013-02-11 19:49:25', '<h2><span style=\"color: #333399;\">Our Service</span></h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur Account Managers will help you tailor your equipment needs to an exact fit for your show.\r\nOur technician\'s are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nWe provide Audio, Lighting, Staging, Video and Custom Installations along with Rentals as Services for all our clients.\r\n<h3><span style=\"color: #333399; font-size: 1.5em;\">Installations</span></h3>\r\nFrontier can help you with any size Installation, whether it be for a small club that requires a compact audio, and lighting system, with video playback, to Arena sized custom installations requiring multiple speakers zones.\r\nNo matter what your size, and budget, Frontier will help you realize your goals at a affordable, competitive price.\r\nPlease contact one of our Account Managers via Phone or email to discuss the many options we at Frontier can offer you and your project.\r\n<h3><span style=\"color: #333399; font-size: 1.5em;\">Our Value</span></h3>\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.  This allows for competitive pricing and a focused team that are dedicated to your project.  At Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<h3><span style=\"color: #333399; font-size: 1.5em;\">Our Experience</span></h3>\r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, or an intimate presentation for a select few, Frontier Sound and Light will supply the right system and personnel that suits all your needs.\r\nWith over 18 years of Professional touring and installation experience, Frontier is definitely a sound choice.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'About', '', 'inherit', 'open', 'open', '', '264-revision-52', '', '', '2013-02-11 19:49:25', '2013-02-11 19:49:25', '', 264, 'http://www.fslcorporate.com/site/264-revision-52/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(835, 1, '2013-02-09 10:28:20', '2013-02-09 10:28:20', '<div>\r\n<h2><span style=\"color: #333399;\">Our History</span></h2>\r\n</div>\r\n<div>In 1995, Mike Kerwin and Zeke Myers founded Limit Records in Newmarket, Ontario with the ideology that musicians and clients come first...</div>\r\n<div></div>\r\n<div>From these humble beginnings, Mike and Zeke eventually formed Frontier Sound and Light, to meet the needs of their rapidly growing business and client list, built up from years of dedication and hard work.</div>\r\n<div></div>\r\n<div>\r\n<div>In the years that followed, Mike and Zeke expanded their interests, to include corporate clientele, to compliment the already established rock and roll roster they and their team had successfully acquired.</div>\r\n<div></div>\r\n</div>\r\n<div>Today, Frontier has grown and matured into a multi faceted Sound and Lighting company that caters to both their rock and roll clients, and their corporate clients, with the same dedication and constant professionalism expected from everyone at Frontier.</div>\r\n<div>\r\n<div></div>\r\n<div>From Professional Audio and Lighting touring packages, Corporate Showcases, Staging and Video, Rentals and custom Installations, Frontier continues to expand into new territory and deliver only the very best to all its customers.</div>\r\n<div></div>\r\n<div>From all of us at Frontier,</div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>Welcome to Frontier Sound and Light.</div>\r\n<div> <var id=\"yiv781980846yui-ie-cursor\"></var></div>\r\n<div>Let us help you reach new horizons...</div>\r\n</div>', 'History', '', 'inherit', 'open', 'open', '', '756-revision-v1', '', '', '2013-02-09 10:28:20', '2013-02-09 10:28:20', '', 756, 'http://www.fslcorporate.com/site/756-revision-3/', 0, 'revision', '', 0),
(824, 1, '2013-02-11 21:22:15', '2013-02-11 21:22:15', '<h2></h2>\r\n<h3><span style=\"color: #333399;\">LIGHTING:</span></h3>\r\nWe provide an outstanding selection of lighting options for your event.\r\n<div>We can provide all manner of lights; from Moving fixtures, to conventional PAR cans,\r\n<div>LED lighting, various truss sizes, blinders, Lekos, and spotlights.\r\nPlease contact one of our Account Managers for further information.  Please view the gallery below for examples of what Frontier can do.\r\n[new_royalslider id=\"4\"]\r\n<h3><span style=\"color: #333399;\">AUDIO:</span></h3>\r\nWe can provide the perfect audio set up you require for any event, regardless of size or budget.\r\n\r\nWhether it is a small intimate gathering for a presentation, or a large indoor/outdoor concert, we at Frontier Sound and Light have the audio equipment to meet your exact needs.\r\n\r\nWe carry High End Line Array, Conventional trapezoidal 2 and 3 way speaker enclosures, Powered speakers, Digital and Analogue mixing consoles, Monitors for stage performers, Amplification and power distribution for all our equipment, stage boxes, stage splitters, and of course a large selection of Sennheiser microphones.\r\n\r\nPlease view the gallery below for examples of what Frontier can do.\r\n\r\n[new_royalslider id=\"5\"]\r\n\r\n&nbsp;\r\n<h3><span style=\"color: #333399;\">STAGING:</span></h3>\r\nWe can provide your event any staging solution you may require.\r\nWe can provide stages as small as 8\' x 8\' for podium speeches, up to large 60\' x 40\' by 6\' concert stage for arenas and outdoor festivals.\r\n\r\nWe can do truss and scaffold towers, design and implementation.\r\nPlease contact one of our Account Managers for more information.\r\n<h3><span style=\"color: #333399;\">VIDEO:</span></h3>\r\nWe have a wide variety of Projectors, screens, cameras, media servers, video switchers, monitors and more.\r\n<div>Please contact one of our Account Managers for complete details and listings on the various video and screen components we have in stock.</div>\r\n<div></div>\r\n<div>\r\n<h3><span style=\"color: #333399;\">INSTALLATIONS</span></h3>\r\nFrontier can help you with any size Installation, whether it be for a small club that requires a compact audio, and lighting system, with video playback, to Arena sized custom installations requiring multiple speakers zones.\r\nNo matter what your size, and budget, Frontier will help you realize your goals at a affordable, competitive price.\r\nPlease contact one of our Account Managers via Phone or email to discuss the many options we at Frontier can offer you and your project.\r\n\r\n</div>\r\n<div>\r\n<h3><span style=\"color: #333399;\">RENTALS:</span></h3>\r\nAll our inventory is available for rental, whether it be for a day, a week or long term.\r\nPlease contact one of our Account Managers via phone or email, for further info on ALL rental packaging, pricing and discounts.\r\n\r\n</div>\r\nPlease view the gallery below for examples of what Frontier can do.\r\n[new_royalslider id=\"6\"]\r\n\r\n</div>\r\n</div>', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-56', '', '', '2013-02-11 21:22:15', '2013-02-11 21:22:15', '', 270, 'http://www.fslcorporate.com/site/270-revision-56/', 0, 'revision', '', 0),
(833, 1, '2013-02-11 21:40:10', '2013-02-11 21:40:10', '<h2></h2>\r\n<h3><span style=\"color: #333399;\">LIGHTING:</span></h3>\r\nWe provide an outstanding selection of lighting options for your event.\r\nWe can provide all manner of lights; from Moving fixtures, to conventional PAR cans, LED lighting, various truss sizes, blinders, Lekos, and spotlights.\r\nPlease contact one of our Account Managers for further information.  Please view the gallery below for examples of what Frontier can do.\r\n[new_royalslider id=\"4\"]\r\n<h3><span style=\"color: #333399;\">AUDIO:</span></h3>\r\nWe can provide the perfect audio set up you require for any event, regardless of size or budget.\r\n\r\nWhether it is a small intimate gathering for a presentation, or a large indoor/outdoor concert, we at Frontier Sound and Light have the audio equipment to meet your exact needs.\r\n\r\nWe carry High End Line Array, Conventional trapezoidal 2 and 3 way speaker enclosures, Powered speakers, Digital and Analogue mixing consoles, Monitors for stage performers, Amplification and power distribution for all our equipment, stage boxes, stage splitters, and of course a large selection of Sennheiser microphones.\r\n\r\nPlease view the gallery below for examples of what Frontier can do.\r\n\r\n[new_royalslider id=\"5\"]\r\n\r\n&nbsp;\r\n<h3><span style=\"color: #333399;\">STAGING:</span></h3>\r\nWe can provide your event any staging solution you may require.\r\nWe can provide stages as small as 8\' x 8\' for podium speeches, up to large 60\' x 40\' by 6\' concert stage for arenas and outdoor festivals.  We can do truss and scaffold towers, design and implementation.\r\nPlease contact one of our Account Managers for more information.\r\n<h3><span style=\"color: #333399;\">VIDEO:</span></h3>\r\nWe have a wide variety of Projectors, screens, cameras, media servers, video switchers, monitors and more.\r\n<div>Please contact one of our Account Managers for complete details and listings on the various video and screen components we have in stock. \r\n\r\n<h3 style=\"display: inline !important;\"><span style=\"color: #333399;\">INSTALLATIONS</span></h3>\r\n\r\n\r\nFrontier can help you with any size Installation, whether it be for a small club that requires a compact audio, and lighting system, with video playback, to Arena sized custom installations requiring multiple speakers zones.\r\nNo matter what your size, and budget, Frontier will help you realize your goals at a affordable, competitive price.\r\nPlease contact one of our Account Managers via Phone or email to discuss the many options we at Frontier can offer you and your project.\r\n\r\n<h3><span style=\"color: #333399;\">RENTALS:</span></h3>\r\nAll our inventory is available for rental, whether it be for a day, a week or long term.\r\nPlease contact one of our Account Managers via phone or email, for further info on ALL rental packaging, pricing and discounts.\r\n\r\nPlease view the gallery below for examples of what Frontier can do.\r\n[new_royalslider id=\"6\"]\r\n\r\n</div>\r\n</div>', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-62', '', '', '2013-02-11 21:40:10', '2013-02-11 21:40:10', '', 270, 'http://www.fslcorporate.com/site/270-revision-62/', 0, 'revision', '', 0),
(825, 1, '2013-02-11 20:53:21', '2013-02-11 20:53:21', '<h2><span style=\"color: #333399;\">Our Service</span></h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur Account Managers will help you tailor your equipment needs to an exact fit for your show.\r\nOur technician\'s are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nWe provide Audio, Lighting, Staging, Video and Custom Installations along with Rentals as Services for all our clients.\r\n<h3><span style=\"color: #333399; font-size: 1.5em;\">Installations</span></h3>\r\nFrontier can help you with any size Installation, whether it be for a small club that requires a compact audio, and lighting system, with video playback, to Arena sized custom installations requiring multiple speakers zones.\r\nNo matter what your size, and budget, Frontier will help you realize your goals at a affordable, competitive price.\r\nPlease contact one of our Account Managers via Phone or email to discuss the many options we at Frontier can offer you and your project.\r\n<h3><span style=\"color: #333399; font-size: 1.5em;\">Our Value</span></h3>\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.  This allows for competitive pricing and a focused team that are dedicated to your project.  At Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<h3><span style=\"color: #333399; font-size: 1.5em;\">Our Experience</span></h3>\r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, or an intimate presentation for a select few, Frontier Sound and Light will supply the right system and personnel that suits all your needs.\r\nWith over 18 years of Professional touring and installation experience, Frontier is definitely a sound choice.\r\n\r\n&nbsp;', 'About', '', 'inherit', 'open', 'open', '', '264-revision-53', '', '', '2013-02-11 20:53:21', '2013-02-11 20:53:21', '', 264, 'http://www.fslcorporate.com/site/264-revision-53/', 0, 'revision', '', 0),
(834, 1, '2013-02-11 21:40:48', '2013-02-11 21:40:48', '<h2></h2>\r\n<h3><span style=\"color: #333399;\">LIGHTING:</span></h3>\r\nWe provide an outstanding selection of lighting options for your event.\r\nWe can provide all manner of lights; from Moving fixtures, to conventional PAR cans, LED lighting, various truss sizes, blinders, Lekos, and spotlights.\r\nPlease contact one of our Account Managers for further information.  Please view the gallery below for examples of what Frontier can do.\r\n[new_royalslider id=\"4\"]\r\n<h3><span style=\"color: #333399;\">AUDIO:</span></h3>\r\nWe can provide the perfect audio set up you require for any event, regardless of size or budget.\r\n\r\nWhether it is a small intimate gathering for a presentation, or a large indoor/outdoor concert, we at Frontier Sound and Light have the audio equipment to meet your exact needs.\r\n\r\nWe carry High End Line Array, Conventional trapezoidal 2 and 3 way speaker enclosures, Powered speakers, Digital and Analogue mixing consoles, Monitors for stage performers, Amplification and power distribution for all our equipment, stage boxes, stage splitters, and of course a large selection of Sennheiser microphones.\r\n\r\nPlease view the gallery below for examples of what Frontier can do.\r\n\r\n[new_royalslider id=\"5\"]\r\n\r\n&nbsp;\r\n<h3><span style=\"color: #333399;\">STAGING:</span></h3>\r\nWe can provide your event any staging solution you may require.\r\nWe can provide stages as small as 8\' x 8\' for podium speeches, up to large 60\' x 40\' by 6\' concert stage for arenas and outdoor festivals. We can do truss and scaffold towers, design and implementation.\r\nPlease contact one of our Account Managers for more information.\r\n<h3><span style=\"color: #333399;\">VIDEO:</span></h3>\r\nWe have a wide variety of Projectors, screens, cameras, media servers, video switchers, monitors and more.  Please contact one of our Account Managers for complete details and listings on the various video and screen components we have in stock.\r\n<h3 style=\"display: inline !important;\"><span style=\"color: #333399;\">INSTALLATIONS</span></h3>\r\nFrontier can help you with any size Installation, whether it be for a small club that requires a compact audio, and lighting system, with video playback, to Arena sized custom installations requiring multiple speakers zones.\r\nNo matter what your size, and budget, Frontier will help you realize your goals at a affordable, competitive price.\r\nPlease contact one of our Account Managers via Phone or email to discuss the many options we at Frontier can offer you and your project.\r\n<h3><span style=\"color: #333399;\">RENTALS:</span></h3>\r\nAll our inventory is available for rental, whether it be for a day, a week or long term.\r\nPlease contact one of our Account Managers via phone or email, for further info on ALL rental packaging, pricing and discounts.\r\n\r\nPlease view the gallery below for examples of what Frontier can do.\r\n[new_royalslider id=\"6\"]\r\n\r\n</div>', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-63', '', '', '2013-02-11 21:40:48', '2013-02-11 21:40:48', '', 270, 'http://www.fslcorporate.com/site/270-revision-63/', 0, 'revision', '', 0),
(830, 1, '2013-02-11 21:23:59', '2013-02-11 21:23:59', '<h2></h2>\r\n<h3><span style=\"color: #333399;\">LIGHTING:</span></h3>\r\nWe provide an outstanding selection of lighting options for your event.\r\nWe can provide all manner of lights; from Moving fixtures, to conventional PAR cans,LED lighting, various truss sizes, blinders, Lekos, and spotlights.\r\nPlease contact one of our Account Managers for further information.  Please view the gallery below for examples of what Frontier can do.\r\n[new_royalslider id=\"4\"]\r\n<h3><span style=\"color: #333399;\">AUDIO:</span></h3>\r\nWe can provide the perfect audio set up you require for any event, regardless of size or budget.\r\n\r\nWhether it is a small intimate gathering for a presentation, or a large indoor/outdoor concert, we at Frontier Sound and Light have the audio equipment to meet your exact needs.\r\n\r\nWe carry High End Line Array, Conventional trapezoidal 2 and 3 way speaker enclosures, Powered speakers, Digital and Analogue mixing consoles, Monitors for stage performers, Amplification and power distribution for all our equipment, stage boxes, stage splitters, and of course a large selection of Sennheiser microphones.\r\n\r\nPlease view the gallery below for examples of what Frontier can do.\r\n\r\n[new_royalslider id=\"5\"]\r\n\r\n&nbsp;\r\n<h3><span style=\"color: #333399;\">STAGING:</span></h3>\r\nWe can provide your event any staging solution you may require.\r\nWe can provide stages as small as 8\' x 8\' for podium speeches, up to large 60\' x 40\' by 6\' concert stage for arenas and outdoor festivals.\r\n\r\nWe can do truss and scaffold towers, design and implementation.\r\nPlease contact one of our Account Managers for more information.\r\n<h3><span style=\"color: #333399;\">VIDEO:</span></h3>\r\nWe have a wide variety of Projectors, screens, cameras, media servers, video switchers, monitors and more.\r\n<div>Please contact one of our Account Managers for complete details and listings on the various video and screen components we have in stock. \r\n\r\n<h3 style=\"display: inline !important;\"><span style=\"color: #333399;\">INSTALLATIONS</span></h3>\r\n\r\n\r\nFrontier can help you with any size Installation, whether it be for a small club that requires a compact audio, and lighting system, with video playback, to Arena sized custom installations requiring multiple speakers zones.\r\nNo matter what your size, and budget, Frontier will help you realize your goals at a affordable, competitive price.\r\nPlease contact one of our Account Managers via Phone or email to discuss the many options we at Frontier can offer you and your project.\r\n\r\n</div>\r\n<div>\r\n<h3><span style=\"color: #333399;\">RENTALS:</span></h3>\r\nAll our inventory is available for rental, whether it be for a day, a week or long term.\r\nPlease contact one of our Account Managers via phone or email, for further info on ALL rental packaging, pricing and discounts.\r\n\r\n</div>\r\nPlease view the gallery below for examples of what Frontier can do.\r\n[new_royalslider id=\"6\"]\r\n\r\n</div>\r\n</div>', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-59', '', '', '2013-02-11 21:23:59', '2013-02-11 21:23:59', '', 270, 'http://www.fslcorporate.com/site/270-revision-59/', 0, 'revision', '', 0),
(831, 1, '2013-02-11 21:38:17', '2013-02-11 21:38:17', '<h2></h2>\r\n<h3><span style=\"color: #333399;\">LIGHTING:</span></h3>\r\nWe provide an outstanding selection of lighting options for your event.\r\nWe can provide all manner of lights; from Moving fixtures, to conventional PAR cans, LED lighting, various truss sizes, blinders, Lekos, and spotlights.\r\nPlease contact one of our Account Managers for further information.  Please view the gallery below for examples of what Frontier can do.\r\n[new_royalslider id=\"4\"]\r\n<h3><span style=\"color: #333399;\">AUDIO:</span></h3>\r\nWe can provide the perfect audio set up you require for any event, regardless of size or budget.\r\n\r\nWhether it is a small intimate gathering for a presentation, or a large indoor/outdoor concert, we at Frontier Sound and Light have the audio equipment to meet your exact needs.\r\n\r\nWe carry High End Line Array, Conventional trapezoidal 2 and 3 way speaker enclosures, Powered speakers, Digital and Analogue mixing consoles, Monitors for stage performers, Amplification and power distribution for all our equipment, stage boxes, stage splitters, and of course a large selection of Sennheiser microphones.\r\n\r\nPlease view the gallery below for examples of what Frontier can do.\r\n\r\n[new_royalslider id=\"5\"]\r\n\r\n&nbsp;\r\n<h3><span style=\"color: #333399;\">STAGING:</span></h3>\r\nWe can provide your event any staging solution you may require.\r\nWe can provide stages as small as 8\' x 8\' for podium speeches, up to large 60\' x 40\' by 6\' concert stage for arenas and outdoor festivals.\r\n\r\nWe can do truss and scaffold towers, design and implementation.\r\nPlease contact one of our Account Managers for more information.\r\n<h3><span style=\"color: #333399;\">VIDEO:</span></h3>\r\nWe have a wide variety of Projectors, screens, cameras, media servers, video switchers, monitors and more.\r\n<div>Please contact one of our Account Managers for complete details and listings on the various video and screen components we have in stock. \r\n\r\n<h3 style=\"display: inline !important;\"><span style=\"color: #333399;\">INSTALLATIONS</span></h3>\r\n\r\n\r\nFrontier can help you with any size Installation, whether it be for a small club that requires a compact audio, and lighting system, with video playback, to Arena sized custom installations requiring multiple speakers zones.\r\nNo matter what your size, and budget, Frontier will help you realize your goals at a affordable, competitive price.\r\nPlease contact one of our Account Managers via Phone or email to discuss the many options we at Frontier can offer you and your project.\r\n\r\n</div>\r\n<div>\r\n<h3><span style=\"color: #333399;\">RENTALS:</span></h3>\r\nAll our inventory is available for rental, whether it be for a day, a week or long term.\r\nPlease contact one of our Account Managers via phone or email, for further info on ALL rental packaging, pricing and discounts.\r\n\r\n</div>\r\nPlease view the gallery below for examples of what Frontier can do.\r\n[new_royalslider id=\"6\"]\r\n\r\n</div>\r\n</div>', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-60', '', '', '2013-02-11 21:38:17', '2013-02-11 21:38:17', '', 270, 'http://www.fslcorporate.com/site/270-revision-60/', 0, 'revision', '', 0),
(832, 1, '2013-02-11 21:39:42', '2013-02-11 21:39:42', '<h2></h2>\r\n<h3><span style=\"color: #333399;\">LIGHTING:</span></h3>\r\nWe provide an outstanding selection of lighting options for your event.\r\nWe can provide all manner of lights; from Moving fixtures, to conventional PAR cans, LED lighting, various truss sizes, blinders, Lekos, and spotlights.\r\nPlease contact one of our Account Managers for further information.  Please view the gallery below for examples of what Frontier can do.\r\n[new_royalslider id=\"4\"]\r\n<h3><span style=\"color: #333399;\">AUDIO:</span></h3>\r\nWe can provide the perfect audio set up you require for any event, regardless of size or budget.\r\n\r\nWhether it is a small intimate gathering for a presentation, or a large indoor/outdoor concert, we at Frontier Sound and Light have the audio equipment to meet your exact needs.\r\n\r\nWe carry High End Line Array, Conventional trapezoidal 2 and 3 way speaker enclosures, Powered speakers, Digital and Analogue mixing consoles, Monitors for stage performers, Amplification and power distribution for all our equipment, stage boxes, stage splitters, and of course a large selection of Sennheiser microphones.\r\n\r\nPlease view the gallery below for examples of what Frontier can do.\r\n\r\n[new_royalslider id=\"5\"]\r\n\r\n&nbsp;\r\n<h3><span style=\"color: #333399;\">STAGING:</span></h3>\r\nWe can provide your event any staging solution you may require.\r\nWe can provide stages as small as 8\' x 8\' for podium speeches, up to large 60\' x 40\' by 6\' concert stage for arenas and outdoor festivals.  We can do truss and scaffold towers, design and implementation.\r\nPlease contact one of our Account Managers for more information.\r\n<h3><span style=\"color: #333399;\">VIDEO:</span></h3>\r\nWe have a wide variety of Projectors, screens, cameras, media servers, video switchers, monitors and more.\r\n<div>Please contact one of our Account Managers for complete details and listings on the various video and screen components we have in stock. \r\n\r\n<h3 style=\"display: inline !important;\"><span style=\"color: #333399;\">INSTALLATIONS</span></h3>\r\n\r\n\r\nFrontier can help you with any size Installation, whether it be for a small club that requires a compact audio, and lighting system, with video playback, to Arena sized custom installations requiring multiple speakers zones.\r\nNo matter what your size, and budget, Frontier will help you realize your goals at a affordable, competitive price.\r\nPlease contact one of our Account Managers via Phone or email to discuss the many options we at Frontier can offer you and your project.\r\n\r\n</div>\r\n<div>\r\n<h3><span style=\"color: #333399;\">RENTALS:</span></h3>\r\nAll our inventory is available for rental, whether it be for a day, a week or long term.\r\nPlease contact one of our Account Managers via phone or email, for further info on ALL rental packaging, pricing and discounts.\r\n\r\n</div>\r\nPlease view the gallery below for examples of what Frontier can do.\r\n[new_royalslider id=\"6\"]\r\n\r\n</div>\r\n</div>', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-61', '', '', '2013-02-11 21:39:42', '2013-02-11 21:39:42', '', 270, 'http://www.fslcorporate.com/site/270-revision-61/', 0, 'revision', '', 0),
(837, 1, '2013-07-13 15:10:26', '2013-07-13 15:10:26', '<h2><span style=\"color: #333399;\">Our History</span></h2>\r\n&nbsp;\r\n<div id=\"yui_3_7_2_1_1373724298387_3048\">In 1998, Frontier Sound &amp; Light was founded to service live music events with the ideology that artists, clients, and audiences come first.Through dedication and hard work, Frontier expanded with an ever growing client list, and broadened its interests to include corporate clientele.Today Frontier has grown into a multifaceted full service production provider that caters to both live music and corporate clients with the same constant dedication and professionalism expected from a world class company.   Frontier now works as a production supplier for promoters, event planners, and brands on a variety of live event strategies and engagements.\r\n\r\nFrom professional audio and lighting touring packages, to corporate show cases, stage and video rentals, and installations, Frontier continues to expand into new territory and deliver only the very best to its clients, artists, and audiences.\r\n\r\nWelcome to Frontier Sound &amp; Light\r\n\r\nLet us help you reach new horizons.\r\n\r\n</div>', 'History', '', 'inherit', 'open', 'open', '', '756-autosave-v1', '', '', '2013-07-13 15:10:26', '2013-07-13 15:10:26', '', 756, 'http://www.fslcorporate.com/site/756-autosave/', 0, 'revision', '', 0),
(840, 1, '2013-02-11 21:45:30', '2013-02-11 21:45:30', '<h2><span style=\"color: #333399;\">Our History</span></h2>\r\nIn 1995, Mike Kerwin and Zeke Myers founded Limit Records in Newmarket, Ontario with the ideology that musicians and clients come first...\r\n\r\nFrom these humble beginnings, Mike and Zeke eventually formed Frontier Sound and Light, to meet the needs of their rapidly growing business and client list, built up from years of dedication and hard work.\r\n\r\nIn the years that followed, Mike and Zeke expanded their interests, to include corporate clientele, to compliment the already established rock and roll roster they and their team had successfully acquired.\r\nToday, Frontier has grown and matured into a multi faceted Sound and Lighting company that caters to both their rock and roll clients, and their corporate clients, with the same dedication and constant professionalism expected from everyone at Frontier.\r\n&gt;From Professional Audio and Lighting touring packages, Corporate Showcases, Staging and Video, Rentals and custom Installations, Frontier continues to expand into new territory and deliver only the very best to all its customers.\r\n\r\nFrom all of us at Frontier, Welcome to Frontier Sound and Light.\r\n\r\nLet us help you reach new horizons...', 'History', '', 'inherit', 'open', 'open', '', '756-revision-v1', '', '', '2013-02-11 21:45:30', '2013-02-11 21:45:30', '', 756, 'http://www.fslcorporate.com/site/756-revision-7/', 0, 'revision', '', 0),
(838, 1, '2013-02-11 21:43:45', '2013-02-11 21:43:45', '<div>\r\n<h2><span style=\"color: #333399;\">Our History</span></h2>\r\n</div>\r\n<div>In 1995, Mike Kerwin and Zeke Myers founded Limit Records in Newmarket, Ontario with the ideology that musicians and clients come first...</div>\r\n<div></div>\r\n<div>From these humble beginnings, Mike and Zeke eventually formed Frontier Sound and Light, to meet the needs of their rapidly growing business and client list, built up from years of dedication and hard work.</div>\r\n<div></div>\r\n<div>\r\n<div>In the years that followed, Mike and Zeke expanded their interests, to include corporate clientele, to compliment the already established rock and roll roster they and their team had successfully acquired.</div>\r\n<div></div>\r\n</div>\r\n<div>Today, Frontier has grown and matured into a multi faceted Sound and Lighting company that caters to both their rock and roll clients, and their corporate clients, with the same dedication and constant professionalism expected from everyone at Frontier.</div>\r\n<div>\r\n<div></div>\r\n<div>From Professional Audio and Lighting touring packages, Corporate Showcases, Staging and Video, Rentals and custom Installations, Frontier continues to expand into new territory and deliver only the very best to all its customers.</div>\r\n<div></div>\r\n<div>From all of us at Frontier, Welcome to Frontier Sound and Light.</div>\r\n</div>\r\n<div>\r\n<div> <var id=\"yiv781980846yui-ie-cursor\"></var></div>\r\n<div>Let us help you reach new horizons...</div>\r\n</div>', 'History', '', 'inherit', 'open', 'open', '', '756-revision-v1', '', '', '2013-02-11 21:43:45', '2013-02-11 21:43:45', '', 756, 'http://www.fslcorporate.com/site/756-revision-5/', 0, 'revision', '', 0),
(841, 1, '2013-02-11 21:45:48', '2013-02-11 21:45:48', '<h2><span style=\"color: #333399;\">Our History</span></h2>\r\nIn 1995, Mike Kerwin and Zeke Myers founded Limit Records in Newmarket, Ontario with the ideology that musicians and clients come first...\r\n\r\nFrom these humble beginnings, Mike and Zeke eventually formed Frontier Sound and Light, to meet the needs of their rapidly growing business and client list, built up from years of dedication and hard work.\r\n\r\nIn the years that followed, Mike and Zeke expanded their interests, to include corporate clientele, to compliment the already established rock and roll roster they and their team had successfully acquired.\r\nToday, Frontier has grown and matured into a multi faceted Sound and Lighting company that caters to both their rock and roll clients, and their corporate clients, with the same dedication and constant professionalism expected from everyone at Frontier.\r\nFrom Professional Audio and Lighting touring packages, Corporate Showcases, Staging and Video, Rentals and custom Installations, Frontier continues to expand into new territory and deliver only the very best to all its customers.\r\n\r\nFrom all of us at Frontier, Welcome to Frontier Sound and Light.\r\n\r\nLet us help you reach new horizons...', 'History', '', 'inherit', 'open', 'open', '', '756-revision-v1', '', '', '2013-02-11 21:45:48', '2013-02-11 21:45:48', '', 756, 'http://www.fslcorporate.com/site/756-revision-8/', 0, 'revision', '', 0),
(842, 1, '2013-02-11 20:49:04', '2013-02-11 20:49:04', '<h2><span style=\"color: #333399;\">Clients:</span></h2>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last] [one_fifth][responsive]<a title=\"Universal Music\" href=\"UniversalMusic.jpg\" target=\"_blank\"><img alt=\"UniversalMusic.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/UniversalMusic.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive] <a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a> [/responsive][/one_fifth] [one_fifth_last][responsive] <a title=\"Phaff Motors\" href=\"http://www.pfaffauto.com/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-788\" alt=\"PHAFF LOGO\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/PHAFF-LOGO.png\" width=\"120\" height=\"26\" /></a> [/responsive][/one_fifth_last]</p>\r\n Please view the gallery below for examples of what Frontier can do.\r\n\r\n[new_royalslider id=\"7\"]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2><span style=\"color: #333399;\">Events:</span></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sausagefest / Toronto Waterfront Blues Festival /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Talent:</span></h2>\r\nFinger Eleven / Sheep Dogs / Dead Mouse / City and Colour /Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half] [one_half_last]<span style=\"color: #808080;\">Testimonial coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-97', '', '', '2013-02-11 20:49:04', '2013-02-11 20:49:04', '', 276, 'http://www.fslcorporate.com/site/276-revision-97/', 0, 'revision', '', 0),
(844, 1, '2013-02-11 22:00:23', '2013-02-11 22:00:23', '<h3><span style=\"color: #333399;\">Our Service</span></h3>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur Account Managers will help you tailor your equipment needs to an exact fit for your show.\r\nOur technician\'s are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nWe provide Audio, Lighting, Staging, Video and Custom Installations along with Rentals as Services for all our clients.\r\n<h3><span style=\"color: #333399; font-size: 1.5em;\">Our Value</span></h3>\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.  This allows for competitive pricing and a focused team that are dedicated to your project.  At Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<h3><span style=\"color: #333399; font-size: 1.5em;\">Our Experience</span></h3>\r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, or an intimate presentation for a select few, Frontier Sound and Light will supply the right system and personnel that suits all your needs.\r\nSince 1995 Frontier has been and is a definite sound choice.\r\n\r\n&nbsp;', 'About', '', 'inherit', 'open', 'open', '', '264-revision-57', '', '', '2013-02-11 22:00:23', '2013-02-11 22:00:23', '', 264, 'http://www.fslcorporate.com/site/264-revision-57/', 0, 'revision', '', 0),
(845, 1, '2013-02-11 22:03:11', '2013-02-11 22:03:11', '<h2><span style=\"color: #333399;\">Our Service</span></h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur Account Managers will help you tailor your equipment needs to an exact fit for your show.\r\nOur technician\'s are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nWe provide Audio, Lighting, Staging, Video and Custom Installations along with Rentals as Services for all our clients.\r\n<h3><span style=\"color: #333399; font-size: 1.5em;\">Our Value</span></h3>\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.  This allows for competitive pricing and a focused team that are dedicated to your project.  At Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<h3><span style=\"color: #333399; font-size: 1.5em;\">Our Experience</span></h3>\r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, or an intimate presentation for a select few, Frontier Sound and Light will supply the right system and personnel that suits all your needs.\r\nSince 1995 Frontier has been and is a definite sound choice.\r\n\r\n&nbsp;', 'About', '', 'inherit', 'open', 'open', '', '264-revision-58', '', '', '2013-02-11 22:03:11', '2013-02-11 22:03:11', '', 264, 'http://www.fslcorporate.com/site/264-revision-58/', 0, 'revision', '', 0),
(846, 1, '2013-02-11 22:04:05', '2013-02-11 22:04:05', '<h2><span style=\"color: #333399;\">Our Service</span></h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur Account Managers will help you tailor your equipment needs to an exact fit for your show.\r\nOur technician\'s are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nWe provide Audio, Lighting, Staging, Video and Custom Installations along with Rentals as Services for all our clients.\r\n<h3><span style=\"color: #333399; font-size: 1.5em;\">Our Value</span></h3>\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.  This allows for competitive pricing and a focused team that are dedicated to your project.  At Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<h3><span style=\"color: #333399; font-size: 1.5em;\">Our Experience</span></h3>\r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, or an intimate presentation for a select few, Frontier Sound and Light will supply the right system and personnel that suits all your needs.\r\nSince 1995 Frontier has been and is a definite sound choice.\r\n\r\n&nbsp;', 'About', '', 'inherit', 'open', 'open', '', '264-revision-59', '', '', '2013-02-11 22:04:05', '2013-02-11 22:04:05', '', 264, 'http://www.fslcorporate.com/site/264-revision-59/', 0, 'revision', '', 0),
(848, 1, '2013-02-11 22:15:45', '2013-02-11 22:15:45', '', 'cbc', '', 'inherit', 'open', 'open', '', 'cbc', '', '', '2013-02-11 22:15:45', '2013-02-11 22:15:45', '', 276, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/cbc.png', 0, 'attachment', 'image/png', 0),
(849, 1, '2013-02-11 21:48:54', '2013-02-11 21:48:54', '<h2><span style=\"color: #333399;\">Clients:</span></h2>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last] [one_fifth][responsive]<a title=\"Universal Music\" href=\"UniversalMusic.jpg\" target=\"_blank\"><img alt=\"UniversalMusic.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/UniversalMusic.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive] <a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a> [/responsive][/one_fifth] [one_fifth_last][responsive] <a title=\"Phaff Motors\" href=\"http://www.pfaffauto.com/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-788\" alt=\"PHAFF LOGO\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/PHAFF-LOGO.png\" width=\"120\" height=\"26\" /></a> [/responsive][/one_fifth_last]</p>\r\n Please view the gallery below for examples of what Frontier can do.\r\n\r\n[new_royalslider id=\"7\"]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2><span style=\"color: #333399;\">Events:</span></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sausagefest / Toronto Waterfront Blues Festival /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Talent:</span></h2>\r\nSheep Dogs / Dead Mouse / City and Colour /Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero / Finger Eleven /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half] [one_half_last]<span style=\"color: #808080;\">Testimonial coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-98', '', '', '2013-02-11 21:48:54', '2013-02-11 21:48:54', '', 276, 'http://www.fslcorporate.com/site/276-revision-98/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(850, 1, '2013-02-11 22:16:23', '2013-02-11 22:16:23', '<h2><span style=\"color: #333399;\">Clients:</span></h2>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last] [one_fifth][responsive]<a title=\"Universal Music\" href=\"UniversalMusic.jpg\" target=\"_blank\"><img alt=\"UniversalMusic.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/UniversalMusic.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive] <a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a> [/responsive][/one_fifth] [one_fifth][responsive] <a title=\"Phaff Motors\" href=\"http://www.pfaffauto.com/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-788\" alt=\"PHAFF LOGO\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/PHAFF-LOGO.png\" width=\"120\" height=\"26\" /></a> [/responsive][/one_fifth] [one_fifth_last][responsive]  <a title=\"CBC\" href=\"http://www.cbc.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-848\" alt=\"cbc\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/cbc.png\" width=\"54\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n Please view the gallery below for examples of what Frontier can do.\r\n\r\n[new_royalslider id=\"7\"]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2><span style=\"color: #333399;\">Events:</span></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sausagefest / Toronto Waterfront Blues Festival /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Talent:</span></h2>\r\nSheep Dogs / Dead Mouse / City and Colour /Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero / Finger Eleven /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half] [one_half_last]<span style=\"color: #808080;\">Testimonial coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-99', '', '', '2013-02-11 22:16:23', '2013-02-11 22:16:23', '', 276, 'http://www.fslcorporate.com/site/276-revision-99/', 0, 'revision', '', 0),
(851, 1, '2013-02-11 22:16:46', '2013-02-11 22:16:46', '<h2><span style=\"color: #333399;\">Clients:</span></h2>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last] [one_fifth][responsive]<a title=\"Universal Music\" href=\"UniversalMusic.jpg\" target=\"_blank\"><img alt=\"UniversalMusic.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/UniversalMusic.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive] <a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a> [/responsive][/one_fifth] [one_fifth][responsive] <a title=\"Phaff Motors\" href=\"http://www.pfaffauto.com/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-788\" alt=\"PHAFF LOGO\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/PHAFF-LOGO.png\" width=\"120\" height=\"26\" /></a> [/responsive][/one_fifth] [one_fifth_last][responsive]  <a title=\"CBC\" href=\"http://www.cbc.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-848\" alt=\"cbc\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/cbc.png\" width=\"54\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: left;\"> Please view the gallery below for examples of what Frontier can do.</p>\r\n[new_royalslider id=\"7\"]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2><span style=\"color: #333399;\">Events:</span></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sausagefest / Toronto Waterfront Blues Festival /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Talent:</span></h2>\r\nSheep Dogs / Dead Mouse / City and Colour /Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero / Finger Eleven /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half] [one_half_last]<span style=\"color: #808080;\">Testimonial coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-100', '', '', '2013-02-11 22:16:46', '2013-02-11 22:16:46', '', 276, 'http://www.fslcorporate.com/site/276-revision-100/', 0, 'revision', '', 0),
(852, 1, '2013-02-11 22:17:02', '2013-02-11 22:17:02', '<h2><span style=\"color: #333399;\">Clients:</span></h2>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last] [one_fifth][responsive]<a title=\"Universal Music\" href=\"UniversalMusic.jpg\" target=\"_blank\"><img alt=\"UniversalMusic.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/UniversalMusic.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive] <a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a> [/responsive][/one_fifth] [one_fifth][responsive] <a title=\"Phaff Motors\" href=\"http://www.pfaffauto.com/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-788\" alt=\"PHAFF LOGO\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/PHAFF-LOGO.png\" width=\"120\" height=\"26\" /></a> [/responsive][/one_fifth] [one_fifth_last][responsive] <a title=\"CBC\" href=\"http://www.cbc.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-848\" alt=\"cbc\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/cbc.png\" width=\"54\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: left;\"> Please view the gallery below for examples of what Frontier can do.</p>\r\n[new_royalslider id=\"7\"]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2><span style=\"color: #333399;\">Events:</span></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sausagefest / Toronto Waterfront Blues Festival /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Talent:</span></h2>\r\nSheep Dogs / Dead Mouse / City and Colour /Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero / Finger Eleven /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half] [one_half_last]<span style=\"color: #808080;\">Testimonial coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-101', '', '', '2013-02-11 22:17:02', '2013-02-11 22:17:02', '', 276, 'http://www.fslcorporate.com/site/276-revision-101/', 0, 'revision', '', 0),
(853, 1, '2013-02-11 22:17:10', '2013-02-11 22:17:10', '<h2><span style=\"color: #333399;\">Clients:</span></h2>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last] [one_fifth][responsive]<a title=\"Universal Music\" href=\"UniversalMusic.jpg\" target=\"_blank\"><img alt=\"UniversalMusic.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/UniversalMusic.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive] <a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a> [/responsive][/one_fifth] [one_fifth][responsive] <a title=\"Phaff Motors\" href=\"http://www.pfaffauto.com/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-788\" alt=\"PHAFF LOGO\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/PHAFF-LOGO.png\" width=\"120\" height=\"26\" /></a> [/responsive][/one_fifth] [one_fifth_last][responsive] <a title=\"CBC\" href=\"http://www.cbc.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-848\" alt=\"cbc\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/cbc.png\" width=\"54\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: left;\"> Please view the gallery below for examples of what Frontier can do.</p>\r\n[new_royalslider id=\"7\"]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2><span style=\"color: #333399;\">Events:</span></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sausagefest / Toronto Waterfront Blues Festival /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Talent:</span></h2>\r\nSheep Dogs / Dead Mouse / City and Colour /Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero / Finger Eleven /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half] [one_half_last]<span style=\"color: #808080;\">Testimonial coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-102', '', '', '2013-02-11 22:17:10', '2013-02-11 22:17:10', '', 276, 'http://www.fslcorporate.com/site/276-revision-102/', 0, 'revision', '', 0),
(854, 1, '2013-02-11 22:20:42', '2013-02-11 22:20:42', '', 'Gathering for the opening', '', 'inherit', 'open', 'open', '', 'gathering-for-the-opening', '', '', '2013-02-11 22:20:42', '2013-02-11 22:20:42', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Gathering-for-the-opening.jpg', 0, 'attachment', 'image/jpeg', 0),
(855, 1, '2013-02-11 22:20:44', '2013-02-11 22:20:44', '', 'History of Pfaff Video', '', 'inherit', 'open', 'open', '', 'history-of-pfaff-video', '', '', '2013-02-11 22:20:44', '2013-02-11 22:20:44', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/History-of-Pfaff-Video.jpg', 0, 'attachment', 'image/jpeg', 0),
(856, 1, '2013-02-11 22:20:46', '2013-02-11 22:20:46', '', 'LED Lights on the 2013 Allroad', '', 'inherit', 'open', 'open', '', 'led-lights-on-the-2013-allroad', '', '', '2013-02-11 22:20:46', '2013-02-11 22:20:46', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/LED-Lights-on-the-2013-Allroad.jpg', 0, 'attachment', 'image/jpeg', 0),
(857, 1, '2013-02-11 22:20:49', '2013-02-11 22:20:49', '', 'The incredible showroom', '', 'inherit', 'open', 'open', '', 'the-incredible-showroom', '', '', '2013-02-11 22:20:49', '2013-02-11 22:20:49', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/02/The-incredible-showroom.jpg', 0, 'attachment', 'image/jpeg', 0),
(858, 1, '2013-02-11 21:46:31', '2013-02-11 21:46:31', '<h2><span style=\"color: #333399;\">Our History</span></h2>\r\nIn 1995, Mike Kerwin and Zeke Myers founded Limit Records in Newmarket, Ontario with the ideology that musicians and clients come first...\r\n\r\nFrom these humble beginnings, Mike and Zeke eventually formed Frontier Sound and Light, to meet the needs of their rapidly growing business and client list, built up from years of dedication and hard work.\r\n\r\nIn the years that followed, Mike and Zeke expanded their interests, to include corporate clientele, to compliment the already established rock and roll roster they and their team had successfully acquired.\r\nToday, Frontier has grown and matured into a multi faceted Sound and Lighting company that caters to both their rock and roll clients, and their corporate clients, with the same dedication and constant professionalism expected from everyone at Frontier.\r\nFrom Professional Audio and Lighting touring packages, Corporate Showcases, Staging and Video, Rentals and custom Installations, Frontier continues to expand into new territory and deliver only the very best to all its customers.\r\n\r\nFrom all of us at Frontier,\r\n\r\nWelcome to Frontier Sound and Light.\r\n\r\nLet us help you reach new horizons...', 'History', '', 'inherit', 'open', 'open', '', '756-revision-v1', '', '', '2013-02-11 21:46:31', '2013-02-11 21:46:31', '', 756, 'http://www.fslcorporate.com/site/756-revision-9/', 0, 'revision', '', 0),
(859, 1, '2013-02-11 21:42:56', '2013-02-11 21:42:56', '<h2></h2>\r\n<h3><span style=\"color: #333399;\">LIGHTING:</span></h3>\r\nWe provide an outstanding selection of lighting options for your event.\r\nWe can provide all manner of lights; from Moving fixtures, to conventional PAR cans, LED lighting, various truss sizes, blinders, Lekos, and spotlights.\r\nPlease contact one of our Account Managers for further information.  Please view the gallery below for examples of what Frontier can do.\r\n[new_royalslider id=\"4\"]\r\n<h3><span style=\"color: #333399;\">AUDIO:</span></h3>\r\nWe can provide the perfect audio set up you require for any event, regardless of size or budget.\r\n\r\nWhether it is a small intimate gathering for a presentation, or a large indoor/outdoor concert, we at Frontier Sound and Light have the audio equipment to meet your exact needs.\r\n\r\nWe carry High End Line Array, Conventional trapezoidal 2 and 3 way speaker enclosures, Powered speakers, Digital and Analogue mixing consoles, Monitors for stage performers, Amplification and power distribution for all our equipment, stage boxes, stage splitters, and of course a large selection of Sennheiser microphones.\r\n\r\nPlease view the gallery below for examples of what Frontier can do.\r\n\r\n[new_royalslider id=\"5\"]\r\n\r\n&nbsp;\r\n<h3><span style=\"color: #333399;\">STAGING:</span></h3>\r\nWe can provide your event any staging solution you may require.\r\nWe can provide stages as small as 8\' x 8\' for podium speeches, up to large 60\' x 40\' by 6\' concert stage for arenas and outdoor festivals. We can do truss and scaffold towers, design and implementation.\r\nPlease contact one of our Account Managers for more information.\r\n<h3><span style=\"color: #333399;\">VIDEO:</span></h3>\r\nWe have a wide variety of Projectors, screens, cameras, media servers, video switchers, monitors and more.  Please contact one of our Account Managers for complete details and listings on the various video and screen components we have in stock.\r\n<h3 style=\"display: inline !important;\"><span style=\"color: #333399;\">INSTALLATIONS</span></h3>\r\nFrontier can help you with any size Installation, whether it be for a small club that requires a compact audio, and lighting system, with video playback, to Arena sized custom installations requiring multiple speakers zones.\r\nNo matter what your size, and budget, Frontier will help you realize your goals at a affordable, competitive price.\r\nPlease contact one of our Account Managers via Phone or email to discuss the many options we at Frontier can offer you and your project.\r\n<h3><span style=\"color: #333399;\">RENTALS:</span></h3>\r\nAll our inventory is available for rental, whether it be for a day, a week or long term.\r\nPlease contact one of our Account Managers via phone or email, for further info on ALL rental packaging, pricing and discounts.\r\n\r\nPlease view the gallery below for examples of what Frontier can do.\r\n[new_royalslider id=\"6\"]', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-64', '', '', '2013-02-11 21:42:56', '2013-02-11 21:42:56', '', 270, 'http://www.fslcorporate.com/site/270-revision-64/', 0, 'revision', '', 0),
(860, 1, '2013-02-11 22:04:56', '2013-02-11 22:04:56', '<h2><span style=\"color: #333399;\">Our Service</span></h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur Account Managers will help you tailor your equipment needs to an exact fit for your show.\r\nOur technician\'s are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nWe provide Audio, Lighting, Staging, Video and Custom Installations along with Rentals as Services for all our clients.\r\n<h3><span style=\"font-size: 1.5em; color: #333399;\">Our Value</span></h3>\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.  This allows for competitive pricing and a focused team that are dedicated to your project.  At Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<h3><span style=\"font-size: 1.5em; color: #333399;\">Our Experience</span></h3>\r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, or an intimate presentation for a select few, Frontier Sound and Light will supply the right system and personnel that suits all your needs.\r\nSince 1995 Frontier has been and is a definite sound choice.\r\n\r\n&nbsp;', 'About', '', 'inherit', 'open', 'open', '', '264-revision-60', '', '', '2013-02-11 22:04:56', '2013-02-11 22:04:56', '', 264, 'http://www.fslcorporate.com/site/264-revision-60/', 0, 'revision', '', 0),
(862, 1, '2013-02-03 11:38:47', '2013-02-03 11:38:47', '<p style=\"text-align: left;\">Our Clients:</p>\r\n<p style=\"text-align: right;\">[one_sixth][responsive]<a title=\"Audi Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_sixth] [one_sixth][responsive]<a title=\"RED BULL\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_sixth] [one_sixth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_sixth] [one_sixth][responsive]<a title=\"Coca Cola\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_sixth][one_sixth][responsive]<a title=\"Q107\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_sixth][one_sixth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.fslcorporate.com/site/clients/\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_sixth_last]</p>', 'Homepage', '', 'inherit', 'open', 'open', '', '57-revision-v1', '', '', '2013-02-03 11:38:47', '2013-02-03 11:38:47', '', 57, 'http://www.fslcorporate.com/site/57-revision-57/', 0, 'revision', '', 0),
(865, 1, '2013-07-13 14:55:40', '2013-07-13 14:55:40', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\n\r\n<iframe src=\"http://maps.google.ca/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"400\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A\" target=\"_blank\">View Larger Map</a></small>\r\n\r\nCONTACT OUR TEAM:\r\n\r\n<strong>\r\nMichael Kerwin:\r\n</strong>Technical Director\r\nSenior Account Manager\r\n<em><em><a href=\"mailto:mike@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">mike@frontiersoundandlight.com</a>\r\n</em></em>\r\n\r\n&nbsp;\r\n\r\n<strong>Stuart Evans:\r\n</strong>Logistics Director\r\n<em id=\"__mceDel\">Account Manager\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:stuart@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">stuart@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em></em>\r\n\r\n&nbsp;\r\n\r\n<strong>Anthony Gravis:\r\n</strong>Operations Director\r\nAccount Manager<em id=\"__mceDel\"><em id=\"__mceDel\">\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:anthony@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">anthony@frontiersoundandlight.com</a></em></em></em></em>\r\n\r\n<em id=\"__mceDel\"> </em>\r\n\r\n<strong>Tyler Ayers:\r\n</strong>Administration\r\n<a href=\"mailto:tyler@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">tyler@frontiersoundandlight.com</a>\r\n\r\n&nbsp;\r\n\r\n<strong>Mike Gear:\r\n</strong>Shop Manager\r\n<a href=\"mailto:todd@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">shop@frontiersoundandlight.com</a>\r\n\r\n&nbsp;\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-07-13 14:55:40', '2013-07-13 14:55:40', '', 182, 'http://www.fslcorporate.com/site/182-revision-84/', 0, 'revision', '', 0),
(866, 1, '2013-07-13 14:56:24', '2013-07-13 14:56:24', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\n\r\n<iframe src=\"http://maps.google.ca/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"400\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A\" target=\"_blank\">View Larger Map</a></small>\r\n\r\nCONTACT OUR TEAM:\r\n\r\n<strong>\r\nMichael Kerwin:\r\n</strong>Technical Director\r\nSenior Account Manager\r\n<em><em><a href=\"mailto:mike@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">mike@frontiersoundandlight.com</a>\r\n</em></em>\r\n<strong>Stuart Evans:\r\n</strong>Logistics Director\r\n<em id=\"__mceDel\"><em id=\"__mceDel\">Account Manager\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:stuart@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">stuart@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em></em></em></em></em>\r\n\r\n&nbsp;\r\n\r\n<strong>Anthony Gravis:\r\n</strong>Operations Director\r\nAccount Manager<em id=\"__mceDel\"><em id=\"__mceDel\">\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:anthony@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">anthony@frontiersoundandlight.com</a></em></em></em></em>\r\n\r\n<em id=\"__mceDel\"> </em>\r\n\r\n<strong>Tyler Ayers:\r\n</strong>Administration\r\n<a href=\"mailto:tyler@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">tyler@frontiersoundandlight.com</a>\r\n\r\n&nbsp;\r\n\r\n<strong>Mike Gear:\r\n</strong>Shop Manager\r\n<a href=\"mailto:todd@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">shop@frontiersoundandlight.com</a>\r\n\r\n&nbsp;\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-07-13 14:56:24', '2013-07-13 14:56:24', '', 182, 'http://www.fslcorporate.com/site/182-revision-85/', 0, 'revision', '', 0),
(867, 1, '2013-07-13 14:57:32', '2013-07-13 14:57:32', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\n\r\n<iframe src=\"http://maps.google.ca/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"400\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A\" target=\"_blank\">View Larger Map</a></small>\r\n\r\nCONTACT OUR TEAM:\r\n\r\n<strong>\r\nMichael Kerwin:\r\n</strong>Technical Director\r\nSenior Account Manager\r\n<em><em><a href=\"mailto:mike@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">mike@frontiersoundandlight.com</a>\r\n</em></em>\r\n<strong>Stuart Evans:\r\n</strong>Logistics Director\r\nAccount Manager\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:stuart@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">stuart@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em>\r\n<strong>Anthony Gravis:\r\n</strong><em id=\"__mceDel\"><em id=\"__mceDel\">Operations Director\r\n<em id=\"__mceDel\">Account Manager\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:anthony@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">anthony@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em>\r\n\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:anthony@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">\r\n</a><em id=\"__mceDel\" style=\"color: #333333;\"><strong>Tyler Ayers:\r\n</strong></em></em></em></em></em></em></em></em></em><em id=\"__mceDel\">Administration\r\n<em id=\"__mceDel\"><a href=\"mailto:tyler@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">tyler@frontiersoundandlight.com</a></em></em>\r\n<strong>Mike Gear:\r\n</strong>Shop Manager\r\n<a href=\"mailto:todd@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">shop@frontiersoundandlight.com</a>\r\n\r\n&nbsp;\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-07-13 14:57:32', '2013-07-13 14:57:32', '', 182, 'http://www.fslcorporate.com/site/182-revision-86/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(869, 1, '2013-07-13 14:58:32', '2013-07-13 14:58:32', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\n\r\n<iframe src=\"http://maps.google.ca/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"400\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A\" target=\"_blank\">View Larger Map</a></small>\r\n\r\nCONTACT OUR TEAM:\r\n\r\n<strong>\r\nMichael Kerwin:\r\n</strong>Technical Director\r\nSenior Account Manager\r\n<em><em><a href=\"mailto:mike@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">mike@frontiersoundandlight.com</a>\r\n</em></em>\r\n<strong>Stuart Evans:\r\n</strong>Logistics Director\r\nAccount Manager\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:stuart@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">stuart@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em>\r\n<strong>Anthony Gravis:</strong>\r\n<em id=\"__mceDel\"><em id=\"__mceDel\">Operations Director\r\n<em id=\"__mceDel\">Account Manager\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:anthony@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">anthony@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em>\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><strong>Tyler Ayers:\r\n</strong><em id=\"__mceDel\">Administration\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:tyler@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">tyler@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em></em></em></em></em>\r\n<strong>Mike Gear:\r\n</strong>Shop Manager\r\n<a href=\"mailto:todd@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">shop@frontiersoundandlight.com</a>\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-07-13 14:58:32', '2013-07-13 14:58:32', '', 182, 'http://www.fslcorporate.com/site/182-revision-88/', 0, 'revision', '', 0),
(868, 1, '2013-07-13 14:57:53', '2013-07-13 14:57:53', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\n\r\n<iframe src=\"http://maps.google.ca/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"400\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A\" target=\"_blank\">View Larger Map</a></small>\r\n\r\nCONTACT OUR TEAM:\r\n\r\n<strong>\r\nMichael Kerwin:\r\n</strong>Technical Director\r\nSenior Account Manager\r\n<em><em><a href=\"mailto:mike@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">mike@frontiersoundandlight.com</a>\r\n</em></em>\r\n<strong>Stuart Evans:\r\n</strong>Logistics Director\r\nAccount Manager\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:stuart@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">stuart@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em>\r\n<strong>Anthony Gravis:\r\n</strong><em id=\"__mceDel\"><em id=\"__mceDel\">Operations Director\r\n<em id=\"__mceDel\">Account Manager\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:anthony@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">anthony@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em>\r\n\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:anthony@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">\r\n</a><em id=\"__mceDel\" style=\"color: #333333;\"><strong>Tyler Ayers:\r\n</strong></em></em></em></em></em></em></em></em></em><em id=\"__mceDel\">Administration\r\n<em id=\"__mceDel\"><a href=\"mailto:tyler@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">tyler@frontiersoundandlight.com</a></em></em>\r\n<strong>Mike Gear:</strong>\r\nShop Manager\r\n<a href=\"mailto:todd@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">shop@frontiersoundandlight.com</a>\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-07-13 14:57:53', '2013-07-13 14:57:53', '', 182, 'http://www.fslcorporate.com/site/182-revision-87/', 0, 'revision', '', 0),
(870, 1, '2013-07-13 14:58:53', '2013-07-13 14:58:53', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\n\r\n<iframe src=\"http://maps.google.ca/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"400\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A\" target=\"_blank\">View Larger Map</a></small>\r\n\r\nCONTACT OUR TEAM:\r\n\r\n<strong>\r\nMichael Kerwin:\r\n</strong>Technical Director\r\nSenior Account Manager\r\n<em><em><a href=\"mailto:mike@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">mike@frontiersoundandlight.com</a>\r\n</em></em>\r\n<strong>Stuart Evans:\r\n</strong>Logistics Director\r\nAccount Manager\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:stuart@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">stuart@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em>\r\n\r\n<strong>Anthony Gravis:</strong>\r\n<em id=\"__mceDel\"><em id=\"__mceDel\">Operations Director\r\n<em id=\"__mceDel\">Account Manager\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:anthony@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">anthony@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em>\r\n\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><strong>Tyler Ayers:</strong></em></em></em></em></em></em></em></em></em>\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\">Administration\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:tyler@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">tyler@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em></em></em></em></em>\r\n\r\n<strong>Mike Gear:</strong>\r\nShop Manager\r\n<a href=\"mailto:todd@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">shop@frontiersoundandlight.com</a>\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-07-13 14:58:53', '2013-07-13 14:58:53', '', 182, 'http://www.fslcorporate.com/site/182-revision-89/', 0, 'revision', '', 0),
(871, 1, '2013-07-13 14:59:09', '2013-07-13 14:59:09', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\n\r\n<iframe src=\"http://maps.google.ca/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"400\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A\" target=\"_blank\">View Larger Map</a></small>\r\n\r\nCONTACT OUR TEAM:\r\n\r\n<strong>\r\nMichael Kerwin:\r\n</strong>Technical Director\r\nSenior Account Manager\r\n<em><em><a href=\"mailto:mike@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">mike@frontiersoundandlight.com</a></em></em>\r\n\r\n<strong>Stuart Evans:</strong>\r\nLogistics Director\r\nAccount Manager\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:stuart@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">stuart@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em>\r\n\r\n<strong>Anthony Gravis:</strong>\r\n<em id=\"__mceDel\"><em id=\"__mceDel\">Operations Director\r\n<em id=\"__mceDel\">Account Manager\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:anthony@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">anthony@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em>\r\n\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><strong>Tyler Ayers:</strong></em></em></em></em></em></em></em></em></em>\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\">Administration\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:tyler@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">tyler@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em></em></em></em></em>\r\n\r\n<strong>Mike Gear:</strong>\r\nShop Manager\r\n<a href=\"mailto:todd@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">shop@frontiersoundandlight.com</a>\r\n\r\n[separator headline=\"h1, h2, h3, h4, h5, h6\" title=\"<strong>Employment Opportunities</strong>\"]\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-07-13 14:59:09', '2013-07-13 14:59:09', '', 182, 'http://www.fslcorporate.com/site/182-revision-90/', 0, 'revision', '', 0),
(872, 1, '2013-02-11 22:17:29', '2013-02-11 22:17:29', '<h2><span style=\"color: #333399;\">Clients:</span></h2>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last] [one_fifth][responsive]<a title=\"Universal Music\" href=\"UniversalMusic.jpg\" target=\"_blank\"><img alt=\"UniversalMusic.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/UniversalMusic.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive] <a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a> [/responsive][/one_fifth] [one_fifth][responsive] <a title=\"Phaff Motors\" href=\"http://www.pfaffauto.com/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-788\" alt=\"PHAFF LOGO\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/PHAFF-LOGO.png\" width=\"120\" height=\"26\" /></a> [/responsive][/one_fifth][one_fifth_last][responsive] <a title=\"CBC\" href=\"http://www.cbc.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-848\" alt=\"cbc\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/cbc.png\" width=\"54\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: left;\"> Please view the gallery below for examples of what Frontier can do.</p>\r\n[new_royalslider id=\"7\"]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2><span style=\"color: #333399;\">Events:</span></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sausagefest / Toronto Waterfront Blues Festival /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Talent:</span></h2>\r\nSheep Dogs / Dead Mouse / City and Colour /Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero / Finger Eleven /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half] [one_half_last]<span style=\"color: #808080;\">Testimonial coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-103', '', '', '2013-02-11 22:17:29', '2013-02-11 22:17:29', '', 276, 'http://www.fslcorporate.com/site/276-revision-103/', 0, 'revision', '', 0),
(873, 1, '2013-02-11 22:22:47', '2013-02-11 22:22:47', '<h2><span style=\"color: #333399;\">Our History</span></h2>\r\nIn 1995, Mike Kerwin and Zeke Myers founded Limit Records in Newmarket, Ontario with the ideology that musicians and clients come first...\r\n\r\nFrom these humble beginnings, Mike and Zeke eventually formed Frontier Sound and Light, to meet the needs of their rapidly growing business and client list, built up from years of dedication and hard work.\r\n\r\nIn the years that followed, Mike and Zeke expanded their interests, to include corporate clientele, to compliment the already established rock and roll roster they and their team had successfully acquired.\r\nToday, Frontier has grown and matured into a multi faceted Sound and Lighting company that caters to both their rock and roll clients, and their corporate clients, with the same dedication and constant professionalism expected from everyone at Frontier.\r\nFrom Professional Audio and Lighting touring packages, Corporate Showcases, Staging and Video, Rentals and custom Installations, Frontier continues to expand into new territory and deliver only the very best to all its customers.\r\n\r\nFrom all of us at Frontier,\r\n\r\nWelcome to Frontier Sound and Light.\r\n\r\nLet us help you reach new horizons...', 'History', '', 'inherit', 'open', 'open', '', '756-revision-v1', '', '', '2013-02-11 22:22:47', '2013-02-11 22:22:47', '', 756, 'http://www.fslcorporate.com/site/756-revision-10/', 0, 'revision', '', 0),
(876, 1, '2013-02-11 22:23:18', '2013-02-11 22:23:18', '<h2></h2>\r\n<h3><span style=\"color: #333399;\">LIGHTING:</span></h3>\r\nWe provide an outstanding selection of lighting options for your event.\r\nWe can provide all manner of lights; from Moving fixtures, to conventional PAR cans, LED lighting, various truss sizes, blinders, Lekos, and spotlights.\r\nPlease contact one of our Account Managers for further information.  Please view the gallery below for examples of what Frontier can do.\r\n[new_royalslider id=\"4\"]\r\n<h3><span style=\"color: #333399;\">AUDIO:</span></h3>\r\nWe can provide the perfect audio set up you require for any event, regardless of size or budget.\r\n\r\nWhether it is a small intimate gathering for a presentation, or a large indoor/outdoor concert, we at Frontier Sound and Light have the audio equipment to meet your exact needs.\r\n\r\nWe carry High End Line Array, Conventional trapezoidal 2 and 3 way speaker enclosures, Powered speakers, Digital and Analogue mixing consoles, Monitors for stage performers, Amplification and power distribution for all our equipment, stage boxes, stage splitters, and of course a large selection of Sennheiser microphones.\r\n\r\nPlease view the gallery below for examples of what Frontier can do.\r\n\r\n[new_royalslider id=\"5\"]\r\n\r\n&nbsp;\r\n<h3><span style=\"color: #333399;\">STAGING:</span></h3>\r\nWe can provide your event any staging solution you may require.\r\nWe can provide stages as small as 8\' x 8\' for podium speeches, up to large 60\' x 40\' by 6\' concert stage for arenas and outdoor festivals. We can do truss and scaffold towers, design and implementation.\r\nPlease contact one of our Account Managers for more information.\r\n<h3><span style=\"color: #333399;\">VIDEO:</span></h3>\r\nWe have a wide variety of Projectors, screens, cameras, media servers, video switchers, monitors and more. Please contact one of our Account Managers for complete details and listings on the various video and screen components we have in stock.\r\n<h3 style=\"display: inline !important;\"><span style=\"color: #333399;\">INSTALLATIONS:</span></h3>\r\nFrontier can help you with any size Installation, whether it be for a small club that requires a compact audio, and lighting system, with video playback, to Arena sized custom installations requiring multiple speakers zones.\r\nNo matter what your size, and budget, Frontier will help you realize your goals at a affordable, competitive price.\r\nPlease contact one of our Account Managers via Phone or email to discuss the many options we at Frontier can offer you and your project.\r\n<h3><span style=\"color: #333399;\">RENTALS:</span></h3>\r\nAll our inventory is available for rental, whether it be for a day, a week or long term.\r\nPlease contact one of our Account Managers via phone or email, for further info on ALL rental packaging, pricing and discounts.\r\n\r\nPlease view the gallery below for examples of what Frontier can do.\r\n[new_royalslider id=\"6\"]', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-65', '', '', '2013-02-11 22:23:18', '2013-02-11 22:23:18', '', 270, 'http://www.fslcorporate.com/site/270-revision-65/', 0, 'revision', '', 0),
(875, 1, '2013-07-13 15:10:22', '2013-07-13 15:10:22', '<h2><span style=\"color: #333399;\">Our History</span></h2>\r\n&nbsp;\r\n<div id=\"yui_3_7_2_1_1373724298387_3048\">In 1998, Frontier Sound &amp; Light was founded to service live music events with the ideology that artists, clients, and audiences come first.Through dedication and hard work, Frontier expanded with an ever growing client list, and broadened its interests to include corporate clientele.\r\n\r\nToday Frontier has grown into a multifaceted full service production provider that caters to both live music and corporate clients with the same constant dedication and professionalism expected from a world class company.   Frontier now works as a production supplier for promoters, event planners, and brands on a variety of live event strategies and engagements.\r\n\r\nFrom professional audio and lighting touring packages, to corporate show cases, stage and video rentals, and installations, Frontier continues to expand into new territory and deliver only the very best to its clients, artists, and audiences.\r\n\r\nWelcome to Frontier Sound &amp; Light\r\n\r\nLet us help you reach new horizons.\r\n\r\n</div>', 'History', '', 'inherit', 'open', 'open', '', '756-revision-v1', '', '', '2013-07-13 15:10:22', '2013-07-13 15:10:22', '', 756, 'http://www.fslcorporate.com/site/756-revision-12/', 0, 'revision', '', 0),
(874, 1, '2013-07-13 15:09:58', '2013-07-13 15:09:58', '<h2><span style=\"color: #333399;\">Our History</span></h2>\r\n&nbsp;\r\n<div id=\"yui_3_7_2_1_1373724298387_3048\">In 1998, Frontier Sound &amp; Light was founded to service live music events with the ideology that artists, clients, and audiences come first.\r\n\r\nThrough dedication and hard work, Frontier expanded with an ever growing client list, and broadened its interests to include corporate clientele.\r\n\r\nToday Frontier has grown into a multifaceted full service production provider that caters to both live music and corporate clients with the same constant dedication and professionalism expected from a world class company.   Frontier now works as a production supplier for promoters, event planners, and brands on a variety of live event strategies and engagements.\r\n\r\nFrom professional audio and lighting touring packages, to corporate show cases, stage and video rentals, and installations, Frontier continues to expand into new territory and deliver only the very best to its clients, artists, and audiences.\r\n\r\nWelcome to Frontier Sound &amp; Light\r\n\r\nLet us help you reach new horizons.</div>\r\n<div></div>\r\n<div></div>\r\nIn 1995, Mike Kerwin and Zeke Myers founded Limit Records in Newmarket, Ontario with the ideology that musicians and clients come first...\r\n\r\nFrom these humble beginnings, Mike and Zeke eventually formed Frontier Sound and Light, to meet the needs of their rapidly growing business and client list, built up from years of dedication and hard work.\r\n\r\nIn the years that followed, Mike and Zeke expanded their interests, to include corporate clientele, to compliment the already established rock and roll roster they and their team had successfully acquired.\r\nToday, Frontier has grown and matured into a multi faceted Sound and Lighting company that caters to both their rock and roll clients, and their corporate clients, with the same dedication and constant professionalism expected from everyone at Frontier.\r\nFrom Professional Audio and Lighting touring packages, Corporate Showcases, Staging and Video, Rentals and custom Installations, Frontier continues to expand into new territory and deliver only the very best to all its customers.\r\n\r\nFrom all of us at Frontier,\r\n\r\nWelcome to Frontier Sound and Light.\r\n\r\nLet us help you reach new horizons...', 'History', '', 'inherit', 'open', 'open', '', '756-revision-v1', '', '', '2013-07-13 15:09:58', '2013-07-13 15:09:58', '', 756, 'http://www.fslcorporate.com/site/756-revision-11/', 0, 'revision', '', 0),
(930, 1, '2013-07-13 15:18:59', '2013-07-13 15:18:59', '<h2></h2>\r\n<h3><span style=\"color: #333399;\">LIGHTING:</span></h3>\r\nWe provide an outstanding selection of lighting options for your event.\r\n\r\nWe can provide all manner of lights; from Moving fixtures, to conventional PAR cans, LED lighting, various truss sizes, blinders, Lekos, and spotlights.  Please contact one of our Account Managers for further information.\r\n\r\nPlease view the gallery below for examples of what Frontier can do.\r\n\r\n<em id=\"__mceDel\"> [new_royalslider id=\"4\"]</em>\r\n<h3><span style=\"color: #333399;\">AUDIO:</span></h3>\r\nWe can provide the perfect audio set up you require for any event, regardless of size or budget.\r\n\r\nWhether it is a small intimate gathering for a presentation, or a large indoor/outdoor concert, we at Frontier Sound and Light have the audio equipment to meet your exact needs.\r\n\r\nWe carry High End Line Array, Conventional trapezoidal 2 and 3 way speaker enclosures, Powered speakers, Digital and Analogue mixing consoles, Monitors for stage performers, Amplification and power distribution for all our equipment, stage boxes, stage splitters, and of course a large selection of Sennheiser microphones.\r\n\r\nPlease view the gallery below for examples of what Frontier can do.\r\n\r\n[new_royalslider id=\"5\"]\r\n\r\n&nbsp;\r\n<h3><span style=\"color: #333399;\">STAGING:</span></h3>\r\nWe can provide your event any staging solution you may require.\r\nWe can provide stages as small as 8\' x 8\' for podium speeches, up to large 60\' x 40\' by 6\' concert stage for arenas and outdoor festivals. We can do truss and scaffold towers, design and implementation.\r\nPlease contact one of our Account Managers for more information.\r\n<h3><span style=\"color: #333399;\">VIDEO:</span></h3>\r\nWe have a wide variety of Projectors, screens, cameras, media servers, video switchers, monitors and more. Please contact one of our Account Managers for complete details and listings on the various video and screen components we have in stock.\r\n<h3 style=\"display: inline !important;\"><span style=\"color: #333399;\">INSTALLATIONS:</span></h3>\r\nFrontier can help you with any size Installation, whether it be for a small club that requires a compact audio, and lighting system, with video playback, to Arena sized custom installations requiring multiple speakers zones.\r\nNo matter what your size, and budget, Frontier will help you realize your goals at a affordable, competitive price.\r\nPlease contact one of our Account Managers via Phone or email to discuss the many options we at Frontier can offer you and your project.\r\n<h3><span style=\"color: #333399;\">RENTALS:</span></h3>\r\nAll our inventory is available for rental, whether it be for a day, a week or long term.\r\nPlease contact one of our Account Managers via phone or email, for further info on ALL rental packaging, pricing and discounts.\r\n\r\nPlease view the gallery below for examples of what Frontier can do.\r\n[new_royalslider id=\"6\"]', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-68', '', '', '2013-07-13 15:18:59', '2013-07-13 15:18:59', '', 270, 'http://www.fslcorporate.com/site/270-revision-68/', 0, 'revision', '', 0),
(877, 1, '2013-07-13 15:18:15', '2013-07-13 15:18:15', '<h2></h2>\r\n<h3><span style=\"color: #333399;\">LIGHTING:</span></h3>\r\nWe provide an outstanding selection of lighting options for your event.\r\n\r\nWe can provide all manner of lights; from Moving fixtures, to conventional PAR cans, LED lighting, various truss sizes, blinders, Lekos, and spotlights.\r\n\r\nPlease contact one of our Account Managers for further information.  Please view the gallery below for examples of what Frontier can do.\r\n[new_royalslider id=\"4\"]\r\n<h3><span style=\"color: #333399;\">AUDIO:</span></h3>\r\nWe can provide the perfect audio set up you require for any event, regardless of size or budget.\r\n\r\nWhether it is a small intimate gathering for a presentation, or a large indoor/outdoor concert, we at Frontier Sound and Light have the audio equipment to meet your exact needs.\r\n\r\nWe carry High End Line Array, Conventional trapezoidal 2 and 3 way speaker enclosures, Powered speakers, Digital and Analogue mixing consoles, Monitors for stage performers, Amplification and power distribution for all our equipment, stage boxes, stage splitters, and of course a large selection of Sennheiser microphones.\r\n\r\nPlease view the gallery below for examples of what Frontier can do.\r\n\r\n[new_royalslider id=\"5\"]\r\n\r\n&nbsp;\r\n<h3><span style=\"color: #333399;\">STAGING:</span></h3>\r\nWe can provide your event any staging solution you may require.\r\nWe can provide stages as small as 8\' x 8\' for podium speeches, up to large 60\' x 40\' by 6\' concert stage for arenas and outdoor festivals. We can do truss and scaffold towers, design and implementation.\r\nPlease contact one of our Account Managers for more information.\r\n<h3><span style=\"color: #333399;\">VIDEO:</span></h3>\r\nWe have a wide variety of Projectors, screens, cameras, media servers, video switchers, monitors and more. Please contact one of our Account Managers for complete details and listings on the various video and screen components we have in stock.\r\n<h3 style=\"display: inline !important;\"><span style=\"color: #333399;\">INSTALLATIONS:</span></h3>\r\nFrontier can help you with any size Installation, whether it be for a small club that requires a compact audio, and lighting system, with video playback, to Arena sized custom installations requiring multiple speakers zones.\r\nNo matter what your size, and budget, Frontier will help you realize your goals at a affordable, competitive price.\r\nPlease contact one of our Account Managers via Phone or email to discuss the many options we at Frontier can offer you and your project.\r\n<h3><span style=\"color: #333399;\">RENTALS:</span></h3>\r\nAll our inventory is available for rental, whether it be for a day, a week or long term.\r\nPlease contact one of our Account Managers via phone or email, for further info on ALL rental packaging, pricing and discounts.\r\n\r\nPlease view the gallery below for examples of what Frontier can do.\r\n[new_royalslider id=\"6\"]', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-66', '', '', '2013-07-13 15:18:15', '2013-07-13 15:18:15', '', 270, 'http://www.fslcorporate.com/site/270-revision-66/', 0, 'revision', '', 0),
(878, 1, '2013-07-13 15:18:30', '2013-07-13 15:18:30', '<h2></h2>\r\n<h3><span style=\"color: #333399;\">LIGHTING:</span></h3>\r\nWe provide an outstanding selection of lighting options for your event.\r\n\r\nWe can provide all manner of lights; from Moving fixtures, to conventional PAR cans, LED lighting, various truss sizes, blinders, Lekos, and spotlights.\r\n\r\nPlease contact one of our Account Managers for further information.\r\n\r\nPlease view the gallery below for examples of what Frontier can do.\r\n[new_royalslider id=\"4\"]\r\n<h3><span style=\"color: #333399;\">AUDIO:</span></h3>\r\nWe can provide the perfect audio set up you require for any event, regardless of size or budget.\r\n\r\nWhether it is a small intimate gathering for a presentation, or a large indoor/outdoor concert, we at Frontier Sound and Light have the audio equipment to meet your exact needs.\r\n\r\nWe carry High End Line Array, Conventional trapezoidal 2 and 3 way speaker enclosures, Powered speakers, Digital and Analogue mixing consoles, Monitors for stage performers, Amplification and power distribution for all our equipment, stage boxes, stage splitters, and of course a large selection of Sennheiser microphones.\r\n\r\nPlease view the gallery below for examples of what Frontier can do.\r\n\r\n[new_royalslider id=\"5\"]\r\n\r\n&nbsp;\r\n<h3><span style=\"color: #333399;\">STAGING:</span></h3>\r\nWe can provide your event any staging solution you may require.\r\nWe can provide stages as small as 8\' x 8\' for podium speeches, up to large 60\' x 40\' by 6\' concert stage for arenas and outdoor festivals. We can do truss and scaffold towers, design and implementation.\r\nPlease contact one of our Account Managers for more information.\r\n<h3><span style=\"color: #333399;\">VIDEO:</span></h3>\r\nWe have a wide variety of Projectors, screens, cameras, media servers, video switchers, monitors and more. Please contact one of our Account Managers for complete details and listings on the various video and screen components we have in stock.\r\n<h3 style=\"display: inline !important;\"><span style=\"color: #333399;\">INSTALLATIONS:</span></h3>\r\nFrontier can help you with any size Installation, whether it be for a small club that requires a compact audio, and lighting system, with video playback, to Arena sized custom installations requiring multiple speakers zones.\r\nNo matter what your size, and budget, Frontier will help you realize your goals at a affordable, competitive price.\r\nPlease contact one of our Account Managers via Phone or email to discuss the many options we at Frontier can offer you and your project.\r\n<h3><span style=\"color: #333399;\">RENTALS:</span></h3>\r\nAll our inventory is available for rental, whether it be for a day, a week or long term.\r\nPlease contact one of our Account Managers via phone or email, for further info on ALL rental packaging, pricing and discounts.\r\n\r\nPlease view the gallery below for examples of what Frontier can do.\r\n[new_royalslider id=\"6\"]', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-67', '', '', '2013-07-13 15:18:30', '2013-07-13 15:18:30', '', 270, 'http://www.fslcorporate.com/site/270-revision-67/', 0, 'revision', '', 0),
(931, 1, '2013-07-17 16:18:32', '2013-07-17 16:18:32', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #5 &amp; 6\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\n\r\n<iframe src=\"http://maps.google.ca/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"400\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A\" target=\"_blank\">View Larger Map</a></small>\r\n\r\nCONTACT OUR TEAM:\r\n\r\n<strong>\r\nMichael Kerwin:\r\n</strong>Technical Director\r\nSenior Account Manager\r\n<em><em><a href=\"mailto:mike@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">mike@frontiersoundandlight.com</a></em></em>\r\n\r\n<strong>Stuart Evans:</strong>\r\nLogistics Director\r\nAccount Manager\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:stuart@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">stuart@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em>\r\n\r\n<strong>Anthony Gravis:</strong>\r\n<em id=\"__mceDel\"><em id=\"__mceDel\">Operations Director\r\n<em id=\"__mceDel\">Account Manager\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:anthony@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">anthony@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em>\r\n\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><strong>Tyler Ayers:</strong></em></em></em></em></em></em></em></em></em>\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\">Administration\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:tyler@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">tyler@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em></em></em></em></em>\r\n\r\n<strong>Mike Gear:</strong>\r\nShop Manager\r\n<a href=\"mailto:todd@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">shop@frontiersoundandlight.com</a>\r\n\r\n<strong>Employment Opportunities\r\n</strong>Please direct all employment opportunities to the following email address:\r\n\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-07-17 16:18:32', '2013-07-17 16:18:32', '', 182, 'http://www.fslcorporate.com/site/182-revision-92/', 0, 'revision', '', 0),
(879, 1, '2013-02-11 22:50:27', '2013-02-11 22:50:27', '<h2><span style=\"color: #333399;\">Our Service</span></h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur Account Managers will help you tailor your equipment needs to an exact fit for your show.\r\nOur technician\'s are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nWe provide Audio, Lighting, Staging, Video and Custom Installations along with Rentals as Services for all our clients.\r\n<h3><span style=\"font-size: 1.5em; color: #333399;\">Our Value</span></h3>\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.  This allows for competitive pricing and a focused team that are dedicated to your project.  At Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<h3><span style=\"font-size: 1.5em; color: #333399;\">Our Experience</span></h3>\r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, or an intimate presentation for a select few, Frontier Sound and Light will supply the right system and personnel that suits all your needs.\r\nSince 1995 Frontier has been a definite sound choice.\r\n\r\n&nbsp;', 'About', '', 'inherit', 'open', 'open', '', '264-revision-61', '', '', '2013-02-11 22:50:27', '2013-02-11 22:50:27', '', 264, 'http://www.fslcorporate.com/site/264-revision-61/', 0, 'revision', '', 0),
(880, 1, '2013-07-13 14:59:51', '2013-07-13 14:59:51', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #3\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\n\r\n<iframe src=\"http://maps.google.ca/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"400\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A\" target=\"_blank\">View Larger Map</a></small>\r\n\r\nCONTACT OUR TEAM:\r\n\r\n<strong>\r\nMichael Kerwin:\r\n</strong>Technical Director\r\nSenior Account Manager\r\n<em><em><a href=\"mailto:mike@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">mike@frontiersoundandlight.com</a></em></em>\r\n\r\n<strong>Stuart Evans:</strong>\r\nLogistics Director\r\nAccount Manager\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:stuart@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">stuart@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em>\r\n\r\n<strong>Anthony Gravis:</strong>\r\n<em id=\"__mceDel\"><em id=\"__mceDel\">Operations Director\r\n<em id=\"__mceDel\">Account Manager\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:anthony@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">anthony@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em>\r\n\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><strong>Tyler Ayers:</strong></em></em></em></em></em></em></em></em></em>\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\">Administration\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:tyler@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">tyler@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em></em></em></em></em>\r\n\r\n<strong>Mike Gear:</strong>\r\nShop Manager\r\n<a href=\"mailto:todd@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">shop@frontiersoundandlight.com</a>\r\n\r\n<strong>Employment Opportunities\r\n</strong>Please direct all employment opportunities to the following email address:\r\n\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half] Have Questions? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-07-13 14:59:51', '2013-07-13 14:59:51', '', 182, 'http://www.fslcorporate.com/site/182-revision-91/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(882, 1, '2013-07-17 16:42:39', '2013-07-17 16:42:39', '<h2><span style=\"color: #333399;\">Clients: In association with or on Behalf of\r\n</span></h2>\r\n<h2></h2>\r\n<h2></h2>\r\nAudi / Red Bull / Volkswagen Canada / Q-107 / Monster Energy / Rock 95 / Coca Cola / Sound Acadamy / 102.1 The Edge / The Opera House / Universal Music / Bedlam Music Mgmt / 107.5 Wolf fm / Pfaff Auto / Cbc /\r\n\r\n[new_royalslider id=\"7\"]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2><span style=\"color: #333399;\">Events : In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sausagefest / Toronto Waterfront Blues Festival /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Artists : In Association with or on Behalf of:</span></h2>\r\nSheep Dogs / Dead Mouse / Bruno Mars / Stevie Wonder / City and Colour / Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Alpha Blondy / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero / Finger Eleven /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half] [one_half_last]<span style=\"color: #808080;\">Testimonial coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-105', '', '', '2013-07-17 16:42:39', '2013-07-17 16:42:39', '', 276, 'http://www.fslcorporate.com/site/276-revision-105/', 0, 'revision', '', 0),
(881, 1, '2013-07-13 15:08:19', '2013-07-13 15:08:19', '<h2><span style=\"color: #333399;\">Clients: In association with or on Behalf of</span></h2>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Audi Canada\" href=\"http://www.audi.ca/ca/brand/en.html\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/new-audi-logo.jpg\" width=\"120\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"RED BULL\" href=\"http://www.redbull.ca\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/red-bull-logo.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Volkswagen Canada\" href=\"http://www.vw.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/VW-Large.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Q107\" href=\"http://www.q107.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Q107classic-OVAL.jpg\" width=\"112\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"Monster Canada\" href=\"http://www.monsterenergy.com/ca/en/home/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/monster-energy.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: center;\">[one_fifth][responsive]<a title=\"Rock 95\" href=\"http://www.rock95.com\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/rock-95-logo-FLOAT.jpg\" width=\"117\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Coca Cola\" href=\"http://www.cocacola.ca/\" target=\"_blank\"><img alt=\"Coca_Cola03\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/Coca_Cola03.jpg\" width=\"93\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Sound Academy\" href=\"http://www.sound-academy.com/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/sound-academy-49.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"The Edge\" href=\"http://www.edge.ca/\" target=\"_blank\"><img alt=\"new-audi-logo\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/edge.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a title=\"The Opera House\" href=\"http://www.theoperahousetoronto.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/operahouse-icon.jpg\" width=\"70\" height=\"70\" /></a>[/responsive][/one_fifth_last] [one_fifth][responsive]<a title=\"Universal Music\" href=\"UniversalMusic.jpg\" target=\"_blank\"><img alt=\"UniversalMusic.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/UniversalMusic.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive]<a title=\"Dine Alone Records\" href=\"http://www.dinealonerecords.com\" target=\"_blank\"><img alt=\"\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/bedlam.jpg\" width=\"124\" height=\"70\" /></a>[/responsive][/one_fifth] [one_fifth][responsive] <a title=\"The Wolf\" href=\"http://www.thewolf.ca/\" target=\"_blank\"><img alt=\"VW-Large.jpg\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/the-wolf-logo.jpg\" width=\"146\" height=\"70\" /></a> [/responsive][/one_fifth] [one_fifth][responsive] <a title=\"Phaff Motors\" href=\"http://www.pfaffauto.com/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-788\" alt=\"PHAFF LOGO\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/PHAFF-LOGO.png\" width=\"120\" height=\"26\" /></a> [/responsive][/one_fifth][one_fifth_last][responsive] <a title=\"CBC\" href=\"http://www.cbc.ca/\" target=\"_blank\"><img class=\"alignnone size-full wp-image-848\" alt=\"cbc\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/02/cbc.png\" width=\"54\" height=\"70\" /></a>[/responsive][/one_fifth_last]</p>\r\n<p style=\"text-align: left;\"> Please view the gallery below for examples of what Frontier can do.</p>\r\n[new_royalslider id=\"7\"]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2><span style=\"color: #333399;\">Events : In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sausagefest / Toronto Waterfront Blues Festival /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Artists : In Association with or on Behalf of:</span></h2>\r\nSheep Dogs / Dead Mouse / Bruno Mars / Stevie Wonder / City and Colour / Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Alpha Blondy / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero / Finger Eleven /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half] [one_half_last]<span style=\"color: #808080;\">Testimonial coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-104', '', '', '2013-07-13 15:08:19', '2013-07-13 15:08:19', '', 276, 'http://www.fslcorporate.com/site/276-revision-104/', 0, 'revision', '', 0),
(886, 1, '2013-01-30 22:28:02', '2013-01-30 22:28:02', 'Gallery Coming Soon.', 'Gallery', '', 'inherit', 'open', 'open', '', '457-revision-3', '', '', '2013-01-30 22:28:02', '2013-01-30 22:28:02', '', 457, 'http://www.fslcorporate.com/site/457-revision-3/', 0, 'revision', '', 0),
(887, 1, '2013-07-17 16:46:57', '2013-07-17 16:46:57', '', '78425658_xlarge[1]', '', 'inherit', 'open', 'open', '', '78425658_xlarge1', '', '', '2013-07-17 16:46:57', '2013-07-17 16:46:57', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/07/78425658_xlarge1.jpg', 0, 'attachment', 'image/jpeg', 0),
(888, 1, '2013-07-17 16:47:00', '2013-07-17 16:47:00', '', 'DSC00506', '', 'inherit', 'open', 'open', '', 'dsc00506', '', '', '2013-07-17 16:47:00', '2013-07-17 16:47:00', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/07/DSC00506.jpg', 0, 'attachment', 'image/jpeg', 0),
(889, 1, '2013-07-17 16:47:01', '2013-07-17 16:47:01', '', 'DSC01160 copy', '', 'inherit', 'open', 'open', '', 'dsc01160-copy', '', '', '2013-07-17 16:47:01', '2013-07-17 16:47:01', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/07/DSC01160-copy.jpg', 0, 'attachment', 'image/jpeg', 0),
(890, 1, '2013-07-17 16:47:05', '2013-07-17 16:47:05', '', 'DSC01548', '', 'inherit', 'open', 'open', '', 'dsc01548', '', '', '2013-07-17 16:47:05', '2013-07-17 16:47:05', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/07/DSC01548.jpg', 0, 'attachment', 'image/jpeg', 0),
(891, 1, '2013-07-17 16:47:11', '2013-07-17 16:47:11', '', 'DSC01565 copyB&W', '', 'inherit', 'open', 'open', '', 'dsc01565-copybw', '', '', '2013-07-17 16:47:11', '2013-07-17 16:47:11', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/07/DSC01565-copyBW.jpg', 0, 'attachment', 'image/jpeg', 0),
(892, 1, '2013-07-17 16:47:14', '2013-07-17 16:47:14', '', 'DSC01826 copy', '', 'inherit', 'open', 'open', '', 'dsc01826-copy', '', '', '2013-07-17 16:47:14', '2013-07-17 16:47:14', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/07/DSC01826-copy.jpg', 0, 'attachment', 'image/jpeg', 0),
(893, 1, '2013-07-17 16:47:17', '2013-07-17 16:47:17', '', 'DSC02091', '', 'inherit', 'open', 'open', '', 'dsc02091', '', '', '2013-07-17 16:47:17', '2013-07-17 16:47:17', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/07/DSC02091.jpg', 0, 'attachment', 'image/jpeg', 0),
(894, 1, '2013-07-17 16:47:21', '2013-07-17 16:47:21', '', 'DSC03624', '', 'inherit', 'open', 'open', '', 'dsc03624', '', '', '2013-07-17 16:47:21', '2013-07-17 16:47:21', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/07/DSC03624.jpg', 0, 'attachment', 'image/jpeg', 0),
(895, 1, '2013-07-17 16:47:26', '2013-07-17 16:47:26', '', 'DSC03865', '', 'inherit', 'open', 'open', '', 'dsc03865', '', '', '2013-07-17 16:47:26', '2013-07-17 16:47:26', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/07/DSC03865.jpg', 0, 'attachment', 'image/jpeg', 0),
(896, 1, '2013-07-17 16:47:29', '2013-07-17 16:47:29', '', 'DSC04518', '', 'inherit', 'open', 'open', '', 'dsc04518', '', '', '2013-07-17 16:47:29', '2013-07-17 16:47:29', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/07/DSC04518.jpg', 0, 'attachment', 'image/jpeg', 0),
(897, 1, '2013-07-17 16:47:32', '2013-07-17 16:47:32', '', 'DSC06305', '', 'inherit', 'open', 'open', '', 'dsc06305', '', '', '2013-07-17 16:47:32', '2013-07-17 16:47:32', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/07/DSC06305.jpg', 0, 'attachment', 'image/jpeg', 0),
(898, 1, '2013-07-17 16:47:35', '2013-07-17 16:47:35', '', 'DSC06729 copy', '', 'inherit', 'open', 'open', '', 'dsc06729-copy', '', '', '2013-07-17 16:47:35', '2013-07-17 16:47:35', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/07/DSC06729-copy.jpg', 0, 'attachment', 'image/jpeg', 0),
(899, 1, '2013-07-17 16:47:37', '2013-07-17 16:47:37', '', 'DSC06998 copy', '', 'inherit', 'open', 'open', '', 'dsc06998-copy', '', '', '2013-07-17 16:47:37', '2013-07-17 16:47:37', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/07/DSC06998-copy.jpg', 0, 'attachment', 'image/jpeg', 0),
(900, 1, '2013-07-17 16:47:40', '2013-07-17 16:47:40', '', 'DSC08252 copy', '', 'inherit', 'open', 'open', '', 'dsc08252-copy', '', '', '2013-07-17 16:47:40', '2013-07-17 16:47:40', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/07/DSC08252-copy.jpg', 0, 'attachment', 'image/jpeg', 0),
(901, 1, '2013-07-17 16:47:43', '2013-07-17 16:47:43', '', 'DSC08421 copy', '', 'inherit', 'open', 'open', '', 'dsc08421-copy', '', '', '2013-07-17 16:47:43', '2013-07-17 16:47:43', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/07/DSC08421-copy.jpg', 0, 'attachment', 'image/jpeg', 0),
(902, 1, '2013-07-17 16:47:46', '2013-07-17 16:47:46', '', 'DSC08741', '', 'inherit', 'open', 'open', '', 'dsc08741', '', '', '2013-07-17 16:47:46', '2013-07-17 16:47:46', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/07/DSC08741.jpg', 0, 'attachment', 'image/jpeg', 0),
(903, 1, '2013-07-17 16:47:50', '2013-07-17 16:47:50', '', 'DSC08930', '', 'inherit', 'open', 'open', '', 'dsc08930', '', '', '2013-07-17 16:47:50', '2013-07-17 16:47:50', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/07/DSC08930.jpg', 0, 'attachment', 'image/jpeg', 0),
(904, 1, '2013-07-17 16:47:53', '2013-07-17 16:47:53', '', 'DSC09139', '', 'inherit', 'open', 'open', '', 'dsc09139', '', '', '2013-07-17 16:47:53', '2013-07-17 16:47:53', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/07/DSC09139.jpg', 0, 'attachment', 'image/jpeg', 0),
(905, 1, '2013-07-17 16:47:55', '2013-07-17 16:47:55', '', 'FB_ProMaxx14a_4002[1]', '', 'inherit', 'open', 'open', '', 'fb_promaxx14a_40021', '', '', '2013-07-17 16:47:55', '2013-07-17 16:47:55', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/07/FB_ProMaxx14a_40021.jpg', 0, 'attachment', 'image/jpeg', 0),
(906, 1, '2013-07-17 16:47:57', '2013-07-17 16:47:57', '', 'FBT%20PSR_FAM[1]', '', 'inherit', 'open', 'open', '', 'fbt%20psr_fam1', '', '', '2013-07-17 16:47:57', '2013-07-17 16:47:57', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/07/FBT%20PSR_FAM1.jpg', 0, 'attachment', 'image/jpeg', 0),
(907, 1, '2013-07-17 16:48:01', '2013-07-17 16:48:01', '', 'From the Tower 2', '', 'inherit', 'open', 'open', '', 'from-the-tower-2', '', '', '2013-07-17 16:48:01', '2013-07-17 16:48:01', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/07/From-the-Tower-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(908, 1, '2013-07-17 16:48:05', '2013-07-17 16:48:05', '', 'HogFamily[1]', '', 'inherit', 'open', 'open', '', 'hogfamily1', '', '', '2013-07-17 16:48:05', '2013-07-17 16:48:05', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/07/HogFamily1.jpg', 0, 'attachment', 'image/jpeg', 0),
(909, 1, '2013-07-17 16:48:09', '2013-07-17 16:48:09', '', 'IMG_0832', '', 'inherit', 'open', 'open', '', 'img_0832', '', '', '2013-07-17 16:48:09', '2013-07-17 16:48:09', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/07/IMG_0832.jpg', 0, 'attachment', 'image/jpeg', 0),
(910, 1, '2013-07-17 16:48:10', '2013-07-17 16:48:10', '', 'Neumann_U87[1]', '', 'inherit', 'open', 'open', '', 'neumann_u871', '', '', '2013-07-17 16:48:10', '2013-07-17 16:48:10', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/07/Neumann_U871.jpg', 0, 'attachment', 'image/jpeg', 0),
(911, 1, '2013-07-17 16:48:12', '2013-07-17 16:48:12', '', 'ProMaxx10[1]', '', 'inherit', 'open', 'open', '', 'promaxx101', '', '', '2013-07-17 16:48:12', '2013-07-17 16:48:12', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/07/ProMaxx101.jpg', 0, 'attachment', 'image/jpeg', 0),
(912, 1, '2013-07-17 16:48:15', '2013-07-17 16:48:15', '', 'trews shot', '', 'inherit', 'open', 'open', '', 'trews-shot', '', '', '2013-07-17 16:48:15', '2013-07-17 16:48:15', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/07/trews-shot.jpg', 0, 'attachment', 'image/jpeg', 0),
(913, 1, '2013-07-17 16:48:17', '2013-07-17 16:48:17', '', 'TS-80B_20_RG[1]', '', 'inherit', 'open', 'open', '', 'ts-80b_20_rg1', '', '', '2013-07-17 16:48:17', '2013-07-17 16:48:17', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/07/TS-80B_20_RG1.jpg', 0, 'attachment', 'image/jpeg', 0),
(914, 1, '2013-07-17 16:48:19', '2013-07-17 16:48:19', '', 'TS-80S_20_RG[1]', '', 'inherit', 'open', 'open', '', 'ts-80s_20_rg1', '', '', '2013-07-17 16:48:19', '2013-07-17 16:48:19', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/07/TS-80S_20_RG1.jpg', 0, 'attachment', 'image/jpeg', 0),
(916, 1, '2013-07-17 16:50:51', '2013-07-17 16:50:51', '', 'famspeakers', '', 'inherit', 'open', 'open', '', 'famspeakers', '', '', '2013-07-17 16:50:51', '2013-07-17 16:50:51', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/07/famspeakers.jpg', 0, 'attachment', 'image/jpeg', 0),
(917, 1, '2013-07-17 16:51:41', '2013-07-17 16:51:41', '', 'famspeakers', '', 'inherit', 'open', 'open', '', 'famspeakers-2', '', '', '2013-07-17 16:51:41', '2013-07-17 16:51:41', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/07/famspeakers1.jpg', 0, 'attachment', 'image/jpeg', 0),
(918, 1, '2013-07-17 16:51:43', '2013-07-17 16:51:43', '', 'HogFamily[1]', '', 'inherit', 'open', 'open', '', 'hogfamily1-2', '', '', '2013-07-17 16:51:43', '2013-07-17 16:51:43', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/07/HogFamily11.jpg', 0, 'attachment', 'image/jpeg', 0),
(919, 1, '2013-07-17 16:51:45', '2013-07-17 16:51:45', '', 'Neumann_U87[1]', '', 'inherit', 'open', 'open', '', 'neumann_u871-2', '', '', '2013-07-17 16:51:45', '2013-07-17 16:51:45', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/07/Neumann_U8711.jpg', 0, 'attachment', 'image/jpeg', 0),
(920, 1, '2013-07-17 16:51:46', '2013-07-17 16:51:46', '', 'TS-80B_20_RG[1]', '', 'inherit', 'open', 'open', '', 'ts-80b_20_rg1-2', '', '', '2013-07-17 16:51:46', '2013-07-17 16:51:46', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/07/TS-80B_20_RG11.jpg', 0, 'attachment', 'image/jpeg', 0),
(921, 1, '2013-07-17 16:51:48', '2013-07-17 16:51:48', '', 'TS-80S_20_RG[1]', '', 'inherit', 'open', 'open', '', 'ts-80s_20_rg1-2', '', '', '2013-07-17 16:51:48', '2013-07-17 16:51:48', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/07/TS-80S_20_RG11.jpg', 0, 'attachment', 'image/jpeg', 0),
(922, 1, '2013-07-17 16:52:58', '2013-07-17 16:52:58', '<h3><span style=\"color: #0000ff;\">RENTALS:</span></h3>\r\nAll our inventory is available for rental, whether it be for a day, a week or long term.\r\nPlease contact one of our Account Managers via phone or email, for further info on ALL rental packaging, pricing and discounts.\r\n\r\nPlease view the gallery below for examples of what Frontier can do.\r\n[new_royalslider id=\"6\"]', 'Rentals', '', 'publish', 'open', 'open', '', 'rentals', '', '', '2013-07-17 16:54:09', '2013-07-17 16:54:09', '', 0, 'http://www.fslcorporate.com/site/?page_id=922', 0, 'page', '', 0),
(923, 1, '2013-07-17 16:52:54', '2013-07-17 16:52:54', '', 'Rentals', '', 'inherit', 'open', 'open', '', '922-revision', '', '', '2013-07-17 16:52:54', '2013-07-17 16:52:54', '', 922, 'http://www.fslcorporate.com/site/922-revision/', 0, 'revision', '', 0),
(925, 1, '2013-07-17 16:52:58', '2013-07-17 16:52:58', '', 'Rentals', '', 'inherit', 'open', 'open', '', '922-revision-2', '', '', '2013-07-17 16:52:58', '2013-07-17 16:52:58', '', 922, 'http://www.fslcorporate.com/site/922-revision-2/', 0, 'revision', '', 0),
(926, 1, '2013-07-17 16:53:58', '2013-07-17 16:53:58', '<h3>RENTALS:</h3>\r\nAll our inventory is available for rental, whether it be for a day, a week or long term.\r\nPlease contact one of our Account Managers via phone or email, for further info on ALL rental packaging, pricing and discounts.\r\n\r\nPlease view the gallery below for examples of what Frontier can do.\r\n[new_royalslider id=\"6\"]', 'Rentals', '', 'inherit', 'open', 'open', '', '922-revision-3', '', '', '2013-07-17 16:53:58', '2013-07-17 16:53:58', '', 922, 'http://www.fslcorporate.com/site/922-revision-3/', 0, 'revision', '', 0),
(927, 1, '2013-07-17 16:54:12', '2013-07-17 16:54:12', '<h3><span style=\"color: #0000ff;\">RENTALS:</span></h3>\r\nAll our inventory is available for rental, whether it be for a day, a week or long term.\r\nPlease contact one of our Account Managers via phone or email, for further info on ALL rental packaging, pricing and discounts.\r\n\r\nPlease view the gallery below for examples of what Frontier can do.\r\n[new_royalslider id=\"6\"]', 'Rentals', '', 'inherit', 'open', 'open', '', '922-autosave', '', '', '2013-07-17 16:54:12', '2013-07-17 16:54:12', '', 922, 'http://www.fslcorporate.com/site/922-autosave/', 0, 'revision', '', 0),
(928, 1, '2013-07-17 16:54:58', '2013-07-17 16:54:58', ' ', '', '', 'publish', 'open', 'open', '', '928', '', '', '2013-07-18 18:30:55', '2013-07-18 18:30:55', '', 0, 'http://www.fslcorporate.com/site/?p=928', 4, 'nav_menu_item', '', 0),
(929, 1, '2013-07-17 16:54:58', '2013-07-17 16:54:58', ' ', '', '', 'publish', 'open', 'open', '', '929', '', '', '2013-07-18 18:30:55', '2013-07-18 18:30:55', '', 0, 'http://www.fslcorporate.com/site/?p=929', 6, 'nav_menu_item', '', 0),
(932, 1, '2013-07-17 16:58:04', '2013-07-17 16:58:04', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #5 &amp; 6\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\n\r\n<iframe src=\"http://maps.google.ca/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"400\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A\" target=\"_blank\">View Larger Map</a></small>\r\n\r\nCONTACT OUR TEAM:\r\n\r\n<strong>\r\nMichael Kerwin:\r\n</strong>Technical Director\r\nSenior Account Manager\r\n<em><em><a href=\"mailto:mike@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">mike@frontiersoundandlight.com</a></em></em>\r\n\r\n<strong>Stuart Evans:</strong>\r\nLogistics Director\r\nAccount Manager\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:stuart@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">stuart@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em>\r\n\r\n<strong>Anthony Gravis:</strong>\r\n<em id=\"__mceDel\"><em id=\"__mceDel\">Operations Director\r\n<em id=\"__mceDel\">Account Manager\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:anthony@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">anthony@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em>\r\n\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><strong>Tyler Ayers:</strong></em></em></em></em></em></em></em></em></em>\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\">Administration\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:tyler@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">tyler@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em></em></em></em></em>\r\n\r\n<strong>Mike Gear:</strong>\r\nShop Manager\r\n<a href=\"mailto:todd@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">shop@frontiersoundandlight.com</a>\r\n\r\n<strong>Employment Opportunities\r\n</strong>Please direct all employment opportunities to the following email address:\r\n\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half]Need a Quote? Have Questions? Need Help? Send us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-07-17 16:58:04', '2013-07-17 16:58:04', '', 182, 'http://www.fslcorporate.com/site/182-revision-93/', 0, 'revision', '', 0),
(934, 1, '2013-07-17 16:45:58', '2013-07-17 16:45:58', 'Here are a just a few examples of what Frontier Sound and Light can do for you.\r\n\r\n&nbsp;\r\n\r\n[new_royalslider id=\"7\"]', 'Gallery', '', 'inherit', 'open', 'open', '', '457-revision-4', '', '', '2013-07-17 16:45:58', '2013-07-17 16:45:58', '', 457, 'http://www.fslcorporate.com/site/457-revision-4/', 0, 'revision', '', 0),
(933, 1, '2013-07-17 16:58:20', '2013-07-17 16:58:20', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #5 &amp; 6\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\n\r\n<iframe src=\"http://maps.google.ca/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"400\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A\" target=\"_blank\">View Larger Map</a></small>\r\n\r\nCONTACT OUR TEAM:\r\n\r\n<strong>\r\nMichael Kerwin:\r\n</strong>Technical Director\r\nSenior Account Manager\r\n<em><em><a href=\"mailto:mike@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">mike@frontiersoundandlight.com</a></em></em>\r\n\r\n<strong>Stuart Evans:</strong>\r\nLogistics Director\r\nAccount Manager\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:stuart@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">stuart@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em>\r\n\r\n<strong>Anthony Gravis:</strong>\r\n<em id=\"__mceDel\"><em id=\"__mceDel\">Operations Director\r\n<em id=\"__mceDel\">Account Manager\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:anthony@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">anthony@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em>\r\n\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><strong>Tyler Ayers:</strong></em></em></em></em></em></em></em></em></em>\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\">Administration\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:tyler@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">tyler@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em></em></em></em></em>\r\n\r\n<strong>Mike Gear:</strong>\r\nShop Manager\r\n<a href=\"mailto:todd@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">shop@frontiersoundandlight.com</a>\r\n\r\n<strong>Employment Opportunities\r\n</strong>Please direct all employment opportunities to the following email address:\r\n\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half]Need a Quote? Have Questions? Need Help?\r\nSend us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-07-17 16:58:20', '2013-07-17 16:58:20', '', 182, 'http://www.fslcorporate.com/site/182-revision-94/', 0, 'revision', '', 0),
(935, 1, '2013-07-17 17:00:38', '2013-07-17 17:00:38', '<h2>Gallery:</h2>\r\nHere are a just a few examples of what Frontier Sound and Light can do for you.\r\n\r\n&nbsp;\r\n\r\n[new_royalslider id=\"7\"]', 'Gallery', '', 'inherit', 'open', 'open', '', '457-revision-5', '', '', '2013-07-17 17:00:38', '2013-07-17 17:00:38', '', 457, 'http://www.fslcorporate.com/site/457-revision-5/', 0, 'revision', '', 0),
(936, 1, '2013-07-17 17:10:33', '2013-07-17 17:10:33', '', 'fsl-rentals-link', '', 'inherit', 'open', 'open', '', 'fsl-rentals-link', '', '', '2013-07-17 17:10:33', '2013-07-17 17:10:33', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/07/fsl-rentals-link.jpg', 0, 'attachment', 'image/jpeg', 0),
(937, 1, '2013-07-17 16:55:25', '2013-07-17 16:55:25', '<h2></h2>\r\n<h3><span style=\"color: #333399;\">LIGHTING:</span></h3>\r\nWe provide an outstanding selection of lighting options for your event.\r\n\r\nWe can provide all manner of lights; from Moving fixtures, to conventional PAR cans, LED lighting, various truss sizes, blinders, Lekos, and spotlights.  Please contact one of our Account Managers for further information.\r\n\r\nPlease view the gallery below for examples of what Frontier can do.\r\n\r\n<em id=\"__mceDel\"> [new_royalslider id=\"4\"]</em>\r\n<h3><span style=\"color: #333399;\">AUDIO:</span></h3>\r\nWe can provide the perfect audio set up you require for any event, regardless of size or budget.\r\n\r\nWhether it is a small intimate gathering for a presentation, or a large indoor/outdoor concert, we at Frontier Sound and Light have the audio equipment to meet your exact needs.\r\n\r\nWe carry High End Line Array, Conventional trapezoidal 2 and 3 way speaker enclosures, Powered speakers, Digital and Analogue mixing consoles, Monitors for stage performers, Amplification and power distribution for all our equipment, stage boxes, stage splitters, and of course a large selection of Sennheiser microphones.\r\n\r\nPlease view the gallery below for examples of what Frontier can do.\r\n\r\n[new_royalslider id=\"5\"]\r\n\r\n&nbsp;\r\n<h3><span style=\"color: #333399;\">STAGING:</span></h3>\r\nWe can provide your event any staging solution you may require.\r\nWe can provide stages as small as 8\' x 8\' for podium speeches, up to large 60\' x 40\' by 6\' concert stage for arenas and outdoor festivals. We can do truss and scaffold towers, design and implementation.\r\nPlease contact one of our Account Managers for more information.\r\n<h3><span style=\"color: #333399;\">VIDEO:</span></h3>\r\nWe have a wide variety of Projectors, screens, cameras, media servers, video switchers, monitors and more. Please contact one of our Account Managers for complete details and listings on the various video and screen components we have in stock.\r\n<h3 style=\"display: inline !important;\"><span style=\"color: #333399;\">INSTALLATIONS:</span></h3>\r\nFrontier can help you with any size Installation, whether it be for a small club that requires a compact audio, and lighting system, with video playback, to Arena sized custom installations requiring multiple speakers zones.\r\nNo matter what your size, and budget, Frontier will help you realize your goals at a affordable, competitive price.\r\nPlease contact one of our Account Managers via Phone or email to discuss the many options we at Frontier can offer you and your project.\r\n<h3></h3>', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-69', '', '', '2013-07-17 16:55:25', '2013-07-17 16:55:25', '', 270, 'http://www.fslcorporate.com/site/270-revision-69/', 0, 'revision', '', 0),
(938, 1, '2013-07-17 18:46:38', '2013-07-17 18:46:38', '', 'fsl-rentals-linkRESIZE', '', 'inherit', 'open', 'open', '', 'fsl-rentals-linkresize', '', '', '2013-07-17 18:46:38', '2013-07-17 18:46:38', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/07/fsl-rentals-linkRESIZE.jpg', 0, 'attachment', 'image/jpeg', 0),
(939, 1, '2013-07-17 16:44:49', '2013-07-17 16:44:49', '<h2><span style=\"color: #333399;\">Clients: In association with or on Behalf of\r\n</span></h2>\r\n<h2></h2>\r\n<span style=\"font-size: 13px;\">Audi / Red Bull / Volkswagen Canada / Q-107 / Monster Energy / Rock 95 / Coca Cola / Sound Acadamy / 102.1 The Edge / The Opera House / Universal Music / Bedlam Music Mgmt / 107.5 Wolf fm / Pfaff Auto / Cbc / Inertia Entertainment / TD Canada Trust / OLG(Ontario Lottery Group.</span>\r\n\r\n&nbsp;\r\n<h2><span style=\"color: #333399;\">Events : In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sausagefest / Toronto Waterfront Blues Festival /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Artists : In Association with or on Behalf of:</span></h2>\r\nSheep Dogs / Dead Mouse / Bruno Mars / Stevie Wonder / City and Colour / Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Alpha Blondy / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero / Finger Eleven /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half] [one_half_last]<span style=\"color: #808080;\">Testimonial coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-108', '', '', '2013-07-17 16:44:49', '2013-07-17 16:44:49', '', 276, 'http://www.fslcorporate.com/site/276-revision-108/', 0, 'revision', '', 0),
(940, 1, '2013-07-17 19:22:17', '2013-07-17 19:22:17', '<h2><span style=\"color: #333399;\">Clients: In association with or on Behalf of\r\n</span></h2>\r\n<h2></h2>\r\n<span style=\"font-size: 13px;\">Audi Canada / Red Bull / Volkswagen Canada / Q-107 / Monster Energy / Rock 95 / Coca Cola / Sound Acadamy / 102.1 The Edge / The Opera House / Universal Music / Bedlam Music Mgmt / 107.5 Wolf fm / Pfaff Auto / CBC / Inertia Entertainment / TD Canada Trust / OLG(Ontario Lottery Group.</span>\r\n\r\n&nbsp;\r\n<h2><span style=\"color: #333399;\">Events : In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sausagefest / Toronto Waterfront Blues Festival /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Artists : In Association with or on Behalf of:</span></h2>\r\nSheep Dogs / Dead Mouse / Bruno Mars / Stevie Wonder / City and Colour / Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Alpha Blondy / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero / Finger Eleven /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half] [one_half_last]<span style=\"color: #808080;\">Testimonial coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-109', '', '', '2013-07-17 19:22:17', '2013-07-17 19:22:17', '', 276, 'http://www.fslcorporate.com/site/276-revision-109/', 0, 'revision', '', 0),
(941, 1, '2013-07-17 19:51:12', '2013-07-17 19:51:12', '', 'image-1', '', 'inherit', 'open', 'open', '', 'image-1', '', '', '2013-07-17 19:51:12', '2013-07-17 19:51:12', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/07/image-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(942, 1, '2013-07-17 19:51:16', '2013-07-17 19:51:16', '', 'image-2', '', 'inherit', 'open', 'open', '', 'image-2', '', '', '2013-07-17 19:51:16', '2013-07-17 19:51:16', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/07/image-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(943, 1, '2013-07-17 19:51:19', '2013-07-17 19:51:19', '', 'image-3', '', 'inherit', 'open', 'open', '', 'image-3', '', '', '2013-07-17 19:51:19', '2013-07-17 19:51:19', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/07/image-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(944, 1, '2013-07-17 19:51:22', '2013-07-17 19:51:22', '', 'image-4', '', 'inherit', 'open', 'open', '', 'image-4', '', '', '2013-07-17 19:51:22', '2013-07-17 19:51:22', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/07/image-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(945, 1, '2013-07-17 19:56:02', '2013-07-17 19:56:02', '', 'frontier-welcome', '', 'inherit', 'open', 'open', '', 'frontier-welcome', '', '', '2013-07-17 19:56:02', '2013-07-17 19:56:02', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/07/frontier-welcome.jpg', 0, 'attachment', 'image/jpeg', 0),
(946, 1, '2013-07-17 19:24:58', '2013-07-17 19:24:58', '<h2><span style=\"color: #333399;\">Clients: In association with or on Behalf of\r\n</span></h2>\r\n<h2></h2>\r\n<span style=\"font-size: 13px;\">Live Nation / Union Concerts / Audi Canada / Red Bull / Volkswagen Canada / Q-107 / Monster Energy / Rock 95 / Coca Cola / Sound Acadamy / 102.1 The Edge / The Opera House / Universal Music / Bedlam Music Mgmt / 107.5 Wolf fm / Pfaff Auto / CBC / Inertia Entertainment / TD Canada Trust / OLG(Ontario Lottery Group.</span>\r\n\r\n&nbsp;\r\n<h2><span style=\"color: #333399;\">Events : In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sausagefest / Toronto Waterfront Blues Festival /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Artists : In Association with or on Behalf of:</span></h2>\r\nSheep Dogs / Dead Mouse / Bruno Mars / Stevie Wonder / City and Colour / Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Alpha Blondy / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero / Finger Eleven /\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half] [one_half_last]<span style=\"color: #808080;\">Testimonial coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-110', '', '', '2013-07-17 19:24:58', '2013-07-17 19:24:58', '', 276, 'http://www.fslcorporate.com/site/276-revision-110/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(947, 1, '2013-07-18 18:28:59', '2013-07-18 18:28:59', '<h2><span style=\"color: #333399;\">Clients: In association with or on Behalf of\r\n</span></h2>\r\n<h2></h2>\r\nLive Nation / Union Concerts / Audi Canada / Red Bull / Volkswagen Canada / Q-107 / Monster Energy / Rock 95 Barrie/ Coca Cola / Sound Acadamy / 102.1 The Edge / The Opera House / Universal Music / Bedlam Music Mgmt / 107.5 Wolf fm / Pfaff Auto / CBC / Inertia Entertainment / TD Canada Trust / OLG(Ontario Lottery Group / Molson, Heineken / Labatt / SBC Media, Mix 99.9 / Y108(Hamilton) / Country 95.3 / B101 Barrie / Town of Newmarket / All Access / Embrace / Telus / Fido / Sony Playstation / Coke / Liquid Chrome / Ryerson / Centreville Amusements / Eventrix / Issimo / U of T / SX Marketing / Rotary Club of Newmarket / Magna / Umbra / Ukula.  Dose.\r\n\r\n&nbsp;\r\n<h2><span style=\"color: #333399;\">Events : In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sausagefest / Toronto Waterfront Blues Festival / Canada Day Country Jam / Country 95, Beachfest / Mix 99.9  Distillery Blues Fest / PartyGras / Q107 Rock Awards / Rock 95 20th BDay Bash / Toronto Freedom Fest / Wasaga Beach Street Fest / Barrie Street Fest / Blue Sky Revival / Extreme Music Series - MAJA Awards / Miss Africanada Pageant / King Fest /Everything to do with Sex Show London/Toronto/Halifax/Montreal / The Sex Show Denver / Markham Jazz / Unionville Jazz / Mt Albert Sports Days / Scene Fest / Beer Fest / Much Music Awards / Rib Fest / Veselka Fest.\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Artists : In Association with or on Behalf of:</span></h2>\r\nSheep Dogs / Dead Mouse / Bruno Mars / Stevie Wonder / City and Colour / Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Alpha Blondy / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero / Finger Eleven / Trooper / Max Webster / Rik Emmitt / Tokyo Police Club / Lights / Hedley / Sum 41 / Glenn Miller / Orchestra / Attack in Black / Quartetto Gellatto / Glass Tiger /  USS\r\nClark Nova / The Headstones / Dr Hook / April Wine / Teenage Head / Rides again / Cavelera Conspiracy / Curley Bridges / Fathead / Watermelon Slim / David Rotundo / Groove Corp / Nafshenu Orchestra / Nova Sounds / SoulWax / SOS Band / The Shanks / Keiser Chiefs / Chantel Kraviazuk / Rain Maida / Lighthouse / Murray Mc Laughlan / Jack Soul / Philosipher Kings / KOS / Goddo / David Usher / Honeymoon Suite / Del The Funky / Homosapian / De La Soul / I hate Sally / Lupe Fiasco / Eminem / Choclair / Maestro Fresh Wes / Helix / Bobby Brown / Cake / Hanson / Blue Rodeo / Great Big Sea / English Beat / Teenagers / Maroon 5.\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half] [one_half_last]<span style=\"color: #808080;\">Testimonial coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-111', '', '', '2013-07-18 18:28:59', '2013-07-18 18:28:59', '', 276, 'http://www.fslcorporate.com/site/276-revision-111/', 0, 'revision', '', 0),
(949, 1, '2013-07-19 14:36:55', '2013-07-19 14:36:55', '<h2><span style=\"color: #333399;\">Clients: In association with or on Behalf of\r\n</span></h2>\r\n<h2></h2>\r\nLive Nation / Union Concerts / Audi Canada / Red Bull / Volkswagen Canada / Q-107 / Monster Energy / Rock 95 Barrie/ Coca Cola / Sound Acadamy / 102.1 The Edge / The Opera House / Universal Music / Bedlam Music Mgmt / 107.5 Wolf fm / Pfaff Auto / CBC / Inertia Entertainment / TD Canada Trust / OLG(Ontario Lottery Group / Molson, Heineken / Labatt / SBC Media, Mix 99.9 / Y108(Hamilton) / Country 95.3 / B101 Barrie / Town of Newmarket / All Access / Embrace / Telus / Fido / Sony Playstation / Coke / Liquid Chrome / Ryerson / Centreville Amusements / Eventrix / Issimo / U of T / SX Marketing / Rotary Club of Newmarket / Magna / Umbra / Ukula.  Dose.\r\n\r\n&nbsp;\r\n<h2><span style=\"color: #333399;\">Clients: In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\n<p style=\"text-align: left;\" align=\"center\">Toronto Island / Island Airport / The Sound Academy / The Phoenix / The Koolhaus / Sunnyside Park / Woodbine Beach / The Roxx / Georgian College / Capital Events Theatre / Ray Twinney Arena / Sudbury Arena / Wasaga Beach / Heritage Park Barrie / Western Fairgrounds London / Gage Park Hamilton / Lees Palace / Opera House / Metro Convention Centre / Direct Energy Centre / Powerade Centre / Arrow Hall / Great Hall / Berkely Church / Hamilton Convention Centre / Harbor Castle Hilton / Fairy Lake / Cunard Centre Halifax</p>\r\n\r\n<h2><span style=\"color: #333399;\">Events : In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sausagefest / Toronto Waterfront Blues Festival / Canada Day Country Jam / Country 95, Beachfest / Mix 99.9  Distillery Blues Fest / PartyGras / Q107 Rock Awards / Rock 95 20th BDay Bash / Toronto Freedom Fest / Wasaga Beach Street Fest / Barrie Street Fest / Blue Sky Revival / Extreme Music Series - MAJA Awards / Miss Africanada Pageant / King Fest /Everything to do with Sex Show London/Toronto/Halifax/Montreal / The Sex Show Denver / Markham Jazz / Unionville Jazz / Mt Albert Sports Days / Scene Fest / Beer Fest / Much Music Awards / Rib Fest / Veselka Fest.\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Artists : In Association with or on Behalf of:</span></h2>\r\nSheep Dogs / Dead Mouse / Bruno Mars / Stevie Wonder / City and Colour / Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Alpha Blondy / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero / Finger Eleven / Trooper / Max Webster / Rik Emmitt / Tokyo Police Club / Lights / Hedley / Sum 41 / Glenn Miller / Orchestra / Attack in Black / Quartetto Gellatto / Glass Tiger /  USS\r\nClark Nova / The Headstones / Dr Hook / April Wine / Teenage Head / Rides again / Cavelera Conspiracy / Curley Bridges / Fathead / Watermelon Slim / David Rotundo / Groove Corp / Nafshenu Orchestra / Nova Sounds / SoulWax / SOS Band / The Shanks / Keiser Chiefs / Chantel Kraviazuk / Rain Maida / Lighthouse / Murray Mc Laughlan / Jack Soul / Philosipher Kings / KOS / Goddo / David Usher / Honeymoon Suite / Del The Funky / Homosapian / De La Soul / I hate Sally / Lupe Fiasco / Eminem / Choclair / Maestro Fresh Wes / Helix / Bobby Brown / Cake / Hanson / Blue Rodeo / Great Big Sea / English Beat / Teenagers / Maroon 5.\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half] [one_half_last]<span style=\"color: #808080;\">Testimonial coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-113', '', '', '2013-07-19 14:36:55', '2013-07-19 14:36:55', '', 276, 'http://www.fslcorporate.com/site/276-revision-113/', 0, 'revision', '', 0),
(948, 1, '2013-07-19 14:36:39', '2013-07-19 14:36:39', '<h2><span style=\"color: #333399;\">Clients: In association with or on Behalf of\r\n</span></h2>\r\n<h2></h2>\r\nLive Nation / Union Concerts / Audi Canada / Red Bull / Volkswagen Canada / Q-107 / Monster Energy / Rock 95 Barrie/ Coca Cola / Sound Acadamy / 102.1 The Edge / The Opera House / Universal Music / Bedlam Music Mgmt / 107.5 Wolf fm / Pfaff Auto / CBC / Inertia Entertainment / TD Canada Trust / OLG(Ontario Lottery Group / Molson, Heineken / Labatt / SBC Media, Mix 99.9 / Y108(Hamilton) / Country 95.3 / B101 Barrie / Town of Newmarket / All Access / Embrace / Telus / Fido / Sony Playstation / Coke / Liquid Chrome / Ryerson / Centreville Amusements / Eventrix / Issimo / U of T / SX Marketing / Rotary Club of Newmarket / Magna / Umbra / Ukula.  Dose.\r\n\r\n&nbsp;\r\n<h2><span style=\"color: #333399;\">Clients: In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\n<p style=\"text-align: left;\" align=\"center\">Toronto Island / Island Airport / The Sound Academy / The Phoenix / The Koolhaus / Sunnyside Park / Woodbine Beach / The Roxx / Georgian College / Capital Events Theatre / Ray Twinney Arena / Sudbury Arena / Wasaga Beach / Heritage Park Barrie / Western Fairgrounds London / Gage Park Hamilton / Lees Palace / Opera House / Metro Convention Centre / Direct Energy Centre / Powerade Centre / Arrow Hall / Great Hall / Berkely Church / Hamilton Convention Centre / Harbor Castle Hilton / Fairy Lake / Cunard Centre Halifax</p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2><span style=\"color: #333399;\">Events : In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sausagefest / Toronto Waterfront Blues Festival / Canada Day Country Jam / Country 95, Beachfest / Mix 99.9  Distillery Blues Fest / PartyGras / Q107 Rock Awards / Rock 95 20th BDay Bash / Toronto Freedom Fest / Wasaga Beach Street Fest / Barrie Street Fest / Blue Sky Revival / Extreme Music Series - MAJA Awards / Miss Africanada Pageant / King Fest /Everything to do with Sex Show London/Toronto/Halifax/Montreal / The Sex Show Denver / Markham Jazz / Unionville Jazz / Mt Albert Sports Days / Scene Fest / Beer Fest / Much Music Awards / Rib Fest / Veselka Fest.\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Artists : In Association with or on Behalf of:</span></h2>\r\nSheep Dogs / Dead Mouse / Bruno Mars / Stevie Wonder / City and Colour / Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Alpha Blondy / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero / Finger Eleven / Trooper / Max Webster / Rik Emmitt / Tokyo Police Club / Lights / Hedley / Sum 41 / Glenn Miller / Orchestra / Attack in Black / Quartetto Gellatto / Glass Tiger /  USS\r\nClark Nova / The Headstones / Dr Hook / April Wine / Teenage Head / Rides again / Cavelera Conspiracy / Curley Bridges / Fathead / Watermelon Slim / David Rotundo / Groove Corp / Nafshenu Orchestra / Nova Sounds / SoulWax / SOS Band / The Shanks / Keiser Chiefs / Chantel Kraviazuk / Rain Maida / Lighthouse / Murray Mc Laughlan / Jack Soul / Philosipher Kings / KOS / Goddo / David Usher / Honeymoon Suite / Del The Funky / Homosapian / De La Soul / I hate Sally / Lupe Fiasco / Eminem / Choclair / Maestro Fresh Wes / Helix / Bobby Brown / Cake / Hanson / Blue Rodeo / Great Big Sea / English Beat / Teenagers / Maroon 5.\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half] [one_half_last]<span style=\"color: #808080;\">Testimonial coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-112', '', '', '2013-07-19 14:36:39', '2013-07-19 14:36:39', '', 276, 'http://www.fslcorporate.com/site/276-revision-112/', 0, 'revision', '', 0),
(951, 1, '2013-07-19 14:37:41', '2013-07-19 14:37:41', '<h2><span style=\"color: #333399;\">Clients: In association with or on Behalf of\r\n</span></h2>\r\n<h2></h2>\r\nLive Nation / Union Concerts / Audi Canada / Red Bull / Volkswagen Canada / Q-107 / Monster Energy / Rock 95 Barrie/ Coca Cola / Sound Acadamy / 102.1 The Edge / The Opera House / Universal Music / Bedlam Music Mgmt / 107.5 Wolf fm / Pfaff Auto / CBC / Inertia Entertainment / TD Canada Trust / OLG(Ontario Lottery Group / Molson, Heineken / Labatt / SBC Media, Mix 99.9 / Y108(Hamilton) / Country 95.3 / B101 Barrie / Town of Newmarket / All Access / Embrace / Telus / Fido / Sony Playstation / Coke / Liquid Chrome / Ryerson / Centreville Amusements / Eventrix / Issimo / U of T / SX Marketing / Rotary Club of Newmarket / Magna / Umbra / Ukula.  Dose.\r\n<h2><span style=\"color: #333399;\">Clients: In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\n<p style=\"text-align: left;\" align=\"center\">Toronto Island / Island Airport / The Sound Academy / The Phoenix / The Koolhaus / Sunnyside Park / Woodbine Beach / The Roxx / Georgian College / Capital Events Theatre / Ray Twinney Arena / Sudbury Arena / Wasaga Beach / Heritage Park Barrie / Western Fairgrounds London / Gage Park Hamilton / Lees Palace / Opera House / Metro Convention Centre / Direct Energy Centre / Powerade Centre / Arrow Hall / Great Hall / Berkely Church / Hamilton Convention Centre / Harbor Castle Hilton / Fairy Lake / Cunard Centre Halifax</p>\r\n\r\n<h2><span style=\"color: #333399;\">Events : In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sausagefest / Toronto Waterfront Blues Festival / Canada Day Country Jam / Country 95, Beachfest / Mix 99.9  Distillery Blues Fest / PartyGras / Q107 Rock Awards / Rock 95 20th BDay Bash / Toronto Freedom Fest / Wasaga Beach Street Fest / Barrie Street Fest / Blue Sky Revival / Extreme Music Series - MAJA Awards / Miss Africanada Pageant / King Fest /Everything to do with Sex Show London/Toronto/Halifax/Montreal / The Sex Show Denver / Markham Jazz / Unionville Jazz / Mt Albert Sports Days / Scene Fest / Beer Fest / Much Music Awards / Rib Fest / Veselka Fest.\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Artists : In Association with or on Behalf of:</span></h2>\r\nSheep Dogs / Dead Mouse / Bruno Mars / Stevie Wonder / City and Colour / Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Alpha Blondy / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero / Finger Eleven / Trooper / Max Webster / Rik Emmitt / Tokyo Police Club / Lights / Hedley / Sum 41 / Glenn Miller / Orchestra / Attack in Black / Quartetto Gellatto / Glass Tiger /  USS\r\nClark Nova / The Headstones / Dr Hook / April Wine / Teenage Head / Rides again / Cavelera Conspiracy / Curley Bridges / Fathead / Watermelon Slim / David Rotundo / Groove Corp / Nafshenu Orchestra / Nova Sounds / SoulWax / SOS Band / The Shanks / Keiser Chiefs / Chantel Kraviazuk / Rain Maida / Lighthouse / Murray Mc Laughlan / Jack Soul / Philosipher Kings / KOS / Goddo / David Usher / Honeymoon Suite / Del The Funky / Homosapian / De La Soul / I hate Sally / Lupe Fiasco / Eminem / Choclair / Maestro Fresh Wes / Helix / Bobby Brown / Cake / Hanson / Blue Rodeo / Great Big Sea / English Beat / Teenagers / Maroon 5.\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half] [one_half_last]<span style=\"color: #808080;\">Testimonial coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-115', '', '', '2013-07-19 14:37:41', '2013-07-19 14:37:41', '', 276, 'http://www.fslcorporate.com/site/276-revision-115/', 0, 'revision', '', 0),
(950, 1, '2013-07-19 14:37:19', '2013-07-19 14:37:19', '<h2><span style=\"color: #333399;\">Clients: In association with or on Behalf of\r\n</span></h2>\r\n<h2></h2>\r\nLive Nation / Union Concerts / Audi Canada / Red Bull / Volkswagen Canada / Q-107 / Monster Energy / Rock 95 Barrie/ Coca Cola / Sound Acadamy / 102.1 The Edge / The Opera House / Universal Music / Bedlam Music Mgmt / 107.5 Wolf fm / Pfaff Auto / CBC / Inertia Entertainment / TD Canada Trust / OLG(Ontario Lottery Group / Molson, Heineken / Labatt / SBC Media, Mix 99.9 / Y108(Hamilton) / Country 95.3 / B101 Barrie / Town of Newmarket / All Access / Embrace / Telus / Fido / Sony Playstation / Coke / Liquid Chrome / Ryerson / Centreville Amusements / Eventrix / Issimo / U of T / SX Marketing / Rotary Club of Newmarket / Magna / Umbra / Ukula.  Dose.\r\n\r\n&nbsp;\r\n<h2><span style=\"color: #333399;\">Clients: In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\n<p style=\"text-align: left;\" align=\"center\">Toronto Island / Island Airport / The Sound Academy / The Phoenix / The Koolhaus / Sunnyside Park / Woodbine Beach / The Roxx / Georgian College / Capital Events Theatre / Ray Twinney Arena / Sudbury Arena / Wasaga Beach / Heritage Park Barrie / Western Fairgrounds London / Gage Park Hamilton / Lees Palace / Opera House / Metro Convention Centre / Direct Energy Centre / Powerade Centre / Arrow Hall / Great Hall / Berkely Church / Hamilton Convention Centre / Harbor Castle Hilton / Fairy Lake / Cunard Centre Halifax</p>\r\n<p style=\"text-align: left;\" align=\"center\"></p>\r\n\r\n<h2><span style=\"color: #333399;\">Events : In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sausagefest / Toronto Waterfront Blues Festival / Canada Day Country Jam / Country 95, Beachfest / Mix 99.9  Distillery Blues Fest / PartyGras / Q107 Rock Awards / Rock 95 20th BDay Bash / Toronto Freedom Fest / Wasaga Beach Street Fest / Barrie Street Fest / Blue Sky Revival / Extreme Music Series - MAJA Awards / Miss Africanada Pageant / King Fest /Everything to do with Sex Show London/Toronto/Halifax/Montreal / The Sex Show Denver / Markham Jazz / Unionville Jazz / Mt Albert Sports Days / Scene Fest / Beer Fest / Much Music Awards / Rib Fest / Veselka Fest.\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Artists : In Association with or on Behalf of:</span></h2>\r\nSheep Dogs / Dead Mouse / Bruno Mars / Stevie Wonder / City and Colour / Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Alpha Blondy / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero / Finger Eleven / Trooper / Max Webster / Rik Emmitt / Tokyo Police Club / Lights / Hedley / Sum 41 / Glenn Miller / Orchestra / Attack in Black / Quartetto Gellatto / Glass Tiger /  USS\r\nClark Nova / The Headstones / Dr Hook / April Wine / Teenage Head / Rides again / Cavelera Conspiracy / Curley Bridges / Fathead / Watermelon Slim / David Rotundo / Groove Corp / Nafshenu Orchestra / Nova Sounds / SoulWax / SOS Band / The Shanks / Keiser Chiefs / Chantel Kraviazuk / Rain Maida / Lighthouse / Murray Mc Laughlan / Jack Soul / Philosipher Kings / KOS / Goddo / David Usher / Honeymoon Suite / Del The Funky / Homosapian / De La Soul / I hate Sally / Lupe Fiasco / Eminem / Choclair / Maestro Fresh Wes / Helix / Bobby Brown / Cake / Hanson / Blue Rodeo / Great Big Sea / English Beat / Teenagers / Maroon 5.\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half] [one_half_last]<span style=\"color: #808080;\">Testimonial coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-114', '', '', '2013-07-19 14:37:19', '2013-07-19 14:37:19', '', 276, 'http://www.fslcorporate.com/site/276-revision-114/', 0, 'revision', '', 0),
(952, 1, '2013-07-19 14:39:23', '2013-07-19 14:39:23', '<h2><span style=\"color: #333399;\">Clients: In association with or on Behalf of\r\n</span></h2>\r\n<h2></h2>\r\nLive Nation / Union Concerts / Audi Canada / Red Bull / Volkswagen Canada / Q-107 / Monster Energy / Rock 95 Barrie/ Coca Cola / Sound Acadamy / 102.1 The Edge / The Opera House / Universal Music / Bedlam Music Mgmt / 107.5 Wolf fm / Pfaff Auto / CBC / Inertia Entertainment / TD Canada Trust / OLG(Ontario Lottery Group / Molson, Heineken / Labatt / SBC Media, Mix 99.9 / Y108(Hamilton) / Country 95.3 / B101 Barrie / Town of Newmarket / All Access / Embrace / Telus / Fido / Sony Playstation / Liquid Chrome / Ryerson / Centreville Amusements / Eventrix / Issimo / U of T / SX Marketing / Rotary Club of Newmarket / Magna / Umbra / Ukula / Dose.\r\n<h2><span style=\"color: #333399;\">Clients: In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\n<p style=\"text-align: left;\" align=\"center\">Toronto Island / Island Airport / The Sound Academy / The Phoenix / The Koolhaus / Sunnyside Park / Woodbine Beach / The Roxx / Georgian College / Capital Events Theatre / Ray Twinney Arena / Sudbury Arena / Wasaga Beach / Heritage Park Barrie / Western Fairgrounds London / Gage Park Hamilton / Lees Palace / Opera House / Metro Convention Centre / Direct Energy Centre / Powerade Centre / Arrow Hall / Great Hall / Berkely Church / Hamilton Convention Centre / Harbor Castle Hilton / Fairy Lake / Cunard Centre Halifax</p>\r\n\r\n<h2><span style=\"color: #333399;\">Events : In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sausagefest / Toronto Waterfront Blues Festival / Canada Day Country Jam / Country 95, Beachfest / Mix 99.9  Distillery Blues Fest / PartyGras / Q107 Rock Awards / Rock 95 20th BDay Bash / Toronto Freedom Fest / Wasaga Beach Street Fest / Barrie Street Fest / Blue Sky Revival / Extreme Music Series - MAJA Awards / Miss Africanada Pageant / King Fest /Everything to do with Sex Show London/Toronto/Halifax/Montreal / The Sex Show Denver / Markham Jazz / Unionville Jazz / Mt Albert Sports Days / Scene Fest / Beer Fest / Much Music Awards / Rib Fest / Veselka Fest.\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Artists : In Association with or on Behalf of:</span></h2>\r\nSheep Dogs / Dead Mouse / Bruno Mars / Stevie Wonder / City and Colour / Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Alpha Blondy / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero / Finger Eleven / Trooper / Max Webster / Rik Emmitt / Tokyo Police Club / Lights / Hedley / Sum 41 / Glenn Miller / Orchestra / Attack in Black / Quartetto Gellatto / Glass Tiger /  USS / Clark Nova / The Headstones / Dr Hook / April Wine / Teenage Head / Rides again / Cavelera Conspiracy / Curley Bridges / Fathead / Watermelon Slim / David Rotundo / Groove Corp / Nafshenu Orchestra / Nova Sounds / SoulWax / SOS Band / The Shanks / Keiser Chiefs / Chantel Kraviazuk / Rain Maida / Lighthouse / Murray Mc Laughlan / Jack Soul / Philosipher Kings / KOS / Goddo / David Usher / Honeymoon Suite / Del The Funky / Homosapian / De La Soul / I hate Sally / Lupe Fiasco / Eminem / Choclair / Maestro Fresh Wes / Helix / Bobby Brown / Cake / Hanson / Blue Rodeo / Great Big Sea / English Beat / Teenagers / Maroon 5.\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half] [one_half_last]<span style=\"color: #808080;\">Testimonial coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-116', '', '', '2013-07-19 14:39:23', '2013-07-19 14:39:23', '', 276, 'http://www.fslcorporate.com/site/276-revision-116/', 0, 'revision', '', 0),
(958, 1, '2013-07-20 01:11:14', '2013-07-20 01:11:14', '', 'image-2reversed', '', 'inherit', 'open', 'open', '', 'image-2reversed', '', '', '2013-07-20 01:11:14', '2013-07-20 01:11:14', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/07/image-2reversed.jpg', 0, 'attachment', 'image/jpeg', 0),
(960, 1, '2013-07-22 16:24:14', '2013-07-22 16:24:14', '', 'fsl-rentals-GIFsmooth', '', 'inherit', 'open', 'open', '', 'fsl-rentals-gifsmooth', '', '', '2013-07-22 16:24:14', '2013-07-22 16:24:14', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/07/fsl-rentals-GIFsmooth.gif', 0, 'attachment', 'image/gif', 0),
(961, 1, '2013-07-17 16:58:39', '2013-07-17 16:58:39', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #5 &amp; 6\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\n\r\n<iframe src=\"http://maps.google.ca/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"400\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A\" target=\"_blank\">View Larger Map</a></small>\r\n\r\nCONTACT OUR TEAM:\r\n\r\n<strong>Michael Kerwin:\r\n</strong>Technical Director\r\nSenior Account Manager\r\n<em><em><a href=\"mailto:mike@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">mike@frontiersoundandlight.com</a></em></em>\r\n\r\n<strong>Stuart Evans:</strong>\r\nLogistics Director\r\nAccount Manager\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:stuart@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">stuart@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em>\r\n\r\n<strong>Anthony Gravis:</strong>\r\n<em id=\"__mceDel\"><em id=\"__mceDel\">Operations Director\r\n<em id=\"__mceDel\">Account Manager\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:anthony@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">anthony@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em>\r\n\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><strong>Tyler Ayers:</strong></em></em></em></em></em></em></em></em></em>\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\">Administration\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:tyler@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">tyler@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em></em></em></em></em>\r\n\r\n<strong>Mike Gear:</strong>\r\nShop Manager\r\n<a href=\"mailto:todd@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">shop@frontiersoundandlight.com</a>\r\n\r\n<strong>Employment Opportunities\r\n</strong>Please direct all employment opportunities to the following email address:\r\n\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half]Need a Quote? Have Questions? Need Help?\r\nSend us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-07-17 16:58:39', '2013-07-17 16:58:39', '', 182, 'http://www.fslcorporate.com/site/182-revision-95/', 0, 'revision', '', 0),
(964, 1, '2013-07-22 16:40:14', '2013-07-22 16:40:14', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #5 &amp; 6\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\n\r\nJoin us on <strong><span style=\"color: #0000ff;\"><a title=\"FSL Facebook\" href=\"http://www.facebook.com/FrontierSoundandLight\" target=\"_blank\"><span style=\"color: #0000ff;\">FACEBOOK</span></a></span></strong>\r\n\r\n<iframe src=\"http://maps.google.ca/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"400\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A\" target=\"_blank\">View Larger Map</a></small>\r\n\r\nCONTACT OUR TEAM:\r\n\r\n<strong>Michael Kerwin:\r\n</strong>Technical Director\r\nSenior Account Manager\r\n<em><em><a href=\"mailto:mike@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">mike@frontiersoundandlight.com</a></em></em>\r\n\r\n<strong>Stuart Evans:</strong>\r\nLogistics Director\r\nAccount Manager\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:stuart@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">stuart@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em>\r\n\r\n<strong>Anthony Gravis:</strong>\r\n<em id=\"__mceDel\"><em id=\"__mceDel\">Operations Director\r\n<em id=\"__mceDel\">Account Manager\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:anthony@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">anthony@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em>\r\n\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><strong>Tyler Ayers:</strong></em></em></em></em></em></em></em></em></em>\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\">Administration\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:tyler@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">tyler@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em></em></em></em></em>\r\n\r\n<strong>\r\nEmployment Opportunities</strong>\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half]Need a Quote? Have Questions? Need Help?\r\nSend us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-07-22 16:40:14', '2013-07-22 16:40:14', '', 182, 'http://www.fslcorporate.com/site/182-revision-97/', 0, 'revision', '', 0),
(962, 1, '2013-07-22 16:39:59', '2013-07-22 16:39:59', '', 'fsl-rentals-linkRESIZE', '', 'inherit', 'open', 'open', '', 'fsl-rentals-linkresize-2', '', '', '2013-07-22 16:39:59', '2013-07-22 16:39:59', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/07/fsl-rentals-linkRESIZE.gif', 0, 'attachment', 'image/gif', 0),
(963, 1, '2013-07-22 16:35:59', '2013-07-22 16:35:59', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Unit #5 &amp; 6\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\n\r\nJoin us on <strong><span style=\"color: #0000ff;\"><a title=\"FSL Facebook\" href=\"http://www.facebook.com/FrontierSoundandLight\" target=\"_blank\"><span style=\"color: #0000ff;\">FACEBOOK</span></a></span></strong>\r\n\r\n<iframe src=\"http://maps.google.ca/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"400\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A\" target=\"_blank\">View Larger Map</a></small>\r\n\r\nCONTACT OUR TEAM:\r\n\r\n<strong>Michael Kerwin:\r\n</strong>Technical Director\r\nSenior Account Manager\r\n<em><em><a href=\"mailto:mike@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">mike@frontiersoundandlight.com</a></em></em>\r\n\r\n<strong>Stuart Evans:</strong>\r\nLogistics Director\r\nAccount Manager\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:stuart@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">stuart@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em>\r\n\r\n<strong>Anthony Gravis:</strong>\r\n<em id=\"__mceDel\"><em id=\"__mceDel\">Operations Director\r\n<em id=\"__mceDel\">Account Manager\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:anthony@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">anthony@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em>\r\n\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><strong>Tyler Ayers:</strong></em></em></em></em></em></em></em></em></em>\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\">Administration\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:tyler@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">tyler@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em></em></em></em></em>\r\n\r\n<strong>\r\nEmployment Opportunities</strong>\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half]Need a Quote? Have Questions? Need Help?\r\nSend us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-07-22 16:35:59', '2013-07-22 16:35:59', '', 182, 'http://www.fslcorporate.com/site/182-revision-96/', 0, 'revision', '', 0),
(965, 1, '2013-07-19 14:39:41', '2013-07-19 14:39:41', '<h2><span style=\"color: #333399;\">Clients: In association with or on Behalf of\r\n</span></h2>\r\n<h2></h2>\r\nLive Nation / Union Concerts / Audi Canada / Red Bull / Volkswagen Canada / Q-107 / Monster Energy / Rock 95 Barrie/ Coca Cola / Sound Acadamy / 102.1 The Edge / The Opera House / Universal Music / Bedlam Music Mgmt / 107.5 Wolf fm / Pfaff Auto / CBC / Inertia Entertainment / TD Canada Trust / OLG(Ontario Lottery Group / Molson, Heineken / Labatt / SBC Media, Mix 99.9 / Y108(Hamilton) / Country 95.3 / B101 Barrie / Town of Newmarket / All Access / Embrace / Telus / Fido / Sony Playstation / Liquid Chrome / Ryerson / Centreville Amusements / Eventrix / Issimo / U of T / SX Marketing / Rotary Club of Newmarket / Magna / Umbra / Ukula / Dose.\r\n<h2><span style=\"color: #333399;\">Clients: In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\n<p style=\"text-align: left;\" align=\"center\">Toronto Island / Island Airport / The Sound Academy / The Phoenix / The Koolhaus / Sunnyside Park / Woodbine Beach / The Roxx / Georgian College / Capital Events Theatre / Ray Twinney Arena / Sudbury Arena / Wasaga Beach / Heritage Park Barrie / Western Fairgrounds London / Gage Park Hamilton / Lees Palace / Opera House / Metro Convention Centre / Direct Energy Centre / Powerade Centre / Arrow Hall / Great Hall / Berkely Church / Hamilton Convention Centre / Harbor Castle Hilton / Fairy Lake / Cunard Centre Halifax</p>\r\n\r\n<h2><span style=\"color: #333399;\">Events : In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sausagefest / Toronto Waterfront Blues Festival / Canada Day Country Jam / Country 95, Beachfest / Mix 99.9  Distillery Blues Fest / PartyGras / Q107 Rock Awards / Rock 95 20th BDay Bash / Toronto Freedom Fest / Wasaga Beach Street Fest / Barrie Street Fest / Blue Sky Revival / Extreme Music Series - MAJA Awards / Miss Africanada Pageant / King Fest /Everything to do with Sex Show London/Toronto/Halifax/Montreal / The Sex Show Denver / Markham Jazz / Unionville Jazz / Mt Albert Sports Days / Scene Fest / Beer Fest / Much Music Awards / Rib Fest / Veselka Fest.\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Artists : In Association with or on Behalf of:</span></h2>\r\nSheep Dogs / Dead Mouse / Bruno Mars / Stevie Wonder / City and Colour / Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Alpha Blondy / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero / Finger Eleven / Trooper / Max Webster / Rik Emmitt / Tokyo Police Club / Lights / Hedley / Sum 41 / Glenn Miller / Orchestra / Attack in Black / Quartetto Gellatto / Glass Tiger /  USS / Clark Nova / The Headstones / Dr Hook / April Wine / Teenage Head / Rides again / Cavelera Conspiracy / Curley Bridges / Fathead / Watermelon Slim / David Rotundo / Groove Corp / Nafshenu Orchestra / Nova Sounds / SoulWax / SOS Band / The Shanks / Keiser Chiefs / Chantel Kraviazuk / Rain Maida / Lighthouse / Murray Mc Laughlan / Jack Soul / Philosipher Kings / KOS / Goddo / David Usher / Honeymoon Suite / Del The Funky / Homosapian / De La Soul / I hate Sally / Lupe Fiasco / Eminem / Choclair / Maestro Fresh Wes / Helix / Bobby Brown / Cake / Hanson / Blue Rodeo / Great Big Sea / English Beat / Teenagers / Maroon 5.\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span> -<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half] [one_half_last]<span style=\"color: #808080;\">Testimonial coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-117', '', '', '2013-07-19 14:39:41', '2013-07-19 14:39:41', '', 276, 'http://www.fslcorporate.com/site/276-revision-117/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(966, 1, '2013-07-29 16:14:26', '2013-07-29 16:14:26', '<h2><span style=\"color: #333399;\">Clients: In association with or on Behalf of\r\n</span></h2>\r\n<h2></h2>\r\nLive Nation / Union Concerts / Audi Canada / Red Bull / Volkswagen Canada / Q-107 / Monster Energy / Rock 95 Barrie/ Coca Cola / Sound Acadamy / 102.1 The Edge / The Opera House / Universal Music / Bedlam Music Mgmt / 107.5 Wolf fm / Pfaff Auto / CBC / Inertia Entertainment / TD Canada Trust / OLG(Ontario Lottery Group / Molson, Heineken / Labatt / SBC Media, Mix 99.9 / Y108(Hamilton) / Country 95.3 / B101 Barrie / Town of Newmarket / All Access / Embrace / Telus / Fido / Sony Playstation / Liquid Chrome / Ryerson / Centreville Amusements / Eventrix / Issimo / U of T / SX Marketing / Rotary Club of Newmarket / Magna / Umbra / Ukula / Dose.\r\n<h2><span style=\"color: #333399;\">Clients: In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\n<p style=\"text-align: left;\" align=\"center\">Toronto Island / Island Airport / The Sound Academy / The Phoenix / The Koolhaus / Sunnyside Park / Woodbine Beach / The Roxx / Georgian College / Capital Events Theatre / Ray Twinney Arena / Sudbury Arena / Wasaga Beach / Heritage Park Barrie / Western Fairgrounds London / Gage Park Hamilton / Lees Palace / Opera House / Metro Convention Centre / Direct Energy Centre / Powerade Centre / Arrow Hall / Great Hall / Berkely Church / Hamilton Convention Centre / Harbor Castle Hilton / Fairy Lake / Cunard Centre Halifax</p>\r\n\r\n<h2><span style=\"color: #333399;\">Events : In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sausagefest / Toronto Waterfront Blues Festival / Canada Day Country Jam / Country 95, Beachfest / Mix 99.9  Distillery Blues Fest / PartyGras / Q107 Rock Awards / Rock 95 20th BDay Bash / Toronto Freedom Fest / Wasaga Beach Street Fest / Barrie Street Fest / Blue Sky Revival / Extreme Music Series - MAJA Awards / Miss Africanada Pageant / King Fest /Everything to do with Sex Show London/Toronto/Halifax/Montreal / The Sex Show Denver / Markham Jazz / Unionville Jazz / Mt Albert Sports Days / Scene Fest / Beer Fest / Much Music Awards / Rib Fest / Veselka Fest.\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Artists : In Association with or on Behalf of:</span></h2>\r\nSheep Dogs / Dead Mouse / Bruno Mars / Stevie Wonder / City and Colour / Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Alpha Blondy / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero / Finger Eleven / Trooper / Max Webster / Rik Emmitt / Tokyo Police Club / Lights / Hedley / Sum 41 / Glenn Miller / Orchestra / Attack in Black / Quartetto Gellatto / Glass Tiger /  USS / Clark Nova / The Headstones / Dr Hook / April Wine / Teenage Head / Rides again / Cavelera Conspiracy / Curley Bridges / Fathead / Watermelon Slim / David Rotundo / Groove Corp / Nafshenu Orchestra / Nova Sounds / SoulWax / SOS Band / The Shanks / Keiser Chiefs / Chantel Kraviazuk / Rain Maida / Lighthouse / Murray Mc Laughlan / Jack Soul / Philosipher Kings / KOS / Goddo / David Usher / Honeymoon Suite / Del The Funky / Homosapian / De La Soul / I hate Sally / Lupe Fiasco / Eminem / Choclair / Maestro Fresh Wes / Helix / Bobby Brown / Cake / Hanson / Blue Rodeo / Great Big Sea / English Beat / Teenagers / Maroon 5.\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span>\r\n-<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half]</h3>\r\n<h3></h3>\r\n<h3>[one_half_last]<span style=\"color: #888888;\">\"Hi Mike, just a quick note to say that your crew did a great job, Peter did an outstanding job on the board, we had lots of compliments on the sound. Many Thanks\"</span>\r\n-<strong>Jim John</strong>\r\nBeaches Jazz Big Band Stage 2013 [/one_half_last]</h3>\r\n<h3>[one_half]<span style=\"color: #888888;\">\"Mike.  It\'s always a pleasure, its been 4 fantastic years.\"  \"Thanks for everything Mike, great sound all weekend and Mike Gear the sound guy did a great Job ...we had a massive crowd on Sunday\"</span>\r\n<span style=\"font-size: 1.17em;\">-</span><strong style=\"font-size: 1.17em;\">Wilson Acevedo, (Musical director)\r\n</strong>BEACHES JAZZ LATIN SQUARE STAGE 2013<em id=\"__mceDel\" style=\"font-size: 1.17em;\"></em><strong style=\"font-size: 1.17em;\"><em id=\"__mceDel\" style=\"font-size: 1.17em;\">[/one_half]</em></strong></h3>\r\n<h3></h3>\r\n<h3 style=\"text-align: left;\">[one_half_last]<span style=\"color: #808080;\">Testimonial coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-118', '', '', '2013-07-29 16:14:26', '2013-07-29 16:14:26', '', 276, 'http://www.fslcorporate.com/site/276-revision-118/', 0, 'revision', '', 0),
(967, 1, '2013-07-29 16:14:42', '2013-07-29 16:14:42', '<h2><span style=\"color: #333399;\">Clients: In association with or on Behalf of\r\n</span></h2>\r\n<h2></h2>\r\nLive Nation / Union Concerts / Audi Canada / Red Bull / Volkswagen Canada / Q-107 / Monster Energy / Rock 95 Barrie/ Coca Cola / Sound Acadamy / 102.1 The Edge / The Opera House / Universal Music / Bedlam Music Mgmt / 107.5 Wolf fm / Pfaff Auto / CBC / Inertia Entertainment / TD Canada Trust / OLG(Ontario Lottery Group / Molson, Heineken / Labatt / SBC Media, Mix 99.9 / Y108(Hamilton) / Country 95.3 / B101 Barrie / Town of Newmarket / All Access / Embrace / Telus / Fido / Sony Playstation / Liquid Chrome / Ryerson / Centreville Amusements / Eventrix / Issimo / U of T / SX Marketing / Rotary Club of Newmarket / Magna / Umbra / Ukula / Dose.\r\n<h2><span style=\"color: #333399;\">Clients: In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\n<p style=\"text-align: left;\" align=\"center\">Toronto Island / Island Airport / The Sound Academy / The Phoenix / The Koolhaus / Sunnyside Park / Woodbine Beach / The Roxx / Georgian College / Capital Events Theatre / Ray Twinney Arena / Sudbury Arena / Wasaga Beach / Heritage Park Barrie / Western Fairgrounds London / Gage Park Hamilton / Lees Palace / Opera House / Metro Convention Centre / Direct Energy Centre / Powerade Centre / Arrow Hall / Great Hall / Berkely Church / Hamilton Convention Centre / Harbor Castle Hilton / Fairy Lake / Cunard Centre Halifax</p>\r\n\r\n<h2><span style=\"color: #333399;\">Events : In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sausagefest / Toronto Waterfront Blues Festival / Canada Day Country Jam / Country 95, Beachfest / Mix 99.9  Distillery Blues Fest / PartyGras / Q107 Rock Awards / Rock 95 20th BDay Bash / Toronto Freedom Fest / Wasaga Beach Street Fest / Barrie Street Fest / Blue Sky Revival / Extreme Music Series - MAJA Awards / Miss Africanada Pageant / King Fest /Everything to do with Sex Show London/Toronto/Halifax/Montreal / The Sex Show Denver / Markham Jazz / Unionville Jazz / Mt Albert Sports Days / Scene Fest / Beer Fest / Much Music Awards / Rib Fest / Veselka Fest.\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Artists : In Association with or on Behalf of:</span></h2>\r\nSheep Dogs / Dead Mouse / Bruno Mars / Stevie Wonder / City and Colour / Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Alpha Blondy / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero / Finger Eleven / Trooper / Max Webster / Rik Emmitt / Tokyo Police Club / Lights / Hedley / Sum 41 / Glenn Miller / Orchestra / Attack in Black / Quartetto Gellatto / Glass Tiger /  USS / Clark Nova / The Headstones / Dr Hook / April Wine / Teenage Head / Rides again / Cavelera Conspiracy / Curley Bridges / Fathead / Watermelon Slim / David Rotundo / Groove Corp / Nafshenu Orchestra / Nova Sounds / SoulWax / SOS Band / The Shanks / Keiser Chiefs / Chantel Kraviazuk / Rain Maida / Lighthouse / Murray Mc Laughlan / Jack Soul / Philosipher Kings / KOS / Goddo / David Usher / Honeymoon Suite / Del The Funky / Homosapian / De La Soul / I hate Sally / Lupe Fiasco / Eminem / Choclair / Maestro Fresh Wes / Helix / Bobby Brown / Cake / Hanson / Blue Rodeo / Great Big Sea / English Beat / Teenagers / Maroon 5.\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span>\r\n-<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half]</h3>\r\n<h3></h3>\r\n<h3>[one_half_last]<span style=\"color: #888888;\">\"Hi Mike, just a quick note to say that your crew did a great job, Peter did an outstanding job on the board, we had lots of compliments on the sound. Many Thanks\"</span>\r\n-<strong>Jim John</strong>\r\nBeaches Jazz Big Band Stage 2013 [/one_half_last]</h3>\r\n<h3>[one_half]<span style=\"color: #888888;\">\"Mike.  It\'s always a pleasure, its been 4 fantastic years.\"  \"Thanks for everything Mike, great sound all weekend and Mike Gear the sound guy did a great Job ...we had a massive crowd on Sunday\"</span>\r\n<span style=\"font-size: 1.17em;\">-</span><strong style=\"font-size: 1.17em;\">Wilson Acevedo, (Musical director)\r\n</strong>BEACHES JAZZ LATIN SQUARE STAGE 2013<em id=\"__mceDel\" style=\"font-size: 1.17em;\"></em><strong style=\"font-size: 1.17em;\"><em id=\"__mceDel\" style=\"font-size: 1.17em;\">[/one_half]</em></strong></h3>\r\n<h3></h3>\r\n<h3 style=\"text-align: left;\">[one_half_last]<span style=\"color: #808080;\">More Testimonial coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-119', '', '', '2013-07-29 16:14:42', '2013-07-29 16:14:42', '', 276, 'http://www.fslcorporate.com/site/276-revision-119/', 0, 'revision', '', 0),
(976, 1, '2013-07-13 15:39:08', '2013-07-13 15:39:08', '<h2><span style=\"color: #333399;\">Our Service</span></h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur Account Managers will help you tailor your equipment needs to an exact fit for your show.\r\nOur technician\'s are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nWe provide Audio, Lighting, Staging, Video and Custom Installations along with Rentals as Services for all our clients.\r\n<h3><span style=\"font-size: 1.5em; color: #333399;\">Our Value</span></h3>\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.  This allows for competitive pricing and a focused team that are dedicated to your project.  At Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<h3><span style=\"font-size: 1.5em; color: #333399;\">Our Experience</span></h3>\r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, or an intimate presentation for a select few, Frontier Sound and Light will supply the right system and personnel that suits all your needs.\r\nSince 1998 Frontier has been a definite sound choice.\r\n\r\n&nbsp;', 'About', '', 'inherit', 'open', 'open', '', '264-revision-62', '', '', '2013-07-13 15:39:08', '2013-07-13 15:39:08', '', 264, 'http://www.fslcorporate.com/site/264-revision-62/', 0, 'revision', '', 0),
(972, 1, '2013-07-22 18:49:06', '2013-07-22 18:49:06', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Blvd. Unit #5 &amp; 6\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\n\r\nJoin us on <strong><span style=\"color: #0000ff;\"><a title=\"FSL Facebook\" href=\"http://www.facebook.com/FrontierSoundandLight\" target=\"_blank\"><span style=\"color: #0000ff;\">FACEBOOK</span></a></span></strong>\r\n\r\n<iframe src=\"http://maps.google.ca/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"400\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A\" target=\"_blank\">View Larger Map</a></small>\r\n\r\nCONTACT OUR TEAM:\r\n\r\n<strong>Michael Kerwin:\r\n</strong>Technical Director\r\nSenior Account Manager\r\n<em><em><a href=\"mailto:mike@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">mike@frontiersoundandlight.com</a></em></em>\r\n\r\n<strong>Stuart Evans:</strong>\r\nLogistics Director\r\nAccount Manager\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:stuart@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">stuart@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em>\r\n\r\n<strong>Anthony Gravis:</strong>\r\n<em id=\"__mceDel\"><em id=\"__mceDel\">Operations Director\r\n<em id=\"__mceDel\">Account Manager\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:anthony@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">anthony@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em>\r\n\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><strong>Tyler Ayers:</strong></em></em></em></em></em></em></em></em></em>\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\">Administration\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:tyler@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">tyler@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em></em></em></em></em>\r\n\r\n<strong>\r\nEmployment Opportunities</strong>\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half]Need a Quote? Have Questions? Need Help?\r\nSend us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-07-22 18:49:06', '2013-07-22 18:49:06', '', 182, 'http://www.fslcorporate.com/site/182-revision-98/', 0, 'revision', '', 0),
(971, 1, '2013-07-29 16:28:26', '2013-07-29 16:28:26', '', 'FSL fb IMAGE', '', 'inherit', 'open', 'open', '', 'fsl-fb-image', '', '', '2013-07-29 16:28:26', '2013-07-29 16:28:26', '', 182, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/07/FSL-fb-IMAGE.png', 0, 'attachment', 'image/png', 0),
(973, 1, '2013-07-29 16:30:13', '2013-07-29 16:30:13', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Blvd. Unit #5 &amp; 6\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\n\r\nJoin us on <a title=\"FSL FACEBOOK PAGE\" href=\"https://www.facebook.com/FrontierSoundandLight\" target=\"_blank\"><img class=\"alignnone size-full wp-image-971\" alt=\"FSL fb IMAGE\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/07/FSL-fb-IMAGE.png\" width=\"50\" height=\"50\" /></a> <strong><span style=\"color: #0000ff;\"><a title=\"FSL Facebook\" href=\"http://www.facebook.com/FrontierSoundandLight\" target=\"_blank\"><span style=\"color: #0000ff;\">\r\n</span></a></span></strong>\r\n\r\n<iframe src=\"http://maps.google.ca/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"400\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A\" target=\"_blank\">View Larger Map</a></small>\r\n\r\nCONTACT OUR TEAM:\r\n\r\n<strong>Michael Kerwin:\r\n</strong>Technical Director\r\nSenior Account Manager\r\n<em><em><a href=\"mailto:mike@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">mike@frontiersoundandlight.com</a></em></em>\r\n\r\n<strong>Stuart Evans:</strong>\r\nLogistics Director\r\nAccount Manager\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:stuart@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">stuart@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em>\r\n\r\n<strong>Anthony Gravis:</strong>\r\n<em id=\"__mceDel\"><em id=\"__mceDel\">Operations Director\r\n<em id=\"__mceDel\">Account Manager\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:anthony@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">anthony@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em>\r\n\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><strong>Tyler Ayers:</strong></em></em></em></em></em></em></em></em></em>\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\">Administration\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:tyler@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">tyler@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em></em></em></em></em>\r\n\r\n<strong>\r\nEmployment Opportunities</strong>\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half]Need a Quote? Have Questions? Need Help?\r\nSend us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-07-29 16:30:13', '2013-07-29 16:30:13', '', 182, 'http://www.fslcorporate.com/site/182-revision-99/', 0, 'revision', '', 0),
(977, 1, '2013-11-12 19:34:07', '2013-11-12 19:34:07', '<h2><span style=\"color: #333399;\">Our Service</span></h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur Account Managers will help you tailor your equipment needs to an exact fit for your show.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nWe provide Audio, Lighting, Staging, Video and Custom Installations along with Rentals as Services for all our clients.\r\n<h3><span style=\"font-size: 1.5em; color: #333399;\">Our Value</span></h3>\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.  This allows for competitive pricing and a focused team that are dedicated to your project.  At Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<h3><span style=\"font-size: 1.5em; color: #333399;\">Our Experience</span></h3>\r\nWhether it’s a rock show for ten thousand plus fans, A major Corporate Event, or an intimate presentation for a select few, Frontier Sound and Light will supply the right system and personnel that suits all your needs.\r\nSince 1998 Frontier has been a definite sound choice.\r\n\r\n&nbsp;', 'About', '', 'inherit', 'open', 'open', '', '264-revision-63', '', '', '2013-11-12 19:34:07', '2013-11-12 19:34:07', '', 264, 'http://www.fslcorporate.com/site/264-revision-63/', 0, 'revision', '', 0),
(978, 1, '2013-07-17 18:37:34', '2013-07-17 18:37:34', '<h2></h2>\r\n<h3><span style=\"color: #333399;\">LIGHTING:</span></h3>\r\nWe provide an outstanding selection of lighting options for your event.\r\n\r\nWe can provide all manner of lights; from Moving fixtures, to conventional PAR cans, LED lighting, various truss sizes, blinders, Lekos, and spotlights.  Please contact one of our Account Managers for further information.\r\n\r\nPlease view the gallery below for examples of what Frontier can do.\r\n\r\n<em id=\"__mceDel\"> [new_royalslider id=\"4\"]</em>\r\n<h3><span style=\"color: #333399;\">AUDIO:</span></h3>\r\nWe can provide the perfect audio set up you require for any event, regardless of size or budget.\r\n\r\nWhether it is a small intimate gathering for a presentation, or a large indoor/outdoor concert, we at Frontier Sound and Light have the audio equipment to meet your exact needs.\r\n\r\nWe carry High End Line Array, Conventional trapezoidal 2 and 3 way speaker enclosures, Powered speakers, Digital and Analogue mixing consoles, Monitors for stage performers, Amplification and power distribution for all our equipment, stage boxes, stage splitters, and of course a large selection of Sennheiser microphones.\r\n\r\nPlease view the gallery below for examples of what Frontier can do.\r\n\r\n[new_royalslider id=\"5\"]\r\n\r\n&nbsp;\r\n<h3><span style=\"color: #333399;\">STAGING:</span></h3>\r\nWe can provide your event any staging solution you may require.\r\nWe can provide stages as small as 8\' x 8\' for podium speeches, up to large 60\' x 40\' by 6\' concert stage for arenas and outdoor festivals. We can do truss and scaffold towers, design and implementation.\r\nPlease contact one of our Account Managers for more information.\r\n<h3><span style=\"color: #333399;\">VIDEO:</span></h3>\r\nWe have a wide variety of Projectors, screens, cameras, media servers, video switchers, monitors and more. Please contact one of our Account Managers for complete details and listings on the various video and screen components we have in stock.\r\n<h3 style=\"display: inline !important;\"><span style=\"color: #333399;\">SALES &amp; INSTALLATIONS:</span></h3>\r\nFrontier can help you with any size Sale or Installation, whether it be for a small club that requires a compact audio, and lighting system, with video playback, to Arena sized custom installations requiring multiple speakers zones.\r\nNo matter what your size, and budget, Frontier will help you realize your goals at a affordable, competitive price.\r\nPlease contact one of our Account Managers via Phone or email to discuss the many options we at Frontier can offer you and your project.\r\n<h3></h3>', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-70', '', '', '2013-07-17 18:37:34', '2013-07-17 18:37:34', '', 270, 'http://www.fslcorporate.com/site/270-revision-70/', 0, 'revision', '', 0),
(979, 1, '2013-11-12 19:41:25', '2013-11-12 19:41:25', '<h2></h2>\r\n<h3><span style=\"color: #333399;\">LIGHTING:</span></h3>\r\nWe provide an outstanding selection of lighting options for your event.\r\n\r\nWe can provide all manner of lights; from Moving fixtures, to conventional PAR cans, LED lighting, various truss sizes, blinders, Lekos, and spotlights.  Please contact one of our Account Managers for further information.\r\n\r\nPlease view the gallery below for examples of what Frontier can do.\r\n\r\n<em id=\"__mceDel\"> [new_royalslider id=\"4\"]</em>\r\n<h3><span style=\"color: #333399;\">AUDIO:</span></h3>\r\nWe can provide the perfect audio set up you require for any event, regardless of size or budget.\r\n\r\nWhether it is a small intimate gathering for a presentation, or a large indoor/outdoor concert, at Frontier Sound and Light have the audio equipment to meet your exact needs.\r\n\r\nWe carry High End Line Array, Conventional trapezoidal 2 and 3 way speaker enclosures, Powered speakers, Digital and Analogue mixing consoles, Monitors for stage performers, Amplification and power distribution for all our equipment, stage boxes, stage splitters, and of course a large selection of Sennheiser microphones.\r\n\r\nPlease view the gallery below for examples of what Frontier can do.\r\n\r\n[new_royalslider id=\"5\"]\r\n\r\n&nbsp;\r\n<h3><span style=\"color: #333399;\">STAGING:</span></h3>\r\nWe can provide your event any staging solution you may require.\r\nWe can provide stages as small as 8\' x 8\' for podium speeches, up to large 60\' x 40\' by 6\' concert stage for arenas and outdoor festivals. We can do truss and scaffold towers, design and implementation.\r\nPlease contact one of our Account Managers for more information.\r\n<h3><span style=\"color: #333399;\">VIDEO:</span></h3>\r\nWe have a wide variety of Projectors, screens, cameras, media servers, video switchers, monitors and more. Please contact one of our Account Managers for complete details and listings on the various video and screen components we have in stock.\r\n<h3 style=\"display: inline !important;\"><span style=\"color: #333399;\">SALES &amp; INSTALLATIONS:</span></h3>\r\nFrontier can help you with any size Sale or Installation, whether it be for a small club that requires a compact audio, and lighting system, with video playback, to Arena sized custom installations requiring multiple speakers zones.\r\nNo matter what your size, and budget, Frontier will help you realize your goals at a affordable, competitive price.\r\nPlease contact one of our Account Managers via Phone or email to discuss the many options we at Frontier can offer you and your project.\r\n<h3></h3>', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-71', '', '', '2013-11-12 19:41:25', '2013-11-12 19:41:25', '', 270, 'http://www.fslcorporate.com/site/270-revision-71/', 0, 'revision', '', 0),
(980, 1, '2013-11-12 19:42:04', '2013-11-12 19:42:04', '<h2></h2>\r\n<h3><span style=\"color: #333399;\">LIGHTING:</span></h3>\r\nWe provide an outstanding selection of lighting options for your event.\r\n\r\nWe can provide all manner of lights; from Moving fixtures, to conventional PAR cans, LED lighting, various truss sizes, blinders, Lekos, and spotlights.  Please contact one of our Account Managers for further information.\r\n\r\nPlease view the gallery below for examples of what Frontier can do.\r\n\r\n<em id=\"__mceDel\"> [new_royalslider id=\"4\"]</em>\r\n<h3><span style=\"color: #333399;\">AUDIO:</span></h3>\r\nWe can provide the perfect audio set up you require for any event, regardless of size or budget.\r\n\r\nWhether it is a small intimate gathering for a presentation, or a large indoor/outdoor concert, at Frontier Sound and Light have the audio equipment to meet your exact needs.\r\n\r\nWe carry High End Line Array, Conventional trapezoidal 2 and 3 way speaker enclosures, Powered speakers, Digital and Analogue mixing consoles, Monitors for stage performers, Amplification and power distribution for all our equipment, stage boxes, stage splitters, and of course a large selection of Sennheiser microphones.\r\n\r\nPlease view the gallery below for examples of what Frontier can do.\r\n\r\n[new_royalslider id=\"5\"]\r\n\r\n&nbsp;\r\n<h3><span style=\"color: #333399;\">STAGING:</span></h3>\r\nWe can provide your event any staging solution you may require.\r\nWe can provide stages as small as 8\' x 8\' for podium speeches, up to large 60\' x 40\' by 6\' concert stage for arenas and outdoor festivals. We can do truss and scaffold towers, design and implementation.\r\nPlease contact one of our Account Managers for more information.\r\n<h3><span style=\"color: #333399;\">VIDEO:</span></h3>\r\nWe have a wide variety of Projectors, screens, cameras, media servers, video switchers, monitors and more. Please contact one of our Account Managers for complete details and listings of the various video and screen components we have in stock.\r\n<h3 style=\"display: inline !important;\"><span style=\"color: #333399;\">SALES &amp; INSTALLATIONS:</span></h3>\r\nFrontier can help you with any size Sale or Installation, whether it be for a small club that requires a compact audio, and lighting system, with video playback, to Arena sized custom installations requiring multiple speakers zones.\r\nNo matter what your size, and budget, Frontier will help you realize your goals at a affordable, competitive price.\r\nPlease contact one of our Account Managers via Phone or email to discuss the many options we at Frontier can offer you and your project.\r\n<h3></h3>', 'Services', '', 'inherit', 'open', 'open', '', '270-revision-72', '', '', '2013-11-12 19:42:04', '2013-11-12 19:42:04', '', 270, 'http://www.fslcorporate.com/site/270-revision-72/', 0, 'revision', '', 0),
(981, 1, '2013-07-17 17:00:46', '2013-07-17 17:00:46', '<h2><span style=\"color: #0000ff;\">Gallery:</span></h2>\r\nHere are a just a few examples of what Frontier Sound and Light can do for you.\r\n\r\n&nbsp;\r\n\r\n[new_royalslider id=\"7\"]', 'Gallery', '', 'inherit', 'open', 'open', '', '457-revision-6', '', '', '2013-07-17 17:00:46', '2013-07-17 17:00:46', '', 457, 'http://www.fslcorporate.com/site/457-revision-6/', 0, 'revision', '', 0),
(982, 1, '2013-11-12 19:43:04', '2013-11-12 19:43:04', '<h2><span style=\"color: #0000ff;\">Gallery:</span></h2>\r\nHere are just a few examples of what Frontier Sound and Light can do for you.\r\n\r\n&nbsp;\r\n\r\n[new_royalslider id=\"7\"]', 'Gallery', '', 'inherit', 'open', 'open', '', '457-revision-7', '', '', '2013-11-12 19:43:04', '2013-11-12 19:43:04', '', 457, 'http://www.fslcorporate.com/site/457-revision-7/', 0, 'revision', '', 0),
(984, 1, '2014-02-26 19:14:52', '2014-02-26 19:14:52', '', '0ledvid7smd-side', '', 'inherit', 'open', 'open', '', '0ledvid7smd-side', '', '', '2014-02-26 19:14:52', '2014-02-26 19:14:52', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2014/02/0ledvid7smd-side.jpg', 0, 'attachment', 'image/jpeg', 0),
(985, 1, '2014-02-26 19:14:55', '2014-02-26 19:14:55', '', '2ledvid7smd-front', '', 'inherit', 'open', 'open', '', '2ledvid7smd-front', '', '', '2014-02-26 19:14:55', '2014-02-26 19:14:55', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2014/02/2ledvid7smd-front.jpg', 0, 'attachment', 'image/jpeg', 0),
(986, 1, '2014-02-26 19:14:58', '2014-02-26 19:14:58', '', '1378447_586696221366253_774799744_n[1]', '', 'inherit', 'open', 'open', '', '1378447_586696221366253_774799744_n1', '', '', '2014-02-26 19:14:58', '2014-02-26 19:14:58', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2014/02/1378447_586696221366253_774799744_n1.jpg', 0, 'attachment', 'image/jpeg', 0),
(992, 1, '2014-02-26 19:19:39', '2014-02-26 19:19:39', '', '1798708_632329143469627_799430307_n[2]', '', 'inherit', 'open', 'open', '', '1798708_632329143469627_799430307_n2', '', '', '2014-02-26 19:19:39', '2014-02-26 19:19:39', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2014/02/1798708_632329143469627_799430307_n2.jpg', 0, 'attachment', 'image/jpeg', 0),
(988, 1, '2014-02-26 19:15:25', '2014-02-26 19:15:25', '', 'j', '', 'inherit', 'open', 'open', '', 'j', '', '', '2014-02-26 19:15:25', '2014-02-26 19:15:25', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2014/02/j.jpg', 0, 'attachment', 'image/jpeg', 0),
(989, 1, '2014-02-26 19:15:28', '2014-02-26 19:15:28', '', 'Martin_mac_aura_LED_wash_movinghead_effect[1]', '', 'inherit', 'open', 'open', '', 'martin_mac_aura_led_wash_movinghead_effect1', '', '', '2014-02-26 19:15:28', '2014-02-26 19:15:28', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2014/02/Martin_mac_aura_LED_wash_movinghead_effect1.jpg', 0, 'attachment', 'image/jpeg', 0),
(990, 1, '2014-02-26 19:15:31', '2014-02-26 19:15:31', '', 'martin-aura-post-photo[1]', '', 'inherit', 'open', 'open', '', 'martin-aura-post-photo1', '', '', '2014-02-26 19:15:31', '2014-02-26 19:15:31', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2014/02/martin-aura-post-photo1.jpg', 0, 'attachment', 'image/jpeg', 0),
(991, 1, '2014-02-26 19:15:35', '2014-02-26 19:15:35', '', 'martin-mac-viper-profile-2881-p[1]', '', 'inherit', 'open', 'open', '', 'martin-mac-viper-profile-2881-p1', '', '', '2014-02-26 19:15:35', '2014-02-26 19:15:35', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2014/02/martin-mac-viper-profile-2881-p1.jpg', 0, 'attachment', 'image/jpeg', 0),
(993, 1, '2014-02-26 21:28:48', '2014-02-26 21:28:48', '', '1480515_615292161839992_604293695_n[1]', '', 'inherit', 'open', 'open', '', '1480515_615292161839992_604293695_n1', '', '', '2014-02-26 21:28:48', '2014-02-26 21:28:48', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2014/02/1480515_615292161839992_604293695_n1.jpg', 0, 'attachment', 'image/jpeg', 0),
(995, 1, '2014-07-24 20:02:34', '2014-07-24 20:02:34', '', 'gto hanging stack', '', 'inherit', 'open', 'open', '', 'gto-hanging-stack', '', '', '2014-07-24 20:02:34', '2014-07-24 20:02:34', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2014/07/gto-hanging-stack.jpg', 0, 'attachment', 'image/jpeg', 0),
(996, 1, '2014-07-24 20:02:36', '2014-07-24 20:02:36', '', 'gto peter gabriel mention', '', 'inherit', 'open', 'open', '', 'gto-peter-gabriel-mention', '', '', '2014-07-24 20:02:36', '2014-07-24 20:02:36', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2014/07/gto-peter-gabriel-mention.jpg', 0, 'attachment', 'image/jpeg', 0),
(997, 1, '2014-07-24 20:02:38', '2014-07-24 20:02:38', '', 'gto single', '', 'inherit', 'open', 'open', '', 'gto-single', '', '', '2014-07-24 20:02:38', '2014-07-24 20:02:38', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2014/07/gto-single.jpg', 0, 'attachment', 'image/jpeg', 0),
(1000, 1, '2014-08-11 22:47:38', '2014-08-11 22:47:38', '<h2><span style=\"color: #333399;\">Clients: In association with or on Behalf of\r\n</span></h2>\r\n<h2></h2>\r\nLive Nation / Union Concerts / Audi Canada / Red Bull / Volkswagen Canada / Q-107 / Monster Energy / Rock 95 Barrie/ Coca Cola / Sound Acadamy / 102.1 The Edge / The Opera House / Universal Music / Bedlam Music Mgmt / 107.5 Wolf fm / Pfaff Auto / CBC / Inertia Entertainment / TD Canada Trust / OLG(Ontario Lottery Group / Molson, Heineken / Labatt / SBC Media, Mix 99.9 / Y108(Hamilton) / Country 95.3 / B101 Barrie / Town of Newmarket / All Access / Embrace / Telus / Fido / Sony Playstation / Liquid Chrome / Ryerson / Centreville Amusements / Eventrix / Issimo / U of T / SX Marketing / Rotary Club of Newmarket / Magna / Umbra / Ukula / Dose.\r\n<h2><span style=\"color: #333399;\">Clients: In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\n<p style=\"text-align: left;\" align=\"center\">Toronto Island / Island Airport / The Sound Academy / The Phoenix / The Koolhaus / Sunnyside Park / Woodbine Beach / The Roxx / Georgian College / Capital Events Theatre / Ray Twinney Arena / Sudbury Arena / Wasaga Beach / Heritage Park Barrie / Western Fairgrounds London / Gage Park Hamilton / Lees Palace / Opera House / Metro Convention Centre / Direct Energy Centre / Powerade Centre / Arrow Hall / Great Hall / Berkely Church / Hamilton Convention Centre / Harbor Castle Hilton / Fairy Lake / Cunard Centre Halifax</p>\r\n\r\n<h2><span style=\"color: #333399;\">Events : In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sausagefest / Toronto Waterfront Blues Festival / Canada Day Country Jam / Country 95, Beachfest / Mix 99.9  Distillery Blues Fest / PartyGras / Q107 Rock Awards / Rock 95 20th BDay Bash / Toronto Freedom Fest / Wasaga Beach Street Fest / Barrie Street Fest / Blue Sky Revival / Extreme Music Series - MAJA Awards / Miss Africanada Pageant / King Fest /Everything to do with Sex Show London/Toronto/Halifax/Montreal / The Sex Show Denver / Markham Jazz / Unionville Jazz / Mt Albert Sports Days / Scene Fest / Beer Fest / Much Music Awards / Rib Fest / Veselka Fest.\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Artists : In Association with or on Behalf of:</span></h2>\r\nSheep Dogs / Dead Mouse / Bruno Mars / Stevie Wonder / City and Colour / Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Alpha Blondy / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero / Finger Eleven / Trooper / Max Webster / Rik Emmitt / Tokyo Police Club / Lights / Hedley / Sum 41 / Glenn Miller / Orchestra / Attack in Black / Quartetto Gellatto / Glass Tiger /  USS / Clark Nova / The Headstones / Dr Hook / April Wine / Teenage Head / Rides again / Cavelera Conspiracy / Curley Bridges / Fathead / Watermelon Slim / David Rotundo / Groove Corp / Nafshenu Orchestra / Nova Sounds / SoulWax / SOS Band / The Shanks / Keiser Chiefs / Chantel Kraviazuk / Rain Maida / Lighthouse / Murray Mc Laughlan / Jack Soul / Philosipher Kings / KOS / Goddo / David Usher / Honeymoon Suite / Del The Funky / Homosapian / De La Soul / I hate Sally / Lupe Fiasco / Eminem / Choclair / Maestro Fresh Wes / Helix / Bobby Brown / Cake / Hanson / Blue Rodeo / Great Big Sea / English Beat / Teenagers / Maroon 5.\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span>\r\n-<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half]</h3>\r\n<h3></h3>\r\n<h3>[one_half_last]<span style=\"color: #888888;\">\"Hi Mike, just a quick note to say that your crew did a great job, Peter did an outstanding job on the board, we had lots of compliments on the sound. Many Thanks\"</span>\r\n-<strong>Jim John</strong>\r\nBeaches Jazz Big Band Stage 2013 [/one_half_last]</h3>\r\n<h3>[one_half]<span style=\"color: #888888;\">\"Mike.  It\'s always a pleasure, its been 4 fantastic years.\"  \"Thanks for everything Mike, great sound all weekend and Mike Gear the sound guy did a great Job ...we had a massive crowd on Sunday\"\r\n</span>-Wilson Acevedo, (Musical director)\r\n<em>Beaches Jazz Latin Square Stage 2013 </em>[/one_half]</h3>\r\n<h3 style=\"text-align: left;\">[one_half_last]<span style=\"color: #808080;\">More Testimonials coming soon...</span>[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-121', '', '', '2014-08-11 22:47:38', '2014-08-11 22:47:38', '', 276, 'http://www.fslcorporate.com/site/276-revision-121/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1001, 1, '2014-08-11 22:50:43', '2014-08-11 22:50:43', '<h2><span style=\"color: #333399;\">Clients: In association with or on Behalf of\r\n</span></h2>\r\n<h2></h2>\r\nLive Nation / Union Concerts / Audi Canada / Red Bull / Volkswagen Canada / Q-107 / Monster Energy / Rock 95 Barrie/ Coca Cola / Sound Acadamy / 102.1 The Edge / The Opera House / Universal Music / Bedlam Music Mgmt / 107.5 Wolf fm / Pfaff Auto / CBC / Inertia Entertainment / TD Canada Trust / OLG(Ontario Lottery Group / Molson, Heineken / Labatt / SBC Media, Mix 99.9 / Y108(Hamilton) / Country 95.3 / B101 Barrie / Town of Newmarket / All Access / Embrace / Telus / Fido / Sony Playstation / Liquid Chrome / Ryerson / Centreville Amusements / Eventrix / Issimo / U of T / SX Marketing / Rotary Club of Newmarket / Magna / Umbra / Ukula / Dose.\r\n<h2><span style=\"color: #333399;\">Clients: In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\n<p style=\"text-align: left;\" align=\"center\">Toronto Island / Island Airport / The Sound Academy / The Phoenix / The Koolhaus / Sunnyside Park / Woodbine Beach / The Roxx / Georgian College / Capital Events Theatre / Ray Twinney Arena / Sudbury Arena / Wasaga Beach / Heritage Park Barrie / Western Fairgrounds London / Gage Park Hamilton / Lees Palace / Opera House / Metro Convention Centre / Direct Energy Centre / Powerade Centre / Arrow Hall / Great Hall / Berkely Church / Hamilton Convention Centre / Harbor Castle Hilton / Fairy Lake / Cunard Centre Halifax</p>\r\n\r\n<h2><span style=\"color: #333399;\">Events : In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sausagefest / Toronto Waterfront Blues Festival / Canada Day Country Jam / Country 95, Beachfest / Mix 99.9  Distillery Blues Fest / PartyGras / Q107 Rock Awards / Rock 95 20th BDay Bash / Toronto Freedom Fest / Wasaga Beach Street Fest / Barrie Street Fest / Blue Sky Revival / Extreme Music Series - MAJA Awards / Miss Africanada Pageant / King Fest /Everything to do with Sex Show London/Toronto/Halifax/Montreal / The Sex Show Denver / Markham Jazz / Unionville Jazz / Mt Albert Sports Days / Scene Fest / Beer Fest / Much Music Awards / Rib Fest / Veselka Fest.\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Artists : In Association with or on Behalf of:</span></h2>\r\nSheep Dogs / Dead Mouse / Bruno Mars / Stevie Wonder / City and Colour / Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Alpha Blondy / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero / Finger Eleven / Trooper / Max Webster / Rik Emmitt / Tokyo Police Club / Lights / Hedley / Sum 41 / Glenn Miller / Orchestra / Attack in Black / Quartetto Gellatto / Glass Tiger /  USS / Clark Nova / The Headstones / Dr Hook / April Wine / Teenage Head / Rides again / Cavelera Conspiracy / Curley Bridges / Fathead / Watermelon Slim / David Rotundo / Groove Corp / Nafshenu Orchestra / Nova Sounds / SoulWax / SOS Band / The Shanks / Keiser Chiefs / Chantel Kraviazuk / Rain Maida / Lighthouse / Murray Mc Laughlan / Jack Soul / Philosipher Kings / KOS / Goddo / David Usher / Honeymoon Suite / Del The Funky / Homosapian / De La Soul / I hate Sally / Lupe Fiasco / Eminem / Choclair / Maestro Fresh Wes / Helix / Bobby Brown / Cake / Hanson / Blue Rodeo / Great Big Sea / English Beat / Teenagers / Maroon 5.\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span>\r\n-<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half]</h3>\r\n<h3></h3>\r\n<h3>[one_half_last]<span style=\"color: #888888;\">\"Hi Mike, just a quick note to say that your crew did a great job, Peter did an outstanding job on the board, we had lots of compliments on the sound. Many Thanks\"</span>\r\n-<strong>Jim John</strong>\r\nBeaches Jazz Big Band Stage 2013 [/one_half_last]</h3>\r\n<h3>[one_half]<span style=\"color: #888888;\">\"Mike.  It\'s always a pleasure, its been 4 fantastic years.\"  \"Thanks for everything Mike, great sound all weekend and Mike Gear the sound guy did a great Job ...we had a massive crowd on Sunday\"\r\n</span>-<strong>Wilson Acevedo, (Musical director)</strong>\r\n<em>Beaches Jazz Latin Square Stage 2013 </em>[/one_half]</h3>\r\n<h3 style=\"text-align: left;\">[one_half_last]\"<span style=\"color: #888888;\">Hey Mike, I cannot even begin to thank you and your team enough for an amazing job this weekend, I have been doing this for over 30 years, work some huge production company but without a doubt this was one of my best experiences . I am looking forward you doing all our events and I am sure I will be on some other events you will be doing, once again thank you from myself Phil and Donna.\"</span>\r\n-Carl Allen\r\nNathan Philips Square IRIE FESTIVAL 2014[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-122', '', '', '2014-08-11 22:50:43', '2014-08-11 22:50:43', '', 276, 'http://www.fslcorporate.com/site/276-revision-122/', 0, 'revision', '', 0),
(1003, 1, '2013-07-29 16:30:28', '2013-07-29 16:30:28', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Blvd. Unit #5 &amp; 6\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nToll Free: 1-877-895-1902\r\nFax: 905-895-7530\r\n\r\n<strong>Join us on</strong> <a title=\"FSL FACEBOOK PAGE\" href=\"https://www.facebook.com/FrontierSoundandLight\" target=\"_blank\"><img class=\"alignnone size-full wp-image-971\" alt=\"FSL fb IMAGE\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/07/FSL-fb-IMAGE.png\" width=\"50\" height=\"50\" /></a> <strong><span style=\"color: #0000ff;\"><a title=\"FSL Facebook\" href=\"http://www.facebook.com/FrontierSoundandLight\" target=\"_blank\"><span style=\"color: #0000ff;\">\r\n</span></a></span></strong>\r\n\r\n<iframe src=\"http://maps.google.ca/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"400\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A\" target=\"_blank\">View Larger Map</a></small>\r\n\r\nCONTACT OUR TEAM:\r\n\r\n<strong>Michael Kerwin:\r\n</strong>Technical Director\r\nSenior Account Manager\r\n<em><em><a href=\"mailto:mike@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">mike@frontiersoundandlight.com</a></em></em>\r\n\r\n<strong>Stuart Evans:</strong>\r\nLogistics Director\r\nAccount Manager\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:stuart@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">stuart@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em>\r\n\r\n<strong>Anthony Gravis:</strong>\r\n<em id=\"__mceDel\"><em id=\"__mceDel\">Operations Director\r\n<em id=\"__mceDel\">Account Manager\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:anthony@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">anthony@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em>\r\n\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><strong>Tyler Ayers:</strong></em></em></em></em></em></em></em></em></em>\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\">Administration\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:tyler@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">tyler@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em></em></em></em></em>\r\n\r\n<strong>\r\nEmployment Opportunities</strong>\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half]Need a Quote? Have Questions? Need Help?\r\nSend us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2013-07-29 16:30:28', '2013-07-29 16:30:28', '', 182, 'http://www.fslcorporate.com/site/182-revision-100/', 0, 'revision', '', 0),
(1006, 1, '2015-05-06 18:59:47', '2015-05-06 18:59:47', '', 'PINK SINGER MAIN PAGE', '', 'inherit', 'open', 'open', '', 'pink-singer-main-page', '', '', '2015-05-06 18:59:47', '2015-05-06 18:59:47', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2015/05/PINK-SINGER-MAIN-PAGE.png', 0, 'attachment', 'image/png', 0),
(1008, 1, '2015-05-06 19:09:01', '2015-05-06 19:09:01', '<h2><span style=\"color: #333399;\">Clients: In association with or on Behalf of\r\n</span></h2>\r\n<h2></h2>\r\nLive Nation / Union Concerts / Audi Canada / Red Bull / Volkswagen Canada / Q-107 / Monster Energy / Rock 95 Barrie/ Coca Cola / Sound Acadamy / 102.1 The Edge / The Opera House / Universal Music / Bedlam Music Mgmt / 107.5 Wolf fm / Pfaff Auto / CBC / Inertia Entertainment / TD Canada Trust / OLG(Ontario Lottery Group / Molson, Heineken / Labatt / SBC Media, Mix 99.9 / Y108(Hamilton) / Country 95.3 / B101 Barrie / Town of Newmarket / All Access / Embrace / Telus / Fido / Sony Playstation / Liquid Chrome / Ryerson / Centreville Amusements / Eventrix / Issimo / U of T / SX Marketing / Rotary Club of Newmarket / Magna / Umbra / Ukula / Dose.\r\n<h2><span style=\"color: #333399;\">Venues: In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\n<p style=\"text-align: left;\" align=\"center\">Toronto Island / Island Airport / The Sound Academy / The Phoenix Concert Theater / The Koolhaus / Sunnyside Park / Woodbine Beach / The Roxx / Georgian College / Capital Events Theatre / Ray Twinney Arena / Sudbury Arena / Wasaga Beach / Heritage Park Barrie / Western Fairgrounds London / Gage Park Hamilton / Lees Palace / Opera House / Metro Convention Centre / Direct Energy Centre / Powerade Centre / Arrow Hall / Great Hall / Berkely Church / Hamilton Convention Centre / Harbor Castle Hilton / Fairy Lake / Cunard Centre Halifax / Hershey Centre/ Toronto Congress Center / Tillsonburg fair grounds.</p>\r\n\r\n<h2><span style=\"color: #333399;\">Events : In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sausagefest / Toronto Waterfront Blues Festival / Canada Day Country Jam / Country 95, Beachfest / Mix 99.9  Distillery Blues Fest / PartyGras / Q107 Rock Awards / Rock 95 20th BDay Bash / Toronto Freedom Fest / Wasaga Beach Street Fest / Barrie Street Fest / Blue Sky Revival / Extreme Music Series - MAJA Awards / Miss Africanada Pageant / King Fest /Everything to do with Sex Show London/Toronto/Halifax/Montreal / The Sex Show Denver / Markham Jazz / Unionville Jazz / Newmarket Jazz / Mt Albert Sports Days / Scene Fest / Beer Fest / Much Music Awards / Rib Fest / Veselka Fest / Peterborough Dragon Boat Festival / Toronto B.I.A.\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Artists : In Association with or on Behalf of:</span></h2>\r\nSheep Dogs / Dead Mouse / Bruno Mars / Stevie Wonder / City and Colour / Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Alpha Blondy / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero / Finger Eleven / Trooper / Max Webster / Rik Emmitt / Tokyo Police Club / Lights / Hedley / Sum 41 / Glenn Miller / Orchestra / Attack in Black / Quartetto Gellatto / Glass Tiger /  USS / Clark Nova / The Headstones / Dr Hook / April Wine / Teenage Head / Rides again / Cavelera Conspiracy / Curley Bridges / Fathead / Watermelon Slim / David Rotundo / Groove Corp / Nafshenu Orchestra / Nova Sounds / SoulWax / SOS Band / The Shanks / Keiser Chiefs / Chantel Kraviazuk / Rain Maida / Lighthouse / Murray Mc Laughlan / Jack Soul / Philosipher Kings / KOS / Goddo / David Usher / Honeymoon Suite / Del The Funky / Homosapian / De La Soul / I hate Sally / Lupe Fiasco / Eminem / Choclair / Maestro Fresh Wes / Helix / Bobby Brown / Cake / Hanson / Blue Rodeo / Great Big Sea / English Beat / Teenagers / Maroon 5.\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span>\r\n-<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half]</h3>\r\n<h3></h3>\r\n<h3>[one_half_last]<span style=\"color: #888888;\">\"Hi Mike, just a quick note to say that your crew did a great job, Peter did an outstanding job on the board, we had lots of compliments on the sound. Many Thanks\"</span>\r\n-<strong>Jim John</strong>\r\nBeaches Jazz Big Band Stage 2013 [/one_half_last]</h3>\r\n<h3>[one_half]<span style=\"color: #888888;\">\"Mike.  It\'s always a pleasure, its been 4 fantastic years.\"  \"Thanks for everything Mike, great sound all weekend and Mike Gear the sound guy did a great Job ...we had a massive crowd on Sunday\"\r\n</span>-<strong>Wilson Acevedo, (Musical director)</strong>\r\n<em>Beaches Jazz Latin Square Stage 2013 </em>[/one_half]</h3>\r\n<h3 style=\"text-align: left;\">[one_half_last]\"<span style=\"color: #888888;\">Hey Mike, I cannot even begin to thank you and your team enough for an amazing job this weekend, I have been doing this for over 30 years, work some huge production company but without a doubt this was one of my best experiences . I am looking forward you doing all our events and I am sure I will be on some other events you will be doing, once again thank you from myself Phil and Donna.\"</span>\r\n-Carl Allen\r\nNathan Philips Square IRIE FESTIVAL 2014[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-124', '', '', '2015-05-06 19:09:01', '2015-05-06 19:09:01', '', 276, 'http://www.fslcorporate.com/site/276-revision-124/', 0, 'revision', '', 0),
(1009, 1, '2015-05-06 19:18:20', '2015-05-06 19:18:20', '', 'frontier_dec2 opening night', '', 'inherit', 'open', 'open', '', 'frontier_dec2-opening-night', '', '', '2015-05-06 19:18:20', '2015-05-06 19:18:20', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2015/05/frontier_dec2-opening-night.jpg', 0, 'attachment', 'image/jpeg', 0),
(1010, 1, '2015-05-06 19:18:28', '2015-05-06 19:18:28', '', 'frontier_dec2audience pic1', '', 'inherit', 'open', 'open', '', 'frontier_dec2audience-pic1', '', '', '2015-05-06 19:18:28', '2015-05-06 19:18:28', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2015/05/frontier_dec2audience-pic1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1011, 1, '2015-05-06 19:18:36', '2015-05-06 19:18:36', '', 'frontier_dec2audience shot 2', '', 'inherit', 'open', 'open', '', 'frontier_dec2audience-shot-2', '', '', '2015-05-06 19:18:36', '2015-05-06 19:18:36', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2015/05/frontier_dec2audience-shot-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(1012, 1, '2015-05-06 19:18:41', '2015-05-06 19:18:41', '', 'frontier_dec2curved wall and stage', '', 'inherit', 'open', 'open', '', 'frontier_dec2curved-wall-and-stage', '', '', '2015-05-06 19:18:41', '2015-05-06 19:18:41', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2015/05/frontier_dec2curved-wall-and-stage.jpg', 0, 'attachment', 'image/jpeg', 0),
(1013, 1, '2015-05-06 19:18:44', '2015-05-06 19:18:44', '', 'frontier_dec2girl singing 2', '', 'inherit', 'open', 'open', '', 'frontier_dec2girl-singing-2', '', '', '2015-05-06 19:18:44', '2015-05-06 19:18:44', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2015/05/frontier_dec2girl-singing-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(1014, 1, '2015-05-06 19:18:49', '2015-05-06 19:18:49', '', 'frontier_dec2stage fish eye 3 excellent pic', '', 'inherit', 'open', 'open', '', 'frontier_dec2stage-fish-eye-3-excellent-pic', '', '', '2015-05-06 19:18:49', '2015-05-06 19:18:49', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2015/05/frontier_dec2stage-fish-eye-3-excellent-pic.jpg', 0, 'attachment', 'image/jpeg', 0),
(1015, 1, '2015-05-06 19:18:53', '2015-05-06 19:18:53', '', 'frontier_dec2stage shot 5 good one!', '', 'inherit', 'open', 'open', '', 'frontier_dec2stage-shot-5-good-one', '', '', '2015-05-06 19:18:53', '2015-05-06 19:18:53', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2015/05/frontier_dec2stage-shot-5-good-one.jpg', 0, 'attachment', 'image/jpeg', 0),
(1016, 1, '2015-05-06 19:19:02', '2015-05-06 19:19:02', '', 'frontier_dec2stage shot no band', '', 'inherit', 'open', 'open', '', 'frontier_dec2stage-shot-no-band', '', '', '2015-05-06 19:19:02', '2015-05-06 19:19:02', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2015/05/frontier_dec2stage-shot-no-band.jpg', 0, 'attachment', 'image/jpeg', 0),
(1017, 1, '2015-05-06 19:19:06', '2015-05-06 19:19:06', '', 'frontier_dec2stage shot really good', '', 'inherit', 'open', 'open', '', 'frontier_dec2stage-shot-really-good', '', '', '2015-05-06 19:19:06', '2015-05-06 19:19:06', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2015/05/frontier_dec2stage-shot-really-good.jpg', 0, 'attachment', 'image/jpeg', 0),
(1018, 1, '2015-05-06 19:20:43', '2015-05-06 19:20:43', '', '_MG_2416', '', 'inherit', 'open', 'open', '', '_mg_2416', '', '', '2015-05-06 19:20:43', '2015-05-06 19:20:43', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2015/05/MG_2416.jpg', 0, 'attachment', 'image/jpeg', 0),
(1019, 1, '2015-05-06 19:20:51', '2015-05-06 19:20:51', '', '_MG_2446', '', 'inherit', 'open', 'open', '', '_mg_2446', '', '', '2015-05-06 19:20:51', '2015-05-06 19:20:51', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2015/05/MG_2446.jpg', 0, 'attachment', 'image/jpeg', 0),
(1020, 1, '2015-05-06 19:21:00', '2015-05-06 19:21:00', '', '_MG_2466', '', 'inherit', 'open', 'open', '', '_mg_2466', '', '', '2015-05-06 19:21:00', '2015-05-06 19:21:00', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2015/05/MG_2466.jpg', 0, 'attachment', 'image/jpeg', 0),
(1021, 1, '2015-05-06 19:21:08', '2015-05-06 19:21:08', '', '_MG_2483', '', 'inherit', 'open', 'open', '', '_mg_2483', '', '', '2015-05-06 19:21:08', '2015-05-06 19:21:08', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2015/05/MG_2483.jpg', 0, 'attachment', 'image/jpeg', 0),
(1022, 1, '2015-05-06 19:21:17', '2015-05-06 19:21:17', '', '_MG_2512', '', 'inherit', 'open', 'open', '', '_mg_2512', '', '', '2015-05-06 19:21:17', '2015-05-06 19:21:17', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2015/05/MG_2512.jpg', 0, 'attachment', 'image/jpeg', 0),
(1023, 1, '2015-05-06 19:21:30', '2015-05-06 19:21:30', '', '_MG_2522', '', 'inherit', 'open', 'open', '', '_mg_2522', '', '', '2015-05-06 19:21:30', '2015-05-06 19:21:30', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2015/05/MG_2522.jpg', 0, 'attachment', 'image/jpeg', 0),
(1024, 1, '2015-05-06 19:21:37', '2015-05-06 19:21:37', '', '_MG_2617', '', 'inherit', 'open', 'open', '', '_mg_2617', '', '', '2015-05-06 19:21:37', '2015-05-06 19:21:37', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2015/05/MG_2617.jpg', 0, 'attachment', 'image/jpeg', 0),
(1025, 1, '2015-05-06 19:21:41', '2015-05-06 19:21:41', '', 'wakestock 2013', '', 'inherit', 'open', 'open', '', 'wakestock-2013', '', '', '2015-05-06 19:21:41', '2015-05-06 19:21:41', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2015/05/wakestock-2013.jpg', 0, 'attachment', 'image/jpeg', 0),
(1026, 1, '2015-05-06 19:21:52', '2015-05-06 19:21:52', '', 'Wakestock-2013[1]', '', 'inherit', 'open', 'open', '', 'wakestock-20131', '', '', '2015-05-06 19:21:52', '2015-05-06 19:21:52', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2015/05/Wakestock-20131.jpg', 0, 'attachment', 'image/jpeg', 0),
(1027, 1, '2015-05-06 19:22:08', '2015-05-06 19:22:08', '', '_MG_8536', '', 'inherit', 'open', 'open', '', '_mg_8536', '', '', '2015-05-06 19:22:08', '2015-05-06 19:22:08', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2015/05/MG_8536.jpg', 0, 'attachment', 'image/jpeg', 0),
(1028, 1, '2015-05-06 19:22:12', '2015-05-06 19:22:12', '', '_MG_8553', '', 'inherit', 'open', 'open', '', '_mg_8553', '', '', '2015-05-06 19:22:12', '2015-05-06 19:22:12', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2015/05/MG_8553.jpg', 0, 'attachment', 'image/jpeg', 0),
(1029, 1, '2015-05-06 19:22:23', '2015-05-06 19:22:23', '', '_MG_8561', '', 'inherit', 'open', 'open', '', '_mg_8561', '', '', '2015-05-06 19:22:23', '2015-05-06 19:22:23', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2015/05/MG_8561.jpg', 0, 'attachment', 'image/jpeg', 0),
(1030, 1, '2015-05-06 19:22:38', '2015-05-06 19:22:38', '', '_MG_8572', '', 'inherit', 'open', 'open', '', '_mg_8572', '', '', '2015-05-06 19:22:38', '2015-05-06 19:22:38', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2015/05/MG_8572.jpg', 0, 'attachment', 'image/jpeg', 0),
(1031, 1, '2015-05-06 19:22:41', '2015-05-06 19:22:41', '', '_MG_8649', '', 'inherit', 'open', 'open', '', '_mg_8649', '', '', '2015-05-06 19:22:41', '2015-05-06 19:22:41', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2015/05/MG_8649.jpg', 0, 'attachment', 'image/jpeg', 0),
(1032, 1, '2015-05-06 19:22:56', '2015-05-06 19:22:56', '', '_MG_8710', '', 'inherit', 'open', 'open', '', '_mg_8710', '', '', '2015-05-06 19:22:56', '2015-05-06 19:22:56', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2015/05/MG_8710.jpg', 0, 'attachment', 'image/jpeg', 0),
(1033, 1, '2015-05-06 19:23:00', '2015-05-06 19:23:00', '', '_MG_8772', '', 'inherit', 'open', 'open', '', '_mg_8772', '', '', '2015-05-06 19:23:00', '2015-05-06 19:23:00', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2015/05/MG_8772.jpg', 0, 'attachment', 'image/jpeg', 0),
(1034, 1, '2015-05-06 19:23:09', '2015-05-06 19:23:09', '', '_MG_8790', '', 'inherit', 'open', 'open', '', '_mg_8790', '', '', '2015-05-06 19:23:09', '2015-05-06 19:23:09', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2015/05/MG_8790.jpg', 0, 'attachment', 'image/jpeg', 0),
(1035, 1, '2015-05-06 19:23:13', '2015-05-06 19:23:13', '', '_MG_8800', '', 'inherit', 'open', 'open', '', '_mg_8800', '', '', '2015-05-06 19:23:13', '2015-05-06 19:23:13', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2015/05/MG_8800.jpg', 0, 'attachment', 'image/jpeg', 0),
(1036, 1, '2015-05-06 19:23:17', '2015-05-06 19:23:17', '', '_MG_8807', '', 'inherit', 'open', 'open', '', '_mg_8807', '', '', '2015-05-06 19:23:17', '2015-05-06 19:23:17', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2015/05/MG_8807.jpg', 0, 'attachment', 'image/jpeg', 0),
(1037, 1, '2015-05-06 19:23:21', '2015-05-06 19:23:21', '', '_MG_8811', '', 'inherit', 'open', 'open', '', '_mg_8811', '', '', '2015-05-06 19:23:21', '2015-05-06 19:23:21', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2015/05/MG_8811.jpg', 0, 'attachment', 'image/jpeg', 0),
(1038, 1, '2015-05-06 19:23:35', '2015-05-06 19:23:35', '', '_MG_8813', '', 'inherit', 'open', 'open', '', '_mg_8813', '', '', '2015-05-06 19:23:35', '2015-05-06 19:23:35', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2015/05/MG_8813.jpg', 0, 'attachment', 'image/jpeg', 0),
(1039, 1, '2015-05-06 19:23:52', '2015-05-06 19:23:52', '', 'frontier_apr251551', '', 'inherit', 'open', 'open', '', 'frontier_apr251551', '', '', '2015-05-06 19:23:52', '2015-05-06 19:23:52', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2015/05/frontier_apr251551.jpg', 0, 'attachment', 'image/jpeg', 0),
(1040, 1, '2015-05-06 19:24:00', '2015-05-06 19:24:00', '', 'frontier_apr251558', '', 'inherit', 'open', 'open', '', 'frontier_apr251558', '', '', '2015-05-06 19:24:00', '2015-05-06 19:24:00', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2015/05/frontier_apr251558.jpg', 0, 'attachment', 'image/jpeg', 0),
(1041, 1, '2015-05-06 19:24:09', '2015-05-06 19:24:09', '', 'frontier_apr251566 (2)', '', 'inherit', 'open', 'open', '', 'frontier_apr251566-2', '', '', '2015-05-06 19:24:09', '2015-05-06 19:24:09', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2015/05/frontier_apr251566-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(1042, 1, '2015-05-06 19:24:13', '2015-05-06 19:24:13', '', 'frontier_apr251573', '', 'inherit', 'open', 'open', '', 'frontier_apr251573', '', '', '2015-05-06 19:24:13', '2015-05-06 19:24:13', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2015/05/frontier_apr251573.jpg', 0, 'attachment', 'image/jpeg', 0),
(1043, 1, '2015-05-06 19:24:17', '2015-05-06 19:24:17', '', 'frontier_apr251579', '', 'inherit', 'open', 'open', '', 'frontier_apr251579', '', '', '2015-05-06 19:24:17', '2015-05-06 19:24:17', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2015/05/frontier_apr251579.jpg', 0, 'attachment', 'image/jpeg', 0),
(1044, 1, '2015-05-06 19:24:21', '2015-05-06 19:24:21', '', 'frontier_apr251596', '', 'inherit', 'open', 'open', '', 'frontier_apr251596', '', '', '2015-05-06 19:24:21', '2015-05-06 19:24:21', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2015/05/frontier_apr251596.jpg', 0, 'attachment', 'image/jpeg', 0),
(1045, 1, '2015-05-06 19:24:29', '2015-05-06 19:24:29', '', 'frontier_apr2515104', '', 'inherit', 'open', 'open', '', 'frontier_apr2515104', '', '', '2015-05-06 19:24:29', '2015-05-06 19:24:29', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2015/05/frontier_apr2515104.jpg', 0, 'attachment', 'image/jpeg', 0),
(1046, 1, '2015-05-06 19:24:38', '2015-05-06 19:24:38', '', 'frontier_apr2515110', '', 'inherit', 'open', 'open', '', 'frontier_apr2515110', '', '', '2015-05-06 19:24:38', '2015-05-06 19:24:38', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2015/05/frontier_apr2515110.jpg', 0, 'attachment', 'image/jpeg', 0),
(1047, 1, '2015-05-06 19:24:50', '2015-05-06 19:24:50', '', 'frontier_apr2515125', '', 'inherit', 'open', 'open', '', 'frontier_apr2515125', '', '', '2015-05-06 19:24:50', '2015-05-06 19:24:50', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2015/05/frontier_apr2515125.jpg', 0, 'attachment', 'image/jpeg', 0),
(1048, 1, '2015-05-06 19:24:54', '2015-05-06 19:24:54', '', 'frontier_apr2515172', '', 'inherit', 'open', 'open', '', 'frontier_apr2515172', '', '', '2015-05-06 19:24:54', '2015-05-06 19:24:54', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2015/05/frontier_apr2515172.jpg', 0, 'attachment', 'image/jpeg', 0),
(1049, 1, '2015-05-06 19:25:10', '2015-05-06 19:25:10', '', 'frontier_apr2515206', '', 'inherit', 'open', 'open', '', 'frontier_apr2515206', '', '', '2015-05-06 19:25:10', '2015-05-06 19:25:10', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2015/05/frontier_apr2515206.jpg', 0, 'attachment', 'image/jpeg', 0),
(1050, 1, '2015-05-06 19:25:16', '2015-05-06 19:25:16', '', 'frontier_apr2515242', '', 'inherit', 'open', 'open', '', 'frontier_apr2515242', '', '', '2015-05-06 19:25:16', '2015-05-06 19:25:16', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2015/05/frontier_apr2515242.jpg', 0, 'attachment', 'image/jpeg', 0),
(1051, 1, '2015-05-06 19:25:29', '2015-05-06 19:25:29', '', 'frontier_apr2515275', '', 'inherit', 'open', 'open', '', 'frontier_apr2515275', '', '', '2015-05-06 19:25:29', '2015-05-06 19:25:29', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2015/05/frontier_apr2515275.jpg', 0, 'attachment', 'image/jpeg', 0),
(1052, 1, '2015-05-06 19:25:41', '2015-05-06 19:25:41', '', 'frontier_apr2515294', '', 'inherit', 'open', 'open', '', 'frontier_apr2515294', '', '', '2015-05-06 19:25:41', '2015-05-06 19:25:41', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2015/05/frontier_apr2515294.jpg', 0, 'attachment', 'image/jpeg', 0),
(1053, 1, '2015-05-06 19:25:49', '2015-05-06 19:25:49', '', 'frontier_apr2515304', '', 'inherit', 'open', 'open', '', 'frontier_apr2515304', '', '', '2015-05-06 19:25:49', '2015-05-06 19:25:49', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2015/05/frontier_apr2515304.jpg', 0, 'attachment', 'image/jpeg', 0),
(1054, 1, '2015-05-06 19:26:01', '2015-05-06 19:26:01', '', 'frontier_apr2515336', '', 'inherit', 'open', 'open', '', 'frontier_apr2515336', '', '', '2015-05-06 19:26:01', '2015-05-06 19:26:01', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2015/05/frontier_apr2515336.jpg', 0, 'attachment', 'image/jpeg', 0),
(1055, 1, '2015-05-06 19:26:05', '2015-05-06 19:26:05', '', 'frontier_apr2515339', '', 'inherit', 'open', 'open', '', 'frontier_apr2515339', '', '', '2015-05-06 19:26:05', '2015-05-06 19:26:05', '', 0, 'http://www.fslcorporate.com/site/wp-content/uploads/2015/05/frontier_apr2515339.jpg', 0, 'attachment', 'image/jpeg', 0),
(1056, 1, '2015-05-06 19:09:47', '2015-05-06 19:09:47', '<h2><span style=\"color: #333399;\">Clients: In association with or on Behalf of\r\n</span></h2>\r\n<h2></h2>\r\nLive Nation / Union Concerts / Audi Canada / Red Bull / Volkswagen Canada / Q-107 / Monster Energy / Rock 95 Barrie/ Coca Cola / Sound Acadamy / 102.1 The Edge / The Opera House / Universal Music / Bedlam Music Mgmt / 107.5 Wolf fm / Pfaff Auto / CBC / Inertia Entertainment / TD Canada Trust / OLG(Ontario Lottery Group / Molson, Heineken / Labatt / SBC Media, Mix 99.9 / Y108(Hamilton) / Country 95.3 / B101 Barrie / Town of Newmarket / All Access / Embrace / Telus / Fido / Sony Playstation / Liquid Chrome / Ryerson / Centreville Amusements / Eventrix / Issimo / U of T / SX Marketing / Rotary Club of Newmarket / Magna / Umbra / Ukula / Dose.\r\n<h2><span style=\"color: #333399;\">Venues: In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\n<p style=\"text-align: left;\" align=\"center\">Toronto Island / Island Airport / The Sound Academy / The Phoenix Concert Theater / The Koolhaus / Sunnyside Park / Woodbine Beach / The Roxx / Georgian College / Capital Events Theatre / Ray Twinney Arena / Sudbury Arena / Wasaga Beach / Heritage Park Barrie / Western Fairgrounds London / Gage Park Hamilton / Lees Palace / Opera House / Metro Convention Centre / Direct Energy Centre / Powerade Centre / Arrow Hall / Great Hall / Berkely Church / Hamilton Convention Centre / Harbor Castle Hilton / Fairy Lake / Cunard Centre Halifax / Hershey Centre/ Toronto Congress Center / Tillsonburg fair grounds.</p>\r\n\r\n<h2><span style=\"color: #333399;\">Events : In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sausagefest / Toronto Waterfront Blues Festival / Canada Day Country Jam / Country 95, Beachfest / Mix 99.9  Distillery Blues Fest / PartyGras / Q107 Rock Awards / Rock 95 20th BDay Bash / Toronto Freedom Fest / Wasaga Beach Street Fest / Barrie Street Fest / Blue Sky Revival / Extreme Music Series - MAJA Awards / Miss Africanada Pageant / King Fest /Everything to do with Sex Show London/Toronto/Halifax/Montreal / The Sex Show Denver / Markham Jazz / Unionville Jazz / Newmarket Jazz / Mt Albert Sports Days / Scene Fest / Beer Fest / Much Music Awards / Rib Fest / Veselka Fest / Peterborough Dragon Boat Festival / Toronto B.I.A.\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Artists : In Association with or on Behalf of:</span></h2>\r\nSheep Dogs / Dead Mouse / Bruno Mars / Stevie Wonder / City and Colour / Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Alpha Blondy / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero / Finger Eleven / Trooper / Max Webster / Rik Emmitt / Tokyo Police Club / Lights / Hedley / Sum 41 / Glenn Miller / Orchestra / Attack in Black / Quartetto Gellatto / Glass Tiger /  USS / Clark Nova / The Headstones / Dr Hook / April Wine / Teenage Head / Rides again / Cavelera Conspiracy / Curley Bridges / Fathead / Watermelon Slim / David Rotundo / Groove Corp / Nafshenu Orchestra / Nova Sounds / SoulWax / SOS Band / The Shanks / Keiser Chiefs / Chantel Kraviazuk / Rain Maida / Lighthouse / Murray Mc Laughlan / Jack Soul / Philosipher Kings / KOS / Goddo / David Usher / Honeymoon Suite / Del The Funky / Homosapian / De La Soul / I hate Sally / Lupe Fiasco / Eminem / Choclair / Maestro Fresh Wes / Helix / Bobby Brown / Cake / Hanson / Blue Rodeo / Great Big Sea / English Beat / Teenagers / Maroon 5.\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span>\r\n-<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half]</h3>\r\n<h3></h3>\r\n<h3>[one_half_last]<span style=\"color: #888888;\">\"Hi Mike, just a quick note to say that your crew did a great job, Peter did an outstanding job on the board, we had lots of compliments on the sound. Many Thanks\"</span>\r\n-<strong>Jim John</strong>\r\nBeaches Jazz Big Band Stage 2013 [/one_half_last]</h3>\r\n<h3>[one_half]<span style=\"color: #888888;\">\"Mike.  It\'s always a pleasure, its been 4 fantastic years.\"  \"Thanks for everything Mike, great sound all weekend and Mike Gear the sound guy did a great Job ...we had a massive crowd on Sunday\"\r\n</span>-<strong>Wilson Acevedo, (Musical director)</strong>\r\n<em>Beaches Jazz Latin Square Stage 2013 </em>[/one_half]</h3>\r\n<h3 style=\"text-align: left;\">[one_half_last]\"<span style=\"color: #888888;\">Hey Mike, I cannot even begin to thank you and your team enough for an amazing job this weekend, I have been doing this for over 30 years, work some huge production company but without a doubt this was one of my best experiences . I am looking forward you doing all our events and I am sure I will be on some other events you will be doing, once again thank you from myself Phil and Donna.\"</span>\r\n-Carl Allen\r\nNathan Philips Square IRIE FESTIVAL 2014[/one_half_last]</h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-125', '', '', '2015-05-06 19:09:47', '2015-05-06 19:09:47', '', 276, 'http://www.fslcorporate.com/site/276-revision-125/', 0, 'revision', '', 0),
(1057, 1, '2015-05-06 19:47:42', '2015-05-06 19:47:42', '<h2><span style=\"color: #333399;\">Clients: In association with or on Behalf of\r\n</span></h2>\r\n<h2></h2>\r\nLive Nation / Union Concerts / Audi Canada / Red Bull / Volkswagen Canada / Q-107 / Monster Energy / Rock 95 Barrie/ Coca Cola / Sound Acadamy / 102.1 The Edge / The Opera House / Universal Music / Bedlam Music Mgmt / 107.5 Wolf fm / Pfaff Auto / CBC / Inertia Entertainment / TD Canada Trust / OLG(Ontario Lottery Group / Molson, Heineken / Labatt / SBC Media, Mix 99.9 / Y108(Hamilton) / Country 95.3 / B101 Barrie / Town of Newmarket / All Access / Embrace / Telus / Fido / Sony Playstation / Liquid Chrome / Ryerson / Centreville Amusements / Eventrix / Issimo / U of T / SX Marketing / Rotary Club of Newmarket / Magna / Umbra / Ukula / Dose.\r\n<h2><span style=\"color: #333399;\">Venues: In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\n<p style=\"text-align: left;\" align=\"center\">Toronto Island / Island Airport / The Sound Academy / The Phoenix Concert Theater / The Koolhaus / Sunnyside Park / Woodbine Beach / The Roxx / Georgian College / Capital Events Theatre / Ray Twinney Arena / Sudbury Arena / Wasaga Beach / Heritage Park Barrie / Western Fairgrounds London / Gage Park Hamilton / Lees Palace / Opera House / Metro Convention Centre / Direct Energy Centre / Powerade Centre / Arrow Hall / Great Hall / Berkely Church / Hamilton Convention Centre / Harbor Castle Hilton / Fairy Lake / Cunard Centre Halifax / Hershey Centre/ Toronto Congress Center / Tillsonburg fair grounds.</p>\r\n\r\n<h2><span style=\"color: #333399;\">Events : In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sausagefest / Toronto Waterfront Blues Festival / Canada Day Country Jam / Country 95, Beachfest / Mix 99.9  Distillery Blues Fest / PartyGras / Q107 Rock Awards / Rock 95 20th BDay Bash / Toronto Freedom Fest / Wasaga Beach Street Fest / Barrie Street Fest / Blue Sky Revival / Extreme Music Series - MAJA Awards / Miss Africanada Pageant / King Fest /Everything to do with Sex Show London/Toronto/Halifax/Montreal / The Sex Show Denver / Markham Jazz / Unionville Jazz / Newmarket Jazz / Mt Albert Sports Days / Scene Fest / Beer Fest / Much Music Awards / Rib Fest / Veselka Fest / Peterborough Dragon Boat Festival / Toronto B.I.A.\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Artists : In Association with or on Behalf of:</span></h2>\r\nSheep Dogs / Dead Mouse / Bruno Mars / Stevie Wonder / City and Colour / Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Alpha Blondy / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero / Finger Eleven / Trooper / Max Webster / Rik Emmitt / Tokyo Police Club / Lights / Hedley / Sum 41 / Glenn Miller / Orchestra / Attack in Black / Quartetto Gellatto / Glass Tiger /  USS / Clark Nova / The Headstones / Dr Hook / April Wine / Teenage Head / Rides again / Cavelera Conspiracy / Curley Bridges / Fathead / Watermelon Slim / David Rotundo / Groove Corp / Nafshenu Orchestra / Nova Sounds / SoulWax / SOS Band / The Shanks / Keiser Chiefs / Chantel Kraviazuk / Rain Maida / Lighthouse / Murray Mc Laughlan / Jack Soul / Philosipher Kings / KOS / Goddo / David Usher / Honeymoon Suite / Del The Funky / Homosapian / De La Soul / I hate Sally / Lupe Fiasco / Eminem / Choclair / Maestro Fresh Wes / Helix / Bobby Brown / Cake / Hanson / Blue Rodeo / Great Big Sea / English Beat / Teenagers / Maroon 5.\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span>\r\n-<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half]</h3>\r\n<h3>[one_half_last]<span style=\"color: #888888;\">\"Hi Mike, just a quick note to say that your crew did a great job, Peter did an outstanding job on the board, we had lots of compliments on the sound. Many Thanks\"</span></h3>\r\n<h3>-<strong>Jim John</strong>\r\nBeaches Jazz Big Band Stage 2013 [/one_half_last]</h3>\r\n<h3>[one_half]<span style=\"color: #888888;\">\"Mike.  It\'s always a pleasure, its been 4 fantastic years.\"  \"Thanks for everything Mike, great sound all weekend and Mike Gear the sound guy did a great Job ...we had a massive crowd on Sunday\"\r\n</span>-<strong>Wilson Acevedo, (Musical director)</strong>\r\n<em>Beaches Jazz Latin Square Stage 2013 </em>[/one_half]</h3>\r\n<h3 style=\"text-align: left;\">[one_half_last]\"<span style=\"color: #888888;\">Hey Mike, I cannot even begin to thank you and your team enough for an amazing job this weekend, I have been doing this for over 30 years, work some huge production company but without a doubt this was one of my best experiences . I am looking forward you doing all our events and I am sure I will be on some other events you will be doing, once again thank you from myself Phil and Donna.\"</span>\r\n-<strong>Carl Allen</strong>\r\nNathan Philips Square IRIE FESTIVAL 2014[/one_half_last]</h3>\r\n<h3>[one_half]<span style=\"color: #999999;\">\"Yesterday went great.  I got very positive feedback on the sound.  Kai, the audio technician, was very good.  Thanks again for all your help.\"</span>\r\n<strong>- Kim Marchessault</strong> (Technical Director)\r\nPerforming Arts Centre The Country Day School<em id=\"__mceDel\" style=\"font-size: 1.17em;\"><span style=\"font-size: 1.17em;\">[/one_half]</span></em></h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-126', '', '', '2015-05-06 19:47:42', '2015-05-06 19:47:42', '', 276, 'http://www.fslcorporate.com/site/276-revision-126/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1058, 1, '2015-05-06 19:52:42', '2015-05-06 19:52:42', '<h2><span style=\"color: #333399;\">Clients: In association with or on Behalf of\r\n</span></h2>\r\n<h2></h2>\r\nLive Nation / Union Concerts / Audi Canada / Red Bull / Volkswagen Canada / Q-107 / Monster Energy / Rock 95 Barrie/ Coca Cola / Sound Acadamy / 102.1 The Edge / The Opera House / Universal Music / Bedlam Music Mgmt / 107.5 Wolf fm / Pfaff Auto / CBC / Inertia Entertainment / TD Canada Trust / OLG(Ontario Lottery Group / Molson, Heineken / Labatt / SBC Media, Mix 99.9 / Y108(Hamilton) / Country 95.3 / B101 Barrie / Town of Newmarket / All Access / Embrace / Telus / Fido / Sony Playstation / Liquid Chrome / Ryerson / Centreville Amusements / Eventrix / Issimo / U of T / SX Marketing / Rotary Club of Newmarket / Magna / Umbra / Ukula / Dose.\r\n<h2><span style=\"color: #333399;\">Venues: In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\n<p style=\"text-align: left;\" align=\"center\">Toronto Island / Island Airport / The Sound Academy / The Phoenix Concert Theater / The Koolhaus / Sunnyside Park / Woodbine Beach / The Roxx / Georgian College / Capital Events Theatre / Ray Twinney Arena / Sudbury Arena / Wasaga Beach / Heritage Park Barrie / Western Fairgrounds London / Gage Park Hamilton / Lees Palace / Opera House / Metro Convention Centre / Direct Energy Centre / Powerade Centre / Arrow Hall / Great Hall / Berkely Church / Hamilton Convention Centre / Harbor Castle Hilton / Fairy Lake / Cunard Centre Halifax / Hershey Centre/ Toronto Congress Center / Tillsonburg fair grounds.</p>\r\n\r\n<h2><span style=\"color: #333399;\">Events : In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sausagefest / Toronto Waterfront Blues Festival / Canada Day Country Jam / Country 95, Beachfest / Mix 99.9  Distillery Blues Fest / PartyGras / Q107 Rock Awards / Rock 95 20th BDay Bash / Toronto Freedom Fest / Wasaga Beach Street Fest / Barrie Street Fest / Blue Sky Revival / Extreme Music Series - MAJA Awards / Miss Africanada Pageant / King Fest /Everything to do with Sex Show London/Toronto/Halifax/Montreal / The Sex Show Denver / Markham Jazz / Unionville Jazz / Newmarket Jazz / Mt Albert Sports Days / Scene Fest / Beer Fest / Much Music Awards / Rib Fest / Veselka Fest / Peterborough Dragon Boat Festival / Toronto B.I.A.\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Artists : In Association with or on Behalf of:</span></h2>\r\nSheep Dogs / Dead Mouse / Bruno Mars / Stevie Wonder / City and Colour / Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Alpha Blondy / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero / Finger Eleven / Trooper / Max Webster / Rik Emmitt / Tokyo Police Club / Lights / Hedley / Sum 41 / Glenn Miller / Orchestra / Attack in Black / Quartetto Gellatto / Glass Tiger /  USS / Clark Nova / The Headstones / Dr Hook / April Wine / Teenage Head / Rides again / Cavelera Conspiracy / Curley Bridges / Fathead / Watermelon Slim / David Rotundo / Groove Corp / Nafshenu Orchestra / Nova Sounds / SoulWax / SOS Band / The Shanks / Keiser Chiefs / Chantel Kraviazuk / Rain Maida / Lighthouse / Murray Mc Laughlan / Jack Soul / Philosipher Kings / KOS / Goddo / David Usher / Honeymoon Suite / Del The Funky / Homosapian / De La Soul / I hate Sally / Lupe Fiasco / Eminem / Choclair / Maestro Fresh Wes / Helix / Bobby Brown / Cake / Hanson / Blue Rodeo / Great Big Sea / English Beat / Teenagers / Maroon 5.\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span>\r\n-<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half]</h3>\r\n<h3>[one_half_last]<span style=\"color: #888888;\">\"Hi Mike, just a quick note to say that your crew did a great job, Peter did an outstanding job on the board, we had lots of compliments on the sound. Many Thanks\"</span></h3>\r\n<h3>-<strong>Jim John</strong>\r\nBeaches Jazz Big Band Stage 2013 [/one_half_last]</h3>\r\n<h3>[one_half]<span style=\"color: #888888;\">\"Mike.  It\'s always a pleasure, its been 4 fantastic years.\"  \"Thanks for everything Mike, great sound all weekend and Mike Gear the sound guy did a great Job ...we had a massive crowd on Sunday\"\r\n</span>-<strong>Wilson Acevedo, (Musical director)</strong>\r\n<em>Beaches Jazz Latin Square Stage 2013 </em>[/one_half]</h3>\r\n<h3 id=\"yiv6225527332yui_3_16_0_1_1421950985257_72731\"><span style=\"color: #888888;\">\"Hey Mike, I cannot even begin to thank you and your team enough for an amazing job this weekend, I have been doing this for over 30 years, and have worked with some huge production companies, but without a doubt this was one of my best experiences. I am looking forward to you doing all our events!   Once again, thank you from Myself Phil and Donna\"</span></h3>\r\n<h3 style=\"text-align: left;\">-<strong>Carl Allen</strong>\r\nNathan Philips Square IRIE FESTIVAL 2014[/one_half_last]</h3>\r\n<h3>[one_half]<span style=\"color: #999999;\">\"Yesterday went great.  I got very positive feedback on the sound.  Kai, the audio technician, was very good.  Thanks again for all your help.\"</span>\r\n<strong>- Kim Marchessault</strong> (Technical Director)\r\nPerforming Arts Centre The Country Day School<span style=\"font-size: 1.17em;\">[/one_half]</span></h3>\r\n&nbsp;\r\n<h3>[one_half_last] <em id=\"__mceDel\" style=\"font-size: 1.17em;\">[/one_half_last]</em></h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-127', '', '', '2015-05-06 19:52:42', '2015-05-06 19:52:42', '', 276, 'http://www.fslcorporate.com/site/276-revision-127/', 0, 'revision', '', 0),
(1059, 1, '2015-05-06 19:53:02', '2015-05-06 19:53:02', '<h2><span style=\"color: #333399;\">Clients: In association with or on Behalf of\r\n</span></h2>\r\n<h2></h2>\r\nLive Nation / Union Concerts / Audi Canada / Red Bull / Volkswagen Canada / Q-107 / Monster Energy / Rock 95 Barrie/ Coca Cola / Sound Acadamy / 102.1 The Edge / The Opera House / Universal Music / Bedlam Music Mgmt / 107.5 Wolf fm / Pfaff Auto / CBC / Inertia Entertainment / TD Canada Trust / OLG(Ontario Lottery Group / Molson, Heineken / Labatt / SBC Media, Mix 99.9 / Y108(Hamilton) / Country 95.3 / B101 Barrie / Town of Newmarket / All Access / Embrace / Telus / Fido / Sony Playstation / Liquid Chrome / Ryerson / Centreville Amusements / Eventrix / Issimo / U of T / SX Marketing / Rotary Club of Newmarket / Magna / Umbra / Ukula / Dose.\r\n<h2><span style=\"color: #333399;\">Venues: In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\n<p style=\"text-align: left;\" align=\"center\">Toronto Island / Island Airport / The Sound Academy / The Phoenix Concert Theater / The Koolhaus / Sunnyside Park / Woodbine Beach / The Roxx / Georgian College / Capital Events Theatre / Ray Twinney Arena / Sudbury Arena / Wasaga Beach / Heritage Park Barrie / Western Fairgrounds London / Gage Park Hamilton / Lees Palace / Opera House / Metro Convention Centre / Direct Energy Centre / Powerade Centre / Arrow Hall / Great Hall / Berkely Church / Hamilton Convention Centre / Harbor Castle Hilton / Fairy Lake / Cunard Centre Halifax / Hershey Centre/ Toronto Congress Center / Tillsonburg fair grounds.</p>\r\n\r\n<h2><span style=\"color: #333399;\">Events : In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sausagefest / Toronto Waterfront Blues Festival / Canada Day Country Jam / Country 95, Beachfest / Mix 99.9  Distillery Blues Fest / PartyGras / Q107 Rock Awards / Rock 95 20th BDay Bash / Toronto Freedom Fest / Wasaga Beach Street Fest / Barrie Street Fest / Blue Sky Revival / Extreme Music Series - MAJA Awards / Miss Africanada Pageant / King Fest /Everything to do with Sex Show London/Toronto/Halifax/Montreal / The Sex Show Denver / Markham Jazz / Unionville Jazz / Newmarket Jazz / Mt Albert Sports Days / Scene Fest / Beer Fest / Much Music Awards / Rib Fest / Veselka Fest / Peterborough Dragon Boat Festival / Toronto B.I.A.\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Artists : In Association with or on Behalf of:</span></h2>\r\nSheep Dogs / Dead Mouse / Bruno Mars / Stevie Wonder / City and Colour / Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Alpha Blondy / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero / Finger Eleven / Trooper / Max Webster / Rik Emmitt / Tokyo Police Club / Lights / Hedley / Sum 41 / Glenn Miller / Orchestra / Attack in Black / Quartetto Gellatto / Glass Tiger /  USS / Clark Nova / The Headstones / Dr Hook / April Wine / Teenage Head / Rides again / Cavelera Conspiracy / Curley Bridges / Fathead / Watermelon Slim / David Rotundo / Groove Corp / Nafshenu Orchestra / Nova Sounds / SoulWax / SOS Band / The Shanks / Keiser Chiefs / Chantel Kraviazuk / Rain Maida / Lighthouse / Murray Mc Laughlan / Jack Soul / Philosipher Kings / KOS / Goddo / David Usher / Honeymoon Suite / Del The Funky / Homosapian / De La Soul / I hate Sally / Lupe Fiasco / Eminem / Choclair / Maestro Fresh Wes / Helix / Bobby Brown / Cake / Hanson / Blue Rodeo / Great Big Sea / English Beat / Teenagers / Maroon 5.\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span>\r\n-<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half]</h3>\r\n<h3>[one_half_last]<span style=\"color: #888888;\">\"Hi Mike, just a quick note to say that your crew did a great job, Peter did an outstanding job on the board, we had lots of compliments on the sound. Many Thanks\"</span></h3>\r\n<h3>-<strong>Jim John</strong>\r\nBeaches Jazz Big Band Stage 2013 [/one_half_last]</h3>\r\n<h3>[one_half]<span style=\"color: #888888;\">\"Mike.  It\'s always a pleasure, its been 4 fantastic years.\"  \"Thanks for everything Mike, great sound all weekend and Mike Gear the sound guy did a great Job ...we had a massive crowd on Sunday\"\r\n</span>-<strong>Wilson Acevedo, (Musical director)</strong>\r\n<em>Beaches Jazz Latin Square Stage 2013 </em>[/one_half]</h3>\r\n<h3 id=\"yiv6225527332yui_3_16_0_1_1421950985257_72731\"><span style=\"color: #888888;\">\"Hey Mike, I cannot even begin to thank you and your team enough for an amazing job this weekend, I have been doing this for over 30 years, and have worked with some huge production companies, but without a doubt this was one of my best experiences. I am looking forward to you doing all our events!   Once again, thank you from Myself Phil and Donna\"</span>-<strong>Carl Allen  </strong><em id=\"__mceDel\">Nathan Philips Square IRIE FESTIVAL 2014[/one_half_last]</em></h3>\r\n<h3>[one_half]<span style=\"color: #999999;\">\"Yesterday went great.  I got very positive feedback on the sound.  Kai, the audio technician, was very good.  Thanks again for all your help.\"</span>\r\n<strong>- Kim Marchessault</strong> (Technical Director)\r\nPerforming Arts Centre The Country Day School<span style=\"font-size: 1.17em;\">[/one_half]</span></h3>\r\n&nbsp;\r\n<h3>[one_half_last] <em id=\"__mceDel\" style=\"font-size: 1.17em;\">[/one_half_last]</em></h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-128', '', '', '2015-05-06 19:53:02', '2015-05-06 19:53:02', '', 276, 'http://www.fslcorporate.com/site/276-revision-128/', 0, 'revision', '', 0),
(1060, 1, '2015-05-06 19:53:51', '2015-05-06 19:53:51', '<h2><span style=\"color: #333399;\">Clients: In association with or on Behalf of\r\n</span></h2>\r\n<h2></h2>\r\nLive Nation / Union Concerts / Audi Canada / Red Bull / Volkswagen Canada / Q-107 / Monster Energy / Rock 95 Barrie/ Coca Cola / Sound Acadamy / 102.1 The Edge / The Opera House / Universal Music / Bedlam Music Mgmt / 107.5 Wolf fm / Pfaff Auto / CBC / Inertia Entertainment / TD Canada Trust / OLG(Ontario Lottery Group / Molson, Heineken / Labatt / SBC Media, Mix 99.9 / Y108(Hamilton) / Country 95.3 / B101 Barrie / Town of Newmarket / All Access / Embrace / Telus / Fido / Sony Playstation / Liquid Chrome / Ryerson / Centreville Amusements / Eventrix / Issimo / U of T / SX Marketing / Rotary Club of Newmarket / Magna / Umbra / Ukula / Dose.\r\n<h2><span style=\"color: #333399;\">Venues: In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\n<p style=\"text-align: left;\" align=\"center\">Toronto Island / Island Airport / The Sound Academy / The Phoenix Concert Theater / The Koolhaus / Sunnyside Park / Woodbine Beach / The Roxx / Georgian College / Capital Events Theatre / Ray Twinney Arena / Sudbury Arena / Wasaga Beach / Heritage Park Barrie / Western Fairgrounds London / Gage Park Hamilton / Lees Palace / Opera House / Metro Convention Centre / Direct Energy Centre / Powerade Centre / Arrow Hall / Great Hall / Berkely Church / Hamilton Convention Centre / Harbor Castle Hilton / Fairy Lake / Cunard Centre Halifax / Hershey Centre/ Toronto Congress Center / Tillsonburg fair grounds.</p>\r\n\r\n<h2><span style=\"color: #333399;\">Events : In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sausagefest / Toronto Waterfront Blues Festival / Canada Day Country Jam / Country 95, Beachfest / Mix 99.9  Distillery Blues Fest / PartyGras / Q107 Rock Awards / Rock 95 20th BDay Bash / Toronto Freedom Fest / Wasaga Beach Street Fest / Barrie Street Fest / Blue Sky Revival / Extreme Music Series - MAJA Awards / Miss Africanada Pageant / King Fest /Everything to do with Sex Show London/Toronto/Halifax/Montreal / The Sex Show Denver / Markham Jazz / Unionville Jazz / Newmarket Jazz / Mt Albert Sports Days / Scene Fest / Beer Fest / Much Music Awards / Rib Fest / Veselka Fest / Peterborough Dragon Boat Festival / Toronto B.I.A.\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Artists : In Association with or on Behalf of:</span></h2>\r\nSheep Dogs / Dead Mouse / Bruno Mars / Stevie Wonder / City and Colour / Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Alpha Blondy / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero / Finger Eleven / Trooper / Max Webster / Rik Emmitt / Tokyo Police Club / Lights / Hedley / Sum 41 / Glenn Miller / Orchestra / Attack in Black / Quartetto Gellatto / Glass Tiger /  USS / Clark Nova / The Headstones / Dr Hook / April Wine / Teenage Head / Rides again / Cavelera Conspiracy / Curley Bridges / Fathead / Watermelon Slim / David Rotundo / Groove Corp / Nafshenu Orchestra / Nova Sounds / SoulWax / SOS Band / The Shanks / Keiser Chiefs / Chantel Kraviazuk / Rain Maida / Lighthouse / Murray Mc Laughlan / Jack Soul / Philosipher Kings / KOS / Goddo / David Usher / Honeymoon Suite / Del The Funky / Homosapian / De La Soul / I hate Sally / Lupe Fiasco / Eminem / Choclair / Maestro Fresh Wes / Helix / Bobby Brown / Cake / Hanson / Blue Rodeo / Great Big Sea / English Beat / Teenagers / Maroon 5.\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span>\r\n-<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half]</h3>\r\n<h3>[one_half_last]<span style=\"color: #888888;\">\"Hi Mike, just a quick note to say that your crew did a great job, Peter did an outstanding job on the board, we had lots of compliments on the sound. Many Thanks\"</span></h3>\r\n<h3>-<strong>Jim John.  </strong><em id=\"__mceDel\">Beaches Jazz Big Band Stage 2013 [/one_half_last]</em></h3>\r\n<h3>[one_half] <span style=\"color: #888888;\">\"Mike.  It\'s always a pleasure, its been 4 fantastic years.\"  \"Thanks for everything Mike, great sound all weekend and Mike Gear the sound guy did a great Job ...we had a massive crowd on Sunday\"</span></h3>\r\n<h3><span style=\"font-size: 1.17em;\">-</span><strong style=\"font-size: 1.17em;\">Wilson Acevedo, (Musical director) </strong><em style=\"font-size: 1.17em;\">Beaches Jazz Latin Square Stage 2013 </em><span style=\"font-size: 1.17em;\">[/one_half]</span></h3>\r\n<h3 id=\"yiv6225527332yui_3_16_0_1_1421950985257_72731\"><span style=\"color: #888888;\">\"Hey Mike, I cannot even begin to thank you and your team enough for an amazing job this weekend, I have been doing this for over 30 years, and have worked with some huge production companies, but without a doubt this was one of my best experiences. I am looking forward to you doing all our events!   Once again, thank you from Myself Phil and Donna\"</span>-<strong>Carl Allen  </strong><em id=\"__mceDel\">Nathan Philips Square IRIE FESTIVAL 2014[/one_half_last]</em></h3>\r\n<h3>[one_half]<span style=\"color: #999999;\">\"Yesterday went great.  I got very positive feedback on the sound.  Kai, the audio technician, was very good.  Thanks again for all your help.\"</span>\r\n<strong>- Kim Marchessault</strong> (Technical Director)\r\nPerforming Arts Centre The Country Day School<span style=\"font-size: 1.17em;\">[/one_half]</span></h3>\r\n&nbsp;\r\n<h3>[one_half_last] <em id=\"__mceDel\" style=\"font-size: 1.17em;\">[/one_half_last]</em></h3>', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-129', '', '', '2015-05-06 19:53:51', '2015-05-06 19:53:51', '', 276, 'http://www.fslcorporate.com/site/276-revision-129/', 0, 'revision', '', 0),
(1061, 1, '2015-05-06 19:54:08', '2015-05-06 19:54:08', '<h2><span style=\"color: #333399;\">Clients: In association with or on Behalf of\r\n</span></h2>\r\n<h2></h2>\r\nLive Nation / Union Concerts / Audi Canada / Red Bull / Volkswagen Canada / Q-107 / Monster Energy / Rock 95 Barrie/ Coca Cola / Sound Acadamy / 102.1 The Edge / The Opera House / Universal Music / Bedlam Music Mgmt / 107.5 Wolf fm / Pfaff Auto / CBC / Inertia Entertainment / TD Canada Trust / OLG(Ontario Lottery Group / Molson, Heineken / Labatt / SBC Media, Mix 99.9 / Y108(Hamilton) / Country 95.3 / B101 Barrie / Town of Newmarket / All Access / Embrace / Telus / Fido / Sony Playstation / Liquid Chrome / Ryerson / Centreville Amusements / Eventrix / Issimo / U of T / SX Marketing / Rotary Club of Newmarket / Magna / Umbra / Ukula / Dose.\r\n<h2><span style=\"color: #333399;\">Venues: In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\n<p style=\"text-align: left;\" align=\"center\">Toronto Island / Island Airport / The Sound Academy / The Phoenix Concert Theater / The Koolhaus / Sunnyside Park / Woodbine Beach / The Roxx / Georgian College / Capital Events Theatre / Ray Twinney Arena / Sudbury Arena / Wasaga Beach / Heritage Park Barrie / Western Fairgrounds London / Gage Park Hamilton / Lees Palace / Opera House / Metro Convention Centre / Direct Energy Centre / Powerade Centre / Arrow Hall / Great Hall / Berkely Church / Hamilton Convention Centre / Harbor Castle Hilton / Fairy Lake / Cunard Centre Halifax / Hershey Centre/ Toronto Congress Center / Tillsonburg fair grounds.</p>\r\n\r\n<h2><span style=\"color: #333399;\">Events : In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sausagefest / Toronto Waterfront Blues Festival / Canada Day Country Jam / Country 95, Beachfest / Mix 99.9  Distillery Blues Fest / PartyGras / Q107 Rock Awards / Rock 95 20th BDay Bash / Toronto Freedom Fest / Wasaga Beach Street Fest / Barrie Street Fest / Blue Sky Revival / Extreme Music Series - MAJA Awards / Miss Africanada Pageant / King Fest /Everything to do with Sex Show London/Toronto/Halifax/Montreal / The Sex Show Denver / Markham Jazz / Unionville Jazz / Newmarket Jazz / Mt Albert Sports Days / Scene Fest / Beer Fest / Much Music Awards / Rib Fest / Veselka Fest / Peterborough Dragon Boat Festival / Toronto B.I.A.\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Artists : In Association with or on Behalf of:</span></h2>\r\nSheep Dogs / Dead Mouse / Bruno Mars / Stevie Wonder / City and Colour / Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Alpha Blondy / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero / Finger Eleven / Trooper / Max Webster / Rik Emmitt / Tokyo Police Club / Lights / Hedley / Sum 41 / Glenn Miller / Orchestra / Attack in Black / Quartetto Gellatto / Glass Tiger /  USS / Clark Nova / The Headstones / Dr Hook / April Wine / Teenage Head / Rides again / Cavelera Conspiracy / Curley Bridges / Fathead / Watermelon Slim / David Rotundo / Groove Corp / Nafshenu Orchestra / Nova Sounds / SoulWax / SOS Band / The Shanks / Keiser Chiefs / Chantel Kraviazuk / Rain Maida / Lighthouse / Murray Mc Laughlan / Jack Soul / Philosipher Kings / KOS / Goddo / David Usher / Honeymoon Suite / Del The Funky / Homosapian / De La Soul / I hate Sally / Lupe Fiasco / Eminem / Choclair / Maestro Fresh Wes / Helix / Bobby Brown / Cake / Hanson / Blue Rodeo / Great Big Sea / English Beat / Teenagers / Maroon 5.\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span>\r\n-<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half]</h3>\r\n<h3>[one_half_last]<span style=\"color: #888888;\">\"Hi Mike, just a quick note to say that your crew did a great job, Peter did an outstanding job on the board, we had lots of compliments on the sound. Many Thanks\"</span></h3>\r\n<h3>-<strong>Jim John.  </strong><em id=\"__mceDel\">Beaches Jazz Big Band Stage 2013 [/one_half_last]</em></h3>\r\n<h3>[one_half] <span style=\"color: #888888;\">\"Mike.  It\'s always a pleasure, its been 4 fantastic years.\"  \"Thanks for everything Mike, great sound all weekend and Mike Gear the sound guy did a great Job ...we had a massive crowd on Sunday\"</span></h3>\r\n<h3><span style=\"font-size: 1.17em;\">-</span><strong style=\"font-size: 1.17em;\">Wilson Acevedo, (Musical director) </strong><em style=\"font-size: 1.17em;\">Beaches Jazz Latin Square Stage 2013 </em><span style=\"font-size: 1.17em;\">[/one_half]</span></h3>\r\n<h3 id=\"yiv6225527332yui_3_16_0_1_1421950985257_72731\"><span style=\"color: #888888;\">\"Hey Mike, I cannot even begin to thank you and your team enough for an amazing job this weekend, I have been doing this for over 30 years, and have worked with some huge production companies, but without a doubt this was one of my best experiences. I am looking forward to you doing all our events!   Once again, thank you from Myself Phil and Donna\"</span>-<strong>Carl Allen  </strong><em id=\"__mceDel\">Nathan Philips Square IRIE FESTIVAL 2014[/one_half_last]</em></h3>\r\n<h3>[one_half]<span style=\"color: #999999;\">\"Yesterday went great.  I got very positive feedback on the sound.  Kai, the audio technician, was very good.  Thanks again for all your help.\"</span>\r\n<strong>- Kim Marchessault</strong> (Technical Director)\r\nPerforming Arts Centre The Country Day School<span style=\"font-size: 1.17em;\">[/one_half]</span></h3>\r\n&nbsp;', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-130', '', '', '2015-05-06 19:54:08', '2015-05-06 19:54:08', '', 276, 'http://www.fslcorporate.com/site/276-revision-130/', 0, 'revision', '', 0),
(1066, 1, '2015-05-06 20:00:02', '2015-05-06 20:00:02', '<h2><span style=\"color: #333399;\">Clients: In association with or on Behalf of\r\n</span></h2>\r\n<h2></h2>\r\nLive Nation / Union Concerts / Audi Canada / Red Bull / Volkswagen Canada / Q-107 / Monster Energy / Rock 95 Barrie/ Coca Cola / Sound Acadamy / 102.1 The Edge / The Opera House / Universal Music / Bedlam Music Mgmt / 107.5 Wolf fm / Pfaff Auto / CBC / Inertia Entertainment / TD Canada Trust / OLG(Ontario Lottery Group / Molson, Heineken / Labatt / SBC Media, Mix 99.9 / Y108(Hamilton) / Country 95.3 / B101 Barrie / Town of Newmarket / All Access / Embrace / Telus / Fido / Sony Playstation / Liquid Chrome / Ryerson / Centreville Amusements / Eventrix / Issimo / U of T / SX Marketing / Rotary Club of Newmarket / Magna / Umbra / Ukula / Dose.\r\n<h2><span style=\"color: #333399;\">Venues: In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\n<p style=\"text-align: left;\" align=\"center\">Toronto Island / Island Airport / The Sound Academy / The Phoenix Concert Theater / The Koolhaus / Sunnyside Park / Woodbine Beach / The Roxx / Georgian College / Capital Events Theatre / Ray Twinney Arena / Sudbury Arena / Wasaga Beach / Heritage Park Barrie / Western Fairgrounds London / Gage Park Hamilton / Lees Palace / Opera House / Metro Convention Centre / Direct Energy Centre / Powerade Centre / Arrow Hall / Great Hall / Berkely Church / Hamilton Convention Centre / Harbor Castle Hilton / Fairy Lake / Cunard Centre Halifax / Hershey Centre/ Toronto Congress Center / Tillsonburg fair grounds.</p>\r\n\r\n<h2><span style=\"color: #333399;\">Events : In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sausagefest / Toronto Waterfront Blues Festival / Canada Day Country Jam / Country 95, Beachfest / Mix 99.9  Distillery Blues Fest / PartyGras / Q107 Rock Awards / Rock 95 20th BDay Bash / Toronto Freedom Fest / Wasaga Beach Street Fest / Barrie Street Fest / Blue Sky Revival / Extreme Music Series - MAJA Awards / Miss Africanada Pageant / King Fest /Everything to do with Sex Show London/Toronto/Halifax/Montreal / The Sex Show Denver / Markham Jazz / Unionville Jazz / Newmarket Jazz / Mt Albert Sports Days / Scene Fest / Beer Fest / Much Music Awards / Rib Fest / Veselka Fest / Peterborough Dragon Boat Festival / Toronto B.I.A.\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Artists : In Association with or on Behalf of:</span></h2>\r\nSheep Dogs / Dead Mouse / Bruno Mars / Stevie Wonder / City and Colour / Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Alpha Blondy / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero / Finger Eleven / Trooper / Max Webster / Rik Emmitt / Tokyo Police Club / Lights / Hedley / Sum 41 / Glenn Miller / Orchestra / Attack in Black / Quartetto Gellatto / Glass Tiger /  USS / Clark Nova / The Headstones / Dr Hook / April Wine / Teenage Head / Rides again / Cavelera Conspiracy / Curley Bridges / Fathead / Watermelon Slim / David Rotundo / Groove Corp / Nafshenu Orchestra / Nova Sounds / SoulWax / SOS Band / The Shanks / Keiser Chiefs / Chantel Kraviazuk / Rain Maida / Lighthouse / Murray Mc Laughlan / Jack Soul / Philosipher Kings / KOS / Goddo / David Usher / Honeymoon Suite / Del The Funky / Homosapian / De La Soul / I hate Sally / Lupe Fiasco / Eminem / Choclair / Maestro Fresh Wes / Helix / Bobby Brown / Cake / Hanson / Blue Rodeo / Great Big Sea / English Beat / Teenagers / Maroon 5.\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<p style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span>\r\n-<strong>Natasha Bouchard.  </strong>Australian Recording Artist.[/one_half]</p>\r\n[one_half_last]<span style=\"color: #888888;\">\"Hi Mike, just a quick note to say that your crew did a great job, Peter did an outstanding job on the board, we had lots of compliments on the sound. Many Thanks\"</span>\r\n\r\n-<strong>Jim John.  </strong>Beaches Jazz Big Band Stage 2013 [/one_half_last]\r\n\r\n[one_half] <span style=\"color: #888888;\">\"Mike.  It\'s always a pleasure, its been 4 fantastic years.\"  \"Thanks for everything Mike, great sound all weekend and Mike Gear the sound guy did a great Job ...we had a massive crowd on Sunday\"</span>\r\n\r\n-Wilson Acevedo.  (Musical Director) Beaches Jazz Latin Square Stage 2013. [/one_half]\r\n\r\n[one_half_last] <span style=\"color: #888888;\">\"Hey Mike, I cannot even begin to thank you and your team enough for an amazing job this weekend, I have been doing this for over 30 years, and have worked with some huge production companies, but without a doubt this was one of my best experiences. I am looking forward to you doing all our events!   Once again, thank you from Myself Phil and Donna\"</span>-<strong>Carl Allen  </strong>Nathan Philips Square IRIE FESTIVAL 2014[/one_half_last]\r\n\r\n[one_half]  <span style=\"color: #888888;\"><em id=\"__mceDel\" style=\"font-size: 1.17em;\">\"Yesterday went great.  I got very positive feedback on the sound.  Kai, the audio technician, was very good.  Thanks again for all your help.\"</em></span>\r\n\r\n<span style=\"color: #888888;\"><em id=\"__mceDel\"><strong>- Kim Marchessault</strong> (Technical Director) Performing Arts Centre The Country Day School [/one_half]</em></span><em id=\"__mceDel\" style=\"font-size: 13px;\"></em>\r\n\r\n&nbsp;', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-135', '', '', '2015-05-06 20:00:02', '2015-05-06 20:00:02', '', 276, 'http://www.fslcorporate.com/site/276-revision-135/', 0, 'revision', '', 0),
(1062, 1, '2015-05-06 19:55:43', '2015-05-06 19:55:43', '<h2><span style=\"color: #333399;\">Clients: In association with or on Behalf of\r\n</span></h2>\r\n<h2></h2>\r\nLive Nation / Union Concerts / Audi Canada / Red Bull / Volkswagen Canada / Q-107 / Monster Energy / Rock 95 Barrie/ Coca Cola / Sound Acadamy / 102.1 The Edge / The Opera House / Universal Music / Bedlam Music Mgmt / 107.5 Wolf fm / Pfaff Auto / CBC / Inertia Entertainment / TD Canada Trust / OLG(Ontario Lottery Group / Molson, Heineken / Labatt / SBC Media, Mix 99.9 / Y108(Hamilton) / Country 95.3 / B101 Barrie / Town of Newmarket / All Access / Embrace / Telus / Fido / Sony Playstation / Liquid Chrome / Ryerson / Centreville Amusements / Eventrix / Issimo / U of T / SX Marketing / Rotary Club of Newmarket / Magna / Umbra / Ukula / Dose.\r\n<h2><span style=\"color: #333399;\">Venues: In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\n<p style=\"text-align: left;\" align=\"center\">Toronto Island / Island Airport / The Sound Academy / The Phoenix Concert Theater / The Koolhaus / Sunnyside Park / Woodbine Beach / The Roxx / Georgian College / Capital Events Theatre / Ray Twinney Arena / Sudbury Arena / Wasaga Beach / Heritage Park Barrie / Western Fairgrounds London / Gage Park Hamilton / Lees Palace / Opera House / Metro Convention Centre / Direct Energy Centre / Powerade Centre / Arrow Hall / Great Hall / Berkely Church / Hamilton Convention Centre / Harbor Castle Hilton / Fairy Lake / Cunard Centre Halifax / Hershey Centre/ Toronto Congress Center / Tillsonburg fair grounds.</p>\r\n\r\n<h2><span style=\"color: #333399;\">Events : In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sausagefest / Toronto Waterfront Blues Festival / Canada Day Country Jam / Country 95, Beachfest / Mix 99.9  Distillery Blues Fest / PartyGras / Q107 Rock Awards / Rock 95 20th BDay Bash / Toronto Freedom Fest / Wasaga Beach Street Fest / Barrie Street Fest / Blue Sky Revival / Extreme Music Series - MAJA Awards / Miss Africanada Pageant / King Fest /Everything to do with Sex Show London/Toronto/Halifax/Montreal / The Sex Show Denver / Markham Jazz / Unionville Jazz / Newmarket Jazz / Mt Albert Sports Days / Scene Fest / Beer Fest / Much Music Awards / Rib Fest / Veselka Fest / Peterborough Dragon Boat Festival / Toronto B.I.A.\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Artists : In Association with or on Behalf of:</span></h2>\r\nSheep Dogs / Dead Mouse / Bruno Mars / Stevie Wonder / City and Colour / Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Alpha Blondy / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero / Finger Eleven / Trooper / Max Webster / Rik Emmitt / Tokyo Police Club / Lights / Hedley / Sum 41 / Glenn Miller / Orchestra / Attack in Black / Quartetto Gellatto / Glass Tiger /  USS / Clark Nova / The Headstones / Dr Hook / April Wine / Teenage Head / Rides again / Cavelera Conspiracy / Curley Bridges / Fathead / Watermelon Slim / David Rotundo / Groove Corp / Nafshenu Orchestra / Nova Sounds / SoulWax / SOS Band / The Shanks / Keiser Chiefs / Chantel Kraviazuk / Rain Maida / Lighthouse / Murray Mc Laughlan / Jack Soul / Philosipher Kings / KOS / Goddo / David Usher / Honeymoon Suite / Del The Funky / Homosapian / De La Soul / I hate Sally / Lupe Fiasco / Eminem / Choclair / Maestro Fresh Wes / Helix / Bobby Brown / Cake / Hanson / Blue Rodeo / Great Big Sea / English Beat / Teenagers / Maroon 5.\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span>\r\n-<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half]</h3>\r\n<h3>[one_half_last]<span style=\"color: #888888;\">\"Hi Mike, just a quick note to say that your crew did a great job, Peter did an outstanding job on the board, we had lots of compliments on the sound. Many Thanks\"</span></h3>\r\n<h3>-<strong>Jim John.  </strong>Beaches Jazz Big Band Stage 2013 [/one_half_last]</h3>\r\n<h3>[one_half] <span style=\"color: #888888;\">\"Mike.  It\'s always a pleasure, its been 4 fantastic years.\"  \"Thanks for everything Mike, great sound all weekend and Mike Gear the sound guy did a great Job ...we had a massive crowd on Sunday\"</span></h3>\r\n<h3><span style=\"font-size: 1.17em;\">-</span><strong style=\"font-size: 1.17em;\">Wilson Acevedo, (Musical director) </strong><em style=\"font-size: 1.17em;\">Beaches Jazz Latin Square Stage 2013 </em><span style=\"font-size: 1.17em;\">[/one_half]</span></h3>\r\n<h3 id=\"yiv6225527332yui_3_16_0_1_1421950985257_72731\"><span style=\"color: #888888;\">\"Hey Mike, I cannot even begin to thank you and your team enough for an amazing job this weekend, I have been doing this for over 30 years, and have worked with some huge production companies, but without a doubt this was one of my best experiences. I am looking forward to you doing all our events!   Once again, thank you from Myself Phil and Donna\"</span>-<strong>Carl Allen  </strong><em id=\"__mceDel\">Nathan Philips Square IRIE FESTIVAL 2014[/one_half_last]</em></h3>\r\n[one_half]  <span style=\"color: #888888;\"><em id=\"__mceDel\" style=\"font-size: 1.17em;\">\"Yesterday went great.  I got very positive feedback on the sound.  Kai, the audio technician, was very good.  Thanks again for all your help.\"</em></span>\r\n<h3><span style=\"color: #888888;\"><em id=\"__mceDel\"><strong>- Kim Marchessault</strong> (Technical Director)\r\nPerforming Arts Centre The Country Day School</em></span></h3>\r\n/one_half] [one_half_last]Content here.[/one_half_last]\r\n\r\n&nbsp;', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-131', '', '', '2015-05-06 19:55:43', '2015-05-06 19:55:43', '', 276, 'http://www.fslcorporate.com/site/276-revision-131/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1063, 1, '2015-05-06 19:56:43', '2015-05-06 19:56:43', '<h2><span style=\"color: #333399;\">Clients: In association with or on Behalf of\r\n</span></h2>\r\n<h2></h2>\r\nLive Nation / Union Concerts / Audi Canada / Red Bull / Volkswagen Canada / Q-107 / Monster Energy / Rock 95 Barrie/ Coca Cola / Sound Acadamy / 102.1 The Edge / The Opera House / Universal Music / Bedlam Music Mgmt / 107.5 Wolf fm / Pfaff Auto / CBC / Inertia Entertainment / TD Canada Trust / OLG(Ontario Lottery Group / Molson, Heineken / Labatt / SBC Media, Mix 99.9 / Y108(Hamilton) / Country 95.3 / B101 Barrie / Town of Newmarket / All Access / Embrace / Telus / Fido / Sony Playstation / Liquid Chrome / Ryerson / Centreville Amusements / Eventrix / Issimo / U of T / SX Marketing / Rotary Club of Newmarket / Magna / Umbra / Ukula / Dose.\r\n<h2><span style=\"color: #333399;\">Venues: In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\n<p style=\"text-align: left;\" align=\"center\">Toronto Island / Island Airport / The Sound Academy / The Phoenix Concert Theater / The Koolhaus / Sunnyside Park / Woodbine Beach / The Roxx / Georgian College / Capital Events Theatre / Ray Twinney Arena / Sudbury Arena / Wasaga Beach / Heritage Park Barrie / Western Fairgrounds London / Gage Park Hamilton / Lees Palace / Opera House / Metro Convention Centre / Direct Energy Centre / Powerade Centre / Arrow Hall / Great Hall / Berkely Church / Hamilton Convention Centre / Harbor Castle Hilton / Fairy Lake / Cunard Centre Halifax / Hershey Centre/ Toronto Congress Center / Tillsonburg fair grounds.</p>\r\n\r\n<h2><span style=\"color: #333399;\">Events : In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sausagefest / Toronto Waterfront Blues Festival / Canada Day Country Jam / Country 95, Beachfest / Mix 99.9  Distillery Blues Fest / PartyGras / Q107 Rock Awards / Rock 95 20th BDay Bash / Toronto Freedom Fest / Wasaga Beach Street Fest / Barrie Street Fest / Blue Sky Revival / Extreme Music Series - MAJA Awards / Miss Africanada Pageant / King Fest /Everything to do with Sex Show London/Toronto/Halifax/Montreal / The Sex Show Denver / Markham Jazz / Unionville Jazz / Newmarket Jazz / Mt Albert Sports Days / Scene Fest / Beer Fest / Much Music Awards / Rib Fest / Veselka Fest / Peterborough Dragon Boat Festival / Toronto B.I.A.\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Artists : In Association with or on Behalf of:</span></h2>\r\nSheep Dogs / Dead Mouse / Bruno Mars / Stevie Wonder / City and Colour / Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Alpha Blondy / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero / Finger Eleven / Trooper / Max Webster / Rik Emmitt / Tokyo Police Club / Lights / Hedley / Sum 41 / Glenn Miller / Orchestra / Attack in Black / Quartetto Gellatto / Glass Tiger /  USS / Clark Nova / The Headstones / Dr Hook / April Wine / Teenage Head / Rides again / Cavelera Conspiracy / Curley Bridges / Fathead / Watermelon Slim / David Rotundo / Groove Corp / Nafshenu Orchestra / Nova Sounds / SoulWax / SOS Band / The Shanks / Keiser Chiefs / Chantel Kraviazuk / Rain Maida / Lighthouse / Murray Mc Laughlan / Jack Soul / Philosipher Kings / KOS / Goddo / David Usher / Honeymoon Suite / Del The Funky / Homosapian / De La Soul / I hate Sally / Lupe Fiasco / Eminem / Choclair / Maestro Fresh Wes / Helix / Bobby Brown / Cake / Hanson / Blue Rodeo / Great Big Sea / English Beat / Teenagers / Maroon 5.\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span>\r\n-<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half]</h3>\r\n<h3>[one_half_last]<span style=\"color: #888888;\">\"Hi Mike, just a quick note to say that your crew did a great job, Peter did an outstanding job on the board, we had lots of compliments on the sound. Many Thanks\"</span></h3>\r\n<h3>-<strong>Jim John.  </strong>Beaches Jazz Big Band Stage 2013 [/one_half_last]</h3>\r\n<h3>[one_half] <span style=\"color: #888888;\">\"Mike.  It\'s always a pleasure, its been 4 fantastic years.\"  \"Thanks for everything Mike, great sound all weekend and Mike Gear the sound guy did a great Job ...we had a massive crowd on Sunday\"</span></h3>\r\n<h3><span style=\"font-size: 1.17em;\">-</span><strong style=\"font-size: 1.17em;\">Wilson Acevedo, (Musical director) </strong><em style=\"font-size: 1.17em;\">Beaches Jazz Latin Square Stage 2013 </em><span style=\"font-size: 1.17em;\">[/one_half]</span></h3>\r\n<h3 id=\"yiv6225527332yui_3_16_0_1_1421950985257_72731\"><span style=\"color: #888888;\">\"Hey Mike, I cannot even begin to thank you and your team enough for an amazing job this weekend, I have been doing this for over 30 years, and have worked with some huge production companies, but without a doubt this was one of my best experiences. I am looking forward to you doing all our events!   Once again, thank you from Myself Phil and Donna\"</span>-<strong>Carl Allen  </strong>Nathan Philips Square IRIE FESTIVAL 2014[/one_half_last]</h3>\r\n[one_half]  <span style=\"color: #888888;\"><em id=\"__mceDel\" style=\"font-size: 1.17em;\">\"Yesterday went great.  I got very positive feedback on the sound.  Kai, the audio technician, was very good.  Thanks again for all your help.\"</em></span>\r\n<h3><span style=\"color: #888888;\"><em id=\"__mceDel\"><strong>- Kim Marchessault</strong> (Technical Director) Performing Arts Centre The Country Day School [one_half]</em></span><em id=\"__mceDel\" style=\"font-size: 13px;\"></em></h3>\r\n&nbsp;', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-132', '', '', '2015-05-06 19:56:43', '2015-05-06 19:56:43', '', 276, 'http://www.fslcorporate.com/site/276-revision-132/', 0, 'revision', '', 0),
(1064, 1, '2015-05-06 19:56:55', '2015-05-06 19:56:55', '<h2><span style=\"color: #333399;\">Clients: In association with or on Behalf of\r\n</span></h2>\r\n<h2></h2>\r\nLive Nation / Union Concerts / Audi Canada / Red Bull / Volkswagen Canada / Q-107 / Monster Energy / Rock 95 Barrie/ Coca Cola / Sound Acadamy / 102.1 The Edge / The Opera House / Universal Music / Bedlam Music Mgmt / 107.5 Wolf fm / Pfaff Auto / CBC / Inertia Entertainment / TD Canada Trust / OLG(Ontario Lottery Group / Molson, Heineken / Labatt / SBC Media, Mix 99.9 / Y108(Hamilton) / Country 95.3 / B101 Barrie / Town of Newmarket / All Access / Embrace / Telus / Fido / Sony Playstation / Liquid Chrome / Ryerson / Centreville Amusements / Eventrix / Issimo / U of T / SX Marketing / Rotary Club of Newmarket / Magna / Umbra / Ukula / Dose.\r\n<h2><span style=\"color: #333399;\">Venues: In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\n<p style=\"text-align: left;\" align=\"center\">Toronto Island / Island Airport / The Sound Academy / The Phoenix Concert Theater / The Koolhaus / Sunnyside Park / Woodbine Beach / The Roxx / Georgian College / Capital Events Theatre / Ray Twinney Arena / Sudbury Arena / Wasaga Beach / Heritage Park Barrie / Western Fairgrounds London / Gage Park Hamilton / Lees Palace / Opera House / Metro Convention Centre / Direct Energy Centre / Powerade Centre / Arrow Hall / Great Hall / Berkely Church / Hamilton Convention Centre / Harbor Castle Hilton / Fairy Lake / Cunard Centre Halifax / Hershey Centre/ Toronto Congress Center / Tillsonburg fair grounds.</p>\r\n\r\n<h2><span style=\"color: #333399;\">Events : In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sausagefest / Toronto Waterfront Blues Festival / Canada Day Country Jam / Country 95, Beachfest / Mix 99.9  Distillery Blues Fest / PartyGras / Q107 Rock Awards / Rock 95 20th BDay Bash / Toronto Freedom Fest / Wasaga Beach Street Fest / Barrie Street Fest / Blue Sky Revival / Extreme Music Series - MAJA Awards / Miss Africanada Pageant / King Fest /Everything to do with Sex Show London/Toronto/Halifax/Montreal / The Sex Show Denver / Markham Jazz / Unionville Jazz / Newmarket Jazz / Mt Albert Sports Days / Scene Fest / Beer Fest / Much Music Awards / Rib Fest / Veselka Fest / Peterborough Dragon Boat Festival / Toronto B.I.A.\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Artists : In Association with or on Behalf of:</span></h2>\r\nSheep Dogs / Dead Mouse / Bruno Mars / Stevie Wonder / City and Colour / Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Alpha Blondy / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero / Finger Eleven / Trooper / Max Webster / Rik Emmitt / Tokyo Police Club / Lights / Hedley / Sum 41 / Glenn Miller / Orchestra / Attack in Black / Quartetto Gellatto / Glass Tiger /  USS / Clark Nova / The Headstones / Dr Hook / April Wine / Teenage Head / Rides again / Cavelera Conspiracy / Curley Bridges / Fathead / Watermelon Slim / David Rotundo / Groove Corp / Nafshenu Orchestra / Nova Sounds / SoulWax / SOS Band / The Shanks / Keiser Chiefs / Chantel Kraviazuk / Rain Maida / Lighthouse / Murray Mc Laughlan / Jack Soul / Philosipher Kings / KOS / Goddo / David Usher / Honeymoon Suite / Del The Funky / Homosapian / De La Soul / I hate Sally / Lupe Fiasco / Eminem / Choclair / Maestro Fresh Wes / Helix / Bobby Brown / Cake / Hanson / Blue Rodeo / Great Big Sea / English Beat / Teenagers / Maroon 5.\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<h3 style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span>\r\n-<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half]</h3>\r\n<h3>[one_half_last]<span style=\"color: #888888;\">\"Hi Mike, just a quick note to say that your crew did a great job, Peter did an outstanding job on the board, we had lots of compliments on the sound. Many Thanks\"</span></h3>\r\n<h3>-<strong>Jim John.  </strong>Beaches Jazz Big Band Stage 2013 [/one_half_last]</h3>\r\n<h3>[one_half] <span style=\"color: #888888;\">\"Mike.  It\'s always a pleasure, its been 4 fantastic years.\"  \"Thanks for everything Mike, great sound all weekend and Mike Gear the sound guy did a great Job ...we had a massive crowd on Sunday\"</span></h3>\r\n<h3><span style=\"font-size: 1.17em;\">-</span><strong style=\"font-size: 1.17em;\">Wilson Acevedo, (Musical director) </strong><em style=\"font-size: 1.17em;\">Beaches Jazz Latin Square Stage 2013 </em><span style=\"font-size: 1.17em;\">[/one_half]</span></h3>\r\n<h3 id=\"yiv6225527332yui_3_16_0_1_1421950985257_72731\"><span style=\"color: #888888;\">\"Hey Mike, I cannot even begin to thank you and your team enough for an amazing job this weekend, I have been doing this for over 30 years, and have worked with some huge production companies, but without a doubt this was one of my best experiences. I am looking forward to you doing all our events!   Once again, thank you from Myself Phil and Donna\"</span>-<strong>Carl Allen  </strong>Nathan Philips Square IRIE FESTIVAL 2014[/one_half_last]</h3>\r\n[one_half]  <span style=\"color: #888888;\"><em id=\"__mceDel\" style=\"font-size: 1.17em;\">\"Yesterday went great.  I got very positive feedback on the sound.  Kai, the audio technician, was very good.  Thanks again for all your help.\"</em></span>\r\n<h3><span style=\"color: #888888;\"><em id=\"__mceDel\"><strong>- Kim Marchessault</strong> (Technical Director) Performing Arts Centre The Country Day School [/one_half]</em></span><em id=\"__mceDel\" style=\"font-size: 13px;\"></em></h3>\r\n&nbsp;', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-133', '', '', '2015-05-06 19:56:55', '2015-05-06 19:56:55', '', 276, 'http://www.fslcorporate.com/site/276-revision-133/', 0, 'revision', '', 0),
(1067, 1, '2015-05-06 20:00:47', '2015-05-06 20:00:47', '<h2><span style=\"color: #333399;\">Clients: In association with or on Behalf of\r\n</span></h2>\r\n<h2></h2>\r\nLive Nation / Union Concerts / Audi Canada / Red Bull / Volkswagen Canada / Q-107 / Monster Energy / Rock 95 Barrie/ Coca Cola / Sound Acadamy / 102.1 The Edge / The Opera House / Universal Music / Bedlam Music Mgmt / 107.5 Wolf fm / Pfaff Auto / CBC / Inertia Entertainment / TD Canada Trust / OLG(Ontario Lottery Group / Molson, Heineken / Labatt / SBC Media, Mix 99.9 / Y108(Hamilton) / Country 95.3 / B101 Barrie / Town of Newmarket / All Access / Embrace / Telus / Fido / Sony Playstation / Liquid Chrome / Ryerson / Centreville Amusements / Eventrix / Issimo / U of T / SX Marketing / Rotary Club of Newmarket / Magna / Umbra / Ukula / Dose.\r\n<h2><span style=\"color: #333399;\">Venues: In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\n<p style=\"text-align: left;\" align=\"center\">Toronto Island / Island Airport / The Sound Academy / The Phoenix Concert Theater / The Koolhaus / Sunnyside Park / Woodbine Beach / The Roxx / Georgian College / Capital Events Theatre / Ray Twinney Arena / Sudbury Arena / Wasaga Beach / Heritage Park Barrie / Western Fairgrounds London / Gage Park Hamilton / Lees Palace / Opera House / Metro Convention Centre / Direct Energy Centre / Powerade Centre / Arrow Hall / Great Hall / Berkely Church / Hamilton Convention Centre / Harbor Castle Hilton / Fairy Lake / Cunard Centre Halifax / Hershey Centre/ Toronto Congress Center / Tillsonburg fair grounds.</p>\r\n\r\n<h2><span style=\"color: #333399;\">Events : In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sausagefest / Toronto Waterfront Blues Festival / Canada Day Country Jam / Country 95, Beachfest / Mix 99.9  Distillery Blues Fest / PartyGras / Q107 Rock Awards / Rock 95 20th BDay Bash / Toronto Freedom Fest / Wasaga Beach Street Fest / Barrie Street Fest / Blue Sky Revival / Extreme Music Series - MAJA Awards / Miss Africanada Pageant / King Fest /Everything to do with Sex Show London/Toronto/Halifax/Montreal / The Sex Show Denver / Markham Jazz / Unionville Jazz / Newmarket Jazz / Mt Albert Sports Days / Scene Fest / Beer Fest / Much Music Awards / Rib Fest / Veselka Fest / Peterborough Dragon Boat Festival / Toronto B.I.A.\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Artists : In Association with or on Behalf of:</span></h2>\r\nSheep Dogs / Dead Mouse / Bruno Mars / Stevie Wonder / City and Colour / Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Alpha Blondy / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero / Finger Eleven / Trooper / Max Webster / Rik Emmitt / Tokyo Police Club / Lights / Hedley / Sum 41 / Glenn Miller / Orchestra / Attack in Black / Quartetto Gellatto / Glass Tiger /  USS / Clark Nova / The Headstones / Dr Hook / April Wine / Teenage Head / Rides again / Cavelera Conspiracy / Curley Bridges / Fathead / Watermelon Slim / David Rotundo / Groove Corp / Nafshenu Orchestra / Nova Sounds / SoulWax / SOS Band / The Shanks / Keiser Chiefs / Chantel Kraviazuk / Rain Maida / Lighthouse / Murray Mc Laughlan / Jack Soul / Philosipher Kings / KOS / Goddo / David Usher / Honeymoon Suite / Del The Funky / Homosapian / De La Soul / I hate Sally / Lupe Fiasco / Eminem / Choclair / Maestro Fresh Wes / Helix / Bobby Brown / Cake / Hanson / Blue Rodeo / Great Big Sea / English Beat / Teenagers / Maroon 5.\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<p style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span>\r\n-<strong>Natasha Bouchard.  </strong>Australian Recording Artist.[/one_half]</p>\r\n[one_half_last]<span style=\"color: #888888;\">\"Hi Mike, just a quick note to say that your crew did a great job, Peter did an outstanding job on the board, we had lots of compliments on the sound. Many Thanks\"</span>\r\n\r\n-<strong>Jim John.  </strong>Beaches Jazz Big Band Stage 2013 [/one_half_last]\r\n\r\n[one_half] <span style=\"color: #888888;\">\"Mike.  It\'s always a pleasure, its been 4 fantastic years.\"  \"Thanks for everything Mike, great sound all weekend and Mike Gear the sound guy did a great Job ...we had a massive crowd on Sunday\"</span>\r\n\r\n-<strong>Wilson Acevedo.</strong>  (Musical Director) Beaches Jazz Latin Square Stage 2013. [/one_half]\r\n\r\n[one_half_last] <span style=\"color: #888888;\">\"Hey Mike, I cannot even begin to thank you and your team enough for an amazing job this weekend, I have been doing this for over 30 years, and have worked with some huge production companies, but without a doubt this was one of my best experiences. I am looking forward to you doing all our events!   Once again, thank you from Myself Phil and Donna\"\r\n</span>-<strong>Carl Allen  </strong>Nathan Philips Square IRIE FESTIVAL 2014. [/one_half_last]\r\n\r\n[one_half]  <span style=\"color: #888888;\"><em id=\"__mceDel\" style=\"font-size: 1.17em;\">\"Yesterday went great.  I got very positive feedback on the sound.  Kai, the audio technician, was very good.  Thanks again for all your help.\"</em></span>\r\n\r\n<em id=\"__mceDel\"><strong>- Kim Marchessault</strong></em><em id=\"__mceDel\"> (</em><em id=\"__mceDel\">Technical Director) Performing Arts Centre The Country Day School [/one_half]</em><em id=\"__mceDel\" style=\"font-size: 13px;\"></em>\r\n\r\n&nbsp;', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-136', '', '', '2015-05-06 20:00:47', '2015-05-06 20:00:47', '', 276, 'http://www.fslcorporate.com/site/276-revision-136/', 0, 'revision', '', 0),
(1065, 1, '2015-05-06 19:57:17', '2015-05-06 19:57:17', '<h2><span style=\"color: #333399;\">Clients: In association with or on Behalf of\r\n</span></h2>\r\n<h2></h2>\r\nLive Nation / Union Concerts / Audi Canada / Red Bull / Volkswagen Canada / Q-107 / Monster Energy / Rock 95 Barrie/ Coca Cola / Sound Acadamy / 102.1 The Edge / The Opera House / Universal Music / Bedlam Music Mgmt / 107.5 Wolf fm / Pfaff Auto / CBC / Inertia Entertainment / TD Canada Trust / OLG(Ontario Lottery Group / Molson, Heineken / Labatt / SBC Media, Mix 99.9 / Y108(Hamilton) / Country 95.3 / B101 Barrie / Town of Newmarket / All Access / Embrace / Telus / Fido / Sony Playstation / Liquid Chrome / Ryerson / Centreville Amusements / Eventrix / Issimo / U of T / SX Marketing / Rotary Club of Newmarket / Magna / Umbra / Ukula / Dose.\r\n<h2><span style=\"color: #333399;\">Venues: In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\n<p style=\"text-align: left;\" align=\"center\">Toronto Island / Island Airport / The Sound Academy / The Phoenix Concert Theater / The Koolhaus / Sunnyside Park / Woodbine Beach / The Roxx / Georgian College / Capital Events Theatre / Ray Twinney Arena / Sudbury Arena / Wasaga Beach / Heritage Park Barrie / Western Fairgrounds London / Gage Park Hamilton / Lees Palace / Opera House / Metro Convention Centre / Direct Energy Centre / Powerade Centre / Arrow Hall / Great Hall / Berkely Church / Hamilton Convention Centre / Harbor Castle Hilton / Fairy Lake / Cunard Centre Halifax / Hershey Centre/ Toronto Congress Center / Tillsonburg fair grounds.</p>\r\n\r\n<h2><span style=\"color: #333399;\">Events : In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sausagefest / Toronto Waterfront Blues Festival / Canada Day Country Jam / Country 95, Beachfest / Mix 99.9  Distillery Blues Fest / PartyGras / Q107 Rock Awards / Rock 95 20th BDay Bash / Toronto Freedom Fest / Wasaga Beach Street Fest / Barrie Street Fest / Blue Sky Revival / Extreme Music Series - MAJA Awards / Miss Africanada Pageant / King Fest /Everything to do with Sex Show London/Toronto/Halifax/Montreal / The Sex Show Denver / Markham Jazz / Unionville Jazz / Newmarket Jazz / Mt Albert Sports Days / Scene Fest / Beer Fest / Much Music Awards / Rib Fest / Veselka Fest / Peterborough Dragon Boat Festival / Toronto B.I.A.\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Artists : In Association with or on Behalf of:</span></h2>\r\nSheep Dogs / Dead Mouse / Bruno Mars / Stevie Wonder / City and Colour / Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Alpha Blondy / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero / Finger Eleven / Trooper / Max Webster / Rik Emmitt / Tokyo Police Club / Lights / Hedley / Sum 41 / Glenn Miller / Orchestra / Attack in Black / Quartetto Gellatto / Glass Tiger /  USS / Clark Nova / The Headstones / Dr Hook / April Wine / Teenage Head / Rides again / Cavelera Conspiracy / Curley Bridges / Fathead / Watermelon Slim / David Rotundo / Groove Corp / Nafshenu Orchestra / Nova Sounds / SoulWax / SOS Band / The Shanks / Keiser Chiefs / Chantel Kraviazuk / Rain Maida / Lighthouse / Murray Mc Laughlan / Jack Soul / Philosipher Kings / KOS / Goddo / David Usher / Honeymoon Suite / Del The Funky / Homosapian / De La Soul / I hate Sally / Lupe Fiasco / Eminem / Choclair / Maestro Fresh Wes / Helix / Bobby Brown / Cake / Hanson / Blue Rodeo / Great Big Sea / English Beat / Teenagers / Maroon 5.\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<p style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span>\r\n-<strong>Natasha Bouchard\r\n</strong>Australian Recording Artist.[/one_half]</p>\r\n[one_half_last]<span style=\"color: #888888;\">\"Hi Mike, just a quick note to say that your crew did a great job, Peter did an outstanding job on the board, we had lots of compliments on the sound. Many Thanks\"</span>\r\n\r\n-<strong>Jim John.  </strong>Beaches Jazz Big Band Stage 2013 [/one_half_last]\r\n\r\n[one_half] <span style=\"color: #888888;\">\"Mike.  It\'s always a pleasure, its been 4 fantastic years.\"  \"Thanks for everything Mike, great sound all weekend and Mike Gear the sound guy did a great Job ...we had a massive crowd on Sunday\"</span>\r\n\r\n<span style=\"font-size: 1.17em;\">-</span><strong style=\"font-size: 1.17em;\">Wilson Acevedo, (Musical director) </strong><em style=\"font-size: 1.17em;\">Beaches Jazz Latin Square Stage 2013 </em><span style=\"font-size: 1.17em;\">[/one_half]</span>\r\n<p id=\"yiv6225527332yui_3_16_0_1_1421950985257_72731\"><span style=\"color: #888888;\">\"Hey Mike, I cannot even begin to thank you and your team enough for an amazing job this weekend, I have been doing this for over 30 years, and have worked with some huge production companies, but without a doubt this was one of my best experiences. I am looking forward to you doing all our events!   Once again, thank you from Myself Phil and Donna\"</span>-<strong>Carl Allen  </strong>Nathan Philips Square IRIE FESTIVAL 2014[/one_half_last]</p>\r\n[one_half]  <span style=\"color: #888888;\"><em id=\"__mceDel\" style=\"font-size: 1.17em;\">\"Yesterday went great.  I got very positive feedback on the sound.  Kai, the audio technician, was very good.  Thanks again for all your help.\"</em></span>\r\n\r\n<span style=\"color: #888888;\"><em id=\"__mceDel\"><strong>- Kim Marchessault</strong> (Technical Director) Performing Arts Centre The Country Day School [/one_half]</em></span><em id=\"__mceDel\" style=\"font-size: 13px;\"></em>\r\n\r\n&nbsp;', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-134', '', '', '2015-05-06 19:57:17', '2015-05-06 19:57:17', '', 276, 'http://www.fslcorporate.com/site/276-revision-134/', 0, 'revision', '', 0),
(1068, 1, '2015-05-06 20:02:28', '2015-05-06 20:02:28', '<h2><span style=\"color: #333399;\">Clients: In association with or on Behalf of\r\n</span></h2>\r\n<h2></h2>\r\nLive Nation / Union Concerts / Audi Canada / Red Bull / Volkswagen Canada / Q-107 / Monster Energy / Rock 95 Barrie/ Coca Cola / Sound Acadamy / 102.1 The Edge / The Opera House / Universal Music / Bedlam Music Mgmt / 107.5 Wolf fm / Pfaff Auto / CBC / Inertia Entertainment / TD Canada Trust / OLG(Ontario Lottery Group / Molson, Heineken / Labatt / SBC Media, Mix 99.9 / Y108(Hamilton) / Country 95.3 / B101 Barrie / Town of Newmarket / All Access / Embrace / Telus / Fido / Sony Playstation / Liquid Chrome / Ryerson / Centreville Amusements / Eventrix / Issimo / U of T / SX Marketing / Rotary Club of Newmarket / Magna / Umbra / Ukula / Dose.\r\n<h2><span style=\"color: #333399;\">Venues: In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\n<p style=\"text-align: left;\" align=\"center\">Toronto Island / Island Airport / The Sound Academy / The Phoenix Concert Theater / The Koolhaus / Sunnyside Park / Woodbine Beach / The Roxx / Georgian College / Capital Events Theatre / Ray Twinney Arena / Sudbury Arena / Wasaga Beach / Heritage Park Barrie / Western Fairgrounds London / Gage Park Hamilton / Lees Palace / Opera House / Metro Convention Centre / Direct Energy Centre / Powerade Centre / Arrow Hall / Great Hall / Berkely Church / Hamilton Convention Centre / Harbor Castle Hilton / Fairy Lake / Cunard Centre Halifax / Hershey Centre/ Toronto Congress Center / Tillsonburg fair grounds.</p>\r\n\r\n<h2><span style=\"color: #333399;\">Events : In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sausagefest / Toronto Waterfront Blues Festival / Canada Day Country Jam / Country 95, Beachfest / Mix 99.9  Distillery Blues Fest / PartyGras / Q107 Rock Awards / Rock 95 20th BDay Bash / Toronto Freedom Fest / Wasaga Beach Street Fest / Barrie Street Fest / Blue Sky Revival / Extreme Music Series - MAJA Awards / Miss Africanada Pageant / King Fest /Everything to do with Sex Show London/Toronto/Halifax/Montreal / The Sex Show Denver / Markham Jazz / Unionville Jazz / Newmarket Jazz / Mt Albert Sports Days / Scene Fest / Beer Fest / Much Music Awards / Rib Fest / Veselka Fest / Peterborough Dragon Boat Festival / Toronto B.I.A.\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Artists : In Association with or on Behalf of:</span></h2>\r\nSheep Dogs / Dead Mouse / Bruno Mars / Stevie Wonder / City and Colour / Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Alpha Blondy / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero / Finger Eleven / Trooper / Max Webster / Rik Emmitt / Tokyo Police Club / Lights / Hedley / Sum 41 / Glenn Miller / Orchestra / Attack in Black / Quartetto Gellatto / Glass Tiger /  USS / Clark Nova / The Headstones / Dr Hook / April Wine / Teenage Head / Rides again / Cavelera Conspiracy / Curley Bridges / Fathead / Watermelon Slim / David Rotundo / Groove Corp / Nafshenu Orchestra / Nova Sounds / SoulWax / SOS Band / The Shanks / Keiser Chiefs / Chantel Kraviazuk / Rain Maida / Lighthouse / Murray Mc Laughlan / Jack Soul / Philosipher Kings / KOS / Goddo / David Usher / Honeymoon Suite / Del The Funky / Homosapian / De La Soul / I hate Sally / Lupe Fiasco / Eminem / Choclair / Maestro Fresh Wes / Helix / Bobby Brown / Cake / Hanson / Blue Rodeo / Great Big Sea / English Beat / Teenagers / Maroon 5.\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<p style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span>\r\n-<strong>Natasha Bouchard.  </strong>Australian Recording Artist.[/one_half]</p>\r\n[one_half_last]<span style=\"color: #888888;\">\"Hi Mike, just a quick note to say that your crew did a great job, Peter did an outstanding job on the board, we had lots of compliments on the sound. Many Thanks\"</span>\r\n\r\n-<strong>Jim John.  </strong>Beaches Jazz Big Band Stage 2013 [/one_half_last]\r\n\r\n[one_half] <span style=\"color: #888888;\">\"Mike.  It\'s always a pleasure, its been 4 fantastic years.\"  \"Thanks for everything Mike, great sound all weekend and Mike Gear the sound guy did a great Job ...we had a massive crowd on Sunday\"</span>\r\n\r\n-<strong>Wilson Acevedo.</strong>  (Musical Director) Beaches Jazz Latin Square Stage 2013. [/one_half]\r\n\r\n[one_half_last] <span style=\"color: #888888;\">\"Hey Mike, I cannot even begin to thank you and your team enough for an amazing job this weekend, I have been doing this for over 30 years, and have worked with some huge production companies, but without a doubt this was one of my best experiences. I am looking forward to you doing all our events!   Once again, thank you from Myself Phil and Donna\"\r\n</span>-<strong>Carl Allen  </strong>Nathan Philips Square IRIE FESTIVAL 2014. [/one_half_last]\r\n\r\n[one_half]  <span style=\"color: #888888;\"><em id=\"__mceDel\" style=\"font-size: 1.17em;\">\"Yesterday went great.  I got very positive feedback on the sound.  Kai, the audio technician, was very good.  Thanks again for all your help.\"</em></span>\r\n\r\n<em id=\"__mceDel\"><strong>- Kim Marchessault</strong></em><em id=\"__mceDel\"> (</em><em id=\"__mceDel\">Technical Director) Performing Arts Centre The Country Day School [/one_half]</em><em id=\"__mceDel\" style=\"font-size: 13px;\"></em>\r\n\r\n[one_half_last] \"Your guys were a-o-k in my book. Given the constraints of time, space and weather, you all functioned superbly. I wanted to especially thank your monitor and house guys, who kept it together under insane conditions, and a significant cultural and language barrier.  Hope we work together in the future.\"\r\n\r\n<strong>- Andrew Harris</strong> is FOH/TM for Maxi Priest[/one_half_last]\r\n\r\n&nbsp;', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-137', '', '', '2015-05-06 20:02:28', '2015-05-06 20:02:28', '', 276, 'http://www.fslcorporate.com/site/276-revision-137/', 0, 'revision', '', 0),
(1070, 1, '2015-05-06 20:02:53', '2015-05-06 20:02:53', '<h2><span style=\"color: #333399;\">Clients: In association with or on Behalf of\r\n</span></h2>\r\n<h2></h2>\r\nLive Nation / Union Concerts / Audi Canada / Red Bull / Volkswagen Canada / Q-107 / Monster Energy / Rock 95 Barrie/ Coca Cola / Sound Acadamy / 102.1 The Edge / The Opera House / Universal Music / Bedlam Music Mgmt / 107.5 Wolf fm / Pfaff Auto / CBC / Inertia Entertainment / TD Canada Trust / OLG(Ontario Lottery Group / Molson, Heineken / Labatt / SBC Media, Mix 99.9 / Y108(Hamilton) / Country 95.3 / B101 Barrie / Town of Newmarket / All Access / Embrace / Telus / Fido / Sony Playstation / Liquid Chrome / Ryerson / Centreville Amusements / Eventrix / Issimo / U of T / SX Marketing / Rotary Club of Newmarket / Magna / Umbra / Ukula / Dose.\r\n<h2><span style=\"color: #333399;\">Venues: In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\n<p style=\"text-align: left;\" align=\"center\">Toronto Island / Island Airport / The Sound Academy / The Phoenix Concert Theater / The Koolhaus / Sunnyside Park / Woodbine Beach / The Roxx / Georgian College / Capital Events Theatre / Ray Twinney Arena / Sudbury Arena / Wasaga Beach / Heritage Park Barrie / Western Fairgrounds London / Gage Park Hamilton / Lees Palace / Opera House / Metro Convention Centre / Direct Energy Centre / Powerade Centre / Arrow Hall / Great Hall / Berkely Church / Hamilton Convention Centre / Harbor Castle Hilton / Fairy Lake / Cunard Centre Halifax / Hershey Centre/ Toronto Congress Center / Tillsonburg fair grounds.</p>\r\n\r\n<h2><span style=\"color: #333399;\">Events : In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sausagefest / Toronto Waterfront Blues Festival / Canada Day Country Jam / Country 95, Beachfest / Mix 99.9  Distillery Blues Fest / PartyGras / Q107 Rock Awards / Rock 95 20th BDay Bash / Toronto Freedom Fest / Wasaga Beach Street Fest / Barrie Street Fest / Blue Sky Revival / Extreme Music Series - MAJA Awards / Miss Africanada Pageant / King Fest /Everything to do with Sex Show London/Toronto/Halifax/Montreal / The Sex Show Denver / Markham Jazz / Unionville Jazz / Newmarket Jazz / Mt Albert Sports Days / Scene Fest / Beer Fest / Much Music Awards / Rib Fest / Veselka Fest / Peterborough Dragon Boat Festival / Toronto B.I.A.\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Artists : In Association with or on Behalf of:</span></h2>\r\nSheep Dogs / Dead Mouse / Bruno Mars / Stevie Wonder / City and Colour / Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Alpha Blondy / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero / Finger Eleven / Trooper / Max Webster / Rik Emmitt / Tokyo Police Club / Lights / Hedley / Sum 41 / Glenn Miller / Orchestra / Attack in Black / Quartetto Gellatto / Glass Tiger /  USS / Clark Nova / The Headstones / Dr Hook / April Wine / Teenage Head / Rides again / Cavelera Conspiracy / Curley Bridges / Fathead / Watermelon Slim / David Rotundo / Groove Corp / Nafshenu Orchestra / Nova Sounds / SoulWax / SOS Band / The Shanks / Keiser Chiefs / Chantel Kraviazuk / Rain Maida / Lighthouse / Murray Mc Laughlan / Jack Soul / Philosipher Kings / KOS / Goddo / David Usher / Honeymoon Suite / Del The Funky / Homosapian / De La Soul / I hate Sally / Lupe Fiasco / Eminem / Choclair / Maestro Fresh Wes / Helix / Bobby Brown / Cake / Hanson / Blue Rodeo / Great Big Sea / English Beat / Teenagers / Maroon 5.\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<p style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span>\r\n-<strong>Natasha Bouchard.  </strong>Australian Recording Artist.[/one_half]</p>\r\n[one_half_last]<span style=\"color: #888888;\">\"Hi Mike, just a quick note to say that your crew did a great job, Peter did an outstanding job on the board, we had lots of compliments on the sound. Many Thanks\"</span>\r\n\r\n-<strong>Jim John.  </strong>Beaches Jazz Big Band Stage 2013 [/one_half_last]\r\n\r\n[one_half] <span style=\"color: #888888;\">\"Mike.  It\'s always a pleasure, its been 4 fantastic years.\"  \"Thanks for everything Mike, great sound all weekend and Mike Gear the sound guy did a great Job ...we had a massive crowd on Sunday\"</span>\r\n\r\n-<strong>Wilson Acevedo.</strong>  (Musical Director) Beaches Jazz Latin Square Stage 2013. [/one_half]\r\n\r\n[one_half_last] <span style=\"color: #888888;\">\"Hey Mike, I cannot even begin to thank you and your team enough for an amazing job this weekend, I have been doing this for over 30 years, and have worked with some huge production companies, but without a doubt this was one of my best experiences. I am looking forward to you doing all our events!   Once again, thank you from Myself Phil and Donna\"\r\n</span>-<strong>Carl Allen  </strong>Nathan Philips Square IRIE FESTIVAL 2014. [/one_half_last]\r\n\r\n[one_half]  <span style=\"color: #888888;\"><em id=\"__mceDel\" style=\"font-size: 1.17em;\">\"Yesterday went great.  I got very positive feedback on the sound.  Kai, the audio technician, was very good.  Thanks again for all your help.\"</em></span>\r\n\r\n<em id=\"__mceDel\"><strong>- Kim Marchessault</strong></em><em id=\"__mceDel\"> (</em><em id=\"__mceDel\">Technical Director) Performing Arts Centre The Country Day School [/one_half]</em><em id=\"__mceDel\" style=\"font-size: 13px;\"></em>\r\n\r\n[one_half_last] \"Your guys were a-o-k in my book. Given the constraints of time, space and weather, you all functioned superbly. I wanted to especially thank your monitor and house guys, who kept it together under insane conditions, and a significant cultural and language barrier.  Hope we work together in the future.\"\r\n\r\n<strong>- Andrew Harris</strong> is FOH/TM for Maxi Priest[/one_half_last]\r\n\r\n&nbsp;', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-138', '', '', '2015-05-06 20:02:53', '2015-05-06 20:02:53', '', 276, 'http://www.fslcorporate.com/site/276-revision-138/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1071, 1, '2015-05-07 05:40:00', '2015-05-07 05:40:00', '<h2><span style=\"color: #333399;\">Clients: In association with or on Behalf of\r\n</span></h2>\r\n<h2></h2>\r\nLive Nation / Union Concerts / Audi Canada / Red Bull / Volkswagen Canada / Q-107 / Monster Energy / Rock 95 Barrie/ Coca Cola / Sound Acadamy / 102.1 The Edge / The Opera House / Universal Music / Bedlam Music Mgmt / 107.5 Wolf fm / Pfaff Auto / CBC / Inertia Entertainment / TD Canada Trust / OLG(Ontario Lottery Group / Molson, Heineken / Labatt / SBC Media, Mix 99.9 / Y108(Hamilton) / Country 95.3 / B101 Barrie / Town of Newmarket / All Access / Embrace / Telus / Fido / Sony Playstation / Liquid Chrome / Ryerson / Centreville Amusements / Eventrix / Issimo / U of T / SX Marketing / Rotary Club of Newmarket / Magna / Umbra / Ukula / Dose.\r\n<h2><span style=\"color: #333399;\">Venues: In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\n<p style=\"text-align: left;\" align=\"center\">Toronto Island / Island Airport / The Sound Academy / The Phoenix Concert Theater / The Koolhaus / Sunnyside Park / Woodbine Beach / The Roxx / Georgian College / Capital Events Theatre / Ray Twinney Arena / Sudbury Arena / Wasaga Beach / Heritage Park Barrie / Western Fairgrounds London / Gage Park Hamilton / Lees Palace / Opera House / Metro Convention Centre / Direct Energy Centre / Powerade Centre / Arrow Hall / Great Hall / Berkely Church / Hamilton Convention Centre / Harbor Castle Hilton / Fairy Lake / Cunard Centre Halifax / Hershey Centre/ Toronto Congress Center / Tillsonburg fair grounds.</p>\r\n\r\n<h2><span style=\"color: #333399;\">Events : In association with or on Behalf of</span></h2>\r\n<h2></h2>\r\nWakestock / The Casby Awards / Sugar Beach Toronto / Wakestock music festival / Wolfstock music festival / Monster Energy Presents Snowboard Canada Party / Power Bev AGM (Redbull Dist. Canada) / Toronto Beaches Jazz Festival / Afrofest / Sausagefest / Toronto Waterfront Blues Festival / Canada Day Country Jam / Country 95, Beachfest / Mix 99.9  Distillery Blues Fest / PartyGras / Q107 Rock Awards / Rock 95 20th BDay Bash / Toronto Freedom Fest / Wasaga Beach Street Fest / Barrie Street Fest / Blue Sky Revival / Extreme Music Series - MAJA Awards / Miss Africanada Pageant / King Fest /Everything to do with Sex Show London/Toronto/Halifax/Montreal / The Sex Show Denver / Markham Jazz / Unionville Jazz / Newmarket Jazz / Mt Albert Sports Days / Scene Fest / Beer Fest / Much Music Awards / Rib Fest / Veselka Fest / Peterborough Dragon Boat Festival / Toronto B.I.A.\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Artists : In Association with or on Behalf of:</span></h2>\r\nSheep Dogs / Dead Mouse / Bruno Mars / Stevie Wonder / City and Colour / Billy Talent / Matisyahu (US act) /Public Enemy /Method Man / Down With Webster / Three Days Grace / Roger Hodgsen (ex Supertramp) / Dragonette(UK act) / GOTYE (Australian act) / Kimba (New Zealand act) / Akon / Dub Trio (US act) / Theory of a Deadman / Hollorado / Alexisonfire / Sam Roberts Band / Moneen  / I Mother Earth / 54-40 / David Wilcox / Our Lady Peace / The Trews / Big Wreck / Queen Extravaganza / Mathew Good / The Salads / Bruce Colburn / Sarah Slean / Bedouin Soundclash /  Arkells / Ian Thornley / Young Empires / P Square /Big Sugar / Danko Jones / Leahy / Tom Cochrane / Chilliwack / Kim Mitchell band / Dropkick Murphys / Alpha Blondy / Monster Truck / Black Lungs / Die Mannequin / AWOLNATION / Yukon Blonde / Yelawolf /  Deftones /Social Distortion / RZA and GZA of the Wu-Tang Clan / De La Soul / Metric / Goldfinger / Classified / Hot Water Music / Lupe Fiasco / Dead Kennedys / Rise Against / Reel Big Fish / Andrew WK / Sloan / Dillinger Escape Plan / USS / Story Of The Year / Boys Night Out / ill Scarlett / Silverstein / Closet Monster / No Use For A Name / Gob /Social Code /Kardinal Offishal / Protest The Hero / Finger Eleven / Trooper / Max Webster / Rik Emmitt / Tokyo Police Club / Lights / Hedley / Sum 41 / Glenn Miller / Orchestra / Attack in Black / Quartetto Gellatto / Glass Tiger /  USS / Clark Nova / The Headstones / Dr Hook / April Wine / Teenage Head / Rides again / Cavelera Conspiracy / Curley Bridges / Fathead / Watermelon Slim / David Rotundo / Groove Corp / Nafshenu Orchestra / Nova Sounds / SoulWax / SOS Band / The Shanks / Keiser Chiefs / Chantel Kraviazuk / Rain Maida / Lighthouse / Murray Mc Laughlan / Jack Soul / Philosipher Kings / KOS / Goddo / David Usher / Honeymoon Suite / Del The Funky / Homosapian / De La Soul / I hate Sally / Lupe Fiasco / Eminem / Choclair / Maestro Fresh Wes / Helix / Bobby Brown / Cake / Hanson / Blue Rodeo / Great Big Sea / English Beat / Teenagers / Maroon 5.\r\n\r\n&nbsp;\r\n<h2 style=\"text-align: left;\"><span style=\"color: #333399;\">Testimonials:</span></h2>\r\n<p style=\"text-align: left;\">[one_half]<span style=\"color: #808080;\">\"Thanks again Mike, Dan and Rob did an amazing job considering the venue was a nightmare...you run a very slick operation, i was very impressed... cheers! \"</span>\r\n-<strong>Natasha Bouchard.  </strong>Australian Recording Artist.[/one_half]</p>\r\n[one_half_last]<span style=\"color: #888888;\">\"Hi Mike, just a quick note to say that your crew did a great job, Peter did an outstanding job on the board, we had lots of compliments on the sound. Many Thanks\"</span>\r\n\r\n-<strong>Jim John.  </strong>Beaches Jazz Big Band Stage 2013 [/one_half_last]\r\n\r\n[one_half] <span style=\"color: #888888;\">\"Mike.  It\'s always a pleasure, its been 4 fantastic years.\"  \"Thanks for everything Mike, great sound all weekend and Mike Gear the sound guy did a great Job ...we had a massive crowd on Sunday\"</span>\r\n\r\n-<strong>Wilson Acevedo.</strong>  (Musical Director) Beaches Jazz Latin Square Stage 2013. [/one_half]\r\n\r\n[one_half_last] <span style=\"color: #888888;\">\"Hey Mike, I cannot even begin to thank you and your team enough for an amazing job this weekend, I have been doing this for over 30 years, and have worked with some huge production companies, but without a doubt this was one of my best experiences. I am looking forward to you doing all our events!   Once again, thank you from Myself Phil and Donna\"\r\n</span>-<strong>Carl Allen  </strong>Nathan Philips Square IRIE FESTIVAL 2014. [/one_half_last]\r\n\r\n[one_half]  <span style=\"color: #888888;\">\"Yesterday went great.  I got very positive feedback on the sound.  Kai, the audio technician, was very good.  Thanks again for all your help.\"</span>\r\n\r\n<strong>- Kim Marchessault</strong> (Technical Director) Performing Arts Centre The Country Day School [/one_half]\r\n\r\n[one_half_last] \"Your guys were a-o-k in my book. Given the constraints of time, space and weather, you all functioned superbly. I wanted to especially thank your monitor and house guys, who kept it together under insane conditions, and a significant cultural and language barrier.  Hope we work together in the future.\"\r\n\r\n<strong>- Andrew Harris</strong> is FOH/TM for Maxi Priest[/one_half_last]\r\n\r\n[one_half]\"<em id=\"__mceDel\">Dear Michael,</em>\r\n\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\">On behalf of Jockey Helps the Homeless and the Toronto Event Committee, I am writing to sincerely thank you for your generous support as a sponsor for the 2013 Toronto Tournament, held on November 15<sup>th</sup>, 2013.  Over 230 participants enjoyed an unforgettable day on the ice and laced up with former NHL pros like Gary Roberts, Mark Osborne, PJ Stock, and Kris King.</em></em></em><em id=\"__mceDel\"> </em>\r\n\r\nThanks to your contribution, this year’s event was a record-breaking success and raised over $338,000.  All of the funds raised will stay right here in the GTA to help our Outreach Partners continue their Inspiring work with the hundreds of men, women and children facing homelessness in our community.\r\n\r\nAs a small gesture of our gratitude, please find enclosed a Certificate of Appreciation and a copy of a Thank You Ad featured in the Toronto Sun.  Additionally, in May 2014, you will receive a detailed stewardship report that includes further information about the event’s positive impact on our Outreach Partners and also includes a full recap and photos.\r\n\r\nOnce again, thank you very much for your support.  WE hope you share our pride in this year’s accomplishments and we hope to partner with you again for our 2014 event.\"\r\n\r\nWith sincere thanks,\r\n\r\n<em id=\"__mceDel\"><strong>Gary Scullion</strong> (President &amp; CEO of Hockey Helps The Homeless)</em>\r\n\r\n[/one_half]\r\n\r\n&nbsp;', 'Clients', '', 'inherit', 'open', 'open', '', '276-revision-139', '', '', '2015-05-07 05:40:00', '2015-05-07 05:40:00', '', 276, 'http://www.fslcorporate.com/site/276-revision-139/', 0, 'revision', '', 0),
(1072, 1, '2015-05-07 18:23:31', '2015-05-07 18:23:31', '', 'GREEN', '', 'inherit', 'open', 'open', '', 'green', '', '', '2015-05-07 18:23:31', '2015-05-07 18:23:31', '', 264, 'http://www.fslcorporate.com/site/wp-content/uploads/2012/10/GREEN.png', 0, 'attachment', 'image/png', 0),
(1073, 1, '2015-05-07 18:29:00', '2015-05-07 18:29:00', '', 'thCALYDEM9', '', 'inherit', 'open', 'open', '', 'thcalydem9', '', '', '2015-05-07 18:29:00', '2015-05-07 18:29:00', '', 264, 'http://www.fslcorporate.com/site/wp-content/uploads/2012/10/thCALYDEM9.jpg', 0, 'attachment', 'image/jpeg', 0),
(1074, 1, '2013-11-12 19:39:58', '2013-11-12 19:39:58', '<h2><span style=\"color: #333399;\">Our Service</span></h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur Account Managers will help you tailor your equipment needs to an exact fit for your show.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nWe provide Audio, Lighting, Staging, Video and Custom Installations along with Rentals as Services for all our clients.\r\n<h3><span style=\"font-size: 1.5em; color: #333399;\">Our Value</span></h3>\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.  This allows for competitive pricing and a focused team that are dedicated to your project.  At Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<h3><span style=\"font-size: 1.5em; color: #333399;\">Our Experience</span></h3>\r\nWhether it’s a rock show for ten thousand plus fans, a major Corporate Event, or an intimate presentation for a select few, Frontier Sound and Light will supply the right system and personnel that suits all your needs.\r\nSince 1998 Frontier has been a definite sound choice.\r\n\r\n&nbsp;', 'About', '', 'inherit', 'open', 'open', '', '264-revision-64', '', '', '2013-11-12 19:39:58', '2013-11-12 19:39:58', '', 264, 'http://www.fslcorporate.com/site/264-revision-64/', 0, 'revision', '', 0),
(1075, 1, '2015-05-07 18:29:41', '2015-05-07 18:29:41', '<h2><span style=\"color: #333399;\">Our Service</span></h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur Account Managers will help you tailor your equipment needs to an exact fit for your show.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nWe provide Audio, Lighting, Staging, Video and Custom Installations along with Rentals as Services for all our clients.\r\n<h3><span style=\"font-size: 1.5em; color: #333399;\">Our Value</span></h3>\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.  This allows for competitive pricing and a focused team that are dedicated to your project.  At Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<h3><span style=\"font-size: 1.5em; color: #333399;\">Our Experience</span></h3>\r\nWhether it’s a rock show for ten thousand plus fans, a major Corporate Event, or an intimate presentation for a select few, Frontier Sound and Light will supply the right system and personnel that suits all your needs.\r\nSince 1998 Frontier has been a definite sound choice.\r\n<h3>\r\n<span style=\"color: #99cc00;\"> GREEN POLICY:\r\n\r\n</span>Frontier\'s awareness and concern for the environment is not only reflected in our day to day operations, but also in the products we choose to offer our customers. Digital signage, in particular, with low power consumption LCD, LED and Plasma monitor displays have replaced typical printed signage and delivers a stronger visual impact. It can be changed and updated on the spot and has many ‘green’ benefits. Another example is utilizing LED lights that require a fraction of electrical power compared to traditional lighting instruments that have been used for decades. We also generate less waste due to the long life of LED lighting over conventional lighting elements by the reduction of replacement lamps. We offer smart energy low consumption amplification systems to further reduce our carbon footprint.\"</h3>\r\n<h3><a href=\"http://www.fslcorporate.com/site/wp-content/uploads/2012/10/thCALYDEM9.jpg\"><img alt=\"thCALYDEM9\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2012/10/thCALYDEM9.jpg\" width=\"200\" height=\"200\" /></a></h3>', 'About', '', 'inherit', 'open', 'open', '', '264-revision-65', '', '', '2015-05-07 18:29:41', '2015-05-07 18:29:41', '', 264, 'http://www.fslcorporate.com/site/264-revision-65/', 0, 'revision', '', 0),
(1076, 1, '2015-05-07 18:31:06', '2015-05-07 18:31:06', '<h2><span style=\"color: #333399;\">Our Service</span></h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur Account Managers will help you tailor your equipment needs to an exact fit for your show.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nWe provide Audio, Lighting, Staging, Video and Custom Installations along with Rentals as Services for all our clients.\r\n<h3><span style=\"font-size: 1.5em; color: #333399;\">Our Value</span></h3>\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.  This allows for competitive pricing and a focused team that are dedicated to your project.  At Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<h3><span style=\"font-size: 1.5em; color: #333399;\">Our Experience</span></h3>\r\nWhether it’s a rock show for ten thousand plus fans, a major Corporate Event, or an intimate presentation for a select few, Frontier Sound and Light will supply the right system and personnel that suits all your needs.\r\nSince 1998 Frontier has been a definite sound choice.\r\n\r\n&nbsp;\r\n<h2><span style=\"color: #99cc00;\"> GREEN POLICY</span></h2>\r\n<span style=\"font-size: 1.17em;\">Frontier\'s awareness and concern for the environment is not only reflected in our day to day operations, but also in the products we choose to offer our customers. Digital signage, in particular, with low power consumption LCD, LED and Plasma monitor displays have replaced typical printed signage and delivers a stronger visual impact. It can be changed and updated on the spot and has many ‘green’ benefits. Another example is utilizing LED lights that require a fraction of electrical power compared to traditional lighting instruments that have been used for decades. We also generate less waste due to the long life of LED lighting over conventional lighting elements by the reduction of replacement lamps. We offer smart energy low consumption amplification systems to further reduce our carbon footprint.\"</span>\r\n<h3><a href=\"http://www.fslcorporate.com/site/wp-content/uploads/2012/10/thCALYDEM9.jpg\"><img alt=\"thCALYDEM9\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2012/10/thCALYDEM9.jpg\" width=\"200\" height=\"200\" /></a></h3>', 'About', '', 'inherit', 'open', 'open', '', '264-revision-66', '', '', '2015-05-07 18:31:06', '2015-05-07 18:31:06', '', 264, 'http://www.fslcorporate.com/site/264-revision-66/', 0, 'revision', '', 0),
(1077, 1, '2015-05-07 18:31:22', '2015-05-07 18:31:22', '<h2><span style=\"color: #333399;\">Our Service</span></h2>\r\nFrontier Sound and Light offer a wide range of services that meet your high level of event standards.\r\nOur Account Managers will help you tailor your equipment needs to an exact fit for your show.\r\nOur technicians are both skilled and creative, and can help deliver the desired look and feel for any event.\r\nWe provide Audio, Lighting, Staging, Video and Custom Installations along with Rentals as Services for all our clients.\r\n<h3><span style=\"font-size: 1.5em; color: #333399;\">Our Value</span></h3>\r\nOur consultation and estimate process allows our experienced Account Managers to customize\r\neach quote based on individual preferences.  This allows for competitive pricing and a focused team that are dedicated to your project.  At Frontier Sound and Light, we value our clients, and adhere to your budget, every time.\r\n<h3><span style=\"font-size: 1.5em; color: #333399;\">Our Experience</span></h3>\r\nWhether it’s a rock show for ten thousand plus fans, a major Corporate Event, or an intimate presentation for a select few, Frontier Sound and Light will supply the right system and personnel that suits all your needs.\r\nSince 1998 Frontier has been a definite sound choice.\r\n\r\n&nbsp;\r\n<h1><span style=\"color: #99cc00;\">GREEN POLICY</span></h1>\r\n<span style=\"font-size: 1.17em;\">Frontier\'s awareness and concern for the environment is not only reflected in our day to day operations, but also in the products we choose to offer our customers. Digital signage, in particular, with low power consumption LCD, LED and Plasma monitor displays have replaced typical printed signage and delivers a stronger visual impact. It can be changed and updated on the spot and has many ‘green’ benefits. Another example is utilizing LED lights that require a fraction of electrical power compared to traditional lighting instruments that have been used for decades. We also generate less waste due to the long life of LED lighting over conventional lighting elements by the reduction of replacement lamps. We offer smart energy low consumption amplification systems to further reduce our carbon footprint.\"</span>\r\n<h3><a href=\"http://www.fslcorporate.com/site/wp-content/uploads/2012/10/thCALYDEM9.jpg\"><img alt=\"thCALYDEM9\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2012/10/thCALYDEM9.jpg\" width=\"200\" height=\"200\" /></a></h3>', 'About', '', 'inherit', 'open', 'open', '', '264-revision-67', '', '', '2015-05-07 18:31:22', '2015-05-07 18:31:22', '', 264, 'http://www.fslcorporate.com/site/264-revision-67/', 0, 'revision', '', 0),
(1078, 1, '2015-05-07 19:03:29', '2015-05-07 19:03:29', '', 'fsl facebook ablum', '', 'inherit', 'open', 'open', '', 'fsl-facebook-ablum', '', '', '2015-05-07 19:03:29', '2015-05-07 19:03:29', '', 457, 'http://www.fslcorporate.com/site/wp-content/uploads/2013/01/fsl-facebook-ablum.png', 0, 'attachment', 'image/png', 0),
(1079, 1, '2013-11-12 19:47:17', '2013-11-12 19:47:17', '<h2><span style=\"color: #0000ff;\">Gallery:</span></h2>\r\nHere are just a few examples of what Frontier Sound and Light can do for you.\r\n\r\n&nbsp;\r\n\r\n[new_royalslider id=\"7\"]', 'Gallery', '', 'inherit', 'open', 'open', '', '457-revision-8', '', '', '2013-11-12 19:47:17', '2013-11-12 19:47:17', '', 457, 'http://www.fslcorporate.com/site/457-revision-8/', 0, 'revision', '', 0),
(1080, 1, '2015-05-07 19:04:43', '2015-05-07 19:04:43', '<h2><span style=\"color: #0000ff;\">Gallery:</span></h2>\r\nHere are just a few examples of what Frontier Sound and Light can do for you.\r\n\r\n&nbsp;\r\n\r\n[new_royalslider id=\"7\"]\r\n\r\nYou can also keep up to date on our latest photo postings via our FACEBOOK page.\r\n\r\n<a href=\"https://www.facebook.com/FrontierSoundandLight/photos_stream?tab=photos_albums\" target=\"_blank\"><img class=\"alignnone size-full wp-image-1078\" alt=\"fsl facebook ablum\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/01/fsl-facebook-ablum.png\" width=\"400\" height=\"200\" /></a>', 'Gallery', '', 'inherit', 'open', 'open', '', '457-revision-9', '', '', '2015-05-07 19:04:43', '2015-05-07 19:04:43', '', 457, 'http://www.fslcorporate.com/site/457-revision-9/', 0, 'revision', '', 0),
(1081, 1, '2015-05-07 19:04:58', '2015-05-07 19:04:58', '<h2><span style=\"color: #0000ff;\">Gallery:</span></h2>\r\nHere are just a few examples of what Frontier Sound and Light can do for you.\r\n\r\n&nbsp;\r\n\r\n[new_royalslider id=\"7\"]\r\n\r\n&nbsp;\r\n\r\nYou can also keep up to date on our latest photo postings via our FACEBOOK page.\r\n\r\n<a href=\"https://www.facebook.com/FrontierSoundandLight/photos_stream?tab=photos_albums\" target=\"_blank\"><img class=\"alignnone size-full wp-image-1078\" alt=\"fsl facebook ablum\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/01/fsl-facebook-ablum.png\" width=\"400\" height=\"200\" /></a>', 'Gallery', '', 'inherit', 'open', 'open', '', '457-revision-10', '', '', '2015-05-07 19:04:58', '2015-05-07 19:04:58', '', 457, 'http://www.fslcorporate.com/site/457-revision-10/', 0, 'revision', '', 0),
(1083, 1, '2014-08-25 18:36:59', '2014-08-25 18:36:59', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n1310 Kerrisdale Blvd. Units #5 &amp; 6\r\nNewmarket, Ontario. L3Y 8V6\r\nPhone: 905-895-1902\r\nFax: 905-895-7530\r\n\r\n<strong>Join us on</strong> <a title=\"FSL FACEBOOK PAGE\" href=\"https://www.facebook.com/FrontierSoundandLight\" target=\"_blank\"><img class=\"alignnone size-full wp-image-971\" alt=\"FSL fb IMAGE\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/07/FSL-fb-IMAGE.png\" width=\"50\" height=\"50\" /></a> <strong><span style=\"color: #0000ff;\"><a title=\"FSL Facebook\" href=\"http://www.facebook.com/FrontierSoundandLight\" target=\"_blank\"><span style=\"color: #0000ff;\">\r\n</span></a></span></strong>\r\n\r\n<iframe src=\"http://maps.google.ca/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"400\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A\" target=\"_blank\">View Larger Map</a></small>\r\n\r\nCONTACT OUR TEAM:\r\n\r\n<strong>Michael Kerwin:\r\n</strong>Technical Director\r\nSenior Account Manager\r\n<em><em><a href=\"mailto:mike@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">mike@frontiersoundandlight.com</a></em></em>\r\n\r\n<strong>Stuart Evans:</strong>\r\nLogistics Director\r\nAccount Manager\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:stuart@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">stuart@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em>\r\n\r\n<strong>Anthony Gravis:</strong>\r\n<em id=\"__mceDel\"><em id=\"__mceDel\">Operations Director\r\n<em id=\"__mceDel\">Account Manager\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:anthony@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">anthony@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em>\r\n\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><strong>Tyler Ayers:</strong></em></em></em></em></em></em></em></em></em>\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\">Administration\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:tyler@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">tyler@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em></em></em></em></em>\r\n\r\n<strong>\r\nEmployment Opportunities</strong>\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half]Need a Quote? Have Questions? Need Help?\r\nSend us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2014-08-25 18:36:59', '2014-08-25 18:36:59', '', 182, 'http://www.fslcorporate.com/site/182-revision-101/', 0, 'revision', '', 0),
(1086, 1, '2016-06-30 20:33:20', '2016-06-30 20:33:20', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n5610  Finch  Avenue  East Unit  #2\r\nToronto,  Ontario. M1B 6A6\r\nPhone: 905-895-1902\r\nFax: 905-895-7530\r\n\r\n<strong>Join us on</strong> <a title=\"FSL FACEBOOK PAGE\" href=\"https://www.facebook.com/FrontierSoundandLight\" target=\"_blank\"><img class=\"alignnone size-full wp-image-971\" alt=\"FSL fb IMAGE\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/07/FSL-fb-IMAGE.png\" width=\"50\" height=\"50\" /></a> <strong><span style=\"color: #0000ff;\"><a title=\"FSL Facebook\" href=\"http://www.facebook.com/FrontierSoundandLight\" target=\"_blank\"><span style=\"color: #0000ff;\">\r\n</span></a></span></strong>\r\n\r\n<iframe src=\"http://maps.google.ca/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=+&amp;q=5610+Finch+avenue+East+Unit+%2+Toronto,+Ontario.+M1B+6A6&amp;ie=UTF8&amp;hq=&amp;hnear=5610+Finch+avenue+East+Unit+%2+Toronto,+Ontario.+M1B+6A6&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"400\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=+&amp;q=5610+Finch+avenue+East+Unit+%2+Toronto,+Ontario.+M1B+6A6&amp;ie=UTF8&amp;hq=&amp;hnear=5610+Finch+avenue+East+Unit+%2+Toronto,+Ontario.+M1B+6A6&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A\" target=\"_blank\">View Larger Map</a></small>\r\n\r\n&nbsp;\r\n\r\nCONTACT OUR TEAM:\r\n\r\n<strong>Michael Kerwin:\r\n</strong>Technical Director\r\nSenior Account Manager\r\n<em><em><a href=\"mailto:mike@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">mike@frontiersoundandlight.com</a></em></em>\r\n\r\n<strong>Stuart Evans:</strong>\r\nLogistics Director\r\nAccount Manager\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:stuart@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">stuart@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em>\r\n\r\n<strong>Anthony Gravis:</strong>\r\n<em id=\"__mceDel\"><em id=\"__mceDel\">Operations Director\r\n<em id=\"__mceDel\">Account Manager\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:anthony@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">anthony@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em>\r\n\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><strong>Tyler Ayers:</strong></em></em></em></em></em></em></em></em></em>\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\">Administration\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:tyler@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">tyler@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em></em></em></em></em>\r\n\r\n<strong>\r\nEmployment Opportunities</strong>\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half]Need a Quote? Have Questions? Need Help?\r\nSend us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<style><!--\r\n#gmap_canvas img{max-width:none!important;background:none!important}\r\n--></style>', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2016-06-30 20:33:20', '2016-06-30 20:33:20', '', 182, 'http://www.fslcorporate.com/site/182-revision-104/', 0, 'revision', '', 0),
(1085, 1, '2016-06-30 20:26:57', '2016-06-30 20:26:57', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n5610  Finch  Avenue  East Unit  #2\r\nToronto,  Ontario. M1B 6A6\r\nPhone: 905-895-1902\r\nFax: 905-895-7530\r\n\r\n<strong>Join us on</strong> <a title=\"FSL FACEBOOK PAGE\" href=\"https://www.facebook.com/FrontierSoundandLight\" target=\"_blank\"><img class=\"alignnone size-full wp-image-971\" alt=\"FSL fb IMAGE\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/07/FSL-fb-IMAGE.png\" width=\"50\" height=\"50\" /></a> <strong><span style=\"color: #0000ff;\"><a title=\"FSL Facebook\" href=\"http://www.facebook.com/FrontierSoundandLight\" target=\"_blank\"><span style=\"color: #0000ff;\">\r\n</span></a></span></strong>\r\n\r\n<iframe src=\"http://maps.google.ca/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"400\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A\" target=\"_blank\">View Larger Map</a></small>\r\n\r\n&nbsp;\r\n<div style=\"overflow: hidden; height: 400px; width: 500px;\">\r\n<div id=\"gmap_canvas\" style=\"height: 400px; width: 500px;\"></div>\r\n<div><small><a href=\"http://embedgooglemaps.com\"> embed google maps </a></small></div>\r\n<div><small><a href=\"https://disclaimergenerator.net\">disclaimer generator</a></small></div>\r\n<style><!--\r\n#gmap_canvas img{max-width:none!important;background:none!important}\r\n--></style></div>\r\n\r\nCONTACT OUR TEAM:\r\n\r\n<strong>Michael Kerwin:\r\n</strong>Technical Director\r\nSenior Account Manager\r\n<em><em><a href=\"mailto:mike@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">mike@frontiersoundandlight.com</a></em></em>\r\n\r\n<strong>Stuart Evans:</strong>\r\nLogistics Director\r\nAccount Manager\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:stuart@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">stuart@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em>\r\n\r\n<strong>Anthony Gravis:</strong>\r\n<em id=\"__mceDel\"><em id=\"__mceDel\">Operations Director\r\n<em id=\"__mceDel\">Account Manager\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:anthony@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">anthony@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em>\r\n\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><strong>Tyler Ayers:</strong></em></em></em></em></em></em></em></em></em>\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\">Administration\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:tyler@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">tyler@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em></em></em></em></em>\r\n\r\n<strong>\r\nEmployment Opportunities</strong>\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half]Need a Quote? Have Questions? Need Help?\r\nSend us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2016-06-30 20:26:57', '2016-06-30 20:26:57', '', 182, 'http://www.fslcorporate.com/site/182-revision-103/', 0, 'revision', '', 0),
(1084, 1, '2016-06-30 20:20:35', '2016-06-30 20:20:35', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n5610  Finch  Avenue  East Unit  #2\r\nToronto,  Ontario. M1B 6A6\r\nPhone: 905-895-1902\r\nFax: 905-895-7530\r\n\r\n<strong>Join us on</strong> <a title=\"FSL FACEBOOK PAGE\" href=\"https://www.facebook.com/FrontierSoundandLight\" target=\"_blank\"><img class=\"alignnone size-full wp-image-971\" alt=\"FSL fb IMAGE\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/07/FSL-fb-IMAGE.png\" width=\"50\" height=\"50\" /></a> <strong><span style=\"color: #0000ff;\"><a title=\"FSL Facebook\" href=\"http://www.facebook.com/FrontierSoundandLight\" target=\"_blank\"><span style=\"color: #0000ff;\">\r\n</span></a></span></strong>\r\n\r\n<iframe src=\"http://maps.google.ca/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"400\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.ca/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=+&amp;q=1310+Kerrisdale+Unit+%233+Newmarket,+Ontario.+L3Y+8V6&amp;ie=UTF8&amp;hq=&amp;hnear=1310+Kerrisdale+Blvd+%233,+Newmarket,+Ontario+L3Y+8Z8&amp;t=m&amp;ll=44.079508,-79.425488&amp;spn=0.018498,0.034246&amp;z=14&amp;iwloc=A\" target=\"_blank\">View Larger Map</a></small>\r\n\r\nCONTACT OUR TEAM:\r\n\r\n<strong>Michael Kerwin:\r\n</strong>Technical Director\r\nSenior Account Manager\r\n<em><em><a href=\"mailto:mike@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">mike@frontiersoundandlight.com</a></em></em>\r\n\r\n<strong>Stuart Evans:</strong>\r\nLogistics Director\r\nAccount Manager\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:stuart@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">stuart@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em>\r\n\r\n<strong>Anthony Gravis:</strong>\r\n<em id=\"__mceDel\"><em id=\"__mceDel\">Operations Director\r\n<em id=\"__mceDel\">Account Manager\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:anthony@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">anthony@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em>\r\n\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><strong>Tyler Ayers:</strong></em></em></em></em></em></em></em></em></em>\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\">Administration\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:tyler@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">tyler@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em></em></em></em></em>\r\n\r\n<strong>\r\nEmployment Opportunities</strong>\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half]Need a Quote? Have Questions? Need Help?\r\nSend us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2016-06-30 20:20:35', '2016-06-30 20:20:35', '', 182, 'http://www.fslcorporate.com/site/182-revision-102/', 0, 'revision', '', 0),
(1087, 1, '2016-06-30 20:38:30', '2016-06-30 20:38:30', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n5610  Finch  Avenue  East Unit  #2\r\nToronto,  Ontario. M1B 6A6\r\nPhone: 905-895-1902\r\nFax: 905-895-7530\r\n\r\n<strong>Join us on</strong> <a title=\"FSL FACEBOOK PAGE\" href=\"https://www.facebook.com/FrontierSoundandLight\" target=\"_blank\"><img class=\"alignnone size-full wp-image-971\" alt=\"FSL fb IMAGE\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/07/FSL-fb-IMAGE.png\" width=\"50\" height=\"50\" /></a> <strong><span style=\"color: #0000ff;\"><a title=\"FSL Facebook\" href=\"http://www.facebook.com/FrontierSoundandLight\" target=\"_blank\"><span style=\"color: #0000ff;\">\r\n</span></a></span></strong>\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2878.9871473990183!2d-79.2411507!3d43.814626!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89d4d0d35d002945%3A0x8286ece2ce3c4c64!2s5610+Finch+Ave+E+%232%2C+Toronto%2C+ON!5e0!3m2!1sen!2sca!4v1467319056968\" width=\"400\" height=\"300\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\n&nbsp;\r\n\r\nCONTACT OUR TEAM:\r\n\r\n<strong>Michael Kerwin:\r\n</strong>Technical Director\r\nSenior Account Manager\r\n<em><em><a href=\"mailto:mike@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">mike@frontiersoundandlight.com</a></em></em>\r\n\r\n<strong>Stuart Evans:</strong>\r\nLogistics Director\r\nAccount Manager\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:stuart@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">stuart@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em>\r\n\r\n<strong>Anthony Gravis:</strong>\r\n<em id=\"__mceDel\"><em id=\"__mceDel\">Operations Director\r\n<em id=\"__mceDel\">Account Manager\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:anthony@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">anthony@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em>\r\n\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><strong>Tyler Ayers:</strong></em></em></em></em></em></em></em></em></em>\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\">Administration\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:tyler@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">tyler@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em></em></em></em></em>\r\n\r\n<strong>\r\nEmployment Opportunities</strong>\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half]Need a Quote? Have Questions? Need Help?\r\nSend us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<style><!--\r\n#gmap_canvas img{max-width:none!important;background:none!important}\r\n--></style>', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2016-06-30 20:38:30', '2016-06-30 20:38:30', '', 182, 'http://www.fslcorporate.com/site/182-revision-105/', 0, 'revision', '', 0),
(1088, 1, '2016-06-30 20:39:05', '2016-06-30 20:39:05', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n5610  Finch  Avenue  East Unit  #2\r\nToronto,  Ontario. M1B 6A6\r\nPhone: 905-895-1902\r\nFax: 905-895-7530\r\n\r\n<strong>Join us on</strong> <a title=\"FSL FACEBOOK PAGE\" href=\"https://www.facebook.com/FrontierSoundandLight\" target=\"_blank\"><img class=\"alignnone size-full wp-image-971\" alt=\"FSL fb IMAGE\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/07/FSL-fb-IMAGE.png\" width=\"50\" height=\"50\" /></a> <strong><span style=\"color: #0000ff;\"><a title=\"FSL Facebook\" href=\"http://www.facebook.com/FrontierSoundandLight\" target=\"_blank\"><span style=\"color: #0000ff;\">\r\n</span></a></span></strong>\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2878.9871473990183!2d-79.2411507!3d43.814626!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89d4d0d35d002945%3A0x8286ece2ce3c4c64!2s5610+Finch+Ave+E+%232%2C+Toronto%2C+ON!5e0!3m2!1sen!2sca!4v1467319056968\" width=\"400\" height=\"300\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\n&nbsp;\r\n\r\nCONTACT OUR TEAM:\r\n\r\n<strong>Michael Kerwin:\r\n</strong>Technical Director\r\nSenior Account Manager\r\n<em><em><a href=\"mailto:mike@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">mike@frontiersoundandlight.com</a></em></em>\r\n\r\n<strong>Stuart Evans:</strong>\r\nLogistics Director\r\nAccount Manager\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:stuart@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">stuart@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em>\r\n\r\n<strong>Anthony Gravis:</strong>\r\n<em id=\"__mceDel\"><em id=\"__mceDel\">Operations Director\r\n<em id=\"__mceDel\">Account Manager\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:anthony@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">anthony@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em>\r\n\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><strong>Tyler Ayers:</strong></em></em></em></em></em></em></em></em></em>\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\">Administration\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:tyler@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">tyler@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em></em></em></em></em>\r\n\r\n<strong>\r\nEmployment Opportunities</strong>\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half]Need a Quote? Have Questions? Need Help?\r\nSend us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<style><!--\r\n#gmap_canvas img{max-width:none!important;background:none!important}\r\n--></style>', 'Contact', '', 'inherit', 'open', 'open', '', '182-revision-v1', '', '', '2016-06-30 20:39:05', '2016-06-30 20:39:05', '', 182, 'http://www.fslcorporate.com/site/182-revision-106/', 0, 'revision', '', 0),
(1091, 1, '2016-09-26 16:41:56', '2016-09-26 16:41:56', '[one_half]\r\n\r\n<strong>Frontier Sound &amp; Light</strong>\r\n\r\n5610  Finch  Avenue  East Unit  #2\r\nToronto,  Ontario. M1B 6A6\r\nPhone: 416-293-9203\r\nFax: 905-895-7530\r\n\r\n<strong>Join us on</strong> <a title=\"FSL FACEBOOK PAGE\" href=\"https://www.facebook.com/FrontierSoundandLight\" target=\"_blank\"><img class=\"alignnone size-full wp-image-971\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/07/FSL-fb-IMAGE.png\" alt=\"FSL fb IMAGE\" width=\"50\" height=\"50\" /></a> <strong><span style=\"color: #0000ff;\"><a title=\"FSL Facebook\" href=\"http://www.facebook.com/FrontierSoundandLight\" target=\"_blank\"><span style=\"color: #0000ff;\">\r\n</span></a></span></strong>\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2878.9871473990183!2d-79.2411507!3d43.814626!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89d4d0d35d002945%3A0x8286ece2ce3c4c64!2s5610+Finch+Ave+E+%232%2C+Toronto%2C+ON!5e0!3m2!1sen!2sca!4v1467319056968\" width=\"400\" height=\"300\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n&nbsp;\r\n\r\nCONTACT OUR TEAM:\r\n\r\n<strong>Michael Kerwin:\r\n</strong>Technical Director\r\nSenior Account Manager\r\n<em><em><a href=\"mailto:mike@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">mike@frontiersoundandlight.com</a></em></em>\r\n\r\n<strong>Stuart Evans:</strong>\r\nAccount Manager\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:stuart@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">stuart@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em>\r\n\r\n<strong>Anthony Gravis:</strong><em id=\"__mceDel\"><em id=\"__mceDel\">\r\n<em id=\"__mceDel\">Account Manager\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:anthony@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">anthony@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em>\r\n\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><strong>Camisha Young:</strong></em></em></em></em></em></em></em></em></em>\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\">Administration\r\n<em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:admin@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow\">admin@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em></em></em></em></em>\r\n\r\n<strong>\r\nEmployment Opportunities</strong>\r\n\r\nPlease direct all employment opportunities to the following email address:\r\n\r\n<a href=\"mailto:\" target=\"_blank\">info@frontiersoundandlight.com</a>\r\n\r\n[/one_half]Need a Quote? Have Questions? Need Help?\r\nSend us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<style><!-- #gmap_canvas img{max-width:none!important;background:none!important} --></style>', 'Contact', '', 'inherit', 'closed', 'closed', '', '182-revision-v1', '', '', '2016-09-26 16:41:56', '2016-09-26 16:41:56', '', 182, 'http://www.fslcorporate.com/site/182-revision-v1/', 0, 'revision', '', 0),
(1097, 1, '2020-01-25 22:31:40', '2020-01-25 22:31:40', '<!-- wp:image {\"id\":945} -->\n<figure class=\"wp-block-image\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/07/frontier-welcome.jpg\" alt=\"\" class=\"wp-image-945\"/></figure>\n<!-- /wp:image -->', 'Homepage', '', 'inherit', 'closed', 'closed', '', '57-revision-v1', '', '', '2020-01-25 22:31:40', '2020-01-25 22:31:40', '', 57, 'http://www.fslcorporate.com/site/57-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1102, 1, '2020-01-26 20:10:21', '2020-01-26 20:10:21', '<h2><span style=\"color: #0000ff;\">Gallery:</span></h2>\nHere are just a few examples of what Frontier Sound and Light can do for you.\n\n[new_royalslider id=\"7\"]\n\nYou can also keep up to date on our latest photo postings via our FACEBOOK page.\n\n<a href=\"https://www.facebook.com/FrontierSoundandLight/photos_stream?tab=photos_albums\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-full wp-image-1078\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/01/fsl-facebook-ablum.png\" alt=\"fsl facebook ablum\" width=\"400\" height=\"200\" /></a>', 'Gallery', '', 'inherit', 'closed', 'closed', '', '457-autosave-v1', '', '', '2020-01-26 20:10:21', '2020-01-26 20:10:21', '', 457, 'http://www.fslcorporate.com/site/457-autosave-v1/', 0, 'revision', '', 0),
(1105, 1, '2020-01-26 20:10:43', '2020-01-26 20:10:43', '[new_royalslider id=\"9\"]', 'Homepage', '', 'inherit', 'closed', 'closed', '', '57-revision-v1', '', '', '2020-01-26 20:10:43', '2020-01-26 20:10:43', '', 57, 'http://www.fslcorporate.com/site/57-revision-v1/', 0, 'revision', '', 0),
(1104, 1, '2020-01-26 20:10:11', '2020-01-26 20:10:11', '<!-- wp:image {\"id\":945} -->\n<figure class=\"wp-block-image\"><img src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/07/frontier-welcome.jpg\" alt=\"\" class=\"wp-image-945\"/></figure>\n<!-- /wp:image -->\n\n<h2><span style=\"color: #0000ff;\">Gallery:</span></h2>\n<p>Here are just a few examples of what Frontier Sound and Light can do for you.</p>\n<p> </p>\n<p>[new_royalslider id=\"7\"]</p>\n<p> </p>\n<p>You can also keep up to date on our latest photo postings via our FACEBOOK page.</p>\n<p><a href=\"https://www.facebook.com/FrontierSoundandLight/photos_stream?tab=photos_albums\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-full wp-image-1078\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/01/fsl-facebook-ablum.png\" alt=\"fsl facebook ablum\" width=\"400\" height=\"200\" /></a></p>', 'Homepage', '', 'inherit', 'closed', 'closed', '', '57-revision-v1', '', '', '2020-01-26 20:10:11', '2020-01-26 20:10:11', '', 57, 'http://www.fslcorporate.com/site/57-revision-v1/', 0, 'revision', '', 0),
(1109, 1, '2020-06-12 02:09:45', '2020-06-12 02:09:45', '[one_half]\n\n<strong>Frontier Sound &amp; Light</strong>\n<div dir=\"ltr\">309 Horner Avenue, Unit 2</div>\n<div dir=\"ltr\">Etobicoke, Ontario.&nbsp; M8W 1Z5\nPhone: 416-293-9203\nFax: 905-895-7530</div>\n<strong>Join us on</strong> <a title=\"FSL FACEBOOK PAGE\" href=\"https://www.facebook.com/FrontierSoundandLight\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"alignnone size-full wp-image-971\" src=\"http://www.fslcorporate.com/site/wp-content/uploads/2013/07/FSL-fb-IMAGE.png\" alt=\"FSL fb IMAGE\" width=\"50\" height=\"50\"></a>\n\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d292.301254856961!2d-79.52694924518302!3d43.60527824404568!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x4754ec161314f8f3!2sACS%20Productions%20Sound%20and%20Lighting%20Inc!5e0!3m2!1sen!2sca!4v1591927666355!5m2!1sen!2sca\" width=\"300\" height=\"300\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\" aria-hidden=\"false\" tabindex=\"0\"></iframe>\n\nCONTACT OUR TEAM:\n\n<strong>Michael Kerwin:\n</strong>Technical Director\nSenior Account Manager\n<em><em><a href=\"mailto:mike@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">mike@frontiersoundandlight.com</a></em></em>\n\n<strong>Stuart Evans:</strong>\nAccount Manager\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:stuart@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">stuart@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em>\n\n<strong>Anthony Gravis:</strong><em id=\"__mceDel\"><em id=\"__mceDel\">\n<em id=\"__mceDel\">Account Manager\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:anthony@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">anthony@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em>\n\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><strong>Camisha Young:</strong></em></em></em></em></em></em></em></em></em>\n<em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\"><em id=\"__mceDel\">Administration\n<em id=\"__mceDel\"><em id=\"__mceDel\"><a href=\"mailto:admin@frontiersoundandlight.com\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">admin@frontiersoundandlight.com</a></em></em></em></em></em></em></em></em></em></em></em></em>\n\n<strong>\nEmployment Opportunities</strong>\n\nPlease direct all employment opportunities to the following email address:\n\n<a href=\"mailto:\" target=\"_blank\" rel=\"noopener noreferrer\">info@frontiersoundandlight.com</a>\n\n[/one_half]Need a Quote? Have Questions? Need Help?\nSend us a message. [one_half_last][contact-form-7 id=\"353\" title=\"Contact form 1\"][/one_half_last]\n\n<style><!-- #gmap_canvas img{max-width:none!important;background:none!important} --></style>', 'Contact', '', 'inherit', 'closed', 'closed', '', '182-revision-v1', '', '', '2020-06-12 02:09:45', '2020-06-12 02:09:45', '', 182, 'http://www.fslcorporate.com/site/182-revision-v1/', 0, 'revision', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_revslider_sliders`
--

CREATE TABLE `wp_revslider_sliders` (
  `id` int(9) NOT NULL,
  `title` tinytext NOT NULL,
  `alias` tinytext,
  `params` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_revslider_sliders`
--

INSERT INTO `wp_revslider_sliders` (`id`, `title`, `alias`, `params`) VALUES
(3, '1', 'slider3', '{\"width\":\"1\",\"height\":\"1\",\"slider_type\":\"1\",\"navigaion_type\":\"1\",\"background_color\":\"1\",\"title\":\"1\",\"alias\":\"slider3\",\"shortcode\":null}');

-- --------------------------------------------------------

--
-- Table structure for table `wp_revslider_slides`
--

CREATE TABLE `wp_revslider_slides` (
  `id` int(9) NOT NULL,
  `slider_id` int(9) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` text NOT NULL,
  `layers` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `wp_termmeta`
--

CREATE TABLE `wp_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_terms`
--

CREATE TABLE `wp_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `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'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_terms`
--

INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'Blogroll', 'blogroll', 0),
(6, 'navigation', 'navigation', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_term_relationships`
--

CREATE TABLE `wp_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'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_term_relationships`
--

INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 2, 0),
(2, 2, 0),
(3, 2, 0),
(4, 2, 0),
(5, 2, 0),
(6, 2, 0),
(7, 2, 0),
(273, 6, 0),
(278, 6, 0),
(245, 6, 0),
(266, 6, 0),
(759, 6, 0),
(928, 6, 0),
(929, 6, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_term_taxonomy`
--

CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `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'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_term_taxonomy`
--

INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 0),
(2, 2, 'link_category', '', 0, 7),
(6, 6, 'nav_menu', '', 0, 7);

-- --------------------------------------------------------

--
-- Table structure for table `wp_usermeta`
--

CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_usermeta`
--

INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'first_name', ''),
(2, 1, 'last_name', ''),
(3, 1, 'nickname', 'admin'),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'comment_shortcuts', 'false'),
(7, 1, 'admin_color', 'fresh'),
(8, 1, 'use_ssl', '0'),
(9, 1, 'show_admin_bar_front', 'true'),
(10, 1, 'wp_capabilities', 'a:1:{s:13:\"administrator\";s:1:\"1\";}'),
(11, 1, 'wp_user_level', '10'),
(12, 1, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_media_uploader,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp496_privacy'),
(13, 1, 'show_welcome_panel', '1'),
(14, 1, 'wp_dashboard_quick_press_last_post_id', '1106'),
(15, 1, 'nav_menu_recently_edited', '6'),
(16, 1, 'managenav-menuscolumnshidden', 'a:4:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),
(17, 1, 'metaboxhidden_nav-menus', 'a:4:{i:0;s:8:\"add-post\";i:1;s:17:\"add-our-portfolio\";i:2;s:12:\"add-post_tag\";i:3;s:22:\"add-portfoliocategory1\";}'),
(18, 1, 'wp_user-settings', 'editor=tinymce&imgsize=full&hidetb=1&libraryContent=browse&ed_size=429&mfold=o'),
(19, 1, 'wp_user-settings-time', '1579989961'),
(20, 1, 'closedpostboxes_page', 'a:0:{}'),
(21, 1, 'metaboxhidden_page', 'a:6:{i:0;s:10:\"postcustom\";i:1;s:16:\"commentstatusdiv\";i:2;s:11:\"commentsdiv\";i:3;s:7:\"slugdiv\";i:4;s:9:\"authordiv\";i:5;s:12:\"revisionsdiv\";}'),
(24, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:12:\"99.233.132.0\";}');

-- --------------------------------------------------------

--
-- Table structure for table `wp_users`
--

CREATE TABLE `wp_users` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `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 ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_users`
--

INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'admin', '$P$BCtQjvCrIqWilWEQ5zvW5MUqqw7ry91', 'admin', 'info@fslcorporate.com', '', '2012-10-30 07:58:11', '1620251571:$P$BooS6XheG9WDox01bOMFQ145Iutyub.', 0, 'admin');

--
-- Indexes for dumped tables
--

--
-- Indexes for table `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_comments`
--
ALTER TABLE `wp_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10));

--
-- Indexes for table `wp_links`
--
ALTER TABLE `wp_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Indexes for table `wp_new_royalsliders`
--
ALTER TABLE `wp_new_royalsliders`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_options`
--
ALTER TABLE `wp_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`);

--
-- Indexes for table `wp_option_tree`
--
ALTER TABLE `wp_option_tree`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `item_id` (`item_id`);

--
-- Indexes for table `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_posts`
--
ALTER TABLE `wp_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`),
  ADD KEY `post_name` (`post_name`(191));

--
-- Indexes for table `wp_revslider_sliders`
--
ALTER TABLE `wp_revslider_sliders`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_revslider_slides`
--
ALTER TABLE `wp_revslider_slides`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_terms`
--
ALTER TABLE `wp_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Indexes for table `wp_term_relationships`
--
ALTER TABLE `wp_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Indexes for table `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Indexes for table `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_users`
--
ALTER TABLE `wp_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=614;

--
-- AUTO_INCREMENT for table `wp_comments`
--
ALTER TABLE `wp_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=341;

--
-- AUTO_INCREMENT for table `wp_links`
--
ALTER TABLE `wp_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

--
-- AUTO_INCREMENT for table `wp_new_royalsliders`
--
ALTER TABLE `wp_new_royalsliders`
  MODIFY `id` mediumint(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;

--
-- AUTO_INCREMENT for table `wp_options`
--
ALTER TABLE `wp_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=69281;

--
-- AUTO_INCREMENT for table `wp_option_tree`
--
ALTER TABLE `wp_option_tree`
  MODIFY `id` mediumint(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=131;

--
-- AUTO_INCREMENT for table `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5001;

--
-- AUTO_INCREMENT for table `wp_posts`
--
ALTER TABLE `wp_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1110;

--
-- AUTO_INCREMENT for table `wp_revslider_sliders`
--
ALTER TABLE `wp_revslider_sliders`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `wp_revslider_slides`
--
ALTER TABLE `wp_revslider_slides`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;

--
-- AUTO_INCREMENT for table `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_terms`
--
ALTER TABLE `wp_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27;

--
-- AUTO_INCREMENT for table `wp_users`
--
ALTER TABLE `wp_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
COMMIT;

/*!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 */;
