0byt3m1n1
Path:
/
data
/
23
/
2
/
10
/
152
/
2825152
/
meta
/
3108122
/
mysql.backup
/
[
Home
]
File: hilltop_tech.mysqlv101.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv101 Database: hilltop_tech -- ------------------------------------------------------ -- Server version 5.0.91 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wpht_commentmeta` -- DROP TABLE IF EXISTS `wpht_commentmeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wpht_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL auto_increment, `comment_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wpht_commentmeta` -- LOCK TABLES `wpht_commentmeta` WRITE; /*!40000 ALTER TABLE `wpht_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wpht_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpht_comments` -- DROP TABLE IF EXISTS `wpht_comments`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wpht_comments` ( `comment_ID` bigint(20) unsigned NOT NULL auto_increment, `comment_post_ID` bigint(20) unsigned NOT NULL default '0', `comment_author` tinytext NOT NULL, `comment_author_email` varchar(100) NOT NULL default '', `comment_author_url` varchar(200) NOT NULL default '', `comment_author_IP` varchar(100) NOT NULL default '', `comment_date` datetime NOT NULL default '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `comment_content` text NOT NULL, `comment_karma` int(11) NOT NULL default '0', `comment_approved` varchar(20) NOT NULL default '1', `comment_agent` varchar(255) NOT NULL default '', `comment_type` varchar(20) NOT NULL default '', `comment_parent` bigint(20) unsigned NOT NULL default '0', `user_id` bigint(20) unsigned NOT NULL default '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wpht_comments` -- LOCK TABLES `wpht_comments` WRITE; /*!40000 ALTER TABLE `wpht_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `wpht_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpht_links` -- DROP TABLE IF EXISTS `wpht_links`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wpht_links` ( `link_id` bigint(20) unsigned NOT NULL auto_increment, `link_url` varchar(255) NOT NULL default '', `link_name` varchar(255) NOT NULL default '', `link_image` varchar(255) NOT NULL default '', `link_target` varchar(25) NOT NULL default '', `link_description` varchar(255) NOT NULL default '', `link_visible` varchar(20) 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) NOT NULL default '', `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) NOT NULL default '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wpht_links` -- LOCK TABLES `wpht_links` WRITE; /*!40000 ALTER TABLE `wpht_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wpht_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpht_options` -- DROP TABLE IF EXISTS `wpht_options`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wpht_options` ( `option_id` bigint(20) unsigned NOT NULL auto_increment, `option_name` varchar(191) default NULL, `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL default 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=MyISAM AUTO_INCREMENT=491197 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wpht_options` -- LOCK TABLES `wpht_options` WRITE; /*!40000 ALTER TABLE `wpht_options` DISABLE KEYS */; INSERT INTO `wpht_options` VALUES (1,'siteurl','http://hilltoptech.com/news/','yes'),(2,'blogname','Hilltop Technologies','yes'),(3,'blogdescription','Helping your business reach new heights','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','deannakennedy@celiavine.com','yes'),(6,'start_of_week','0','yes'),(7,'use_balanceTags','0','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','1','yes'),(10,'comments_notify','','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','closed','yes'),(19,'default_ping_status','closed','yes'),(20,'default_pingback_flag','1','yes'),(21,'posts_per_page','5','yes'),(22,'date_format','F j, Y','yes'),(23,'time_format','g:i a','yes'),(24,'links_updated_date_format','F j, Y g:i a','yes'),(25,'comment_moderation','','yes'),(26,'moderation_notify','1','yes'),(27,'permalink_structure','/%postname%/','yes'),(29,'hack_file','0','yes'),(30,'blog_charset','UTF-8','yes'),(31,'moderation_keys','','no'),(32,'active_plugins','a:4:{i:0;s:17:\"leadin/leadin.php\";i:1;s:66:\"really-simple-twitter-feed-widget/really_simple_twitter_widget.php\";i:2;s:41:\"theme-file-duplicator/file-duplicator.php\";i:3;s:24:\"wordpress-seo/wp-seo.php\";}','yes'),(33,'home','http://hilltoptech.com/news','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','a:5:{i:0;s:101:\"\\\\WDP\\DFS\\30\\4\\9\\9\\3009617994\\user\\sites\\3108122.site\\www\\news/wp-content/themes/blankslate/style.css\";i:2;s:148:\"\\\\WDP\\DFS\\30\\4\\9\\9\\3009617994\\user\\sites\\3108122.site\\www\\news/wp-content/plugins/really-simple-twitter-feed-widget/really_simple_twitter_widget.php\";i:3;s:112:\"\\\\WDP\\DFS\\30\\4\\9\\9\\3009617994\\user\\sites\\3108122.site\\www\\news/wp-content/themes/blankslate/widepagetemplate.php\";i:4;s:100:\"\\\\WDP\\DFS\\30\\4\\9\\9\\3009617994\\user\\sites\\3108122.site\\www\\news/wp-content/themes/blankslate/page.php\";i:5;s:105:\"\\\\WDP\\DFS\\30\\4\\9\\9\\3009617994\\user\\sites\\3108122.site\\www\\news/wp-content/themes/blankslate/functions.php\";}','no'),(41,'template','blankslate','yes'),(42,'stylesheet','blankslate','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','subscriber','yes'),(49,'db_version','38590','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','1','yes'),(53,'default_link_category','2','yes'),(54,'show_on_front','posts','yes'),(55,'tag_base','','yes'),(56,'show_avatars','1','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_text','a:2:{i:2;a:3:{s:5:\"title\";s:6:\"Events\";s:4:\"text\";s:143:\"<a href=\"http://hilltoptech.com/lunchandlearn\"><img src=\"http://hilltoptech.com/news/wp-content/uploads/2014/08/lunch-news.png\" border=\"0\"></a>\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_rss','a:0:{}','yes'),(82,'uninstall_plugins','a:0:{}','no'),(83,'timezone_string','America/New_York','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','0','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'initial_db_version','27916','yes'),(89,'wpht_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{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:15:\"wpseo_bulk_edit\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{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:15:\"wpseo_bulk_edit\";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'),(90,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(91,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(92,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'sidebars_widgets','a:3:{s:19:\"wp_inactive_widgets\";a:1:{i:0;s:6:\"text-2\";}s:19:\"primary-widget-area\";a:3:{i:0;s:8:\"search-2\";i:1;s:12:\"categories-2\";i:2;s:27:\"reallysimpletwitterwidget-2\";}s:13:\"array_version\";i:3;}','yes'),(96,'cron','a:5:{i:1629527197;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:1629553545;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1629565998;a:1:{s:19:\"wpseo-reindex-links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1629570436;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;}}}s:7:\"version\";i:2;}','yes'),(670,'widget_reallysimpletwitterwidget','a:2:{i:2;a:30:{s:12:\"consumer_key\";s:25:\"MMR70whr5ukg8w9gEGAaEtbKv\";s:15:\"consumer_secret\";s:50:\"d5LIkP2qzVl4H2XfmmdEQVkkzJ8n12GwQtQ4W6bbTfiLF6w5bZ\";s:12:\"access_token\";s:50:\"534619080-2EdIEHBD4F22n7mzhlHG1D8Sq1XWxMkhI8tlrwDJ\";s:19:\"access_token_secret\";s:45:\"lpWRgHGuQrFiBtXyn2X3YkqDwM2QY4CsDF6RRuGQFWLKo\";s:8:\"username\";s:11:\"HilltopTech\";s:3:\"num\";s:1:\"5\";s:9:\"skip_text\";s:0:\"\";s:12:\"skip_replies\";b:1;s:13:\"skip_retweets\";b:0;s:5:\"title\";s:13:\"Latest Tweets\";s:10:\"title_icon\";b:0;s:15:\"title_thumbnail\";b:0;s:10:\"link_title\";b:0;s:9:\"link_user\";b:0;s:14:\"link_user_text\";s:17:\"See me on Twitter\";s:13:\"button_follow\";b:1;s:18:\"button_follow_text\";s:10:\"Follow @me\";s:6:\"linked\";s:0:\"\";s:9:\"thumbnail\";b:1;s:18:\"thumbnail_retweets\";b:0;s:10:\"hyperlinks\";b:1;s:17:\"replace_link_text\";s:0:\"\";s:13:\"twitter_users\";b:1;s:17:\"link_target_blank\";b:0;s:6:\"update\";b:1;s:9:\"date_link\";b:0;s:11:\"date_format\";s:3:\"M j\";s:5:\"debug\";b:0;s:17:\"erase_cached_data\";b:0;s:11:\"encode_utf8\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(186614,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1513075413','no'),(186615,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1513075413','no'),(186616,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1513032213','no'),(168634,'leadin_options','a:12:{s:12:\"li_installed\";i:1;s:14:\"leadin_version\";s:5:\"6.1.4\";s:8:\"li_email\";s:27:\"deannakennedy@celiavine.com\";s:23:\"li_updates_subscription\";i:1;s:15:\"onboarding_step\";i:1;s:19:\"onboarding_complete\";i:0;s:21:\"ignore_settings_popup\";i:0;s:14:\"data_recovered\";i:1;s:18:\"delete_flags_fixed\";i:1;s:11:\"beta_tester\";i:0;s:17:\"converted_to_tags\";i:1;s:23:\"names_added_to_contacts\";i:1;}','yes'),(168630,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1504125304','no'),(168631,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','O:8:\"stdClass\":100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4370;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2497;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2368;}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:2270;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:1828;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1601;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1586;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1437;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1356;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1349;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1338;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1273;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1271;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1128;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1053;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1045;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:996;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:942;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:815;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:813;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:807;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:772;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:769;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:670;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:667;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:663;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:654;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:643;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:642;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:636;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:621;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:607;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:594;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:593;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:589;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:580;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:574;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:574;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:559;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:552;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:540;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:535;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:522;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:514;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:502;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:500;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:494;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:487;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:474;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:472;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:470;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:470;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:446;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:441;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:440;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:438;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:437;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:430;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:418;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:418;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:408;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:405;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:405;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:403;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:401;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:396;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:383;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:382;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:379;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:369;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:353;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:344;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:334;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:332;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:331;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:331;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:331;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:327;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:324;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:324;}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";i:321;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:320;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:320;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:306;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:300;}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";i:300;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:297;}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";i:291;}s:16:\"custom-post-type\";a:3:{s:4:\"name\";s:16:\"custom post type\";s:4:\"slug\";s:16:\"custom-post-type\";s:5:\"count\";i:290;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:288;}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";i:283;}s:6:\"author\";a:3:{s:4:\"name\";s:6:\"author\";s:4:\"slug\";s:6:\"author\";s:5:\"count\";i:282;}s:7:\"adsense\";a:3:{s:4:\"name\";s:7:\"adsense\";s:4:\"slug\";s:7:\"adsense\";s:5:\"count\";i:282;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:281;}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";i:280;}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";i:277;}s:7:\"tinymce\";a:3:{s:4:\"name\";s:7:\"tinyMCE\";s:4:\"slug\";s:7:\"tinymce\";s:5:\"count\";i:270;}s:7:\"captcha\";a:3:{s:4:\"name\";s:7:\"captcha\";s:4:\"slug\";s:7:\"captcha\";s:5:\"count\";i:269;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:269;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:268;}}','no'),(491184,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1629488138;s:8:\"response\";a:4:{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.10\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/akismet.4.1.10.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:3:\"5.8\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:17:\"wpgform/index.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:21:\"w.org/plugins/wpgform\";s:4:\"slug\";s:7:\"wpgform\";s:6:\"plugin\";s:17:\"wpgform/index.php\";s:11:\"new_version\";s:4:\"0.95\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/wpgform/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/wpgform.0.95.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:58:\"https://s.w.org/plugins/geopattern-icon/wpgform_8cc59f.svg\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/wpgform/assets/banner-772x250.png?rev=709945\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";s:6:\"tested\";s:6:\"4.9.18\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:9:\"hello.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"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\";s:6:\"tested\";s:5:\"5.5.5\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:17:\"leadin/leadin.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:20:\"w.org/plugins/leadin\";s:4:\"slug\";s:6:\"leadin\";s:6:\"plugin\";s:17:\"leadin/leadin.php\";s:11:\"new_version\";s:6:\"8.4.90\";s:3:\"url\";s:37:\"https://wordpress.org/plugins/leadin/\";s:7:\"package\";s:49:\"https://downloads.wordpress.org/plugin/leadin.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/leadin/assets/icon-256x256.png?rev=2580889\";s:2:\"1x\";s:59:\"https://ps.w.org/leadin/assets/icon-128x128.png?rev=2580889\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/leadin/assets/banner-1544x500.png?rev=2580889\";s:2:\"1x\";s:61:\"https://ps.w.org/leadin/assets/banner-772x250.png?rev=2580889\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";s:6:\"tested\";s:3:\"5.8\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{s:41:\"theme-file-duplicator/file-duplicator.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:35:\"w.org/plugins/theme-file-duplicator\";s:4:\"slug\";s:21:\"theme-file-duplicator\";s:6:\"plugin\";s:41:\"theme-file-duplicator/file-duplicator.php\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/theme-file-duplicator/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/theme-file-duplicator.1.3.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:65:\"https://s.w.org/plugins/geopattern-icon/theme-file-duplicator.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.0\";}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:4:\"16.9\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.16.9.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.png?rev=2363699\";s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=1843435\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=1843435\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=1843435\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=1843435\";}s:8:\"requires\";s:3:\"5.6\";s:6:\"tested\";s:3:\"5.8\";s:12:\"requires_php\";s:6:\"5.6.20\";s:13:\"compatibility\";a:0:{}}}}','no'),(489494,'_transient_timeout_yst_sm_page_1:5tYGX_6doPZ','1628969193','no'),(489495,'_transient_yst_sm_page_1:5tYGX_6doPZ','C:24:\"WPSEO_Sitemap_Cache_Data\":2762:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:2714:\"<urlset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:image=\"http://www.google.com/schemas/sitemap-image/1.1\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd\" xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n <url>\n <loc>http://hilltoptech.com/news/</loc>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/lunchlearn/</loc>\n <lastmod>2017-06-07T12:35:37-04:00</lastmod>\n <image:image>\n <image:loc>http://hilltoptech.com/news/wp-content/uploads/2014/11/chalkboardlunchlearn21.png</image:loc>\n <image:caption><![CDATA[chalkboardlunchlearn2]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/dark/</loc>\n <lastmod>2017-06-07T12:37:39-04:00</lastmod>\n <image:image>\n <image:loc>http://hilltoptech.com/news/wp-content/uploads/2014/08/HilltopEmailHeader.jpg</image:loc>\n <image:caption><![CDATA[HilltopEmailHeader]]></image:caption>\n </image:image>\n <image:image>\n <image:loc>http://hilltoptech.com/news/wp-content/uploads/2014/08/dontBeLeftInTheDark.jpg</image:loc>\n <image:caption><![CDATA[dontBeLeftInTheDark]]></image:caption>\n </image:image>\n <image:image>\n <image:loc>http://hilltoptech.com/news/wp-content/uploads/2014/08/Light-Beam-From-Flashlight.jpg</image:loc>\n <image:caption><![CDATA[Light-Beam-From-Flashlight]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/cloud-hosting-voip/</loc>\n <lastmod>2017-09-05T13:31:19-04:00</lastmod>\n <image:image>\n <image:loc>http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png</image:loc>\n <image:caption><![CDATA[Cloud Hosting VOIP]]></image:caption>\n </image:image>\n <image:image>\n <image:loc>http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png</image:loc>\n </image:image>\n <image:image>\n <image:loc>http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button.png</image:loc>\n <image:caption><![CDATA[Avaya IP Office]]></image:caption>\n </image:image>\n <image:image>\n <image:loc>http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA.png</image:loc>\n </image:image>\n <image:image>\n <image:loc>http://hilltoptech.com/news/wp-content/uploads/2017/06/Internet-And-Information-Tech.jpg</image:loc>\n </image:image>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/avaya-ip-office-in-the-cloud/</loc>\n <lastmod>2017-11-02T16:00:41-04:00</lastmod>\n <image:image>\n <image:loc>http://hilltoptech.com/news/wp-content/uploads/2017/05/Avaya-IP-Office-in-the-cloud.jpg</image:loc>\n <image:caption><![CDATA[Avaya IP Office in the Cloud]]></image:caption>\n </image:image>\n </url>\n</urlset>\";}}','no'),(488915,'_transient_timeout_yst_sm_post_tag_1:5tYGX_6X6QX','1628751810','no'),(488916,'_transient_yst_sm_post_tag_1:5tYGX_6X6QX','C:24:\"WPSEO_Sitemap_Cache_Data\":11122:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:11073:\"<urlset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:image=\"http://www.google.com/schemas/sitemap-image/1.1\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd\" xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n <url>\n <loc>http://hilltoptech.com/news/tag/aces/</loc>\n <lastmod>2015-09-24T11:05:04-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/audio/</loc>\n <lastmod>2014-07-17T13:55:48-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/audio-conferencing/</loc>\n <lastmod>2015-04-01T12:03:57-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/avaya-2/</loc>\n <lastmod>2017-04-04T13:12:06-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/avaya-ip-office/</loc>\n <lastmod>2017-06-16T13:33:59-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/avaya-partner/</loc>\n <lastmod>2016-10-19T11:25:34-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/award/</loc>\n <lastmod>2016-10-19T11:25:34-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/awards/</loc>\n <lastmod>2015-01-14T16:22:43-05:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/banker/</loc>\n <lastmod>2016-12-09T10:25:01-05:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/bay-path-university/</loc>\n <lastmod>2016-07-06T13:12:30-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/business-phone/</loc>\n <lastmod>2016-12-09T10:25:01-05:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/business-phone-system/</loc>\n <lastmod>2016-10-19T12:29:19-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/business-phone-systems/</loc>\n <lastmod>2016-11-08T16:31:16-05:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/byod/</loc>\n <lastmod>2016-03-18T13:39:06-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/calls/</loc>\n <lastmod>2016-01-22T08:53:24-05:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/cloud/</loc>\n <lastmod>2016-07-27T10:38:32-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/cloud-communications/</loc>\n <lastmod>2017-06-16T13:33:59-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/cloud-hosting/</loc>\n <lastmod>2017-08-31T10:16:20-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/communications-technologies/</loc>\n <lastmod>2017-08-31T10:16:20-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/conferencing/</loc>\n <lastmod>2016-01-22T08:53:24-05:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/copper-wires/</loc>\n <lastmod>2016-03-18T13:39:06-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/customer-excellence/</loc>\n <lastmod>2016-10-19T11:25:34-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/customer-service/</loc>\n <lastmod>2016-11-08T16:31:16-05:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/customer-spotlight/</loc>\n <lastmod>2016-07-06T13:12:30-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/designation/</loc>\n <lastmod>2016-10-19T11:25:34-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/digital/</loc>\n <lastmod>2015-01-14T16:21:39-05:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/diversify-communications/</loc>\n <lastmod>2017-04-04T13:12:06-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/dmtf/</loc>\n <lastmod>2015-04-01T12:03:57-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/efficiency/</loc>\n <lastmod>2016-11-08T16:31:16-05:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/enterprise-contact-center/</loc>\n <lastmod>2017-08-31T10:16:20-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/esna/</loc>\n <lastmod>2015-04-01T12:03:57-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/fax/</loc>\n <lastmod>2015-04-01T12:03:57-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/financial/</loc>\n <lastmod>2016-12-09T10:25:01-05:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/george-piekarczyk/</loc>\n <lastmod>2015-09-24T11:05:04-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/hartford/</loc>\n <lastmod>2016-10-19T11:25:34-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/hilltop/</loc>\n <lastmod>2016-10-19T11:25:34-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/home-office/</loc>\n <lastmod>2015-01-13T14:29:24-05:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/hosted-pbx/</loc>\n <lastmod>2015-04-01T12:03:57-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/instant-messaging/</loc>\n <lastmod>2016-01-22T08:53:24-05:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/internet/</loc>\n <lastmod>2015-01-14T16:21:39-05:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/ip/</loc>\n <lastmod>2015-01-14T16:21:39-05:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/ip-office/</loc>\n <lastmod>2017-08-31T10:16:20-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/it/</loc>\n <lastmod>2015-01-14T16:21:39-05:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/landline/</loc>\n <lastmod>2016-03-18T13:39:06-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/linda-simonds/</loc>\n <lastmod>2016-07-06T13:12:30-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/meet-me/</loc>\n <lastmod>2015-04-01T12:03:57-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/mobile/</loc>\n <lastmod>2016-03-18T13:39:06-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/multichannel/</loc>\n <lastmod>2014-07-17T13:57:38-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/networks/</loc>\n <lastmod>2015-01-14T16:21:39-05:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/new-year/</loc>\n <lastmod>2016-12-09T10:25:01-05:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/new-year-planning/</loc>\n <lastmod>2015-10-01T16:00:07-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/owen-wilson/</loc>\n <lastmod>2016-10-19T11:25:34-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/pbx/</loc>\n <lastmod>2015-04-01T12:03:57-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/phone/</loc>\n <lastmod>2016-12-09T10:25:01-05:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/phone-system/</loc>\n <lastmod>2016-10-19T12:29:19-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/phones/</loc>\n <lastmod>2017-12-11T17:53:35-05:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/planning/</loc>\n <lastmod>2016-10-19T12:29:19-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/prep/</loc>\n <lastmod>2015-01-14T16:21:39-05:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/preparedness/</loc>\n <lastmod>2015-10-01T16:00:07-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/productivity/</loc>\n <lastmod>2016-11-08T16:31:16-05:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/reach-new-heights/</loc>\n <lastmod>2015-04-01T12:03:57-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/readiness/</loc>\n <lastmod>2016-11-08T16:31:16-05:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/real-time/</loc>\n <lastmod>2016-01-22T08:53:24-05:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/remote/</loc>\n <lastmod>2015-01-13T14:29:24-05:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/rob-johnston/</loc>\n <lastmod>2015-09-24T11:05:04-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/roi/</loc>\n <lastmod>2015-04-01T12:03:57-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/shoretel/</loc>\n <lastmod>2017-04-04T13:12:06-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/shoretel-communications/</loc>\n <lastmod>2017-04-04T13:12:06-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/sip/</loc>\n <lastmod>2014-07-17T13:55:48-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/sip-trunking/</loc>\n <lastmod>2016-01-22T08:53:24-05:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/support/</loc>\n <lastmod>2014-07-17T13:57:38-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/switch/</loc>\n <lastmod>2016-10-19T12:29:19-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/system/</loc>\n <lastmod>2016-12-09T10:25:01-05:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/technology-trends/</loc>\n <lastmod>2017-12-11T17:53:35-05:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/telecom/</loc>\n <lastmod>2017-12-11T17:53:35-05:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/telecom-maintenance/</loc>\n <lastmod>2017-12-11T17:53:35-05:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/telecommunications/</loc>\n <lastmod>2017-12-11T17:53:35-05:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/trends/</loc>\n <lastmod>2015-01-14T16:22:17-05:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/trunks/</loc>\n <lastmod>2016-01-22T08:53:24-05:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/uc/</loc>\n <lastmod>2015-01-14T16:22:17-05:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/uc-connect-center/</loc>\n <lastmod>2016-12-09T10:25:01-05:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/unified-communications/</loc>\n <lastmod>2017-08-31T10:16:20-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/upgrades/</loc>\n <lastmod>2016-10-19T12:29:19-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/virtual/</loc>\n <lastmod>2014-07-17T13:57:38-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/virtual-appliance/</loc>\n <lastmod>2014-07-17T13:55:48-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/virtual-fax/</loc>\n <lastmod>2015-04-01T12:03:57-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/voice/</loc>\n <lastmod>2014-07-17T13:57:38-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/voip/</loc>\n <lastmod>2016-07-06T13:12:30-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/voip-readiness/</loc>\n <lastmod>2016-03-18T13:39:06-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/tag/workplace/</loc>\n <lastmod>2016-03-18T13:39:06-04:00</lastmod>\n </url>\n</urlset>\";}}','no'),(186608,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1513075411','no'),(186609,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1513075411','no'),(186610,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1513032211','no'),(168635,'leadin_pluginVersion','6.1.4','yes'),(168636,'leadin_portalId','3871770','yes'),(168637,'leadin_slumber_mode','1','yes'),(40525,'twitter_data_Hilltop Tech_5_valid','a:21:{i:0;a:25:{s:10:\"created_at\";s:30:\"Mon Jul 13 16:13:32 +0000 2015\";s:2:\"id\";d:6.2062712599389798E+17;s:6:\"id_str\";s:18:\"620627125993897984\";s:4:\"text\";s:89:\"Check out our new logo and updated website! http://t.co/iP198yJ9U0 http://t.co/CNCOi5128R\";s:6:\"source\";s:66:\"<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:41:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:43;s:13:\"friends_count\";i:42;s:12:\"listed_count\";i:1;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:8;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:215;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:1;s:8:\"entities\";a:5:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/iP198yJ9U0\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:44;i:1;i:66;}}}s:5:\"media\";a:1:{i:0;a:10:{s:2:\"id\";d:6.2062712505015501E+17;s:6:\"id_str\";s:18:\"620627125050155008\";s:7:\"indices\";a:2:{i:0;i:67;i:1;i:89;}s:9:\"media_url\";s:46:\"http://pbs.twimg.com/media/CJzpFP6WIAAFa9e.jpg\";s:15:\"media_url_https\";s:47:\"https://pbs.twimg.com/media/CJzpFP6WIAAFa9e.jpg\";s:3:\"url\";s:22:\"http://t.co/CNCOi5128R\";s:11:\"display_url\";s:26:\"pic.twitter.com/CNCOi5128R\";s:12:\"expanded_url\";s:64:\"http://twitter.com/HilltopTech/status/620627125993897984/photo/1\";s:4:\"type\";s:5:\"photo\";s:5:\"sizes\";a:4:{s:5:\"small\";a:3:{s:1:\"w\";i:340;s:1:\"h\";i:126;s:6:\"resize\";s:3:\"fit\";}s:5:\"large\";a:3:{s:1:\"w\";i:612;s:1:\"h\";i:227;s:6:\"resize\";s:3:\"fit\";}s:5:\"thumb\";a:3:{s:1:\"w\";i:150;s:1:\"h\";i:150;s:6:\"resize\";s:4:\"crop\";}s:6:\"medium\";a:3:{s:1:\"w\";i:600;s:1:\"h\";i:222;s:6:\"resize\";s:3:\"fit\";}}}}}s:17:\"extended_entities\";a:1:{s:5:\"media\";a:1:{i:0;a:10:{s:2:\"id\";d:6.2062712505015501E+17;s:6:\"id_str\";s:18:\"620627125050155008\";s:7:\"indices\";a:2:{i:0;i:67;i:1;i:89;}s:9:\"media_url\";s:46:\"http://pbs.twimg.com/media/CJzpFP6WIAAFa9e.jpg\";s:15:\"media_url_https\";s:47:\"https://pbs.twimg.com/media/CJzpFP6WIAAFa9e.jpg\";s:3:\"url\";s:22:\"http://t.co/CNCOi5128R\";s:11:\"display_url\";s:26:\"pic.twitter.com/CNCOi5128R\";s:12:\"expanded_url\";s:64:\"http://twitter.com/HilltopTech/status/620627125993897984/photo/1\";s:4:\"type\";s:5:\"photo\";s:5:\"sizes\";a:4:{s:5:\"small\";a:3:{s:1:\"w\";i:340;s:1:\"h\";i:126;s:6:\"resize\";s:3:\"fit\";}s:5:\"large\";a:3:{s:1:\"w\";i:612;s:1:\"h\";i:227;s:6:\"resize\";s:3:\"fit\";}s:5:\"thumb\";a:3:{s:1:\"w\";i:150;s:1:\"h\";i:150;s:6:\"resize\";s:4:\"crop\";}s:6:\"medium\";a:3:{s:1:\"w\";i:600;s:1:\"h\";i:222;s:6:\"resize\";s:3:\"fit\";}}}}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:1;a:23:{s:10:\"created_at\";s:30:\"Sat Jul 04 14:55:15 +0000 2015\";s:2:\"id\";d:6.1734593498545766E+17;s:6:\"id_str\";s:18:\"617345934985457664\";s:4:\"text\";s:86:\"Happy 4th of July! Have fun and be safe celebrating your freedom this Independence Day\";s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:41:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:43;s:13:\"friends_count\";i:42;s:12:\"listed_count\";i:1;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:8;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:215;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:0:{}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:4:\"lang\";s:2:\"en\";}i:2;a:25:{s:10:\"created_at\";s:30:\"Sat Jul 04 12:45:34 +0000 2015\";s:2:\"id\";d:6.1731330081731379E+17;s:6:\"id_str\";s:18:\"617313300817313792\";s:4:\"text\";s:109:\"Happy 4th of July! Have fun and be safe celebrating your freedom this Independence Day http://t.co/Z4MiQIkEYp\";s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:41:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:43;s:13:\"friends_count\";i:42;s:12:\"listed_count\";i:1;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:8;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:215;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:8:\"entities\";a:5:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:0:{}s:5:\"media\";a:1:{i:0;a:10:{s:2:\"id\";d:6.1731330051529933E+17;s:6:\"id_str\";s:18:\"617313300515299328\";s:7:\"indices\";a:2:{i:0;i:87;i:1;i:109;}s:9:\"media_url\";s:46:\"http://pbs.twimg.com/media/CJEjLRhWoAAzSC0.jpg\";s:15:\"media_url_https\";s:47:\"https://pbs.twimg.com/media/CJEjLRhWoAAzSC0.jpg\";s:3:\"url\";s:22:\"http://t.co/Z4MiQIkEYp\";s:11:\"display_url\";s:26:\"pic.twitter.com/Z4MiQIkEYp\";s:12:\"expanded_url\";s:64:\"http://twitter.com/HilltopTech/status/617313300817313792/photo/1\";s:4:\"type\";s:5:\"photo\";s:5:\"sizes\";a:4:{s:5:\"small\";a:3:{s:1:\"w\";i:340;s:1:\"h\";i:226;s:6:\"resize\";s:3:\"fit\";}s:5:\"thumb\";a:3:{s:1:\"w\";i:150;s:1:\"h\";i:150;s:6:\"resize\";s:4:\"crop\";}s:6:\"medium\";a:3:{s:1:\"w\";i:600;s:1:\"h\";i:400;s:6:\"resize\";s:3:\"fit\";}s:5:\"large\";a:3:{s:1:\"w\";i:900;s:1:\"h\";i:600;s:6:\"resize\";s:3:\"fit\";}}}}}s:17:\"extended_entities\";a:1:{s:5:\"media\";a:1:{i:0;a:10:{s:2:\"id\";d:6.1731330051529933E+17;s:6:\"id_str\";s:18:\"617313300515299328\";s:7:\"indices\";a:2:{i:0;i:87;i:1;i:109;}s:9:\"media_url\";s:46:\"http://pbs.twimg.com/media/CJEjLRhWoAAzSC0.jpg\";s:15:\"media_url_https\";s:47:\"https://pbs.twimg.com/media/CJEjLRhWoAAzSC0.jpg\";s:3:\"url\";s:22:\"http://t.co/Z4MiQIkEYp\";s:11:\"display_url\";s:26:\"pic.twitter.com/Z4MiQIkEYp\";s:12:\"expanded_url\";s:64:\"http://twitter.com/HilltopTech/status/617313300817313792/photo/1\";s:4:\"type\";s:5:\"photo\";s:5:\"sizes\";a:4:{s:5:\"small\";a:3:{s:1:\"w\";i:340;s:1:\"h\";i:226;s:6:\"resize\";s:3:\"fit\";}s:5:\"thumb\";a:3:{s:1:\"w\";i:150;s:1:\"h\";i:150;s:6:\"resize\";s:4:\"crop\";}s:6:\"medium\";a:3:{s:1:\"w\";i:600;s:1:\"h\";i:400;s:6:\"resize\";s:3:\"fit\";}s:5:\"large\";a:3:{s:1:\"w\";i:900;s:1:\"h\";i:600;s:6:\"resize\";s:3:\"fit\";}}}}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:3;a:24:{s:10:\"created_at\";s:30:\"Fri Jul 03 12:00:59 +0000 2015\";s:2:\"id\";d:6.169396907725783E+17;s:6:\"id_str\";s:18:\"616939690772578304\";s:4:\"text\";s:126:\"Did you know Hilltop Technologies was named a \"Partner in Customer Excellence\" by Avaya? Find out why! http://t.co/Xs4DfyFSYb\";s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:41:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:43;s:13:\"friends_count\";i:42;s:12:\"listed_count\";i:1;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:8;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:215;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/Xs4DfyFSYb\";s:12:\"expanded_url\";s:90:\"http://hilltoptech.com/news/hilltop-technologies-recognized-for-avaya-customer-excellence/\";s:11:\"display_url\";s:33:\"hilltoptech.com/news/hilltop-t…\";s:7:\"indices\";a:2:{i:0;i:104;i:1;i:126;}}}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:4;a:24:{s:10:\"created_at\";s:30:\"Tue Jun 30 18:45:37 +0000 2015\";s:2:\"id\";d:6.1595435711745229E+17;s:6:\"id_str\";s:18:\"615954357117452288\";s:4:\"text\";s:126:\"Did you know Hilltop Technologies was named a \"Partner in Customer Excellence\" by Avaya? Find out why! http://t.co/d3JXsBHnrr\";s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:41:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:43;s:13:\"friends_count\";i:42;s:12:\"listed_count\";i:1;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:8;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:215;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/d3JXsBHnrr\";s:12:\"expanded_url\";s:18:\"http://ow.ly/OQNSM\";s:11:\"display_url\";s:11:\"ow.ly/OQNSM\";s:7:\"indices\";a:2:{i:0;i:104;i:1;i:126;}}}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:5;a:24:{s:10:\"created_at\";s:30:\"Fri Jun 26 18:33:13 +0000 2015\";s:2:\"id\";d:6.1450168795758182E+17;s:6:\"id_str\";s:18:\"614501687957581824\";s:4:\"text\";s:114:\"Enjoying your summer? Us too! See what\'s new at Hilltop Technologies this beautiful season. http://t.co/bijpaGDO1m\";s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:41:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:43;s:13:\"friends_count\";i:42;s:12:\"listed_count\";i:1;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:8;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:215;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/bijpaGDO1m\";s:12:\"expanded_url\";s:18:\"http://ow.ly/OQNAI\";s:11:\"display_url\";s:11:\"ow.ly/OQNAI\";s:7:\"indices\";a:2:{i:0;i:92;i:1;i:114;}}}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:6;a:24:{s:10:\"created_at\";s:30:\"Tue May 26 16:01:46 +0000 2015\";s:2:\"id\";d:6.0322954960270131E+17;s:6:\"id_str\";s:18:\"603229549602701312\";s:4:\"text\";s:60:\"Have you read our latest eNewsletter? http://t.co/9RRuSvCm6v\";s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:41:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:43;s:13:\"friends_count\";i:42;s:12:\"listed_count\";i:1;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:8;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:215;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/9RRuSvCm6v\";s:12:\"expanded_url\";s:18:\"http://ow.ly/NrEMG\";s:11:\"display_url\";s:11:\"ow.ly/NrEMG\";s:7:\"indices\";a:2:{i:0;i:38;i:1;i:60;}}}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:7;a:24:{s:10:\"created_at\";s:30:\"Tue May 19 17:44:36 +0000 2015\";s:2:\"id\";d:6.0071871059315917E+17;s:6:\"id_str\";s:18:\"600718710593159168\";s:4:\"text\";s:112:\"Who would you interview (past or present), if given the chance? Find out what Jean chose: http://t.co/DHtuYYlTGW\";s:6:\"source\";s:66:\"<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:41:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:43;s:13:\"friends_count\";i:42;s:12:\"listed_count\";i:1;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:8;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:215;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/DHtuYYlTGW\";s:12:\"expanded_url\";s:24:\"http://eepurl.com/bmUjPH\";s:11:\"display_url\";s:17:\"eepurl.com/bmUjPH\";s:7:\"indices\";a:2:{i:0;i:90;i:1;i:112;}}}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:8;a:25:{s:10:\"created_at\";s:30:\"Mon May 18 16:10:23 +0000 2015\";s:2:\"id\";d:6.003326158460928E+17;s:6:\"id_str\";s:18:\"600332615846092800\";s:4:\"text\";s:86:\"Congrats to our Janet Fisher on her recent U.S. citizenship! n http://t.co/hNtP1eMUdf\";s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:41:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:43;s:13:\"friends_count\";i:42;s:12:\"listed_count\";i:1;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:8;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:215;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:8:\"entities\";a:5:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:0:{}s:5:\"media\";a:1:{i:0;a:10:{s:2:\"id\";d:6.0033261561539379E+17;s:6:\"id_str\";s:18:\"600332615615393792\";s:7:\"indices\";a:2:{i:0;i:64;i:1;i:86;}s:9:\"media_url\";s:46:\"http://pbs.twimg.com/media/CFTPVUzWMAAMuj-.jpg\";s:15:\"media_url_https\";s:47:\"https://pbs.twimg.com/media/CFTPVUzWMAAMuj-.jpg\";s:3:\"url\";s:22:\"http://t.co/hNtP1eMUdf\";s:11:\"display_url\";s:26:\"pic.twitter.com/hNtP1eMUdf\";s:12:\"expanded_url\";s:64:\"http://twitter.com/HilltopTech/status/600332615846092800/photo/1\";s:4:\"type\";s:5:\"photo\";s:5:\"sizes\";a:4:{s:5:\"small\";a:3:{s:1:\"w\";i:340;s:1:\"h\";i:453;s:6:\"resize\";s:3:\"fit\";}s:5:\"thumb\";a:3:{s:1:\"w\";i:150;s:1:\"h\";i:150;s:6:\"resize\";s:4:\"crop\";}s:6:\"medium\";a:3:{s:1:\"w\";i:480;s:1:\"h\";i:640;s:6:\"resize\";s:3:\"fit\";}s:5:\"large\";a:3:{s:1:\"w\";i:480;s:1:\"h\";i:640;s:6:\"resize\";s:3:\"fit\";}}}}}s:17:\"extended_entities\";a:1:{s:5:\"media\";a:1:{i:0;a:10:{s:2:\"id\";d:6.0033261561539379E+17;s:6:\"id_str\";s:18:\"600332615615393792\";s:7:\"indices\";a:2:{i:0;i:64;i:1;i:86;}s:9:\"media_url\";s:46:\"http://pbs.twimg.com/media/CFTPVUzWMAAMuj-.jpg\";s:15:\"media_url_https\";s:47:\"https://pbs.twimg.com/media/CFTPVUzWMAAMuj-.jpg\";s:3:\"url\";s:22:\"http://t.co/hNtP1eMUdf\";s:11:\"display_url\";s:26:\"pic.twitter.com/hNtP1eMUdf\";s:12:\"expanded_url\";s:64:\"http://twitter.com/HilltopTech/status/600332615846092800/photo/1\";s:4:\"type\";s:5:\"photo\";s:5:\"sizes\";a:4:{s:5:\"small\";a:3:{s:1:\"w\";i:340;s:1:\"h\";i:453;s:6:\"resize\";s:3:\"fit\";}s:5:\"thumb\";a:3:{s:1:\"w\";i:150;s:1:\"h\";i:150;s:6:\"resize\";s:4:\"crop\";}s:6:\"medium\";a:3:{s:1:\"w\";i:480;s:1:\"h\";i:640;s:6:\"resize\";s:3:\"fit\";}s:5:\"large\";a:3:{s:1:\"w\";i:480;s:1:\"h\";i:640;s:6:\"resize\";s:3:\"fit\";}}}}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:9;a:23:{s:10:\"created_at\";s:30:\"Tue May 12 03:56:24 +0000 2015\";s:2:\"id\";d:5.9797357319047168E+17;s:6:\"id_str\";s:18:\"597973573190471681\";s:4:\"text\";s:76:\"Are you subscribed to our e-newsletter? Our latest edition will be out soon!\";s:6:\"source\";s:82:\"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:41:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:43;s:13:\"friends_count\";i:42;s:12:\"listed_count\";i:1;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:8;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:215;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:0:{}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:4:\"lang\";s:2:\"en\";}i:10;a:24:{s:10:\"created_at\";s:30:\"Fri Apr 17 19:20:25 +0000 2015\";s:2:\"id\";d:5.8914641416649933E+17;s:6:\"id_str\";s:18:\"589146414166499328\";s:4:\"text\";s:111:\"We are pleased to be one of the few recipients of AVAYA\'s Partner in Customer Excellence http://t.co/F3hg1vWsCh\";s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:41:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:43;s:13:\"friends_count\";i:42;s:12:\"listed_count\";i:1;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:8;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:215;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/F3hg1vWsCh\";s:12:\"expanded_url\";s:18:\"http://ow.ly/LLlJs\";s:11:\"display_url\";s:11:\"ow.ly/LLlJs\";s:7:\"indices\";a:2:{i:0;i:89;i:1;i:111;}}}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:11;a:25:{s:10:\"created_at\";s:30:\"Thu Apr 09 13:05:19 +0000 2015\";s:2:\"id\";d:5.8615291458819277E+17;s:6:\"id_str\";s:18:\"586152914588192769\";s:4:\"text\";s:137:\"We are up to our final of the business phone system myths - and it\'s all about integration. http://t.co/Yfk4NhfR9u http://t.co/KlGE4MCNrx\";s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:41:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:43;s:13:\"friends_count\";i:42;s:12:\"listed_count\";i:1;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:8;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:215;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:2;s:8:\"entities\";a:5:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/Yfk4NhfR9u\";s:12:\"expanded_url\";s:34:\"http://hilltoptech.com/news/myths/\";s:11:\"display_url\";s:27:\"hilltoptech.com/news/myths/\";s:7:\"indices\";a:2:{i:0;i:92;i:1;i:114;}}}s:5:\"media\";a:1:{i:0;a:10:{s:2:\"id\";d:5.8615291424845824E+17;s:6:\"id_str\";s:18:\"586152914248458240\";s:7:\"indices\";a:2:{i:0;i:115;i:1;i:137;}s:9:\"media_url\";s:46:\"http://pbs.twimg.com/media/CCJu-E3W4AAcJFt.png\";s:15:\"media_url_https\";s:47:\"https://pbs.twimg.com/media/CCJu-E3W4AAcJFt.png\";s:3:\"url\";s:22:\"http://t.co/KlGE4MCNrx\";s:11:\"display_url\";s:26:\"pic.twitter.com/KlGE4MCNrx\";s:12:\"expanded_url\";s:64:\"http://twitter.com/HilltopTech/status/586152914588192769/photo/1\";s:4:\"type\";s:5:\"photo\";s:5:\"sizes\";a:4:{s:5:\"thumb\";a:3:{s:1:\"w\";i:150;s:1:\"h\";i:150;s:6:\"resize\";s:4:\"crop\";}s:6:\"medium\";a:3:{s:1:\"w\";i:600;s:1:\"h\";i:503;s:6:\"resize\";s:3:\"fit\";}s:5:\"small\";a:3:{s:1:\"w\";i:340;s:1:\"h\";i:285;s:6:\"resize\";s:3:\"fit\";}s:5:\"large\";a:3:{s:1:\"w\";i:600;s:1:\"h\";i:503;s:6:\"resize\";s:3:\"fit\";}}}}}s:17:\"extended_entities\";a:1:{s:5:\"media\";a:1:{i:0;a:10:{s:2:\"id\";d:5.8615291424845824E+17;s:6:\"id_str\";s:18:\"586152914248458240\";s:7:\"indices\";a:2:{i:0;i:115;i:1;i:137;}s:9:\"media_url\";s:46:\"http://pbs.twimg.com/media/CCJu-E3W4AAcJFt.png\";s:15:\"media_url_https\";s:47:\"https://pbs.twimg.com/media/CCJu-E3W4AAcJFt.png\";s:3:\"url\";s:22:\"http://t.co/KlGE4MCNrx\";s:11:\"display_url\";s:26:\"pic.twitter.com/KlGE4MCNrx\";s:12:\"expanded_url\";s:64:\"http://twitter.com/HilltopTech/status/586152914588192769/photo/1\";s:4:\"type\";s:5:\"photo\";s:5:\"sizes\";a:4:{s:5:\"thumb\";a:3:{s:1:\"w\";i:150;s:1:\"h\";i:150;s:6:\"resize\";s:4:\"crop\";}s:6:\"medium\";a:3:{s:1:\"w\";i:600;s:1:\"h\";i:503;s:6:\"resize\";s:3:\"fit\";}s:5:\"small\";a:3:{s:1:\"w\";i:340;s:1:\"h\";i:285;s:6:\"resize\";s:3:\"fit\";}s:5:\"large\";a:3:{s:1:\"w\";i:600;s:1:\"h\";i:503;s:6:\"resize\";s:3:\"fit\";}}}}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:12;a:24:{s:10:\"created_at\";s:30:\"Mon Apr 06 21:55:24 +0000 2015\";s:2:\"id\";d:5.8519914965988147E+17;s:6:\"id_str\";s:18:\"585199149659881473\";s:4:\"text\";s:104:\"Have you ever thought it was too expensive to switch your business phone system? https://t.co/By4w1ja1nC\";s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:41:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:43;s:13:\"friends_count\";i:42;s:12:\"listed_count\";i:1;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:8;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:215;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:23:\"https://t.co/By4w1ja1nC\";s:12:\"expanded_url\";s:23:\"https://lnkd.in/d2sDXyW\";s:11:\"display_url\";s:15:\"lnkd.in/d2sDXyW\";s:7:\"indices\";a:2:{i:0;i:81;i:1;i:104;}}}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:13;a:24:{s:10:\"created_at\";s:30:\"Wed Apr 01 21:50:27 +0000 2015\";s:2:\"id\";d:5.8338596482911437E+17;s:6:\"id_str\";s:18:\"583385964829114368\";s:4:\"text\";s:141:\"Our next Lunch & Learn is happening on 4/28 in East Hartford. The topic will be our new cloud solution, Infinitum! http://t.co/U6YA3chiWO\";s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:41:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:43;s:13:\"friends_count\";i:42;s:12:\"listed_count\";i:1;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:8;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:215;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/U6YA3chiWO\";s:12:\"expanded_url\";s:65:\"http://hilltoptech.com/news/lunch-learn-infinitum-cloud-solution/\";s:11:\"display_url\";s:33:\"hilltoptech.com/news/lunch-lea…\";s:7:\"indices\";a:2:{i:0;i:119;i:1;i:141;}}}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:14;a:24:{s:10:\"created_at\";s:30:\"Wed Mar 25 16:15:56 +0000 2015\";s:2:\"id\";d:5.8076506677515878E+17;s:6:\"id_str\";s:18:\"580765066775158785\";s:4:\"text\";s:104:\"Think that your employees won\'t be willing to learn something new? Think again! http://t.co/Yfk4NhfR9u\";s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:41:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:43;s:13:\"friends_count\";i:42;s:12:\"listed_count\";i:1;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:8;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:215;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/Yfk4NhfR9u\";s:12:\"expanded_url\";s:34:\"http://hilltoptech.com/news/myths/\";s:11:\"display_url\";s:27:\"hilltoptech.com/news/myths/\";s:7:\"indices\";a:2:{i:0;i:82;i:1;i:104;}}}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:15;a:23:{s:10:\"created_at\";s:30:\"Thu Mar 19 16:02:17 +0000 2015\";s:2:\"id\";d:5.7858730513020109E+17;s:6:\"id_str\";s:18:\"578587305130201088\";s:4:\"text\";s:108:\"Save the date! We\'ve just announced our next Lunch & Learn event happening in Suffield, CT on April 28th\";s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:41:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:43;s:13:\"friends_count\";i:42;s:12:\"listed_count\";i:1;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:8;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:215;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:0:{}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:4:\"lang\";s:2:\"en\";}i:16;a:24:{s:10:\"created_at\";s:30:\"Thu Mar 12 19:00:33 +0000 2015\";s:2:\"id\";d:5.7609545042980864E+17;s:6:\"id_str\";s:18:\"576095450429808640\";s:4:\"text\";s:107:\"It\'s actually not a risky move to switch phone vendors. Find out how simple it is at http://t.co/Yfk4NhfR9u\";s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:41:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:43;s:13:\"friends_count\";i:42;s:12:\"listed_count\";i:1;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:8;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:215;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/Yfk4NhfR9u\";s:12:\"expanded_url\";s:34:\"http://hilltoptech.com/news/myths/\";s:11:\"display_url\";s:27:\"hilltoptech.com/news/myths/\";s:7:\"indices\";a:2:{i:0;i:85;i:1;i:107;}}}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:17;a:24:{s:10:\"created_at\";s:30:\"Wed Feb 25 22:55:05 +0000 2015\";s:2:\"id\";d:5.7071865452813926E+17;s:6:\"id_str\";s:18:\"570718654528139267\";s:4:\"text\";s:142:\"Business Phone Systems Switch Myth 1: \"Our phone system doesn’t have a big impact on the customer experience.\" Truth: http://t.co/LA6G5JIa8x\";s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:41:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:43;s:13:\"friends_count\";i:42;s:12:\"listed_count\";i:1;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:8;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:215;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/LA6G5JIa8x\";s:12:\"expanded_url\";s:18:\"http://ow.ly/JEoSA\";s:11:\"display_url\";s:11:\"ow.ly/JEoSA\";s:7:\"indices\";a:2:{i:0;i:118;i:1;i:140;}}}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:18;a:24:{s:10:\"created_at\";s:30:\"Tue Feb 17 19:55:04 +0000 2015\";s:2:\"id\";d:5.6777425102205338E+17;s:6:\"id_str\";s:18:\"567774251022053376\";s:4:\"text\";s:115:\"Join us at our next Lunch & Learn event (on @Avaya IP Office) - Feb. 24 in New Haven, CT http://t.co/n4zAHVktYt\";s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:41:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:43;s:13:\"friends_count\";i:42;s:12:\"listed_count\";i:1;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:8;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:215;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:1:{i:0;a:5:{s:11:\"screen_name\";s:5:\"Avaya\";s:4:\"name\";s:5:\"Avaya\";s:2:\"id\";i:19769002;s:6:\"id_str\";s:8:\"19769002\";s:7:\"indices\";a:2:{i:0;i:48;i:1;i:54;}}}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/n4zAHVktYt\";s:12:\"expanded_url\";s:18:\"http://ow.ly/JcZYc\";s:11:\"display_url\";s:11:\"ow.ly/JcZYc\";s:7:\"indices\";a:2:{i:0;i:93;i:1;i:115;}}}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:19;a:25:{s:10:\"created_at\";s:30:\"Thu Feb 12 22:02:12 +0000 2015\";s:2:\"id\";d:5.6599430394494566E+17;s:6:\"id_str\";s:18:\"565994303944945667\";s:4:\"text\";s:136:\"Had a great time bowling at our Hilltop 2015 Kickoff Meeting! What a high-spirited and fun competitive afternoon! http://t.co/OogCJShLDz\";s:6:\"source\";s:82:\"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:41:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:43;s:13:\"friends_count\";i:42;s:12:\"listed_count\";i:1;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:8;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:215;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:1;s:14:\"favorite_count\";i:2;s:8:\"entities\";a:5:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:0:{}s:5:\"media\";a:1:{i:0;a:10:{s:2:\"id\";d:5.659943034458112E+17;s:6:\"id_str\";s:18:\"565994303445811200\";s:7:\"indices\";a:2:{i:0;i:114;i:1;i:136;}s:9:\"media_url\";s:46:\"http://pbs.twimg.com/media/B9rQ0fnIQAAP35o.jpg\";s:15:\"media_url_https\";s:47:\"https://pbs.twimg.com/media/B9rQ0fnIQAAP35o.jpg\";s:3:\"url\";s:22:\"http://t.co/OogCJShLDz\";s:11:\"display_url\";s:26:\"pic.twitter.com/OogCJShLDz\";s:12:\"expanded_url\";s:64:\"http://twitter.com/HilltopTech/status/565994303944945667/photo/1\";s:4:\"type\";s:5:\"photo\";s:5:\"sizes\";a:4:{s:5:\"large\";a:3:{s:1:\"w\";i:682;s:1:\"h\";i:1024;s:6:\"resize\";s:3:\"fit\";}s:6:\"medium\";a:3:{s:1:\"w\";i:600;s:1:\"h\";i:900;s:6:\"resize\";s:3:\"fit\";}s:5:\"thumb\";a:3:{s:1:\"w\";i:150;s:1:\"h\";i:150;s:6:\"resize\";s:4:\"crop\";}s:5:\"small\";a:3:{s:1:\"w\";i:340;s:1:\"h\";i:510;s:6:\"resize\";s:3:\"fit\";}}}}}s:17:\"extended_entities\";a:1:{s:5:\"media\";a:1:{i:0;a:10:{s:2:\"id\";d:5.659943034458112E+17;s:6:\"id_str\";s:18:\"565994303445811200\";s:7:\"indices\";a:2:{i:0;i:114;i:1;i:136;}s:9:\"media_url\";s:46:\"http://pbs.twimg.com/media/B9rQ0fnIQAAP35o.jpg\";s:15:\"media_url_https\";s:47:\"https://pbs.twimg.com/media/B9rQ0fnIQAAP35o.jpg\";s:3:\"url\";s:22:\"http://t.co/OogCJShLDz\";s:11:\"display_url\";s:26:\"pic.twitter.com/OogCJShLDz\";s:12:\"expanded_url\";s:64:\"http://twitter.com/HilltopTech/status/565994303944945667/photo/1\";s:4:\"type\";s:5:\"photo\";s:5:\"sizes\";a:4:{s:5:\"large\";a:3:{s:1:\"w\";i:682;s:1:\"h\";i:1024;s:6:\"resize\";s:3:\"fit\";}s:6:\"medium\";a:3:{s:1:\"w\";i:600;s:1:\"h\";i:900;s:6:\"resize\";s:3:\"fit\";}s:5:\"thumb\";a:3:{s:1:\"w\";i:150;s:1:\"h\";i:150;s:6:\"resize\";s:4:\"crop\";}s:5:\"small\";a:3:{s:1:\"w\";i:340;s:1:\"h\";i:510;s:6:\"resize\";s:3:\"fit\";}}}}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}s:10:\"httpstatus\";i:200;}','yes'),(144340,'fresh_site','0','yes'),(186617,'_transient_timeout_plugin_slugs','1513118615','no'),(186618,'_transient_plugin_slugs','a:7:{i:0;s:19:\"akismet/akismet.php\";i:1;s:17:\"wpgform/index.php\";i:2;s:9:\"hello.php\";i:3;s:17:\"leadin/leadin.php\";i:4;s:66:\"really-simple-twitter-feed-widget/really_simple_twitter_widget.php\";i:5;s:41:\"theme-file-duplicator/file-duplicator.php\";i:6;s:24:\"wordpress-seo/wp-seo.php\";}','no'),(186619,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1513075415','no'),(186620,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2017/12/the-month-in-wordpress-november-2017/\'>The Month in WordPress: November 2017</a> <span class=\"rss-date\">December 1, 2017</span><div class=\"rssSummary\">The WordPress project recently released WordPress 4.9, “Tipton” — a new major release named in honor of musician and band leader Billy Tipton. Read on to find out more about this and other interesting news from around the WordPress world in November. WordPress 4.9 “Tipton” On November 16, WordPress 4.9 was released with new features […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://ma.tt/2017/12/iphone-charging/\'>Matt: iPhone Fast Charging</a></li><li><a class=\'rsswidget\' href=\'https://ma.tt/2017/12/state-of-the-word-2017/\'>Matt: State of the Word, 2017</a></li><li><a class=\'rsswidget\' href=\'https://heropress.com/essays/remote-work-brings-freedom/#utm_source=rss&utm_medium=rss&utm_campaign=remote-work-brings-freedom\'>HeroPress: Remote Work Brings Freedom</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\"dashboard-news-plugin\"><span>Popular Plugin:</span> Limit Login Attempts <a href=\"plugin-install.php?tab=plugin-information&plugin=limit-login-attempts&_wpnonce=815f6a9cf8&TB_iframe=true&width=600&height=800\" class=\"thickbox open-plugin-details-modal\" aria-label=\"Install Limit Login Attempts\">(Install)</a></li></ul></div>','no'),(664,'recently_activated','a:0:{}','yes'),(663,'category_children','a:0:{}','yes'),(131,'_transient_twentyfourteen_category_count','1','yes'),(132,'theme_mods_twentyfourteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1403030147;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(133,'current_theme','BlankSlate','yes'),(134,'theme_mods_blankslate','a:2:{i:0;b:0;s:18:\"custom_css_post_id\";i:-1;}','yes'),(135,'theme_switched','','yes'),(49589,'rewrite_rules','a:89:{s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:25:\"index.php?xsl=$matches[1]\";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: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: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: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'),(169,'_transient_random_seed','c7e761b41b9ab805c975fa0b5fdaf733','yes'),(675,'twitter_data_HilltopTechLLC_3_valid','a:13:{i:0;a:23:{s:10:\"created_at\";s:30:\"Mon Jul 21 22:05:05 +0000 2014\";s:2:\"id\";d:4.9134313061707776E+17;s:6:\"id_str\";s:18:\"491343130617077760\";s:4:\"text\";s:97:\"Fordham University grad becomes Regional Director of Sales @fordhamnotes \n http://t.co/SCGbhTJp6j\";s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:40:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:14:\"HilltopTechLLC\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:29;s:13:\"friends_count\";i:30;s:12:\"listed_count\";i:0;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:1;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:117;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:75:\"http://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:23:\"profile_image_url_https\";s:76:\"https://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1403720243\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/SCGbhTJp6j\";s:12:\"expanded_url\";s:18:\"http://ow.ly/zpUUH\";s:11:\"display_url\";s:11:\"ow.ly/zpUUH\";s:7:\"indices\";a:2:{i:0;i:75;i:1;i:97;}}}s:13:\"user_mentions\";a:1:{i:0;a:5:{s:11:\"screen_name\";s:12:\"fordhamnotes\";s:4:\"name\";s:18:\"Fordham University\";s:2:\"id\";i:19730865;s:6:\"id_str\";s:8:\"19730865\";s:7:\"indices\";a:2:{i:0;i:59;i:1;i:72;}}}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"ro\";}i:1;a:23:{s:10:\"created_at\";s:30:\"Fri Jul 18 18:55:23 +0000 2014\";s:2:\"id\";d:4.9020822490240614E+17;s:6:\"id_str\";s:18:\"490208224902406144\";s:4:\"text\";s:37:\"Who is Elbert? http://t.co/A8phMvd3Rl\";s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:40:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:14:\"HilltopTechLLC\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:29;s:13:\"friends_count\";i:30;s:12:\"listed_count\";i:0;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:1;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:117;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:75:\"http://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:23:\"profile_image_url_https\";s:76:\"https://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1403720243\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/A8phMvd3Rl\";s:12:\"expanded_url\";s:18:\"http://ow.ly/z96eK\";s:11:\"display_url\";s:11:\"ow.ly/z96eK\";s:7:\"indices\";a:2:{i:0;i:15;i:1;i:37;}}}s:13:\"user_mentions\";a:0:{}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:2;a:23:{s:10:\"created_at\";s:30:\"Thu Jul 17 16:15:35 +0000 2014\";s:2:\"id\";d:4.8980562528805274E+17;s:6:\"id_str\";s:18:\"489805625288052736\";s:4:\"text\";s:74:\"We have a new Regional Director of Sales. Meet Paul http://t.co/TIw2KyKdou\";s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:40:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:14:\"HilltopTechLLC\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:29;s:13:\"friends_count\";i:30;s:12:\"listed_count\";i:0;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:1;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:117;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:75:\"http://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:23:\"profile_image_url_https\";s:76:\"https://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1403720243\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/TIw2KyKdou\";s:12:\"expanded_url\";s:18:\"http://ow.ly/zh2A1\";s:11:\"display_url\";s:11:\"ow.ly/zh2A1\";s:7:\"indices\";a:2:{i:0;i:52;i:1;i:74;}}}s:13:\"user_mentions\";a:0:{}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:3;a:25:{s:10:\"created_at\";s:30:\"Thu Jul 17 15:52:51 +0000 2014\";s:2:\"id\";d:4.8979990222696038E+17;s:6:\"id_str\";s:18:\"489799902226960384\";s:4:\"text\";s:142:\"RT @Avaya: 45 years ago, 3 intrepid astronauts blasted off on a mission to put man on the moon. #Apollo45 http://t.co/pmKhJmGj5m http://t.c…\";s:6:\"source\";s:66:\"<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:40:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:14:\"HilltopTechLLC\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:29;s:13:\"friends_count\";i:30;s:12:\"listed_count\";i:0;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:1;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:117;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:75:\"http://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:23:\"profile_image_url_https\";s:76:\"https://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1403720243\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:16:\"retweeted_status\";a:24:{s:10:\"created_at\";s:30:\"Thu Jul 17 00:35:27 +0000 2014\";s:2:\"id\";d:4.8956903238403686E+17;s:6:\"id_str\";s:18:\"489569032384036864\";s:4:\"text\";s:140:\"45 years ago, 3 intrepid astronauts blasted off on a mission to put man on the moon. #Apollo45 http://t.co/pmKhJmGj5m http://t.co/b4V38gEm3h\";s:6:\"source\";s:66:\"<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:40:{s:2:\"id\";i:19769002;s:6:\"id_str\";s:8:\"19769002\";s:4:\"name\";s:5:\"Avaya\";s:11:\"screen_name\";s:5:\"Avaya\";s:8:\"location\";s:0:\"\";s:11:\"description\";s:132:\"Your official source for information on Avaya news, events, technology and innovation.\r\nNeed support? Please contact @Avaya_Support.\";s:3:\"url\";s:22:\"http://t.co/stFblLKJWI\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/stFblLKJWI\";s:12:\"expanded_url\";s:29:\"http://www.facebook.com/avaya\";s:11:\"display_url\";s:18:\"facebook.com/avaya\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:22747;s:13:\"friends_count\";i:396;s:12:\"listed_count\";i:731;s:10:\"created_at\";s:30:\"Fri Jan 30 14:26:17 +0000 2009\";s:16:\"favourites_count\";i:533;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:1;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:8464;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"A30000\";s:28:\"profile_background_image_url\";s:78:\"http://pbs.twimg.com/profile_background_images/378800000172064414/8rYVYG4i.png\";s:34:\"profile_background_image_url_https\";s:79:\"https://pbs.twimg.com/profile_background_images/378800000172064414/8rYVYG4i.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:75:\"http://pbs.twimg.com/profile_images/491368904145383424/3X0MeoBi_normal.jpeg\";s:23:\"profile_image_url_https\";s:76:\"https://pbs.twimg.com/profile_images/491368904145383424/3X0MeoBi_normal.jpeg\";s:18:\"profile_banner_url\";s:57:\"https://pbs.twimg.com/profile_banners/19769002/1405986247\";s:18:\"profile_link_color\";s:6:\"5F798F\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDDDDD\";s:18:\"profile_text_color\";s:6:\"404040\";s:28:\"profile_use_background_image\";b:1;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:1;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:13:\"retweet_count\";i:3;s:14:\"favorite_count\";i:2;s:8:\"entities\";a:5:{s:8:\"hashtags\";a:1:{i:0;a:2:{s:4:\"text\";s:8:\"Apollo45\";s:7:\"indices\";a:2:{i:0;i:85;i:1;i:94;}}}s:7:\"symbols\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/pmKhJmGj5m\";s:12:\"expanded_url\";s:22:\"http://on.fb.me/IwFfHG\";s:11:\"display_url\";s:15:\"on.fb.me/IwFfHG\";s:7:\"indices\";a:2:{i:0;i:95;i:1;i:117;}}}s:13:\"user_mentions\";a:0:{}s:5:\"media\";a:1:{i:0;a:10:{s:2:\"id\";d:4.8956903010612429E+17;s:6:\"id_str\";s:18:\"489569030106124288\";s:7:\"indices\";a:2:{i:0;i:118;i:1;i:140;}s:9:\"media_url\";s:46:\"http://pbs.twimg.com/media/BstMcGSCEAAwZdB.png\";s:15:\"media_url_https\";s:47:\"https://pbs.twimg.com/media/BstMcGSCEAAwZdB.png\";s:3:\"url\";s:22:\"http://t.co/b4V38gEm3h\";s:11:\"display_url\";s:26:\"pic.twitter.com/b4V38gEm3h\";s:12:\"expanded_url\";s:58:\"http://twitter.com/Avaya/status/489569032384036864/photo/1\";s:4:\"type\";s:5:\"photo\";s:5:\"sizes\";a:4:{s:5:\"thumb\";a:3:{s:1:\"w\";i:150;s:1:\"h\";i:150;s:6:\"resize\";s:4:\"crop\";}s:5:\"small\";a:3:{s:1:\"w\";i:340;s:1:\"h\";i:340;s:6:\"resize\";s:3:\"fit\";}s:5:\"large\";a:3:{s:1:\"w\";i:376;s:1:\"h\";i:376;s:6:\"resize\";s:3:\"fit\";}s:6:\"medium\";a:3:{s:1:\"w\";i:376;s:1:\"h\";i:376;s:6:\"resize\";s:3:\"fit\";}}}}}s:17:\"extended_entities\";a:1:{s:5:\"media\";a:1:{i:0;a:10:{s:2:\"id\";d:4.8956903010612429E+17;s:6:\"id_str\";s:18:\"489569030106124288\";s:7:\"indices\";a:2:{i:0;i:118;i:1;i:140;}s:9:\"media_url\";s:46:\"http://pbs.twimg.com/media/BstMcGSCEAAwZdB.png\";s:15:\"media_url_https\";s:47:\"https://pbs.twimg.com/media/BstMcGSCEAAwZdB.png\";s:3:\"url\";s:22:\"http://t.co/b4V38gEm3h\";s:11:\"display_url\";s:26:\"pic.twitter.com/b4V38gEm3h\";s:12:\"expanded_url\";s:58:\"http://twitter.com/Avaya/status/489569032384036864/photo/1\";s:4:\"type\";s:5:\"photo\";s:5:\"sizes\";a:4:{s:5:\"thumb\";a:3:{s:1:\"w\";i:150;s:1:\"h\";i:150;s:6:\"resize\";s:4:\"crop\";}s:5:\"small\";a:3:{s:1:\"w\";i:340;s:1:\"h\";i:340;s:6:\"resize\";s:3:\"fit\";}s:5:\"large\";a:3:{s:1:\"w\";i:376;s:1:\"h\";i:376;s:6:\"resize\";s:3:\"fit\";}s:6:\"medium\";a:3:{s:1:\"w\";i:376;s:1:\"h\";i:376;s:6:\"resize\";s:3:\"fit\";}}}}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:1;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}s:13:\"retweet_count\";i:3;s:14:\"favorite_count\";i:0;s:8:\"entities\";a:5:{s:8:\"hashtags\";a:1:{i:0;a:2:{s:4:\"text\";s:8:\"Apollo45\";s:7:\"indices\";a:2:{i:0;i:96;i:1;i:105;}}}s:7:\"symbols\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/pmKhJmGj5m\";s:12:\"expanded_url\";s:22:\"http://on.fb.me/IwFfHG\";s:11:\"display_url\";s:15:\"on.fb.me/IwFfHG\";s:7:\"indices\";a:2:{i:0;i:106;i:1;i:128;}}}s:13:\"user_mentions\";a:1:{i:0;a:5:{s:11:\"screen_name\";s:5:\"Avaya\";s:4:\"name\";s:5:\"Avaya\";s:2:\"id\";i:19769002;s:6:\"id_str\";s:8:\"19769002\";s:7:\"indices\";a:2:{i:0;i:3;i:1;i:9;}}}s:5:\"media\";a:1:{i:0;a:12:{s:2:\"id\";d:4.8956903010612429E+17;s:6:\"id_str\";s:18:\"489569030106124288\";s:7:\"indices\";a:2:{i:0;i:139;i:1;i:140;}s:9:\"media_url\";s:46:\"http://pbs.twimg.com/media/BstMcGSCEAAwZdB.png\";s:15:\"media_url_https\";s:47:\"https://pbs.twimg.com/media/BstMcGSCEAAwZdB.png\";s:3:\"url\";s:22:\"http://t.co/b4V38gEm3h\";s:11:\"display_url\";s:26:\"pic.twitter.com/b4V38gEm3h\";s:12:\"expanded_url\";s:58:\"http://twitter.com/Avaya/status/489569032384036864/photo/1\";s:4:\"type\";s:5:\"photo\";s:5:\"sizes\";a:4:{s:5:\"thumb\";a:3:{s:1:\"w\";i:150;s:1:\"h\";i:150;s:6:\"resize\";s:4:\"crop\";}s:5:\"small\";a:3:{s:1:\"w\";i:340;s:1:\"h\";i:340;s:6:\"resize\";s:3:\"fit\";}s:5:\"large\";a:3:{s:1:\"w\";i:376;s:1:\"h\";i:376;s:6:\"resize\";s:3:\"fit\";}s:6:\"medium\";a:3:{s:1:\"w\";i:376;s:1:\"h\";i:376;s:6:\"resize\";s:3:\"fit\";}}s:16:\"source_status_id\";d:4.8956903238403686E+17;s:20:\"source_status_id_str\";s:18:\"489569032384036864\";}}}s:17:\"extended_entities\";a:1:{s:5:\"media\";a:1:{i:0;a:12:{s:2:\"id\";d:4.8956903010612429E+17;s:6:\"id_str\";s:18:\"489569030106124288\";s:7:\"indices\";a:2:{i:0;i:139;i:1;i:140;}s:9:\"media_url\";s:46:\"http://pbs.twimg.com/media/BstMcGSCEAAwZdB.png\";s:15:\"media_url_https\";s:47:\"https://pbs.twimg.com/media/BstMcGSCEAAwZdB.png\";s:3:\"url\";s:22:\"http://t.co/b4V38gEm3h\";s:11:\"display_url\";s:26:\"pic.twitter.com/b4V38gEm3h\";s:12:\"expanded_url\";s:58:\"http://twitter.com/Avaya/status/489569032384036864/photo/1\";s:4:\"type\";s:5:\"photo\";s:5:\"sizes\";a:4:{s:5:\"thumb\";a:3:{s:1:\"w\";i:150;s:1:\"h\";i:150;s:6:\"resize\";s:4:\"crop\";}s:5:\"small\";a:3:{s:1:\"w\";i:340;s:1:\"h\";i:340;s:6:\"resize\";s:3:\"fit\";}s:5:\"large\";a:3:{s:1:\"w\";i:376;s:1:\"h\";i:376;s:6:\"resize\";s:3:\"fit\";}s:6:\"medium\";a:3:{s:1:\"w\";i:376;s:1:\"h\";i:376;s:6:\"resize\";s:3:\"fit\";}}s:16:\"source_status_id\";d:4.8956903238403686E+17;s:20:\"source_status_id_str\";s:18:\"489569032384036864\";}}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:1;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:4;a:23:{s:10:\"created_at\";s:30:\"Wed Jul 16 18:50:34 +0000 2014\";s:2:\"id\";d:4.8948223966393958E+17;s:6:\"id_str\";s:18:\"489482239663939585\";s:4:\"text\";s:140:\"We recently highlighted Janet Fisher in our eNews. Her fave band? The 70\'s most-charted group in the US. Any guesses? http://t.co/1qBHtknjAA\";s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:40:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:14:\"HilltopTechLLC\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:29;s:13:\"friends_count\";i:30;s:12:\"listed_count\";i:0;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:1;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:117;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:75:\"http://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:23:\"profile_image_url_https\";s:76:\"https://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1403720243\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1qBHtknjAA\";s:12:\"expanded_url\";s:18:\"http://ow.ly/z95mX\";s:11:\"display_url\";s:11:\"ow.ly/z95mX\";s:7:\"indices\";a:2:{i:0;i:118;i:1;i:140;}}}s:13:\"user_mentions\";a:0:{}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:5;a:23:{s:10:\"created_at\";s:30:\"Mon Jul 14 18:50:03 +0000 2014\";s:2:\"id\";d:4.8875733376673382E+17;s:6:\"id_str\";s:18:\"488757333766733825\";s:4:\"text\";s:104:\"What\'s new at Hilltop Technologies? Check out our latest eNewsletter to find out! http://t.co/MbfG20MJVt\";s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:40:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:14:\"HilltopTechLLC\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:29;s:13:\"friends_count\";i:30;s:12:\"listed_count\";i:0;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:1;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:117;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:75:\"http://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:23:\"profile_image_url_https\";s:76:\"https://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1403720243\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/MbfG20MJVt\";s:12:\"expanded_url\";s:18:\"http://ow.ly/z94uN\";s:11:\"display_url\";s:11:\"ow.ly/z94uN\";s:7:\"indices\";a:2:{i:0;i:82;i:1;i:104;}}}s:13:\"user_mentions\";a:0:{}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:6;a:22:{s:10:\"created_at\";s:30:\"Fri Jul 04 17:45:25 +0000 2014\";s:2:\"id\";d:4.8511718945719501E+17;s:6:\"id_str\";s:18:\"485117189457195008\";s:4:\"text\";s:103:\"Happy Fourth of July! Strike up the band! #Independence #Freedom #Bravery #Patriotism #Liberty #Justice\";s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:40:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:14:\"HilltopTechLLC\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:29;s:13:\"friends_count\";i:30;s:12:\"listed_count\";i:0;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:1;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:117;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:75:\"http://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:23:\"profile_image_url_https\";s:76:\"https://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1403720243\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:6:{i:0;a:2:{s:4:\"text\";s:12:\"Independence\";s:7:\"indices\";a:2:{i:0;i:42;i:1;i:55;}}i:1;a:2:{s:4:\"text\";s:7:\"Freedom\";s:7:\"indices\";a:2:{i:0;i:56;i:1;i:64;}}i:2;a:2:{s:4:\"text\";s:7:\"Bravery\";s:7:\"indices\";a:2:{i:0;i:65;i:1;i:73;}}i:3;a:2:{s:4:\"text\";s:10:\"Patriotism\";s:7:\"indices\";a:2:{i:0;i:74;i:1;i:85;}}i:4;a:2:{s:4:\"text\";s:7:\"Liberty\";s:7:\"indices\";a:2:{i:0;i:86;i:1;i:94;}}i:5;a:2:{s:4:\"text\";s:7:\"Justice\";s:7:\"indices\";a:2:{i:0;i:95;i:1;i:103;}}}s:7:\"symbols\";a:0:{}s:4:\"urls\";a:0:{}s:13:\"user_mentions\";a:0:{}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:4:\"lang\";s:2:\"en\";}i:7;a:24:{s:10:\"created_at\";s:30:\"Fri Jan 24 14:35:59 +0000 2014\";s:2:\"id\";d:4.2672506987717427E+17;s:6:\"id_str\";s:18:\"426725069877174272\";s:4:\"text\";s:142:\"RT @WestconAvaya: First dates for @Avaya_IPOffice Mid-Market Solution Design Workshop from #Westcon are now full. New dates available: http…\";s:6:\"source\";s:123:\"<a href=\"https://chrome.google.com/webstore/detail/ikknnkomiokeodcdkknnhgjmncfiefmn\" rel=\"nofollow\">Notifier for Chrome</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:40:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:14:\"HilltopTechLLC\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:29;s:13:\"friends_count\";i:30;s:12:\"listed_count\";i:0;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:1;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:117;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:75:\"http://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:23:\"profile_image_url_https\";s:76:\"https://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1403720243\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:16:\"retweeted_status\";a:23:{s:10:\"created_at\";s:30:\"Fri Jan 24 09:29:55 +0000 2014\";s:2:\"id\";d:4.2664804565295514E+17;s:6:\"id_str\";s:18:\"426648045652955138\";s:4:\"text\";s:139:\"First dates for @Avaya_IPOffice Mid-Market Solution Design Workshop from #Westcon are now full. New dates available: http://t.co/ynuBpuw2po\";s:6:\"source\";s:66:\"<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:40:{s:2:\"id\";i:242742286;s:6:\"id_str\";s:9:\"242742286\";s:4:\"name\";s:13:\"Westcon Avaya\";s:11:\"screen_name\";s:12:\"WestconAvaya\";s:8:\"location\";s:4:\"EMEA\";s:11:\"description\";s:122:\"#Westcon is a leading distributor of #Avaya, offering innovative convergence solutions for the SMB and Enterprise markets.\";s:3:\"url\";s:22:\"http://t.co/3ud79RZMNy\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/3ud79RZMNy\";s:12:\"expanded_url\";s:20:\"http://bit.ly/mCf9pe\";s:11:\"display_url\";s:13:\"bit.ly/mCf9pe\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:811;s:13:\"friends_count\";i:238;s:12:\"listed_count\";i:12;s:10:\"created_at\";s:30:\"Tue Jan 25 13:57:49 +0000 2011\";s:16:\"favourites_count\";i:0;s:10:\"utc_offset\";i:3600;s:9:\"time_zone\";s:6:\"London\";s:11:\"geo_enabled\";b:1;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:301;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"C0DEED\";s:28:\"profile_background_image_url\";s:78:\"http://pbs.twimg.com/profile_background_images/459247672411451392/Xw--FS6o.png\";s:34:\"profile_background_image_url_https\";s:79:\"https://pbs.twimg.com/profile_background_images/459247672411451392/Xw--FS6o.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/459247830322802688/F96EhsjJ_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/459247830322802688/F96EhsjJ_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/242742286/1398328216\";s:18:\"profile_link_color\";s:6:\"0084B4\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:1;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:1;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:13:\"retweet_count\";i:1;s:14:\"favorite_count\";i:2;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:1:{i:0;a:2:{s:4:\"text\";s:7:\"Westcon\";s:7:\"indices\";a:2:{i:0;i:73;i:1;i:81;}}}s:7:\"symbols\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/ynuBpuw2po\";s:12:\"expanded_url\";s:27:\"http://j.mp/solution-design\";s:11:\"display_url\";s:20:\"j.mp/solution-design\";s:7:\"indices\";a:2:{i:0;i:117;i:1;i:139;}}}s:13:\"user_mentions\";a:1:{i:0;a:5:{s:11:\"screen_name\";s:14:\"Avaya_IPOffice\";s:4:\"name\";s:15:\"Avaya IP Office\";s:2:\"id\";i:151144727;s:6:\"id_str\";s:9:\"151144727\";s:7:\"indices\";a:2:{i:0;i:16;i:1;i:31;}}}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:1;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}s:13:\"retweet_count\";i:1;s:14:\"favorite_count\";i:0;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:1:{i:0;a:2:{s:4:\"text\";s:7:\"Westcon\";s:7:\"indices\";a:2:{i:0;i:91;i:1;i:99;}}}s:7:\"symbols\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/ynuBpuw2po\";s:12:\"expanded_url\";s:27:\"http://j.mp/solution-design\";s:11:\"display_url\";s:20:\"j.mp/solution-design\";s:7:\"indices\";a:2:{i:0;i:139;i:1;i:140;}}}s:13:\"user_mentions\";a:2:{i:0;a:5:{s:11:\"screen_name\";s:12:\"WestconAvaya\";s:4:\"name\";s:13:\"Westcon Avaya\";s:2:\"id\";i:242742286;s:6:\"id_str\";s:9:\"242742286\";s:7:\"indices\";a:2:{i:0;i:3;i:1;i:16;}}i:1;a:5:{s:11:\"screen_name\";s:14:\"Avaya_IPOffice\";s:4:\"name\";s:15:\"Avaya IP Office\";s:2:\"id\";i:151144727;s:6:\"id_str\";s:9:\"151144727\";s:7:\"indices\";a:2:{i:0;i:34;i:1;i:49;}}}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:1;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:8;a:23:{s:10:\"created_at\";s:30:\"Thu Jan 23 16:01:53 +0000 2014\";s:2:\"id\";d:4.2638429845994701E+17;s:6:\"id_str\";s:18:\"426384298459947008\";s:4:\"text\";s:98:\"Brunswick Relies on ShoreTel for Global UC Solution at 200 Sites | ShoreTel http://t.co/nPpaS6y2gj\";s:6:\"source\";s:82:\"<a href=\"https://dev.twitter.com/docs/tfw\" rel=\"nofollow\">Twitter for Websites</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:40:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:14:\"HilltopTechLLC\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:29;s:13:\"friends_count\";i:30;s:12:\"listed_count\";i:0;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:1;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:117;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:75:\"http://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:23:\"profile_image_url_https\";s:76:\"https://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1403720243\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/nPpaS6y2gj\";s:12:\"expanded_url\";s:144:\"http://www.shoretel.com/about/newsroom/press_releases/Brunswick_Relies_on_ShoreTel_for_Global_UC_Solution_at_200_Sites.html#.UuE86ZpFCCI.twitter\";s:11:\"display_url\";s:30:\"shoretel.com/about/newsroom…\";s:7:\"indices\";a:2:{i:0;i:76;i:1;i:98;}}}s:13:\"user_mentions\";a:0:{}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:9;a:24:{s:10:\"created_at\";s:30:\"Wed Jan 22 20:22:22 +0000 2014\";s:2:\"id\";d:4.2608746432823706E+17;s:6:\"id_str\";s:18:\"426087464328237056\";s:4:\"text\";s:142:\"RT @Avaya: What solution is available for the new customer communication paradox? Find out in our Avaya Blog: http://t.co/PSIhicSVsC #CCTR …\";s:6:\"source\";s:123:\"<a href=\"https://chrome.google.com/webstore/detail/ikknnkomiokeodcdkknnhgjmncfiefmn\" rel=\"nofollow\">Notifier for Chrome</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:40:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:14:\"HilltopTechLLC\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:29;s:13:\"friends_count\";i:30;s:12:\"listed_count\";i:0;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:1;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:117;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:75:\"http://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:23:\"profile_image_url_https\";s:76:\"https://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1403720243\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:16:\"retweeted_status\";a:23:{s:10:\"created_at\";s:30:\"Wed Jan 22 20:16:48 +0000 2014\";s:2:\"id\";d:4.2608606547714048E+17;s:6:\"id_str\";s:18:\"426086065477140481\";s:4:\"text\";s:132:\"What solution is available for the new customer communication paradox? Find out in our Avaya Blog: http://t.co/PSIhicSVsC #CCTR #CEM\";s:6:\"source\";s:66:\"<a href=\"http://sproutsocial.com\" rel=\"nofollow\">Sprout Social</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:40:{s:2:\"id\";i:19769002;s:6:\"id_str\";s:8:\"19769002\";s:4:\"name\";s:5:\"Avaya\";s:11:\"screen_name\";s:5:\"Avaya\";s:8:\"location\";s:0:\"\";s:11:\"description\";s:132:\"Your official source for information on Avaya news, events, technology and innovation.\r\nNeed support? Please contact @Avaya_Support.\";s:3:\"url\";s:22:\"http://t.co/stFblLKJWI\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/stFblLKJWI\";s:12:\"expanded_url\";s:29:\"http://www.facebook.com/avaya\";s:11:\"display_url\";s:18:\"facebook.com/avaya\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:22747;s:13:\"friends_count\";i:396;s:12:\"listed_count\";i:731;s:10:\"created_at\";s:30:\"Fri Jan 30 14:26:17 +0000 2009\";s:16:\"favourites_count\";i:533;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:1;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:8464;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"A30000\";s:28:\"profile_background_image_url\";s:78:\"http://pbs.twimg.com/profile_background_images/378800000172064414/8rYVYG4i.png\";s:34:\"profile_background_image_url_https\";s:79:\"https://pbs.twimg.com/profile_background_images/378800000172064414/8rYVYG4i.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:75:\"http://pbs.twimg.com/profile_images/491368904145383424/3X0MeoBi_normal.jpeg\";s:23:\"profile_image_url_https\";s:76:\"https://pbs.twimg.com/profile_images/491368904145383424/3X0MeoBi_normal.jpeg\";s:18:\"profile_banner_url\";s:57:\"https://pbs.twimg.com/profile_banners/19769002/1405986247\";s:18:\"profile_link_color\";s:6:\"5F798F\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDDDDD\";s:18:\"profile_text_color\";s:6:\"404040\";s:28:\"profile_use_background_image\";b:1;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:1;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:13:\"retweet_count\";i:2;s:14:\"favorite_count\";i:1;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:2:{i:0;a:2:{s:4:\"text\";s:4:\"CCTR\";s:7:\"indices\";a:2:{i:0;i:122;i:1;i:127;}}i:1;a:2:{s:4:\"text\";s:3:\"CEM\";s:7:\"indices\";a:2:{i:0;i:128;i:1;i:132;}}}s:7:\"symbols\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/PSIhicSVsC\";s:12:\"expanded_url\";s:21:\"http://bit.ly/1cVY8iT\";s:11:\"display_url\";s:14:\"bit.ly/1cVY8iT\";s:7:\"indices\";a:2:{i:0;i:99;i:1;i:121;}}}s:13:\"user_mentions\";a:0:{}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:1;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}s:13:\"retweet_count\";i:2;s:14:\"favorite_count\";i:0;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:2:{i:0;a:2:{s:4:\"text\";s:4:\"CCTR\";s:7:\"indices\";a:2:{i:0;i:133;i:1;i:138;}}i:1;a:2:{s:4:\"text\";s:3:\"CEM\";s:7:\"indices\";a:2:{i:0;i:139;i:1;i:140;}}}s:7:\"symbols\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/PSIhicSVsC\";s:12:\"expanded_url\";s:21:\"http://bit.ly/1cVY8iT\";s:11:\"display_url\";s:14:\"bit.ly/1cVY8iT\";s:7:\"indices\";a:2:{i:0;i:110;i:1;i:132;}}}s:13:\"user_mentions\";a:1:{i:0;a:5:{s:11:\"screen_name\";s:5:\"Avaya\";s:4:\"name\";s:5:\"Avaya\";s:2:\"id\";i:19769002;s:6:\"id_str\";s:8:\"19769002\";s:7:\"indices\";a:2:{i:0;i:3;i:1;i:9;}}}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:1;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:10;a:24:{s:10:\"created_at\";s:30:\"Wed Jan 22 20:21:59 +0000 2014\";s:2:\"id\";d:4.2608736942791475E+17;s:6:\"id_str\";s:18:\"426087369427914752\";s:4:\"text\";s:119:\"RT @shoretel: Today\'s blog hits on a hot topic: \"Cloud Privacy vs. Security.\" Check it out here: http://t.co/wuCXBYAZDn\";s:6:\"source\";s:123:\"<a href=\"https://chrome.google.com/webstore/detail/ikknnkomiokeodcdkknnhgjmncfiefmn\" rel=\"nofollow\">Notifier for Chrome</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:40:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:14:\"HilltopTechLLC\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:29;s:13:\"friends_count\";i:30;s:12:\"listed_count\";i:0;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:1;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:117;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:75:\"http://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:23:\"profile_image_url_https\";s:76:\"https://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1403720243\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:16:\"retweeted_status\";a:23:{s:10:\"created_at\";s:30:\"Wed Jan 22 17:43:00 +0000 2014\";s:2:\"id\";d:4.2604736056605082E+17;s:6:\"id_str\";s:18:\"426047360566050816\";s:4:\"text\";s:105:\"Today\'s blog hits on a hot topic: \"Cloud Privacy vs. Security.\" Check it out here: http://t.co/wuCXBYAZDn\";s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:39:{s:2:\"id\";i:17105418;s:6:\"id_str\";s:8:\"17105418\";s:4:\"name\";s:8:\"ShoreTel\";s:11:\"screen_name\";s:8:\"shoretel\";s:8:\"location\";s:20:\"Sunnyvale HQ, Global\";s:11:\"description\";s:125:\"ShoreTel is the provider of brilliantly simple phone systems and unified communications solutions for the cloud and premises.\";s:3:\"url\";s:22:\"http://t.co/KKbhniPDsq\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/KKbhniPDsq\";s:12:\"expanded_url\";s:24:\"http://www.shoretel.com/\";s:11:\"display_url\";s:12:\"shoretel.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:15747;s:13:\"friends_count\";i:895;s:12:\"listed_count\";i:275;s:10:\"created_at\";s:30:\"Sat Nov 01 20:58:19 +0000 2008\";s:16:\"favourites_count\";i:7;s:10:\"utc_offset\";i:-25200;s:9:\"time_zone\";s:26:\"Pacific Time (US & Canada)\";s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:1;s:14:\"statuses_count\";i:4519;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"F58019\";s:28:\"profile_background_image_url\";s:73:\"http://pbs.twimg.com/profile_background_images/67880534/ShoreTel_logo.bmp\";s:34:\"profile_background_image_url_https\";s:74:\"https://pbs.twimg.com/profile_background_images/67880534/ShoreTel_logo.bmp\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:65:\"http://pbs.twimg.com/profile_images/2094234339/100x100_normal.png\";s:23:\"profile_image_url_https\";s:66:\"https://pbs.twimg.com/profile_images/2094234339/100x100_normal.png\";s:18:\"profile_link_color\";s:6:\"F58019\";s:28:\"profile_sidebar_border_color\";s:6:\"91897E\";s:26:\"profile_sidebar_fill_color\";s:6:\"FFFFFF\";s:18:\"profile_text_color\";s:6:\"000000\";s:28:\"profile_use_background_image\";b:1;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:1;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:13:\"retweet_count\";i:4;s:14:\"favorite_count\";i:0;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/wuCXBYAZDn\";s:12:\"expanded_url\";s:18:\"http://ow.ly/sQgHV\";s:11:\"display_url\";s:11:\"ow.ly/sQgHV\";s:7:\"indices\";a:2:{i:0;i:83;i:1;i:105;}}}s:13:\"user_mentions\";a:0:{}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:1;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}s:13:\"retweet_count\";i:4;s:14:\"favorite_count\";i:0;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/wuCXBYAZDn\";s:12:\"expanded_url\";s:18:\"http://ow.ly/sQgHV\";s:11:\"display_url\";s:11:\"ow.ly/sQgHV\";s:7:\"indices\";a:2:{i:0;i:97;i:1;i:119;}}}s:13:\"user_mentions\";a:1:{i:0;a:5:{s:11:\"screen_name\";s:8:\"shoretel\";s:4:\"name\";s:8:\"ShoreTel\";s:2:\"id\";i:17105418;s:6:\"id_str\";s:8:\"17105418\";s:7:\"indices\";a:2:{i:0;i:3;i:1;i:12;}}}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:1;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:11;a:22:{s:10:\"created_at\";s:30:\"Tue Jan 14 14:55:47 +0000 2014\";s:2:\"id\";d:4.2310617545522381E+17;s:6:\"id_str\";s:18:\"423106175455223808\";s:4:\"text\";s:119:\"Some big changes happening with our newsletter starting this month. Is everyone signed up? Ask, and we can hook you up!\";s:6:\"source\";s:123:\"<a href=\"https://chrome.google.com/webstore/detail/ikknnkomiokeodcdkknnhgjmncfiefmn\" rel=\"nofollow\">Notifier for Chrome</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:40:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:14:\"HilltopTechLLC\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:29;s:13:\"friends_count\";i:30;s:12:\"listed_count\";i:0;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:1;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:117;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:75:\"http://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:23:\"profile_image_url_https\";s:76:\"https://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1403720243\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:4:\"urls\";a:0:{}s:13:\"user_mentions\";a:0:{}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:4:\"lang\";s:2:\"en\";}s:10:\"httpstatus\";i:200;}','yes'),(186611,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1513075412','no'),(186612,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1513075412','no'),(186613,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1513032212','no'),(91207,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(91208,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(91209,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(91210,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2220,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:27:\"deannakennedy@celiavine.com\";s:7:\"version\";s:5:\"4.5.7\";s:9:\"timestamp\";i:1488825232;}','yes'),(680,'twitter_data_HilltopTechLLC_5_valid','a:21:{i:0;a:23:{s:10:\"created_at\";s:30:\"Sat Jul 04 14:55:15 +0000 2015\";s:2:\"id\";d:6.1734593498545766E+17;s:6:\"id_str\";s:18:\"617345934985457664\";s:4:\"text\";s:86:\"Happy 4th of July! Have fun and be safe celebrating your freedom this Independence Day\";s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:41:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:14:\"HilltopTechLLC\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:44;s:13:\"friends_count\";i:42;s:12:\"listed_count\";i:1;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:8;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:214;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:75:\"http://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:23:\"profile_image_url_https\";s:76:\"https://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1403720243\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:0:{}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:4:\"lang\";s:2:\"en\";}i:1;a:25:{s:10:\"created_at\";s:30:\"Sat Jul 04 12:45:34 +0000 2015\";s:2:\"id\";d:6.1731330081731379E+17;s:6:\"id_str\";s:18:\"617313300817313792\";s:4:\"text\";s:109:\"Happy 4th of July! Have fun and be safe celebrating your freedom this Independence Day http://t.co/Z4MiQIkEYp\";s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:41:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:14:\"HilltopTechLLC\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:44;s:13:\"friends_count\";i:42;s:12:\"listed_count\";i:1;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:8;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:214;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:75:\"http://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:23:\"profile_image_url_https\";s:76:\"https://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1403720243\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:8:\"entities\";a:5:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:0:{}s:5:\"media\";a:1:{i:0;a:10:{s:2:\"id\";d:6.1731330051529933E+17;s:6:\"id_str\";s:18:\"617313300515299328\";s:7:\"indices\";a:2:{i:0;i:87;i:1;i:109;}s:9:\"media_url\";s:46:\"http://pbs.twimg.com/media/CJEjLRhWoAAzSC0.jpg\";s:15:\"media_url_https\";s:47:\"https://pbs.twimg.com/media/CJEjLRhWoAAzSC0.jpg\";s:3:\"url\";s:22:\"http://t.co/Z4MiQIkEYp\";s:11:\"display_url\";s:26:\"pic.twitter.com/Z4MiQIkEYp\";s:12:\"expanded_url\";s:67:\"http://twitter.com/HilltopTechLLC/status/617313300817313792/photo/1\";s:4:\"type\";s:5:\"photo\";s:5:\"sizes\";a:4:{s:5:\"small\";a:3:{s:1:\"w\";i:340;s:1:\"h\";i:226;s:6:\"resize\";s:3:\"fit\";}s:5:\"thumb\";a:3:{s:1:\"w\";i:150;s:1:\"h\";i:150;s:6:\"resize\";s:4:\"crop\";}s:6:\"medium\";a:3:{s:1:\"w\";i:600;s:1:\"h\";i:400;s:6:\"resize\";s:3:\"fit\";}s:5:\"large\";a:3:{s:1:\"w\";i:900;s:1:\"h\";i:600;s:6:\"resize\";s:3:\"fit\";}}}}}s:17:\"extended_entities\";a:1:{s:5:\"media\";a:1:{i:0;a:10:{s:2:\"id\";d:6.1731330051529933E+17;s:6:\"id_str\";s:18:\"617313300515299328\";s:7:\"indices\";a:2:{i:0;i:87;i:1;i:109;}s:9:\"media_url\";s:46:\"http://pbs.twimg.com/media/CJEjLRhWoAAzSC0.jpg\";s:15:\"media_url_https\";s:47:\"https://pbs.twimg.com/media/CJEjLRhWoAAzSC0.jpg\";s:3:\"url\";s:22:\"http://t.co/Z4MiQIkEYp\";s:11:\"display_url\";s:26:\"pic.twitter.com/Z4MiQIkEYp\";s:12:\"expanded_url\";s:67:\"http://twitter.com/HilltopTechLLC/status/617313300817313792/photo/1\";s:4:\"type\";s:5:\"photo\";s:5:\"sizes\";a:4:{s:5:\"small\";a:3:{s:1:\"w\";i:340;s:1:\"h\";i:226;s:6:\"resize\";s:3:\"fit\";}s:5:\"thumb\";a:3:{s:1:\"w\";i:150;s:1:\"h\";i:150;s:6:\"resize\";s:4:\"crop\";}s:6:\"medium\";a:3:{s:1:\"w\";i:600;s:1:\"h\";i:400;s:6:\"resize\";s:3:\"fit\";}s:5:\"large\";a:3:{s:1:\"w\";i:900;s:1:\"h\";i:600;s:6:\"resize\";s:3:\"fit\";}}}}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:2;a:24:{s:10:\"created_at\";s:30:\"Fri Jul 03 12:00:59 +0000 2015\";s:2:\"id\";d:6.169396907725783E+17;s:6:\"id_str\";s:18:\"616939690772578304\";s:4:\"text\";s:126:\"Did you know Hilltop Technologies was named a \"Partner in Customer Excellence\" by Avaya? Find out why! http://t.co/Xs4DfyFSYb\";s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:41:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:14:\"HilltopTechLLC\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:44;s:13:\"friends_count\";i:42;s:12:\"listed_count\";i:1;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:8;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:214;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:75:\"http://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:23:\"profile_image_url_https\";s:76:\"https://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1403720243\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/Xs4DfyFSYb\";s:12:\"expanded_url\";s:90:\"http://hilltoptech.com/news/hilltop-technologies-recognized-for-avaya-customer-excellence/\";s:11:\"display_url\";s:33:\"hilltoptech.com/news/hilltop-t…\";s:7:\"indices\";a:2:{i:0;i:104;i:1;i:126;}}}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:3;a:24:{s:10:\"created_at\";s:30:\"Tue Jun 30 18:45:37 +0000 2015\";s:2:\"id\";d:6.1595435711745229E+17;s:6:\"id_str\";s:18:\"615954357117452288\";s:4:\"text\";s:126:\"Did you know Hilltop Technologies was named a \"Partner in Customer Excellence\" by Avaya? Find out why! http://t.co/d3JXsBHnrr\";s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:41:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:14:\"HilltopTechLLC\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:44;s:13:\"friends_count\";i:42;s:12:\"listed_count\";i:1;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:8;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:214;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:75:\"http://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:23:\"profile_image_url_https\";s:76:\"https://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1403720243\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/d3JXsBHnrr\";s:12:\"expanded_url\";s:18:\"http://ow.ly/OQNSM\";s:11:\"display_url\";s:11:\"ow.ly/OQNSM\";s:7:\"indices\";a:2:{i:0;i:104;i:1;i:126;}}}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:4;a:24:{s:10:\"created_at\";s:30:\"Fri Jun 26 18:33:13 +0000 2015\";s:2:\"id\";d:6.1450168795758182E+17;s:6:\"id_str\";s:18:\"614501687957581824\";s:4:\"text\";s:114:\"Enjoying your summer? Us too! See what\'s new at Hilltop Technologies this beautiful season. http://t.co/bijpaGDO1m\";s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:41:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:14:\"HilltopTechLLC\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:44;s:13:\"friends_count\";i:42;s:12:\"listed_count\";i:1;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:8;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:214;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:75:\"http://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:23:\"profile_image_url_https\";s:76:\"https://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1403720243\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/bijpaGDO1m\";s:12:\"expanded_url\";s:18:\"http://ow.ly/OQNAI\";s:11:\"display_url\";s:11:\"ow.ly/OQNAI\";s:7:\"indices\";a:2:{i:0;i:92;i:1;i:114;}}}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:5;a:24:{s:10:\"created_at\";s:30:\"Tue May 26 16:01:46 +0000 2015\";s:2:\"id\";d:6.0322954960270131E+17;s:6:\"id_str\";s:18:\"603229549602701312\";s:4:\"text\";s:60:\"Have you read our latest eNewsletter? http://t.co/9RRuSvCm6v\";s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:41:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:14:\"HilltopTechLLC\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:44;s:13:\"friends_count\";i:42;s:12:\"listed_count\";i:1;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:8;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:214;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:75:\"http://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:23:\"profile_image_url_https\";s:76:\"https://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1403720243\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/9RRuSvCm6v\";s:12:\"expanded_url\";s:18:\"http://ow.ly/NrEMG\";s:11:\"display_url\";s:11:\"ow.ly/NrEMG\";s:7:\"indices\";a:2:{i:0;i:38;i:1;i:60;}}}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:6;a:24:{s:10:\"created_at\";s:30:\"Tue May 19 17:44:36 +0000 2015\";s:2:\"id\";d:6.0071871059315917E+17;s:6:\"id_str\";s:18:\"600718710593159168\";s:4:\"text\";s:112:\"Who would you interview (past or present), if given the chance? Find out what Jean chose: http://t.co/DHtuYYlTGW\";s:6:\"source\";s:66:\"<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:41:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:14:\"HilltopTechLLC\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:44;s:13:\"friends_count\";i:42;s:12:\"listed_count\";i:1;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:8;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:214;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:75:\"http://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:23:\"profile_image_url_https\";s:76:\"https://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1403720243\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/DHtuYYlTGW\";s:12:\"expanded_url\";s:24:\"http://eepurl.com/bmUjPH\";s:11:\"display_url\";s:17:\"eepurl.com/bmUjPH\";s:7:\"indices\";a:2:{i:0;i:90;i:1;i:112;}}}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:7;a:25:{s:10:\"created_at\";s:30:\"Mon May 18 16:10:23 +0000 2015\";s:2:\"id\";d:6.003326158460928E+17;s:6:\"id_str\";s:18:\"600332615846092800\";s:4:\"text\";s:86:\"Congrats to our Janet Fisher on her recent U.S. citizenship! n http://t.co/hNtP1eMUdf\";s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:41:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:14:\"HilltopTechLLC\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:44;s:13:\"friends_count\";i:42;s:12:\"listed_count\";i:1;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:8;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:214;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:75:\"http://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:23:\"profile_image_url_https\";s:76:\"https://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1403720243\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:8:\"entities\";a:5:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:0:{}s:5:\"media\";a:1:{i:0;a:10:{s:2:\"id\";d:6.0033261561539379E+17;s:6:\"id_str\";s:18:\"600332615615393792\";s:7:\"indices\";a:2:{i:0;i:64;i:1;i:86;}s:9:\"media_url\";s:46:\"http://pbs.twimg.com/media/CFTPVUzWMAAMuj-.jpg\";s:15:\"media_url_https\";s:47:\"https://pbs.twimg.com/media/CFTPVUzWMAAMuj-.jpg\";s:3:\"url\";s:22:\"http://t.co/hNtP1eMUdf\";s:11:\"display_url\";s:26:\"pic.twitter.com/hNtP1eMUdf\";s:12:\"expanded_url\";s:67:\"http://twitter.com/HilltopTechLLC/status/600332615846092800/photo/1\";s:4:\"type\";s:5:\"photo\";s:5:\"sizes\";a:4:{s:5:\"small\";a:3:{s:1:\"w\";i:340;s:1:\"h\";i:453;s:6:\"resize\";s:3:\"fit\";}s:5:\"thumb\";a:3:{s:1:\"w\";i:150;s:1:\"h\";i:150;s:6:\"resize\";s:4:\"crop\";}s:6:\"medium\";a:3:{s:1:\"w\";i:480;s:1:\"h\";i:640;s:6:\"resize\";s:3:\"fit\";}s:5:\"large\";a:3:{s:1:\"w\";i:480;s:1:\"h\";i:640;s:6:\"resize\";s:3:\"fit\";}}}}}s:17:\"extended_entities\";a:1:{s:5:\"media\";a:1:{i:0;a:10:{s:2:\"id\";d:6.0033261561539379E+17;s:6:\"id_str\";s:18:\"600332615615393792\";s:7:\"indices\";a:2:{i:0;i:64;i:1;i:86;}s:9:\"media_url\";s:46:\"http://pbs.twimg.com/media/CFTPVUzWMAAMuj-.jpg\";s:15:\"media_url_https\";s:47:\"https://pbs.twimg.com/media/CFTPVUzWMAAMuj-.jpg\";s:3:\"url\";s:22:\"http://t.co/hNtP1eMUdf\";s:11:\"display_url\";s:26:\"pic.twitter.com/hNtP1eMUdf\";s:12:\"expanded_url\";s:67:\"http://twitter.com/HilltopTechLLC/status/600332615846092800/photo/1\";s:4:\"type\";s:5:\"photo\";s:5:\"sizes\";a:4:{s:5:\"small\";a:3:{s:1:\"w\";i:340;s:1:\"h\";i:453;s:6:\"resize\";s:3:\"fit\";}s:5:\"thumb\";a:3:{s:1:\"w\";i:150;s:1:\"h\";i:150;s:6:\"resize\";s:4:\"crop\";}s:6:\"medium\";a:3:{s:1:\"w\";i:480;s:1:\"h\";i:640;s:6:\"resize\";s:3:\"fit\";}s:5:\"large\";a:3:{s:1:\"w\";i:480;s:1:\"h\";i:640;s:6:\"resize\";s:3:\"fit\";}}}}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:8;a:23:{s:10:\"created_at\";s:30:\"Tue May 12 03:56:24 +0000 2015\";s:2:\"id\";d:5.9797357319047168E+17;s:6:\"id_str\";s:18:\"597973573190471681\";s:4:\"text\";s:76:\"Are you subscribed to our e-newsletter? Our latest edition will be out soon!\";s:6:\"source\";s:82:\"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:41:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:14:\"HilltopTechLLC\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:44;s:13:\"friends_count\";i:42;s:12:\"listed_count\";i:1;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:8;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:214;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:75:\"http://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:23:\"profile_image_url_https\";s:76:\"https://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1403720243\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:0:{}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:4:\"lang\";s:2:\"en\";}i:9;a:24:{s:10:\"created_at\";s:30:\"Fri Apr 17 19:20:25 +0000 2015\";s:2:\"id\";d:5.8914641416649933E+17;s:6:\"id_str\";s:18:\"589146414166499328\";s:4:\"text\";s:111:\"We are pleased to be one of the few recipients of AVAYA\'s Partner in Customer Excellence http://t.co/F3hg1vWsCh\";s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:41:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:14:\"HilltopTechLLC\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:44;s:13:\"friends_count\";i:42;s:12:\"listed_count\";i:1;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:8;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:214;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:75:\"http://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:23:\"profile_image_url_https\";s:76:\"https://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1403720243\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/F3hg1vWsCh\";s:12:\"expanded_url\";s:18:\"http://ow.ly/LLlJs\";s:11:\"display_url\";s:11:\"ow.ly/LLlJs\";s:7:\"indices\";a:2:{i:0;i:89;i:1;i:111;}}}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:10;a:25:{s:10:\"created_at\";s:30:\"Thu Apr 09 13:05:19 +0000 2015\";s:2:\"id\";d:5.8615291458819277E+17;s:6:\"id_str\";s:18:\"586152914588192769\";s:4:\"text\";s:137:\"We are up to our final of the business phone system myths - and it\'s all about integration. http://t.co/Yfk4NhfR9u http://t.co/KlGE4MCNrx\";s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:41:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:14:\"HilltopTechLLC\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:44;s:13:\"friends_count\";i:42;s:12:\"listed_count\";i:1;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:8;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:214;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:75:\"http://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:23:\"profile_image_url_https\";s:76:\"https://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1403720243\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:2;s:8:\"entities\";a:5:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/Yfk4NhfR9u\";s:12:\"expanded_url\";s:34:\"http://hilltoptech.com/news/myths/\";s:11:\"display_url\";s:27:\"hilltoptech.com/news/myths/\";s:7:\"indices\";a:2:{i:0;i:92;i:1;i:114;}}}s:5:\"media\";a:1:{i:0;a:10:{s:2:\"id\";d:5.8615291424845824E+17;s:6:\"id_str\";s:18:\"586152914248458240\";s:7:\"indices\";a:2:{i:0;i:115;i:1;i:137;}s:9:\"media_url\";s:46:\"http://pbs.twimg.com/media/CCJu-E3W4AAcJFt.png\";s:15:\"media_url_https\";s:47:\"https://pbs.twimg.com/media/CCJu-E3W4AAcJFt.png\";s:3:\"url\";s:22:\"http://t.co/KlGE4MCNrx\";s:11:\"display_url\";s:26:\"pic.twitter.com/KlGE4MCNrx\";s:12:\"expanded_url\";s:67:\"http://twitter.com/HilltopTechLLC/status/586152914588192769/photo/1\";s:4:\"type\";s:5:\"photo\";s:5:\"sizes\";a:4:{s:5:\"thumb\";a:3:{s:1:\"w\";i:150;s:1:\"h\";i:150;s:6:\"resize\";s:4:\"crop\";}s:6:\"medium\";a:3:{s:1:\"w\";i:600;s:1:\"h\";i:503;s:6:\"resize\";s:3:\"fit\";}s:5:\"small\";a:3:{s:1:\"w\";i:340;s:1:\"h\";i:285;s:6:\"resize\";s:3:\"fit\";}s:5:\"large\";a:3:{s:1:\"w\";i:600;s:1:\"h\";i:503;s:6:\"resize\";s:3:\"fit\";}}}}}s:17:\"extended_entities\";a:1:{s:5:\"media\";a:1:{i:0;a:10:{s:2:\"id\";d:5.8615291424845824E+17;s:6:\"id_str\";s:18:\"586152914248458240\";s:7:\"indices\";a:2:{i:0;i:115;i:1;i:137;}s:9:\"media_url\";s:46:\"http://pbs.twimg.com/media/CCJu-E3W4AAcJFt.png\";s:15:\"media_url_https\";s:47:\"https://pbs.twimg.com/media/CCJu-E3W4AAcJFt.png\";s:3:\"url\";s:22:\"http://t.co/KlGE4MCNrx\";s:11:\"display_url\";s:26:\"pic.twitter.com/KlGE4MCNrx\";s:12:\"expanded_url\";s:67:\"http://twitter.com/HilltopTechLLC/status/586152914588192769/photo/1\";s:4:\"type\";s:5:\"photo\";s:5:\"sizes\";a:4:{s:5:\"thumb\";a:3:{s:1:\"w\";i:150;s:1:\"h\";i:150;s:6:\"resize\";s:4:\"crop\";}s:6:\"medium\";a:3:{s:1:\"w\";i:600;s:1:\"h\";i:503;s:6:\"resize\";s:3:\"fit\";}s:5:\"small\";a:3:{s:1:\"w\";i:340;s:1:\"h\";i:285;s:6:\"resize\";s:3:\"fit\";}s:5:\"large\";a:3:{s:1:\"w\";i:600;s:1:\"h\";i:503;s:6:\"resize\";s:3:\"fit\";}}}}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:11;a:24:{s:10:\"created_at\";s:30:\"Mon Apr 06 21:55:24 +0000 2015\";s:2:\"id\";d:5.8519914965988147E+17;s:6:\"id_str\";s:18:\"585199149659881473\";s:4:\"text\";s:104:\"Have you ever thought it was too expensive to switch your business phone system? https://t.co/By4w1ja1nC\";s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:41:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:14:\"HilltopTechLLC\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:44;s:13:\"friends_count\";i:42;s:12:\"listed_count\";i:1;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:8;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:214;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:75:\"http://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:23:\"profile_image_url_https\";s:76:\"https://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1403720243\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:23:\"https://t.co/By4w1ja1nC\";s:12:\"expanded_url\";s:23:\"https://lnkd.in/d2sDXyW\";s:11:\"display_url\";s:15:\"lnkd.in/d2sDXyW\";s:7:\"indices\";a:2:{i:0;i:81;i:1;i:104;}}}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:12;a:24:{s:10:\"created_at\";s:30:\"Wed Apr 01 21:50:27 +0000 2015\";s:2:\"id\";d:5.8338596482911437E+17;s:6:\"id_str\";s:18:\"583385964829114368\";s:4:\"text\";s:141:\"Our next Lunch & Learn is happening on 4/28 in East Hartford. The topic will be our new cloud solution, Infinitum! http://t.co/U6YA3chiWO\";s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:41:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:14:\"HilltopTechLLC\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:44;s:13:\"friends_count\";i:42;s:12:\"listed_count\";i:1;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:8;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:214;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:75:\"http://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:23:\"profile_image_url_https\";s:76:\"https://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1403720243\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/U6YA3chiWO\";s:12:\"expanded_url\";s:65:\"http://hilltoptech.com/news/lunch-learn-infinitum-cloud-solution/\";s:11:\"display_url\";s:33:\"hilltoptech.com/news/lunch-lea…\";s:7:\"indices\";a:2:{i:0;i:119;i:1;i:141;}}}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:13;a:24:{s:10:\"created_at\";s:30:\"Wed Mar 25 16:15:56 +0000 2015\";s:2:\"id\";d:5.8076506677515878E+17;s:6:\"id_str\";s:18:\"580765066775158785\";s:4:\"text\";s:104:\"Think that your employees won\'t be willing to learn something new? Think again! http://t.co/Yfk4NhfR9u\";s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:41:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:14:\"HilltopTechLLC\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:44;s:13:\"friends_count\";i:42;s:12:\"listed_count\";i:1;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:8;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:214;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:75:\"http://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:23:\"profile_image_url_https\";s:76:\"https://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1403720243\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/Yfk4NhfR9u\";s:12:\"expanded_url\";s:34:\"http://hilltoptech.com/news/myths/\";s:11:\"display_url\";s:27:\"hilltoptech.com/news/myths/\";s:7:\"indices\";a:2:{i:0;i:82;i:1;i:104;}}}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:14;a:23:{s:10:\"created_at\";s:30:\"Thu Mar 19 16:02:17 +0000 2015\";s:2:\"id\";d:5.7858730513020109E+17;s:6:\"id_str\";s:18:\"578587305130201088\";s:4:\"text\";s:108:\"Save the date! We\'ve just announced our next Lunch & Learn event happening in Suffield, CT on April 28th\";s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:41:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:14:\"HilltopTechLLC\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:44;s:13:\"friends_count\";i:42;s:12:\"listed_count\";i:1;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:8;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:214;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:75:\"http://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:23:\"profile_image_url_https\";s:76:\"https://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1403720243\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:0:{}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:4:\"lang\";s:2:\"en\";}i:15;a:24:{s:10:\"created_at\";s:30:\"Thu Mar 12 19:00:33 +0000 2015\";s:2:\"id\";d:5.7609545042980864E+17;s:6:\"id_str\";s:18:\"576095450429808640\";s:4:\"text\";s:107:\"It\'s actually not a risky move to switch phone vendors. Find out how simple it is at http://t.co/Yfk4NhfR9u\";s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:41:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:14:\"HilltopTechLLC\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:44;s:13:\"friends_count\";i:42;s:12:\"listed_count\";i:1;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:8;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:214;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:75:\"http://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:23:\"profile_image_url_https\";s:76:\"https://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1403720243\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/Yfk4NhfR9u\";s:12:\"expanded_url\";s:34:\"http://hilltoptech.com/news/myths/\";s:11:\"display_url\";s:27:\"hilltoptech.com/news/myths/\";s:7:\"indices\";a:2:{i:0;i:85;i:1;i:107;}}}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:16;a:24:{s:10:\"created_at\";s:30:\"Wed Feb 25 22:55:05 +0000 2015\";s:2:\"id\";d:5.7071865452813926E+17;s:6:\"id_str\";s:18:\"570718654528139267\";s:4:\"text\";s:142:\"Business Phone Systems Switch Myth 1: \"Our phone system doesn’t have a big impact on the customer experience.\" Truth: http://t.co/LA6G5JIa8x\";s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:41:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:14:\"HilltopTechLLC\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:44;s:13:\"friends_count\";i:42;s:12:\"listed_count\";i:1;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:8;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:214;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:75:\"http://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:23:\"profile_image_url_https\";s:76:\"https://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1403720243\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/LA6G5JIa8x\";s:12:\"expanded_url\";s:18:\"http://ow.ly/JEoSA\";s:11:\"display_url\";s:11:\"ow.ly/JEoSA\";s:7:\"indices\";a:2:{i:0;i:118;i:1;i:140;}}}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:17;a:24:{s:10:\"created_at\";s:30:\"Tue Feb 17 19:55:04 +0000 2015\";s:2:\"id\";d:5.6777425102205338E+17;s:6:\"id_str\";s:18:\"567774251022053376\";s:4:\"text\";s:115:\"Join us at our next Lunch & Learn event (on @Avaya IP Office) - Feb. 24 in New Haven, CT http://t.co/n4zAHVktYt\";s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:41:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:14:\"HilltopTechLLC\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:44;s:13:\"friends_count\";i:42;s:12:\"listed_count\";i:1;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:8;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:214;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:75:\"http://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:23:\"profile_image_url_https\";s:76:\"https://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1403720243\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:1:{i:0;a:5:{s:11:\"screen_name\";s:5:\"Avaya\";s:4:\"name\";s:5:\"Avaya\";s:2:\"id\";i:19769002;s:6:\"id_str\";s:8:\"19769002\";s:7:\"indices\";a:2:{i:0;i:48;i:1;i:54;}}}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/n4zAHVktYt\";s:12:\"expanded_url\";s:18:\"http://ow.ly/JcZYc\";s:11:\"display_url\";s:11:\"ow.ly/JcZYc\";s:7:\"indices\";a:2:{i:0;i:93;i:1;i:115;}}}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:18;a:25:{s:10:\"created_at\";s:30:\"Thu Feb 12 22:02:12 +0000 2015\";s:2:\"id\";d:5.6599430394494566E+17;s:6:\"id_str\";s:18:\"565994303944945667\";s:4:\"text\";s:136:\"Had a great time bowling at our Hilltop 2015 Kickoff Meeting! What a high-spirited and fun competitive afternoon! http://t.co/OogCJShLDz\";s:6:\"source\";s:82:\"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:41:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:14:\"HilltopTechLLC\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:44;s:13:\"friends_count\";i:42;s:12:\"listed_count\";i:1;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:8;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:214;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:75:\"http://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:23:\"profile_image_url_https\";s:76:\"https://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1403720243\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:1;s:14:\"favorite_count\";i:2;s:8:\"entities\";a:5:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:0:{}s:5:\"media\";a:1:{i:0;a:10:{s:2:\"id\";d:5.659943034458112E+17;s:6:\"id_str\";s:18:\"565994303445811200\";s:7:\"indices\";a:2:{i:0;i:114;i:1;i:136;}s:9:\"media_url\";s:46:\"http://pbs.twimg.com/media/B9rQ0fnIQAAP35o.jpg\";s:15:\"media_url_https\";s:47:\"https://pbs.twimg.com/media/B9rQ0fnIQAAP35o.jpg\";s:3:\"url\";s:22:\"http://t.co/OogCJShLDz\";s:11:\"display_url\";s:26:\"pic.twitter.com/OogCJShLDz\";s:12:\"expanded_url\";s:67:\"http://twitter.com/HilltopTechLLC/status/565994303944945667/photo/1\";s:4:\"type\";s:5:\"photo\";s:5:\"sizes\";a:4:{s:5:\"large\";a:3:{s:1:\"w\";i:682;s:1:\"h\";i:1024;s:6:\"resize\";s:3:\"fit\";}s:6:\"medium\";a:3:{s:1:\"w\";i:600;s:1:\"h\";i:900;s:6:\"resize\";s:3:\"fit\";}s:5:\"thumb\";a:3:{s:1:\"w\";i:150;s:1:\"h\";i:150;s:6:\"resize\";s:4:\"crop\";}s:5:\"small\";a:3:{s:1:\"w\";i:340;s:1:\"h\";i:510;s:6:\"resize\";s:3:\"fit\";}}}}}s:17:\"extended_entities\";a:1:{s:5:\"media\";a:1:{i:0;a:10:{s:2:\"id\";d:5.659943034458112E+17;s:6:\"id_str\";s:18:\"565994303445811200\";s:7:\"indices\";a:2:{i:0;i:114;i:1;i:136;}s:9:\"media_url\";s:46:\"http://pbs.twimg.com/media/B9rQ0fnIQAAP35o.jpg\";s:15:\"media_url_https\";s:47:\"https://pbs.twimg.com/media/B9rQ0fnIQAAP35o.jpg\";s:3:\"url\";s:22:\"http://t.co/OogCJShLDz\";s:11:\"display_url\";s:26:\"pic.twitter.com/OogCJShLDz\";s:12:\"expanded_url\";s:67:\"http://twitter.com/HilltopTechLLC/status/565994303944945667/photo/1\";s:4:\"type\";s:5:\"photo\";s:5:\"sizes\";a:4:{s:5:\"large\";a:3:{s:1:\"w\";i:682;s:1:\"h\";i:1024;s:6:\"resize\";s:3:\"fit\";}s:6:\"medium\";a:3:{s:1:\"w\";i:600;s:1:\"h\";i:900;s:6:\"resize\";s:3:\"fit\";}s:5:\"thumb\";a:3:{s:1:\"w\";i:150;s:1:\"h\";i:150;s:6:\"resize\";s:4:\"crop\";}s:5:\"small\";a:3:{s:1:\"w\";i:340;s:1:\"h\";i:510;s:6:\"resize\";s:3:\"fit\";}}}}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:19;a:24:{s:10:\"created_at\";s:30:\"Tue Feb 03 22:55:17 +0000 2015\";s:2:\"id\";d:5.6274617116551987E+17;s:6:\"id_str\";s:18:\"562746171165519872\";s:4:\"text\";s:93:\"Do you know the tools your employees aged 21-34 need? We do: http://t.co/8XkfUiEBWM @ShoreTel\";s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:9:\"truncated\";b:0;s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:41:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:14:\"HilltopTechLLC\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:44;s:13:\"friends_count\";i:42;s:12:\"listed_count\";i:1;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:8;s:10:\"utc_offset\";i:-14400;s:9:\"time_zone\";s:26:\"Eastern Time (US & Canada)\";s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:214;s:4:\"lang\";s:2:\"en\";s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:75:\"http://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:23:\"profile_image_url_https\";s:76:\"https://pbs.twimg.com/profile_images/481869363868209152/u3lEizYq_normal.jpeg\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1403720243\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:1:{i:0;a:5:{s:11:\"screen_name\";s:8:\"shoretel\";s:4:\"name\";s:8:\"ShoreTel\";s:2:\"id\";i:17105418;s:6:\"id_str\";s:8:\"17105418\";s:7:\"indices\";a:2:{i:0;i:84;i:1;i:93;}}}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/8XkfUiEBWM\";s:12:\"expanded_url\";s:18:\"http://ow.ly/IrtST\";s:11:\"display_url\";s:11:\"ow.ly/IrtST\";s:7:\"indices\";a:2:{i:0;i:61;i:1;i:83;}}}}s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}s:10:\"httpstatus\";i:200;}','yes'),(13800,'wpgform_options','a:34:{s:8:\"sc_posts\";i:1;s:10:\"sc_widgets\";i:1;s:11:\"default_css\";i:1;s:10:\"custom_css\";i:0;s:17:\"custom_css_styles\";s:0:\"\";s:16:\"donation_message\";i:0;s:30:\"curl_transport_missing_message\";i:0;s:13:\"captcha_terms\";i:2;s:21:\"captcha_operator_plus\";i:1;s:22:\"captcha_operator_minus\";i:0;s:21:\"captcha_operator_mult\";i:0;s:19:\"captcha_description\";s:0:\"\";s:12:\"email_format\";s:5:\"plain\";s:16:\"http_api_timeout\";i:5;s:19:\"form_submission_log\";i:0;s:13:\"browser_check\";i:0;s:12:\"enable_debug\";i:0;s:19:\"serialize_post_vars\";i:0;s:14:\"bcc_blog_admin\";i:1;s:19:\"fsockopen_transport\";i:0;s:17:\"streams_transport\";i:0;s:14:\"curl_transport\";i:0;s:16:\"local_ssl_verify\";i:0;s:10:\"ssl_verify\";i:0;s:20:\"http_request_timeout\";i:0;s:26:\"http_request_timeout_value\";i:30;s:28:\"override_google_default_text\";i:0;s:22:\"required_text_override\";s:8:\"Required\";s:27:\"submit_button_text_override\";s:6:\"Submit\";s:25:\"back_button_text_override\";s:4:\"Back\";s:29:\"continue_button_text_override\";s:8:\"Continue\";s:27:\"radio_buttons_text_override\";s:19:\"Mark only one oval.\";s:33:\"radio_buttons_other_text_override\";s:6:\"Other:\";s:25:\"check_boxes_text_override\";s:21:\"Check all that apply.\";}','yes'),(17426,'WPLANG','','yes'),(17427,'db_upgraded','','yes'),(110989,'wpseo_flush_rewrite','1','yes'),(110990,'wpseo_sitemap_1_cache_validator','6X6Qs','no'),(110991,'wpseo_sitemap_post_cache_validator','6X6Re','no'),(110992,'wpseo_sitemap_category_cache_validator','6X6QI','no'),(110993,'wpseo_sitemap_post_tag_cache_validator','6X6QX','no'),(110994,'wpseo_sitemap_revision_cache_validator','qep1','no'),(40530,'twitter_data_HilltopTech_5_valid','a:21:{i:0;a:25:{s:10:\"created_at\";s:30:\"Tue Dec 19 16:15:06 +0000 2017\";s:2:\"id\";d:9.4315272378826342E+17;s:6:\"id_str\";s:18:\"943152723788263432\";s:4:\"text\";s:109:\"Looking to retain support services for your telecom solution? https://t.co/UiExhJkRLn https://t.co/VLnBxe2Ffr\";s:9:\"truncated\";b:0;s:8:\"entities\";a:5:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:23:\"https://t.co/UiExhJkRLn\";s:12:\"expanded_url\";s:24:\"http://ow.ly/NURV30esnOW\";s:11:\"display_url\";s:17:\"ow.ly/NURV30esnOW\";s:7:\"indices\";a:2:{i:0;i:62;i:1;i:85;}}}s:5:\"media\";a:1:{i:0;a:10:{s:2:\"id\";d:9.4315272060054323E+17;s:6:\"id_str\";s:18:\"943152720600543232\";s:7:\"indices\";a:2:{i:0;i:86;i:1;i:109;}s:9:\"media_url\";s:46:\"http://pbs.twimg.com/media/DRbAZwBWsAAz7qo.jpg\";s:15:\"media_url_https\";s:47:\"https://pbs.twimg.com/media/DRbAZwBWsAAz7qo.jpg\";s:3:\"url\";s:23:\"https://t.co/VLnBxe2Ffr\";s:11:\"display_url\";s:26:\"pic.twitter.com/VLnBxe2Ffr\";s:12:\"expanded_url\";s:65:\"https://twitter.com/HilltopTech/status/943152723788263432/photo/1\";s:4:\"type\";s:5:\"photo\";s:5:\"sizes\";a:4:{s:5:\"thumb\";a:3:{s:1:\"w\";i:150;s:1:\"h\";i:150;s:6:\"resize\";s:4:\"crop\";}s:5:\"small\";a:3:{s:1:\"w\";i:680;s:1:\"h\";i:356;s:6:\"resize\";s:3:\"fit\";}s:6:\"medium\";a:3:{s:1:\"w\";i:1200;s:1:\"h\";i:628;s:6:\"resize\";s:3:\"fit\";}s:5:\"large\";a:3:{s:1:\"w\";i:1200;s:1:\"h\";i:628;s:6:\"resize\";s:3:\"fit\";}}}}}s:17:\"extended_entities\";a:1:{s:5:\"media\";a:1:{i:0;a:10:{s:2:\"id\";d:9.4315272060054323E+17;s:6:\"id_str\";s:18:\"943152720600543232\";s:7:\"indices\";a:2:{i:0;i:86;i:1;i:109;}s:9:\"media_url\";s:46:\"http://pbs.twimg.com/media/DRbAZwBWsAAz7qo.jpg\";s:15:\"media_url_https\";s:47:\"https://pbs.twimg.com/media/DRbAZwBWsAAz7qo.jpg\";s:3:\"url\";s:23:\"https://t.co/VLnBxe2Ffr\";s:11:\"display_url\";s:26:\"pic.twitter.com/VLnBxe2Ffr\";s:12:\"expanded_url\";s:65:\"https://twitter.com/HilltopTech/status/943152723788263432/photo/1\";s:4:\"type\";s:5:\"photo\";s:5:\"sizes\";a:4:{s:5:\"thumb\";a:3:{s:1:\"w\";i:150;s:1:\"h\";i:150;s:6:\"resize\";s:4:\"crop\";}s:5:\"small\";a:3:{s:1:\"w\";i:680;s:1:\"h\";i:356;s:6:\"resize\";s:3:\"fit\";}s:6:\"medium\";a:3:{s:1:\"w\";i:1200;s:1:\"h\";i:628;s:6:\"resize\";s:3:\"fit\";}s:5:\"large\";a:3:{s:1:\"w\";i:1200;s:1:\"h\";i:628;s:6:\"resize\";s:3:\"fit\";}}}}}s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:43:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:57;s:13:\"friends_count\";i:44;s:12:\"listed_count\";i:7;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:13;s:10:\"utc_offset\";N;s:9:\"time_zone\";N;s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:384;s:4:\"lang\";N;s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;s:15:\"translator_type\";s:4:\"none\";s:21:\"withheld_in_countries\";a:0:{}}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:1;s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:1;a:24:{s:10:\"created_at\";s:30:\"Thu Dec 14 12:50:04 +0000 2017\";s:2:\"id\";d:9.4128918607369421E+17;s:6:\"id_str\";s:18:\"941289186073694208\";s:4:\"text\";s:140:\"Versatility and scalability play a pertinent role in telecom success. 4 Keys to Successful Communication Systems:… https://t.co/KoW6qpcNgr\";s:9:\"truncated\";b:1;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:23:\"https://t.co/KoW6qpcNgr\";s:12:\"expanded_url\";s:51:\"https://twitter.com/i/web/status/941289186073694208\";s:11:\"display_url\";s:29:\"twitter.com/i/web/status/9…\";s:7:\"indices\";a:2:{i:0;i:115;i:1;i:138;}}}}s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:43:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:57;s:13:\"friends_count\";i:44;s:12:\"listed_count\";i:7;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:13;s:10:\"utc_offset\";N;s:9:\"time_zone\";N;s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:384;s:4:\"lang\";N;s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;s:15:\"translator_type\";s:4:\"none\";s:21:\"withheld_in_countries\";a:0:{}}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:2;a:24:{s:10:\"created_at\";s:30:\"Wed Nov 29 19:25:05 +0000 2017\";s:2:\"id\";d:9.3595277723841331E+17;s:6:\"id_str\";s:18:\"935952777238413312\";s:4:\"text\";s:138:\"Ready to explore what cloud hosted telecom solutions can do for your business in the New Year? Give us a shout.… https://t.co/XEEGIlVIF3\";s:9:\"truncated\";b:1;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:23:\"https://t.co/XEEGIlVIF3\";s:12:\"expanded_url\";s:51:\"https://twitter.com/i/web/status/935952777238413312\";s:11:\"display_url\";s:29:\"twitter.com/i/web/status/9…\";s:7:\"indices\";a:2:{i:0;i:113;i:1;i:136;}}}}s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:43:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:57;s:13:\"friends_count\";i:44;s:12:\"listed_count\";i:7;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:13;s:10:\"utc_offset\";N;s:9:\"time_zone\";N;s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:384;s:4:\"lang\";N;s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;s:15:\"translator_type\";s:4:\"none\";s:21:\"withheld_in_countries\";a:0:{}}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:3;a:25:{s:10:\"created_at\";s:30:\"Thu Nov 23 14:45:53 +0000 2017\";s:2:\"id\";d:9.3370818340262298E+17;s:6:\"id_str\";s:18:\"933708183402622977\";s:4:\"text\";s:74:\"Happy Thanksgiving from our team to you and yours! https://t.co/APAj1hUxYw\";s:9:\"truncated\";b:0;s:8:\"entities\";a:5:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:0:{}s:5:\"media\";a:1:{i:0;a:10:{s:2:\"id\";d:9.3370817997583155E+17;s:6:\"id_str\";s:18:\"933708179975831552\";s:7:\"indices\";a:2:{i:0;i:51;i:1;i:74;}s:9:\"media_url\";s:46:\"http://pbs.twimg.com/media/DPUypIdWAAA2YcG.jpg\";s:15:\"media_url_https\";s:47:\"https://pbs.twimg.com/media/DPUypIdWAAA2YcG.jpg\";s:3:\"url\";s:23:\"https://t.co/APAj1hUxYw\";s:11:\"display_url\";s:26:\"pic.twitter.com/APAj1hUxYw\";s:12:\"expanded_url\";s:65:\"https://twitter.com/HilltopTech/status/933708183402622977/photo/1\";s:4:\"type\";s:5:\"photo\";s:5:\"sizes\";a:4:{s:5:\"small\";a:3:{s:1:\"w\";i:680;s:1:\"h\";i:383;s:6:\"resize\";s:3:\"fit\";}s:5:\"thumb\";a:3:{s:1:\"w\";i:150;s:1:\"h\";i:150;s:6:\"resize\";s:4:\"crop\";}s:5:\"large\";a:3:{s:1:\"w\";i:1200;s:1:\"h\";i:675;s:6:\"resize\";s:3:\"fit\";}s:6:\"medium\";a:3:{s:1:\"w\";i:1200;s:1:\"h\";i:675;s:6:\"resize\";s:3:\"fit\";}}}}}s:17:\"extended_entities\";a:1:{s:5:\"media\";a:1:{i:0;a:10:{s:2:\"id\";d:9.3370817997583155E+17;s:6:\"id_str\";s:18:\"933708179975831552\";s:7:\"indices\";a:2:{i:0;i:51;i:1;i:74;}s:9:\"media_url\";s:46:\"http://pbs.twimg.com/media/DPUypIdWAAA2YcG.jpg\";s:15:\"media_url_https\";s:47:\"https://pbs.twimg.com/media/DPUypIdWAAA2YcG.jpg\";s:3:\"url\";s:23:\"https://t.co/APAj1hUxYw\";s:11:\"display_url\";s:26:\"pic.twitter.com/APAj1hUxYw\";s:12:\"expanded_url\";s:65:\"https://twitter.com/HilltopTech/status/933708183402622977/photo/1\";s:4:\"type\";s:5:\"photo\";s:5:\"sizes\";a:4:{s:5:\"small\";a:3:{s:1:\"w\";i:680;s:1:\"h\";i:383;s:6:\"resize\";s:3:\"fit\";}s:5:\"thumb\";a:3:{s:1:\"w\";i:150;s:1:\"h\";i:150;s:6:\"resize\";s:4:\"crop\";}s:5:\"large\";a:3:{s:1:\"w\";i:1200;s:1:\"h\";i:675;s:6:\"resize\";s:3:\"fit\";}s:6:\"medium\";a:3:{s:1:\"w\";i:1200;s:1:\"h\";i:675;s:6:\"resize\";s:3:\"fit\";}}}}}s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:43:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:57;s:13:\"friends_count\";i:44;s:12:\"listed_count\";i:7;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:13;s:10:\"utc_offset\";N;s:9:\"time_zone\";N;s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:384;s:4:\"lang\";N;s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;s:15:\"translator_type\";s:4:\"none\";s:21:\"withheld_in_countries\";a:0:{}}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:4;a:24:{s:10:\"created_at\";s:30:\"Thu Nov 16 13:25:05 +0000 2017\";s:2:\"id\";d:9.3115113464711168E+17;s:6:\"id_str\";s:18:\"931151134647111681\";s:4:\"text\";s:128:\"Switching technology can be frustrating for employees, but often it is change that brings opportunity… https://t.co/m03SnNONS0\";s:9:\"truncated\";b:1;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:23:\"https://t.co/m03SnNONS0\";s:12:\"expanded_url\";s:51:\"https://twitter.com/i/web/status/931151134647111681\";s:11:\"display_url\";s:29:\"twitter.com/i/web/status/9…\";s:7:\"indices\";a:2:{i:0;i:103;i:1;i:126;}}}}s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:43:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:57;s:13:\"friends_count\";i:44;s:12:\"listed_count\";i:7;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:13;s:10:\"utc_offset\";N;s:9:\"time_zone\";N;s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:384;s:4:\"lang\";N;s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;s:15:\"translator_type\";s:4:\"none\";s:21:\"withheld_in_countries\";a:0:{}}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:5;a:25:{s:10:\"created_at\";s:30:\"Mon Nov 13 19:25:05 +0000 2017\";s:2:\"id\";d:9.3015457130924442E+17;s:6:\"id_str\";s:18:\"930154571309244416\";s:4:\"text\";s:120:\"Looking to make the move to @Avaya #IPOffice? Let us help guide the way. https://t.co/Vwvgfdvrqm https://t.co/SrtVPKAVHX\";s:9:\"truncated\";b:0;s:8:\"entities\";a:5:{s:8:\"hashtags\";a:1:{i:0;a:2:{s:4:\"text\";s:8:\"IPOffice\";s:7:\"indices\";a:2:{i:0;i:35;i:1;i:44;}}}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:1:{i:0;a:5:{s:11:\"screen_name\";s:5:\"Avaya\";s:4:\"name\";s:5:\"Avaya\";s:2:\"id\";i:19769002;s:6:\"id_str\";s:8:\"19769002\";s:7:\"indices\";a:2:{i:0;i:28;i:1;i:34;}}}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:23:\"https://t.co/Vwvgfdvrqm\";s:12:\"expanded_url\";s:24:\"http://ow.ly/pz9330esnOO\";s:11:\"display_url\";s:17:\"ow.ly/pz9330esnOO\";s:7:\"indices\";a:2:{i:0;i:73;i:1;i:96;}}}s:5:\"media\";a:1:{i:0;a:10:{s:2:\"id\";d:9.3015456939657626E+17;s:6:\"id_str\";s:18:\"930154569396576256\";s:7:\"indices\";a:2:{i:0;i:97;i:1;i:120;}s:9:\"media_url\";s:46:\"http://pbs.twimg.com/media/DOiSpxcW4AAMAqG.jpg\";s:15:\"media_url_https\";s:47:\"https://pbs.twimg.com/media/DOiSpxcW4AAMAqG.jpg\";s:3:\"url\";s:23:\"https://t.co/SrtVPKAVHX\";s:11:\"display_url\";s:26:\"pic.twitter.com/SrtVPKAVHX\";s:12:\"expanded_url\";s:65:\"https://twitter.com/HilltopTech/status/930154571309244416/photo/1\";s:4:\"type\";s:5:\"photo\";s:5:\"sizes\";a:4:{s:5:\"thumb\";a:3:{s:1:\"w\";i:150;s:1:\"h\";i:150;s:6:\"resize\";s:4:\"crop\";}s:5:\"large\";a:3:{s:1:\"w\";i:1200;s:1:\"h\";i:628;s:6:\"resize\";s:3:\"fit\";}s:5:\"small\";a:3:{s:1:\"w\";i:680;s:1:\"h\";i:356;s:6:\"resize\";s:3:\"fit\";}s:6:\"medium\";a:3:{s:1:\"w\";i:1200;s:1:\"h\";i:628;s:6:\"resize\";s:3:\"fit\";}}}}}s:17:\"extended_entities\";a:1:{s:5:\"media\";a:1:{i:0;a:10:{s:2:\"id\";d:9.3015456939657626E+17;s:6:\"id_str\";s:18:\"930154569396576256\";s:7:\"indices\";a:2:{i:0;i:97;i:1;i:120;}s:9:\"media_url\";s:46:\"http://pbs.twimg.com/media/DOiSpxcW4AAMAqG.jpg\";s:15:\"media_url_https\";s:47:\"https://pbs.twimg.com/media/DOiSpxcW4AAMAqG.jpg\";s:3:\"url\";s:23:\"https://t.co/SrtVPKAVHX\";s:11:\"display_url\";s:26:\"pic.twitter.com/SrtVPKAVHX\";s:12:\"expanded_url\";s:65:\"https://twitter.com/HilltopTech/status/930154571309244416/photo/1\";s:4:\"type\";s:5:\"photo\";s:5:\"sizes\";a:4:{s:5:\"thumb\";a:3:{s:1:\"w\";i:150;s:1:\"h\";i:150;s:6:\"resize\";s:4:\"crop\";}s:5:\"large\";a:3:{s:1:\"w\";i:1200;s:1:\"h\";i:628;s:6:\"resize\";s:3:\"fit\";}s:5:\"small\";a:3:{s:1:\"w\";i:680;s:1:\"h\";i:356;s:6:\"resize\";s:3:\"fit\";}s:6:\"medium\";a:3:{s:1:\"w\";i:1200;s:1:\"h\";i:628;s:6:\"resize\";s:3:\"fit\";}}}}}s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:43:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:57;s:13:\"friends_count\";i:44;s:12:\"listed_count\";i:7;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:13;s:10:\"utc_offset\";N;s:9:\"time_zone\";N;s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:384;s:4:\"lang\";N;s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;s:15:\"translator_type\";s:4:\"none\";s:21:\"withheld_in_countries\";a:0:{}}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:1;s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:6;a:24:{s:10:\"created_at\";s:30:\"Wed Nov 08 13:45:09 +0000 2017\";s:2:\"id\";d:9.2825708254505779E+17;s:6:\"id_str\";s:18:\"928257082545057792\";s:4:\"text\";s:133:\"As an authorized partner of @Avaya, we help implement, train, and ensure you are maximizing your solution.… https://t.co/jQ3q27j0f9\";s:9:\"truncated\";b:1;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:1:{i:0;a:5:{s:11:\"screen_name\";s:5:\"Avaya\";s:4:\"name\";s:5:\"Avaya\";s:2:\"id\";i:19769002;s:6:\"id_str\";s:8:\"19769002\";s:7:\"indices\";a:2:{i:0;i:28;i:1;i:34;}}}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:23:\"https://t.co/jQ3q27j0f9\";s:12:\"expanded_url\";s:51:\"https://twitter.com/i/web/status/928257082545057792\";s:11:\"display_url\";s:29:\"twitter.com/i/web/status/9…\";s:7:\"indices\";a:2:{i:0;i:108;i:1;i:131;}}}}s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:43:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:57;s:13:\"friends_count\";i:44;s:12:\"listed_count\";i:7;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:13;s:10:\"utc_offset\";N;s:9:\"time_zone\";N;s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:384;s:4:\"lang\";N;s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;s:15:\"translator_type\";s:4:\"none\";s:21:\"withheld_in_countries\";a:0:{}}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:7;a:25:{s:10:\"created_at\";s:30:\"Thu Oct 12 13:45:11 +0000 2017\";s:2:\"id\";d:9.1847262117976064E+17;s:6:\"id_str\";s:18:\"918472621179760640\";s:4:\"text\";s:138:\"Unlock the potential of cloud hosted telecommunications #cloudhost #VoIPCloud #cloudhosted https://t.co/DUAnGXYxEo https://t.co/FZuWHzAF4Z\";s:9:\"truncated\";b:0;s:8:\"entities\";a:5:{s:8:\"hashtags\";a:3:{i:0;a:2:{s:4:\"text\";s:9:\"cloudhost\";s:7:\"indices\";a:2:{i:0;i:56;i:1;i:66;}}i:1;a:2:{s:4:\"text\";s:9:\"VoIPCloud\";s:7:\"indices\";a:2:{i:0;i:67;i:1;i:77;}}i:2;a:2:{s:4:\"text\";s:11:\"cloudhosted\";s:7:\"indices\";a:2:{i:0;i:78;i:1;i:90;}}}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:23:\"https://t.co/DUAnGXYxEo\";s:12:\"expanded_url\";s:24:\"http://ow.ly/WcGC30esnOK\";s:11:\"display_url\";s:17:\"ow.ly/WcGC30esnOK\";s:7:\"indices\";a:2:{i:0;i:91;i:1;i:114;}}}s:5:\"media\";a:1:{i:0;a:10:{s:2:\"id\";d:9.1847261758946509E+17;s:6:\"id_str\";s:18:\"918472617589465090\";s:7:\"indices\";a:2:{i:0;i:115;i:1;i:138;}s:9:\"media_url\";s:46:\"http://pbs.twimg.com/media/DL8R-rtX4AI0_Pl.jpg\";s:15:\"media_url_https\";s:47:\"https://pbs.twimg.com/media/DL8R-rtX4AI0_Pl.jpg\";s:3:\"url\";s:23:\"https://t.co/FZuWHzAF4Z\";s:11:\"display_url\";s:26:\"pic.twitter.com/FZuWHzAF4Z\";s:12:\"expanded_url\";s:65:\"https://twitter.com/HilltopTech/status/918472621179760640/photo/1\";s:4:\"type\";s:5:\"photo\";s:5:\"sizes\";a:4:{s:5:\"small\";a:3:{s:1:\"w\";i:680;s:1:\"h\";i:340;s:6:\"resize\";s:3:\"fit\";}s:5:\"large\";a:3:{s:1:\"w\";i:1400;s:1:\"h\";i:700;s:6:\"resize\";s:3:\"fit\";}s:5:\"thumb\";a:3:{s:1:\"w\";i:150;s:1:\"h\";i:150;s:6:\"resize\";s:4:\"crop\";}s:6:\"medium\";a:3:{s:1:\"w\";i:1200;s:1:\"h\";i:600;s:6:\"resize\";s:3:\"fit\";}}}}}s:17:\"extended_entities\";a:1:{s:5:\"media\";a:1:{i:0;a:10:{s:2:\"id\";d:9.1847261758946509E+17;s:6:\"id_str\";s:18:\"918472617589465090\";s:7:\"indices\";a:2:{i:0;i:115;i:1;i:138;}s:9:\"media_url\";s:46:\"http://pbs.twimg.com/media/DL8R-rtX4AI0_Pl.jpg\";s:15:\"media_url_https\";s:47:\"https://pbs.twimg.com/media/DL8R-rtX4AI0_Pl.jpg\";s:3:\"url\";s:23:\"https://t.co/FZuWHzAF4Z\";s:11:\"display_url\";s:26:\"pic.twitter.com/FZuWHzAF4Z\";s:12:\"expanded_url\";s:65:\"https://twitter.com/HilltopTech/status/918472621179760640/photo/1\";s:4:\"type\";s:5:\"photo\";s:5:\"sizes\";a:4:{s:5:\"small\";a:3:{s:1:\"w\";i:680;s:1:\"h\";i:340;s:6:\"resize\";s:3:\"fit\";}s:5:\"large\";a:3:{s:1:\"w\";i:1400;s:1:\"h\";i:700;s:6:\"resize\";s:3:\"fit\";}s:5:\"thumb\";a:3:{s:1:\"w\";i:150;s:1:\"h\";i:150;s:6:\"resize\";s:4:\"crop\";}s:6:\"medium\";a:3:{s:1:\"w\";i:1200;s:1:\"h\";i:600;s:6:\"resize\";s:3:\"fit\";}}}}}s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:43:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:57;s:13:\"friends_count\";i:44;s:12:\"listed_count\";i:7;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:13;s:10:\"utc_offset\";N;s:9:\"time_zone\";N;s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:384;s:4:\"lang\";N;s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;s:15:\"translator_type\";s:4:\"none\";s:21:\"withheld_in_countries\";a:0:{}}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:1;s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:8;a:24:{s:10:\"created_at\";s:30:\"Sun Oct 08 21:40:05 +0000 2017\";s:2:\"id\";d:9.1714257847844045E+17;s:6:\"id_str\";s:18:\"917142578478440448\";s:4:\"text\";s:121:\"Still looking for a silver lining to the cloud? #VoIPCloud #cloudhost #telecom #getyourcloudon… https://t.co/Ckb0y1hczj\";s:9:\"truncated\";b:1;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:4:{i:0;a:2:{s:4:\"text\";s:9:\"VoIPCloud\";s:7:\"indices\";a:2:{i:0;i:48;i:1;i:58;}}i:1;a:2:{s:4:\"text\";s:9:\"cloudhost\";s:7:\"indices\";a:2:{i:0;i:59;i:1;i:69;}}i:2;a:2:{s:4:\"text\";s:7:\"telecom\";s:7:\"indices\";a:2:{i:0;i:70;i:1;i:78;}}i:3;a:2:{s:4:\"text\";s:14:\"getyourcloudon\";s:7:\"indices\";a:2:{i:0;i:79;i:1;i:94;}}}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:23:\"https://t.co/Ckb0y1hczj\";s:12:\"expanded_url\";s:51:\"https://twitter.com/i/web/status/917142578478440448\";s:11:\"display_url\";s:29:\"twitter.com/i/web/status/9…\";s:7:\"indices\";a:2:{i:0;i:96;i:1;i:119;}}}}s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:43:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:57;s:13:\"friends_count\";i:44;s:12:\"listed_count\";i:7;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:13;s:10:\"utc_offset\";N;s:9:\"time_zone\";N;s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:384;s:4:\"lang\";N;s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;s:15:\"translator_type\";s:4:\"none\";s:21:\"withheld_in_countries\";a:0:{}}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:9;a:24:{s:10:\"created_at\";s:30:\"Wed Oct 04 13:40:11 +0000 2017\";s:2:\"id\";d:9.1557225702355354E+17;s:6:\"id_str\";s:18:\"915572257023553537\";s:4:\"text\";s:121:\"Saving some green is just one of the many benefits for advancing your communications workflow.… https://t.co/JnaD3i1k7D\";s:9:\"truncated\";b:1;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:23:\"https://t.co/JnaD3i1k7D\";s:12:\"expanded_url\";s:51:\"https://twitter.com/i/web/status/915572257023553537\";s:11:\"display_url\";s:29:\"twitter.com/i/web/status/9…\";s:7:\"indices\";a:2:{i:0;i:96;i:1;i:119;}}}}s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:43:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:57;s:13:\"friends_count\";i:44;s:12:\"listed_count\";i:7;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:13;s:10:\"utc_offset\";N;s:9:\"time_zone\";N;s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:384;s:4:\"lang\";N;s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;s:15:\"translator_type\";s:4:\"none\";s:21:\"withheld_in_countries\";a:0:{}}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:10;a:25:{s:10:\"created_at\";s:30:\"Tue Oct 03 15:25:09 +0000 2017\";s:2:\"id\";d:9.1523628424701952E+17;s:6:\"id_str\";s:18:\"915236284247019520\";s:4:\"text\";s:134:\"When it comes to your communications in the cloud, what are the benefits? Here you go: https://t.co/aYK590dbsg https://t.co/DIhgcbSbXh\";s:9:\"truncated\";b:0;s:8:\"entities\";a:5:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:23:\"https://t.co/aYK590dbsg\";s:12:\"expanded_url\";s:24:\"http://ow.ly/tPBa30esnOD\";s:11:\"display_url\";s:17:\"ow.ly/tPBa30esnOD\";s:7:\"indices\";a:2:{i:0;i:87;i:1;i:110;}}}s:5:\"media\";a:1:{i:0;a:10:{s:2:\"id\";d:9.1523628104666317E+17;s:6:\"id_str\";s:18:\"915236281046663170\";s:7:\"indices\";a:2:{i:0;i:111;i:1;i:134;}s:9:\"media_url\";s:46:\"http://pbs.twimg.com/media/DLOSjGlWAAIV7aK.jpg\";s:15:\"media_url_https\";s:47:\"https://pbs.twimg.com/media/DLOSjGlWAAIV7aK.jpg\";s:3:\"url\";s:23:\"https://t.co/DIhgcbSbXh\";s:11:\"display_url\";s:26:\"pic.twitter.com/DIhgcbSbXh\";s:12:\"expanded_url\";s:65:\"https://twitter.com/HilltopTech/status/915236284247019520/photo/1\";s:4:\"type\";s:5:\"photo\";s:5:\"sizes\";a:4:{s:5:\"thumb\";a:3:{s:1:\"w\";i:150;s:1:\"h\";i:150;s:6:\"resize\";s:4:\"crop\";}s:5:\"small\";a:3:{s:1:\"w\";i:680;s:1:\"h\";i:356;s:6:\"resize\";s:3:\"fit\";}s:5:\"large\";a:3:{s:1:\"w\";i:1200;s:1:\"h\";i:628;s:6:\"resize\";s:3:\"fit\";}s:6:\"medium\";a:3:{s:1:\"w\";i:1200;s:1:\"h\";i:628;s:6:\"resize\";s:3:\"fit\";}}}}}s:17:\"extended_entities\";a:1:{s:5:\"media\";a:1:{i:0;a:10:{s:2:\"id\";d:9.1523628104666317E+17;s:6:\"id_str\";s:18:\"915236281046663170\";s:7:\"indices\";a:2:{i:0;i:111;i:1;i:134;}s:9:\"media_url\";s:46:\"http://pbs.twimg.com/media/DLOSjGlWAAIV7aK.jpg\";s:15:\"media_url_https\";s:47:\"https://pbs.twimg.com/media/DLOSjGlWAAIV7aK.jpg\";s:3:\"url\";s:23:\"https://t.co/DIhgcbSbXh\";s:11:\"display_url\";s:26:\"pic.twitter.com/DIhgcbSbXh\";s:12:\"expanded_url\";s:65:\"https://twitter.com/HilltopTech/status/915236284247019520/photo/1\";s:4:\"type\";s:5:\"photo\";s:5:\"sizes\";a:4:{s:5:\"thumb\";a:3:{s:1:\"w\";i:150;s:1:\"h\";i:150;s:6:\"resize\";s:4:\"crop\";}s:5:\"small\";a:3:{s:1:\"w\";i:680;s:1:\"h\";i:356;s:6:\"resize\";s:3:\"fit\";}s:5:\"large\";a:3:{s:1:\"w\";i:1200;s:1:\"h\";i:628;s:6:\"resize\";s:3:\"fit\";}s:6:\"medium\";a:3:{s:1:\"w\";i:1200;s:1:\"h\";i:628;s:6:\"resize\";s:3:\"fit\";}}}}}s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:43:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:57;s:13:\"friends_count\";i:44;s:12:\"listed_count\";i:7;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:13;s:10:\"utc_offset\";N;s:9:\"time_zone\";N;s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:384;s:4:\"lang\";N;s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;s:15:\"translator_type\";s:4:\"none\";s:21:\"withheld_in_countries\";a:0:{}}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:11;a:24:{s:10:\"created_at\";s:30:\"Thu Sep 28 14:45:12 +0000 2017\";s:2:\"id\";d:9.1341429234252595E+17;s:6:\"id_str\";s:18:\"913414292342525953\";s:4:\"text\";s:142:\"Telecommuting is growing and is imperative to instill an infrastructure that supports and optimizes such workflows.… https://t.co/7Ay1cSkGqL\";s:9:\"truncated\";b:1;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:23:\"https://t.co/7Ay1cSkGqL\";s:12:\"expanded_url\";s:51:\"https://twitter.com/i/web/status/913414292342525953\";s:11:\"display_url\";s:29:\"twitter.com/i/web/status/9…\";s:7:\"indices\";a:2:{i:0;i:117;i:1;i:140;}}}}s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:43:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:57;s:13:\"friends_count\";i:44;s:12:\"listed_count\";i:7;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:13;s:10:\"utc_offset\";N;s:9:\"time_zone\";N;s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:384;s:4:\"lang\";N;s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;s:15:\"translator_type\";s:4:\"none\";s:21:\"withheld_in_countries\";a:0:{}}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:12;a:24:{s:10:\"created_at\";s:30:\"Mon Sep 25 16:45:13 +0000 2017\";s:2:\"id\";d:9.1235733277190144E+17;s:6:\"id_str\";s:18:\"912357332771901440\";s:4:\"text\";s:135:\"Feeling frustrated with technology and its never-ending maintenance? Let us alleviate that headache for you.… https://t.co/TnBg6xh82P\";s:9:\"truncated\";b:1;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:23:\"https://t.co/TnBg6xh82P\";s:12:\"expanded_url\";s:51:\"https://twitter.com/i/web/status/912357332771901440\";s:11:\"display_url\";s:29:\"twitter.com/i/web/status/9…\";s:7:\"indices\";a:2:{i:0;i:110;i:1;i:133;}}}}s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:43:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:57;s:13:\"friends_count\";i:44;s:12:\"listed_count\";i:7;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:13;s:10:\"utc_offset\";N;s:9:\"time_zone\";N;s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:384;s:4:\"lang\";N;s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;s:15:\"translator_type\";s:4:\"none\";s:21:\"withheld_in_countries\";a:0:{}}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:13;a:24:{s:10:\"created_at\";s:30:\"Fri Sep 22 18:45:15 +0000 2017\";s:2:\"id\";d:9.1130037652732723E+17;s:6:\"id_str\";s:18:\"911300376527327234\";s:4:\"text\";s:124:\"Need to evaluate the efficiency of your telecommunications workflow? Let\'s do lunch or breakfast!… https://t.co/8roQ7q2r9Q\";s:9:\"truncated\";b:1;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:23:\"https://t.co/8roQ7q2r9Q\";s:12:\"expanded_url\";s:51:\"https://twitter.com/i/web/status/911300376527327234\";s:11:\"display_url\";s:29:\"twitter.com/i/web/status/9…\";s:7:\"indices\";a:2:{i:0;i:99;i:1;i:122;}}}}s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:43:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:57;s:13:\"friends_count\";i:44;s:12:\"listed_count\";i:7;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:13;s:10:\"utc_offset\";N;s:9:\"time_zone\";N;s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:384;s:4:\"lang\";N;s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;s:15:\"translator_type\";s:4:\"none\";s:21:\"withheld_in_countries\";a:0:{}}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:14;a:24:{s:10:\"created_at\";s:30:\"Thu Sep 14 18:45:15 +0000 2017\";s:2:\"id\";d:9.0840127179475354E+17;s:6:\"id_str\";s:18:\"908401271794753536\";s:4:\"text\";s:135:\"Slash costs and scale faster by moving your communications to the cloud. #avaya #IPOffice #cloudhosted #VoIP… https://t.co/pXoVKl5xGZ\";s:9:\"truncated\";b:1;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:4:{i:0;a:2:{s:4:\"text\";s:5:\"avaya\";s:7:\"indices\";a:2:{i:0;i:73;i:1;i:79;}}i:1;a:2:{s:4:\"text\";s:8:\"IPOffice\";s:7:\"indices\";a:2:{i:0;i:80;i:1;i:89;}}i:2;a:2:{s:4:\"text\";s:11:\"cloudhosted\";s:7:\"indices\";a:2:{i:0;i:90;i:1;i:102;}}i:3;a:2:{s:4:\"text\";s:4:\"VoIP\";s:7:\"indices\";a:2:{i:0;i:103;i:1;i:108;}}}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:23:\"https://t.co/pXoVKl5xGZ\";s:12:\"expanded_url\";s:51:\"https://twitter.com/i/web/status/908401271794753536\";s:11:\"display_url\";s:29:\"twitter.com/i/web/status/9…\";s:7:\"indices\";a:2:{i:0;i:110;i:1;i:133;}}}}s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:43:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:57;s:13:\"friends_count\";i:44;s:12:\"listed_count\";i:7;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:13;s:10:\"utc_offset\";N;s:9:\"time_zone\";N;s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:384;s:4:\"lang\";N;s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;s:15:\"translator_type\";s:4:\"none\";s:21:\"withheld_in_countries\";a:0:{}}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:15;a:24:{s:10:\"created_at\";s:30:\"Mon Sep 11 19:05:12 +0000 2017\";s:2:\"id\";d:9.0731913062118195E+17;s:6:\"id_str\";s:18:\"907319130621181952\";s:4:\"text\";s:141:\"VoIP has quickly become a standard for elevating communication connectivity and productivity. Get connected. #VoIP… https://t.co/yioLUsIx9T\";s:9:\"truncated\";b:1;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:1:{i:0;a:2:{s:4:\"text\";s:4:\"VoIP\";s:7:\"indices\";a:2:{i:0;i:109;i:1;i:114;}}}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:23:\"https://t.co/yioLUsIx9T\";s:12:\"expanded_url\";s:51:\"https://twitter.com/i/web/status/907319130621181952\";s:11:\"display_url\";s:29:\"twitter.com/i/web/status/9…\";s:7:\"indices\";a:2:{i:0;i:116;i:1;i:139;}}}}s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:43:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:57;s:13:\"friends_count\";i:44;s:12:\"listed_count\";i:7;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:13;s:10:\"utc_offset\";N;s:9:\"time_zone\";N;s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:384;s:4:\"lang\";N;s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;s:15:\"translator_type\";s:4:\"none\";s:21:\"withheld_in_countries\";a:0:{}}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:16;a:24:{s:10:\"created_at\";s:30:\"Wed Sep 06 15:32:58 +0000 2017\";s:2:\"id\";d:9.0545377917211034E+17;s:6:\"id_str\";s:18:\"905453779172110338\";s:4:\"text\";s:131:\"If your business phone system is not in the cloud, it should be. Start reaping the cloud benefits today:… https://t.co/mU1helKP8G\";s:9:\"truncated\";b:1;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:23:\"https://t.co/mU1helKP8G\";s:12:\"expanded_url\";s:51:\"https://twitter.com/i/web/status/905453779172110338\";s:11:\"display_url\";s:29:\"twitter.com/i/web/status/9…\";s:7:\"indices\";a:2:{i:0;i:106;i:1;i:129;}}}}s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:43:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:57;s:13:\"friends_count\";i:44;s:12:\"listed_count\";i:7;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:13;s:10:\"utc_offset\";N;s:9:\"time_zone\";N;s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:384;s:4:\"lang\";N;s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;s:15:\"translator_type\";s:4:\"none\";s:21:\"withheld_in_countries\";a:0:{}}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:17;a:24:{s:10:\"created_at\";s:30:\"Wed Sep 06 12:45:12 +0000 2017\";s:2:\"id\";d:9.0541156187076608E+17;s:6:\"id_str\";s:18:\"905411561870766080\";s:4:\"text\";s:121:\"Hosted cloud solutions typically require little to no capital expense to kick-off. #payasyougo… https://t.co/YrBwwxKMoZ\";s:9:\"truncated\";b:1;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:1:{i:0;a:2:{s:4:\"text\";s:10:\"payasyougo\";s:7:\"indices\";a:2:{i:0;i:83;i:1;i:94;}}}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:23:\"https://t.co/YrBwwxKMoZ\";s:12:\"expanded_url\";s:51:\"https://twitter.com/i/web/status/905411561870766080\";s:11:\"display_url\";s:29:\"twitter.com/i/web/status/9…\";s:7:\"indices\";a:2:{i:0;i:96;i:1;i:119;}}}}s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:43:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:57;s:13:\"friends_count\";i:44;s:12:\"listed_count\";i:7;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:13;s:10:\"utc_offset\";N;s:9:\"time_zone\";N;s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:384;s:4:\"lang\";N;s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;s:15:\"translator_type\";s:4:\"none\";s:21:\"withheld_in_countries\";a:0:{}}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:18;a:24:{s:10:\"created_at\";s:30:\"Wed Aug 30 15:15:13 +0000 2017\";s:2:\"id\";d:9.0291260030815846E+17;s:6:\"id_str\";s:18:\"902912600308158465\";s:4:\"text\";s:132:\"Want to get your employees up to speed, and make the most of your communications workflow? #lunchandlearn… https://t.co/gTBmOj8725\";s:9:\"truncated\";b:1;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:1:{i:0;a:2:{s:4:\"text\";s:13:\"lunchandlearn\";s:7:\"indices\";a:2:{i:0;i:91;i:1;i:105;}}}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:23:\"https://t.co/gTBmOj8725\";s:12:\"expanded_url\";s:51:\"https://twitter.com/i/web/status/902912600308158465\";s:11:\"display_url\";s:29:\"twitter.com/i/web/status/9…\";s:7:\"indices\";a:2:{i:0;i:107;i:1;i:130;}}}}s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:43:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:57;s:13:\"friends_count\";i:44;s:12:\"listed_count\";i:7;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:13;s:10:\"utc_offset\";N;s:9:\"time_zone\";N;s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:384;s:4:\"lang\";N;s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;s:15:\"translator_type\";s:4:\"none\";s:21:\"withheld_in_countries\";a:0:{}}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:19;a:25:{s:10:\"created_at\";s:30:\"Thu Aug 24 11:55:04 +0000 2017\";s:2:\"id\";d:9.0068790342411878E+17;s:6:\"id_str\";s:18:\"900687903424118790\";s:4:\"text\";s:130:\"DYK 20 states have voted for AT&T to end landline service? #deathofthelandline https://t.co/3peU9VFLFg https://t.co/TbGfKEYjTo\";s:9:\"truncated\";b:0;s:8:\"entities\";a:5:{s:8:\"hashtags\";a:1:{i:0;a:2:{s:4:\"text\";s:18:\"deathofthelandline\";s:7:\"indices\";a:2:{i:0;i:63;i:1;i:82;}}}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:23:\"https://t.co/3peU9VFLFg\";s:12:\"expanded_url\";s:24:\"http://ow.ly/uh0V30esnOk\";s:11:\"display_url\";s:17:\"ow.ly/uh0V30esnOk\";s:7:\"indices\";a:2:{i:0;i:83;i:1;i:106;}}}s:5:\"media\";a:1:{i:0;a:10:{s:2:\"id\";d:9.006879006977024E+17;s:6:\"id_str\";s:18:\"900687900697702401\";s:7:\"indices\";a:2:{i:0;i:107;i:1;i:130;}s:9:\"media_url\";s:46:\"http://pbs.twimg.com/media/DH_i36aUMAEOakk.jpg\";s:15:\"media_url_https\";s:47:\"https://pbs.twimg.com/media/DH_i36aUMAEOakk.jpg\";s:3:\"url\";s:23:\"https://t.co/TbGfKEYjTo\";s:11:\"display_url\";s:26:\"pic.twitter.com/TbGfKEYjTo\";s:12:\"expanded_url\";s:65:\"https://twitter.com/HilltopTech/status/900687903424118790/photo/1\";s:4:\"type\";s:5:\"photo\";s:5:\"sizes\";a:4:{s:5:\"thumb\";a:3:{s:1:\"w\";i:150;s:1:\"h\";i:150;s:6:\"resize\";s:4:\"crop\";}s:5:\"large\";a:3:{s:1:\"w\";i:1400;s:1:\"h\";i:700;s:6:\"resize\";s:3:\"fit\";}s:6:\"medium\";a:3:{s:1:\"w\";i:1200;s:1:\"h\";i:600;s:6:\"resize\";s:3:\"fit\";}s:5:\"small\";a:3:{s:1:\"w\";i:680;s:1:\"h\";i:340;s:6:\"resize\";s:3:\"fit\";}}}}}s:17:\"extended_entities\";a:1:{s:5:\"media\";a:1:{i:0;a:10:{s:2:\"id\";d:9.006879006977024E+17;s:6:\"id_str\";s:18:\"900687900697702401\";s:7:\"indices\";a:2:{i:0;i:107;i:1;i:130;}s:9:\"media_url\";s:46:\"http://pbs.twimg.com/media/DH_i36aUMAEOakk.jpg\";s:15:\"media_url_https\";s:47:\"https://pbs.twimg.com/media/DH_i36aUMAEOakk.jpg\";s:3:\"url\";s:23:\"https://t.co/TbGfKEYjTo\";s:11:\"display_url\";s:26:\"pic.twitter.com/TbGfKEYjTo\";s:12:\"expanded_url\";s:65:\"https://twitter.com/HilltopTech/status/900687903424118790/photo/1\";s:4:\"type\";s:5:\"photo\";s:5:\"sizes\";a:4:{s:5:\"thumb\";a:3:{s:1:\"w\";i:150;s:1:\"h\";i:150;s:6:\"resize\";s:4:\"crop\";}s:5:\"large\";a:3:{s:1:\"w\";i:1400;s:1:\"h\";i:700;s:6:\"resize\";s:3:\"fit\";}s:6:\"medium\";a:3:{s:1:\"w\";i:1200;s:1:\"h\";i:600;s:6:\"resize\";s:3:\"fit\";}s:5:\"small\";a:3:{s:1:\"w\";i:680;s:1:\"h\";i:340;s:6:\"resize\";s:3:\"fit\";}}}}}s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:43:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:57;s:13:\"friends_count\";i:44;s:12:\"listed_count\";i:7;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:13;s:10:\"utc_offset\";N;s:9:\"time_zone\";N;s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:384;s:4:\"lang\";N;s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;s:15:\"translator_type\";s:4:\"none\";s:21:\"withheld_in_countries\";a:0:{}}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}s:10:\"httpstatus\";i:200;}','yes'),(489337,'_transient_timeout_yst_sm_post_1:5tYGX_6X6Re','1628890962','no'),(489338,'_transient_yst_sm_post_1:5tYGX_6X6Re','C:24:\"WPSEO_Sitemap_Cache_Data\":13743:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:13694:\"<urlset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:image=\"http://www.google.com/schemas/sitemap-image/1.1\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd\" xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n <url>\n <loc>http://hilltoptech.com/news/</loc>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/shoretel-virtual-appliance-capabilities/</loc>\n <lastmod>2014-07-17T13:55:48-04:00</lastmod>\n <image:image>\n <image:loc>http://hilltoptech.com/news/wp-content/uploads/2014/06/ShoreTel1.jpg</image:loc>\n </image:image>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/avayas-new-contact-center-select/</loc>\n <lastmod>2014-07-17T13:57:38-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/top-5-emerging-technology-trends/</loc>\n <lastmod>2014-09-03T12:38:32-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/top10/</loc>\n <lastmod>2014-11-02T10:05:18-05:00</lastmod>\n <image:image>\n <image:loc>http://hilltoptech.com/news/wp-content/uploads/2014/10/10Ways.png</image:loc>\n <image:caption><![CDATA[10Ways]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/home-office-telecommunication-essentials/</loc>\n <lastmod>2015-01-13T14:29:24-05:00</lastmod>\n <image:image>\n <image:loc>http://hilltoptech.com/news/wp-content/uploads/2015/01/bigstock-Home-Office-2092434.jpg</image:loc>\n <image:caption><![CDATA[Home Office]]></image:caption>\n </image:image>\n <image:image>\n <image:loc>http://hilltoptech.com/news/wp-content/uploads/2015/01/ShoreTel-Dock.jpg</image:loc>\n <image:caption><![CDATA[ShoreTel Dock]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/reach-new-heights-voip-readiness/</loc>\n <lastmod>2015-01-14T16:21:39-05:00</lastmod>\n <image:image>\n <image:loc>http://hilltoptech.com/news/wp-content/uploads/2015/01/bigstock-Young-lady-hiker-standing-with-56836412.jpg</image:loc>\n <image:caption><![CDATA[Young lady hiker standing with backpack on top of a mountain and]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/unified-communications/</loc>\n <lastmod>2015-01-14T16:22:17-05:00</lastmod>\n <image:image>\n <image:loc>http://hilltoptech.com/news/wp-content/uploads/2014/11/Avaya-screen.jpg</image:loc>\n <image:caption><![CDATA[Avaya screen]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/hilltop-technologies-awarded-avaya-small-medium-enterprise-sme-expert-designation/</loc>\n <lastmod>2015-01-14T16:22:43-05:00</lastmod>\n <image:image>\n <image:loc>http://hilltoptech.com/news/wp-content/uploads/2014/07/avaya.png</image:loc>\n <image:caption><![CDATA[avaya]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/robert-johnston-and-heather-lingenfelter-appointed-to-executive-team/</loc>\n <lastmod>2015-01-22T17:26:31-05:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/lunch-learn-avaya-ip-office/</loc>\n <lastmod>2015-02-17T13:13:00-05:00</lastmod>\n <image:image>\n <image:loc>http://hilltoptech.com/news/wp-content/uploads/2015/02/LLemailHeader.png</image:loc>\n <image:caption><![CDATA[LLemailHeader]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/myths/</loc>\n <lastmod>2015-02-25T14:53:01-05:00</lastmod>\n <image:image>\n <image:loc>http://hilltoptech.com/news/wp-content/uploads/2015/02/6myths.jpg</image:loc>\n <image:caption><![CDATA[6myths]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/reach-new-heights-hosted-pbx/</loc>\n <lastmod>2015-04-01T12:03:57-04:00</lastmod>\n <image:image>\n <image:loc>http://hilltoptech.com/news/wp-content/uploads/2015/03/bigstock-fine-image-of-white-clouds-and-16823522.jpg</image:loc>\n <image:caption><![CDATA[fine image of white clouds and blue sky and air balloon]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/lunch-learn-infinitum-cloud-solution/</loc>\n <lastmod>2015-04-01T12:11:46-04:00</lastmod>\n <image:image>\n <image:loc>http://hilltoptech.com/news/wp-content/uploads/2015/04/Apr2015_webgraphic.png</image:loc>\n <image:caption><![CDATA[Apr2015_webgraphic]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/hosted-pbx/</loc>\n <lastmod>2015-04-09T07:32:50-04:00</lastmod>\n <image:image>\n <image:loc>http://hilltoptech.com/news/wp-content/uploads/2015/03/HostedPBX.png</image:loc>\n <image:caption><![CDATA[HostedPBX]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/reach-new-heights-avaya-ip-office-contact-center/</loc>\n <lastmod>2015-05-15T09:35:04-04:00</lastmod>\n <image:image>\n <image:loc>http://hilltoptech.com/news/wp-content/uploads/2015/05/infograph_avaya-contact-ctr.png</image:loc>\n <image:caption><![CDATA[infograph_avaya contact ctr]]></image:caption>\n </image:image>\n <image:image>\n <image:loc>http://hilltoptech.com/news/wp-content/uploads/2015/05/consultation-line.jpg</image:loc>\n <image:caption><![CDATA[consultation-line]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/is-your-phone-system-working-for-or-against-you/</loc>\n <lastmod>2015-07-22T13:13:00-04:00</lastmod>\n <image:image>\n <image:loc>http://hilltoptech.com/news/wp-content/uploads/2015/07/phoneforagainst.png</image:loc>\n <image:caption><![CDATA[phoneforagainst]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/hilltop-technologies-recognized-for-avaya-customer-excellence/</loc>\n <lastmod>2015-09-23T12:09:20-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/customer-spotlight-aces/</loc>\n <lastmod>2015-09-24T11:05:04-04:00</lastmod>\n <image:image>\n <image:loc>http://hilltoptech.com/news/wp-content/uploads/2015/09/ACES-Customer-Spotlight.png</image:loc>\n <image:caption><![CDATA[ACES-Customer-Spotlight]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/preparing-your-telecommunications-for-the-new-year/</loc>\n <lastmod>2015-10-01T16:00:07-04:00</lastmod>\n <image:image>\n <image:loc>http://hilltoptech.com/news/wp-content/uploads/2015/10/bigstock-Office-desk-table-with-compute-85134539-e1443728326544.jpg</image:loc>\n </image:image>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/hilltop-adds-to-team/</loc>\n <lastmod>2015-11-17T14:26:38-05:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/expand-your-scope/</loc>\n <lastmod>2015-11-23T11:31:59-05:00</lastmod>\n <image:image>\n <image:loc>http://hilltoptech.com/news/wp-content/uploads/2015/11/Expand-Your-Scope.png</image:loc>\n <image:caption><![CDATA[Expand-Your-Scope]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/merry-christmas-from-hilltop-technologies/</loc>\n <lastmod>2015-12-15T08:53:30-05:00</lastmod>\n <image:image>\n <image:loc>http://hilltoptech.com/news/wp-content/uploads/2015/12/elbert.png</image:loc>\n <image:caption><![CDATA[elbert]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/greater-efficiency-with-sip-trunking/</loc>\n <lastmod>2016-01-22T08:53:24-05:00</lastmod>\n <image:image>\n <image:loc>http://hilltoptech.com/news/wp-content/uploads/2016/01/SIP-Trunking-VoIP-Improved.png</image:loc>\n <image:caption><![CDATA[SIP-Trunking-VoIP-Improved]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/what-the-death-of-the-landline-means-for-your-business/</loc>\n <lastmod>2016-03-18T13:39:06-04:00</lastmod>\n <image:image>\n <image:loc>http://hilltoptech.com/news/wp-content/uploads/2016/03/DeathofLandline.jpg</image:loc>\n <image:caption><![CDATA[DeathofLandline]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/iconic-company-focuses-on-staying-connected-with-customers/</loc>\n <lastmod>2016-05-11T16:13:18-04:00</lastmod>\n <image:image>\n <image:loc>http://hilltoptech.com/news/wp-content/uploads/2016/05/Radio-Flyer-600w1.png</image:loc>\n </image:image>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/springcleaning/</loc>\n <lastmod>2016-05-25T15:06:57-04:00</lastmod>\n <image:image>\n <image:loc>http://hilltoptech.com/news/wp-content/uploads/2016/05/Spring-clean-snapshot.png</image:loc>\n <image:caption><![CDATA[Spring-clean-snapshot]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/customer-spotlight-bay-path-university/</loc>\n <lastmod>2016-07-06T13:12:30-04:00</lastmod>\n <image:image>\n <image:loc>http://hilltoptech.com/news/wp-content/uploads/2016/02/BPU_CaseStudyHeader.png</image:loc>\n <image:caption><![CDATA[BPU_CaseStudyHeader]]></image:caption>\n </image:image>\n <image:image>\n <image:loc>http://hilltoptech.com/news/wp-content/uploads/2015/05/consultation-line.jpg</image:loc>\n <image:caption><![CDATA[consultation-line]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/movingtothecloud/</loc>\n <lastmod>2016-07-27T10:38:32-04:00</lastmod>\n <image:image>\n <image:loc>http://hilltoptech.com/news/wp-content/uploads/2016/07/bigstock-business-people-cloud-comput-79684360.jpg</image:loc>\n <image:caption><![CDATA[business, people, cloud computing and technology concept - smiling business team with smartphones, tablet pc computers working in office]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/trend-alert-telecommuting/</loc>\n <lastmod>2016-07-27T10:53:04-04:00</lastmod>\n <image:image>\n <image:loc>http://hilltoptech.com/news/wp-content/uploads/2016/07/Trend-Alert-Telecommuting.png</image:loc>\n <image:caption><![CDATA[Trend Alert Telecommuting]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/xima/</loc>\n <lastmod>2016-08-29T14:10:33-04:00</lastmod>\n <image:image>\n <image:loc>http://hilltoptech.com/news/wp-content/uploads/2016/08/header-image.png</image:loc>\n <image:caption><![CDATA[header-image]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/trend-alert-integrations/</loc>\n <lastmod>2016-09-22T10:42:58-04:00</lastmod>\n <image:image>\n <image:loc>http://hilltoptech.com/news/wp-content/uploads/2016/09/Trend-Alert-integrations.png</image:loc>\n <image:caption><![CDATA[trend-alert-integrations]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/partner-customer-excellence/</loc>\n <lastmod>2016-10-19T11:25:34-04:00</lastmod>\n <image:image>\n <image:loc>http://hilltoptech.com/news/wp-content/uploads/2015/04/Avaya-Partner-in-Customer-Excellence.jpg</image:loc>\n <image:caption><![CDATA[Partner in Customer Excellence]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/planning-new-business-phone-system/</loc>\n <lastmod>2016-10-27T12:15:02-04:00</lastmod>\n <image:image>\n <image:loc>http://hilltoptech.com/news/wp-content/uploads/2016/10/SixSteps.png</image:loc>\n <image:caption><![CDATA[Planning New Business Phone System]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/move-on/</loc>\n <lastmod>2016-11-08T16:31:16-05:00</lastmod>\n <image:image>\n <image:loc>http://hilltoptech.com/news/wp-content/uploads/2016/11/moveon.png</image:loc>\n <image:caption><![CDATA[move on]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/staying-agile/</loc>\n <lastmod>2016-12-09T10:25:01-05:00</lastmod>\n <image:image>\n <image:loc>http://hilltoptech.com/news/wp-content/uploads/2016/12/Staying-Agile-in-the-New-Year.png</image:loc>\n <image:caption><![CDATA[staying-agile-in-the-new-year]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/extend-voice-communications-system/</loc>\n <lastmod>2017-04-04T13:12:06-04:00</lastmod>\n <image:image>\n <image:loc>http://hilltoptech.com/news/wp-content/uploads/2017/04/Extend-Communication-Header.png</image:loc>\n <image:caption><![CDATA[Extend your Communications]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/successful-transition-avaya-ip-office/</loc>\n <lastmod>2017-06-16T11:34:49-04:00</lastmod>\n <image:image>\n <image:loc>http://hilltoptech.com/news/wp-content/uploads/2017/06/testimonial-e1497626142580.jpg</image:loc>\n <image:caption><![CDATA[Avaya IP Office Testimonial]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/10-reasons-to-move-your-unified-communications-system-to-the-cloud/</loc>\n <lastmod>2017-06-16T13:33:59-04:00</lastmod>\n <image:image>\n <image:loc>http://hilltoptech.com/news/wp-content/uploads/2017/06/unified-communications.jpg</image:loc>\n <image:caption><![CDATA[Unified Communications]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/4-keys-to-your-communications-system-success/</loc>\n <lastmod>2017-08-31T10:16:20-04:00</lastmod>\n <image:image>\n <image:loc>http://hilltoptech.com/news/wp-content/uploads/2017/04/comm-tech-services-all-in-box.jpg</image:loc>\n <image:caption><![CDATA[Communications Technology]]></image:caption>\n </image:image>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/nip-rising-maintenance-costs-bud/</loc>\n <lastmod>2017-12-11T17:53:35-05:00</lastmod>\n <image:image>\n <image:loc>http://hilltoptech.com/news/wp-content/uploads/2017/12/Maintenance-Costs.png</image:loc>\n <image:caption><![CDATA[Telecom Maintenance]]></image:caption>\n </image:image>\n </url>\n</urlset>\";}}','no'),(490793,'_transient_timeout_yst_sm_1_1:5tYGX_6X6Qs','1629457565','no'),(490794,'_transient_yst_sm_1_1:5tYGX_6X6Qs','C:24:\"WPSEO_Sitemap_Cache_Data\":649:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:602:\"<sitemapindex xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n <sitemap>\n <loc>http://hilltoptech.com/news/post-sitemap.xml</loc>\n <lastmod>2017-12-11T17:53:35-05:00</lastmod>\n </sitemap>\n <sitemap>\n <loc>http://hilltoptech.com/news/page-sitemap.xml</loc>\n <lastmod>2017-11-02T16:00:41-04:00</lastmod>\n </sitemap>\n <sitemap>\n <loc>http://hilltoptech.com/news/category-sitemap.xml</loc>\n <lastmod>2017-12-11T17:53:35-05:00</lastmod>\n </sitemap>\n <sitemap>\n <loc>http://hilltoptech.com/news/post_tag-sitemap.xml</loc>\n <lastmod>2017-12-11T17:53:35-05:00</lastmod>\n </sitemap>\n</sitemapindex>\";}}','no'),(488872,'_transient_timeout_yst_sm_category_1:5tYGX_6X6QI','1628729469','no'),(488873,'_transient_yst_sm_category_1:5tYGX_6X6QI','C:24:\"WPSEO_Sitemap_Cache_Data\":713:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:666:\"<urlset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:image=\"http://www.google.com/schemas/sitemap-image/1.1\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd\" xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n <url>\n <loc>http://hilltoptech.com/news/category/news/</loc>\n <lastmod>2017-12-11T17:53:35-05:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/category/avaya/</loc>\n <lastmod>2017-06-16T13:33:59-04:00</lastmod>\n </url>\n <url>\n <loc>http://hilltoptech.com/news/category/shoretel/</loc>\n <lastmod>2016-12-09T10:25:01-05:00</lastmod>\n </url>\n</urlset>\";}}','no'),(491195,'_transient_timeout_twitter_data_HilltopTech_5_status','1629492270','no'),(491196,'_transient_twitter_data_HilltopTech_5_status','a:3:{s:18:\"rate_limit_context\";a:1:{s:12:\"access_token\";s:50:\"534619080-2EdIEHBD4F22n7mzhlHG1D8Sq1XWxMkhI8tlrwDJ\";}s:9:\"resources\";a:52:{s:5:\"lists\";a:10:{s:11:\"/lists/list\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:18:\"/lists/memberships\";a:3:{s:5:\"limit\";i:75;s:9:\"remaining\";i:75;s:5:\"reset\";i:1629492869;}s:23:\"/lists/subscribers/show\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:14:\"/lists/members\";a:3:{s:5:\"limit\";i:900;s:9:\"remaining\";i:900;s:5:\"reset\";i:1629492869;}s:20:\"/lists/subscriptions\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:11:\"/lists/show\";a:3:{s:5:\"limit\";i:75;s:9:\"remaining\";i:75;s:5:\"reset\";i:1629492869;}s:17:\"/lists/ownerships\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:18:\"/lists/subscribers\";a:3:{s:5:\"limit\";i:180;s:9:\"remaining\";i:180;s:5:\"reset\";i:1629492869;}s:19:\"/lists/members/show\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:15:\"/lists/statuses\";a:3:{s:5:\"limit\";i:900;s:9:\"remaining\";i:900;s:5:\"reset\";i:1629492869;}}s:11:\"application\";a:1:{s:30:\"/application/rate_limit_status\";a:3:{s:5:\"limit\";i:180;s:9:\"remaining\";i:180;s:5:\"reset\";i:1629492869;}}s:5:\"mutes\";a:2:{s:17:\"/mutes/users/list\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:16:\"/mutes/users/ids\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}}s:6:\"verify\";a:8:{s:32:\"/verify/:version/badge-violation\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:43:\"/verify/:version/badge-violation/violations\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:23:\"/verify/:version/intake\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:33:\"/verify/:version/document-formats\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:32:\"/verify/:version/id-document&GET\";a:3:{s:5:\"limit\";i:1000;s:9:\"remaining\";i:1000;s:5:\"reset\";i:1629492869;}s:33:\"/verify/:version/id-document&POST\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:23:\"/verify/:version/access\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:36:\"/verify/:version/account-eligibility\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}}s:11:\"admin_users\";a:1:{s:12:\"/admin_users\";a:3:{s:5:\"limit\";i:2000;s:9:\"remaining\";i:2000;s:5:\"reset\";i:1629492869;}}s:17:\"live_video_stream\";a:1:{s:29:\"/live_video_stream/status/:id\";a:3:{s:5:\"limit\";i:1000;s:9:\"remaining\";i:1000;s:5:\"reset\";i:1629492869;}}s:11:\"friendships\";a:6:{s:21:\"/friendships/outgoing\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:17:\"/friendships/list\";a:3:{s:5:\"limit\";i:200;s:9:\"remaining\";i:200;s:5:\"reset\";i:1629492869;}s:28:\"/friendships/no_retweets/ids\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:19:\"/friendships/lookup\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:21:\"/friendships/incoming\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:17:\"/friendships/show\";a:3:{s:5:\"limit\";i:180;s:9:\"remaining\";i:180;s:5:\"reset\";i:1629492869;}}s:5:\"guide\";a:3:{s:6:\"/guide\";a:3:{s:5:\"limit\";i:180;s:9:\"remaining\";i:180;s:5:\"reset\";i:1629492869;}s:28:\"/guide/get_explore_locations\";a:3:{s:5:\"limit\";i:100;s:9:\"remaining\";i:100;s:5:\"reset\";i:1629492869;}s:42:\"/guide/explore_locations_with_autocomplete\";a:3:{s:5:\"limit\";i:200;s:9:\"remaining\";i:200;s:5:\"reset\";i:1629492869;}}s:4:\"auth\";a:1:{s:16:\"/auth/csrf_token\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}}s:10:\"compliance\";a:3:{s:21:\"/compliance/jobs&POST\";a:3:{s:5:\"limit\";i:150;s:9:\"remaining\";i:150;s:5:\"reset\";i:1629492869;}s:20:\"/compliance/jobs&GET\";a:3:{s:5:\"limit\";i:150;s:9:\"remaining\";i:150;s:5:\"reset\";i:1629492869;}s:24:\"/compliance/jobs/:job_id\";a:3:{s:5:\"limit\";i:150;s:9:\"remaining\";i:150;s:5:\"reset\";i:1629492869;}}s:6:\"paseto\";a:1:{s:13:\"/paseto/token\";a:3:{s:5:\"limit\";i:25;s:9:\"remaining\";i:25;s:5:\"reset\";i:1629492869;}}s:6:\"blocks\";a:2:{s:12:\"/blocks/list\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:11:\"/blocks/ids\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}}s:3:\"geo\";a:5:{s:19:\"/geo/similar_places\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:15:\"/geo/place_page\";a:3:{s:5:\"limit\";i:75;s:9:\"remaining\";i:75;s:5:\"reset\";i:1629492869;}s:17:\"/geo/id/:place_id\";a:3:{s:5:\"limit\";i:75;s:9:\"remaining\";i:75;s:5:\"reset\";i:1629492869;}s:20:\"/geo/reverse_geocode\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:11:\"/geo/search\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}}s:5:\"users\";a:37:{s:7:\"/users/\";a:3:{s:5:\"limit\";i:900;s:9:\"remaining\";i:900;s:5:\"reset\";i:1629492869;}s:10:\"/users/:id\";a:3:{s:5:\"limit\";i:900;s:9:\"remaining\";i:900;s:5:\"reset\";i:1629492869;}s:22:\"/users/:id/muting&POST\";a:3:{s:5:\"limit\";i:50;s:9:\"remaining\";i:50;s:5:\"reset\";i:1629492869;}s:18:\"/users/report_spam\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:54:\"/users/:source_user_id/blocking/:target_user_id&DELETE\";a:3:{s:5:\"limit\";i:50;s:9:\"remaining\";i:50;s:5:\"reset\";i:1629492869;}s:27:\"/users/contributors/pending\";a:3:{s:5:\"limit\";i:2000;s:9:\"remaining\";i:2000;s:5:\"reset\";i:1629492869;}s:15:\"/users/show/:id\";a:3:{s:5:\"limit\";i:900;s:9:\"remaining\";i:900;s:5:\"reset\";i:1629492869;}s:37:\"/users/:source_user_id/following&POST\";a:3:{s:5:\"limit\";i:50;s:9:\"remaining\";i:50;s:5:\"reset\";i:1629492869;}s:17:\"/users/:id/tweets\";a:3:{s:5:\"limit\";i:900;s:9:\"remaining\";i:900;s:5:\"reset\";i:1629492869;}s:43:\"/users/:id/retweets/:source_tweet_id&DELETE\";a:3:{s:5:\"limit\";i:50;s:9:\"remaining\";i:50;s:5:\"reset\";i:1629492869;}s:13:\"/users/search\";a:3:{s:5:\"limit\";i:900;s:9:\"remaining\";i:900;s:5:\"reset\";i:1629492869;}s:21:\"/users/:id/likes&POST\";a:3:{s:5:\"limit\";i:50;s:9:\"remaining\";i:50;s:5:\"reset\";i:1629492869;}s:24:\"/users/suggestions/:slug\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:27:\"/users/contributees/pending\";a:3:{s:5:\"limit\";i:200;s:9:\"remaining\";i:200;s:5:\"reset\";i:1629492869;}s:24:\"/users/:id/retweets&POST\";a:3:{s:5:\"limit\";i:50;s:9:\"remaining\";i:50;s:5:\"reset\";i:1629492869;}s:21:\"/users/profile_banner\";a:3:{s:5:\"limit\";i:180;s:9:\"remaining\";i:180;s:5:\"reset\";i:1629492869;}s:70:\"/users/by/username/:source_username/following/:target_user_name&DELETE\";a:3:{s:5:\"limit\";i:50;s:9:\"remaining\";i:50;s:5:\"reset\";i:1629492869;}s:33:\"/users/by/username/:handle/tweets\";a:3:{s:5:\"limit\";i:900;s:9:\"remaining\";i:900;s:5:\"reset\";i:1629492869;}s:19:\"/users/derived_info\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:24:\"/users/:id/blocking&POST\";a:3:{s:5:\"limit\";i:50;s:9:\"remaining\";i:50;s:5:\"reset\";i:1629492869;}s:50:\"/users/by/username/:source_username/following&POST\";a:3:{s:5:\"limit\";i:50;s:9:\"remaining\";i:50;s:5:\"reset\";i:1629492869;}s:20:\"/users/:id/followers\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:32:\"/users/suggestions/:slug/members\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:20:\"/users/:id/following\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:19:\"/users/:id/mentions\";a:3:{s:5:\"limit\";i:180;s:9:\"remaining\";i:180;s:5:\"reset\";i:1629492869;}s:55:\"/users/:source_user_id/following/:target_user_id&DELETE\";a:3:{s:5:\"limit\";i:50;s:9:\"remaining\";i:50;s:5:\"reset\";i:1629492869;}s:28:\"/users/by/username/:username\";a:3:{s:5:\"limit\";i:900;s:9:\"remaining\";i:900;s:5:\"reset\";i:1629492869;}s:38:\"/users/by/username/:username/followers\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:13:\"/users/lookup\";a:3:{s:5:\"limit\";i:900;s:9:\"remaining\";i:900;s:5:\"reset\";i:1629492869;}s:19:\"/users/:id/blocking\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:18:\"/users/suggestions\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:33:\"/users/:id/likes/:tweet_id&DELETE\";a:3:{s:5:\"limit\";i:50;s:9:\"remaining\";i:50;s:5:\"reset\";i:1629492869;}s:38:\"/users/by/username/:username/following\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:35:\"/users/by/username/:handle/mentions\";a:3:{s:5:\"limit\";i:180;s:9:\"remaining\";i:180;s:5:\"reset\";i:1629492869;}s:9:\"/users/by\";a:3:{s:5:\"limit\";i:900;s:9:\"remaining\";i:900;s:5:\"reset\";i:1629492869;}s:52:\"/users/:source_user_id/muting/:target_user_id&DELETE\";a:3:{s:5:\"limit\";i:50;s:9:\"remaining\";i:50;s:5:\"reset\";i:1629492869;}s:23:\"/users/:id/liked_tweets\";a:3:{s:5:\"limit\";i:75;s:9:\"remaining\";i:75;s:5:\"reset\";i:1629492869;}}s:5:\"teams\";a:1:{s:16:\"/teams/authorize\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}}s:9:\"followers\";a:2:{s:14:\"/followers/ids\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:15:\"/followers/list\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}}s:11:\"collections\";a:3:{s:17:\"/collections/list\";a:3:{s:5:\"limit\";i:1000;s:9:\"remaining\";i:1000;s:5:\"reset\";i:1629492869;}s:20:\"/collections/entries\";a:3:{s:5:\"limit\";i:1000;s:9:\"remaining\";i:1000;s:5:\"reset\";i:1629492869;}s:17:\"/collections/show\";a:3:{s:5:\"limit\";i:1000;s:9:\"remaining\";i:1000;s:5:\"reset\";i:1629492869;}}s:11:\"permissions\";a:2:{s:54:\"/permissions/user_permissions/admin_email_verification\";a:3:{s:5:\"limit\";i:3;s:9:\"remaining\";i:3;s:5:\"reset\";i:1629492869;}s:29:\"/permissions/user_permissions\";a:3:{s:5:\"limit\";i:3;s:9:\"remaining\";i:3;s:5:\"reset\";i:1629492869;}}s:11:\"tweets&POST\";a:1:{s:12:\"/tweets&POST\";a:3:{s:5:\"limit\";i:50;s:9:\"remaining\";i:50;s:5:\"reset\";i:1629492869;}}s:8:\"statuses\";a:10:{s:24:\"/statuses/retweeters/ids\";a:3:{s:5:\"limit\";i:75;s:9:\"remaining\";i:75;s:5:\"reset\";i:1629492869;}s:24:\"/statuses/retweets_of_me\";a:3:{s:5:\"limit\";i:75;s:9:\"remaining\";i:75;s:5:\"reset\";i:1629492869;}s:23:\"/statuses/home_timeline\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:18:\"/statuses/show/:id\";a:3:{s:5:\"limit\";i:900;s:9:\"remaining\";i:900;s:5:\"reset\";i:1629492869;}s:23:\"/statuses/user_timeline\";a:3:{s:5:\"limit\";i:900;s:9:\"remaining\";i:899;s:5:\"reset\";i:1629492461;}s:17:\"/statuses/friends\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:22:\"/statuses/retweets/:id\";a:3:{s:5:\"limit\";i:75;s:9:\"remaining\";i:75;s:5:\"reset\";i:1629492869;}s:27:\"/statuses/mentions_timeline\";a:3:{s:5:\"limit\";i:75;s:9:\"remaining\";i:75;s:5:\"reset\";i:1629492869;}s:16:\"/statuses/oembed\";a:3:{s:5:\"limit\";i:180;s:9:\"remaining\";i:180;s:5:\"reset\";i:1629492869;}s:16:\"/statuses/lookup\";a:3:{s:5:\"limit\";i:900;s:9:\"remaining\";i:900;s:5:\"reset\";i:1629492869;}}s:15:\"custom_profiles\";a:2:{s:21:\"/custom_profiles/list\";a:3:{s:5:\"limit\";i:180;s:9:\"remaining\";i:180;s:5:\"reset\";i:1629492869;}s:21:\"/custom_profiles/show\";a:3:{s:5:\"limit\";i:180;s:9:\"remaining\";i:180;s:5:\"reset\";i:1629492869;}}s:8:\"webhooks\";a:2:{s:39:\"/webhooks/subscriptions/direct_messages\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:9:\"/webhooks\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}}s:8:\"contacts\";a:5:{s:21:\"/contacts/uploaded_by\";a:3:{s:5:\"limit\";i:300;s:9:\"remaining\";i:300;s:5:\"reset\";i:1629492869;}s:15:\"/contacts/users\";a:3:{s:5:\"limit\";i:300;s:9:\"remaining\";i:300;s:5:\"reset\";i:1629492869;}s:21:\"/contacts/addressbook\";a:3:{s:5:\"limit\";i:300;s:9:\"remaining\";i:300;s:5:\"reset\";i:1629492869;}s:31:\"/contacts/users_and_uploaded_by\";a:3:{s:5:\"limit\";i:300;s:9:\"remaining\";i:300;s:5:\"reset\";i:1629492869;}s:23:\"/contacts/delete/status\";a:3:{s:5:\"limit\";i:300;s:9:\"remaining\";i:300;s:5:\"reset\";i:1629492869;}}s:4:\"labs\";a:16:{s:37:\"/labs/2/platform_manipulation/reports\";a:3:{s:5:\"limit\";i:5;s:9:\"remaining\";i:5;s:5:\"reset\";i:1629492869;}s:36:\"/labs/:version/tweets/:id/hidden&PUT\";a:3:{s:5:\"limit\";i:10;s:9:\"remaining\";i:10;s:5:\"reset\";i:1629492869;}s:36:\"/labs/:version/tweets/stream/filter/\";a:3:{s:5:\"limit\";i:50;s:9:\"remaining\";i:50;s:5:\"reset\";i:1629492869;}s:31:\"/labs/:version/users/:id/tweets\";a:3:{s:5:\"limit\";i:225;s:9:\"remaining\";i:225;s:5:\"reset\";i:1629492869;}s:15:\"/labs/2/reports\";a:3:{s:5:\"limit\";i:5;s:9:\"remaining\";i:5;s:5:\"reset\";i:1629492869;}s:46:\"/labs/:version/tweets/stream/filter/rules&POST\";a:3:{s:5:\"limit\";i:450;s:9:\"remaining\";i:450;s:5:\"reset\";i:1629492869;}s:35:\"/labs/:version/tweets/stream/sample\";a:3:{s:5:\"limit\";i:50;s:9:\"remaining\";i:50;s:5:\"reset\";i:1629492869;}s:47:\"/labs/:version/users/by/username/:handle/tweets\";a:3:{s:5:\"limit\";i:225;s:9:\"remaining\";i:225;s:5:\"reset\";i:1629492869;}s:37:\"/labs/:version/tweets/metrics/private\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:56:\"/labs/:version/tweets/stream/filter/rules/:instance_name\";a:3:{s:5:\"limit\";i:450;s:9:\"remaining\";i:450;s:5:\"reset\";i:1629492869;}s:23:\"/labs/:version/tweets/*\";a:3:{s:5:\"limit\";i:900;s:9:\"remaining\";i:900;s:5:\"reset\";i:1629492869;}s:22:\"/labs/:version/users/*\";a:3:{s:5:\"limit\";i:900;s:9:\"remaining\";i:900;s:5:\"reset\";i:1629492869;}s:50:\"/labs/:version/tweets/stream/filter/:instance_name\";a:3:{s:5:\"limit\";i:50;s:9:\"remaining\";i:50;s:5:\"reset\";i:1629492869;}s:42:\"/labs/:version/tweets/stream/filter/rules/\";a:3:{s:5:\"limit\";i:450;s:9:\"remaining\";i:450;s:5:\"reset\";i:1629492869;}s:39:\"/labs/:version/tweets/stream/compliance\";a:3:{s:5:\"limit\";i:500;s:9:\"remaining\";i:500;s:5:\"reset\";i:1629492869;}s:28:\"/labs/:version/tweets/search\";a:3:{s:5:\"limit\";i:225;s:9:\"remaining\";i:225;s:5:\"reset\";i:1629492869;}}s:1:\"i\";a:2:{s:9:\"/i/config\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:42:\"/i/tfb/v1/smb/web/:account_id/payment/save\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}}s:13:\"tweet_prompts\";a:2:{s:33:\"/tweet_prompts/report_interaction\";a:3:{s:5:\"limit\";i:180;s:9:\"remaining\";i:180;s:5:\"reset\";i:1629492869;}s:19:\"/tweet_prompts/show\";a:3:{s:5:\"limit\";i:180;s:9:\"remaining\";i:180;s:5:\"reset\";i:1629492869;}}s:7:\"moments\";a:3:{s:24:\"/moments/statuses/update\";a:3:{s:5:\"limit\";i:5;s:9:\"remaining\";i:5;s:5:\"reset\";i:1629492869;}s:15:\"/moments/create\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:20:\"/moments/permissions\";a:3:{s:5:\"limit\";i:300;s:9:\"remaining\";i:300;s:5:\"reset\";i:1629492869;}}s:32:\"limiter_scalding_report_creation\";a:1:{s:33:\"/limiter_scalding_report_creation\";a:3:{s:5:\"limit\";i:4500;s:9:\"remaining\";i:4500;s:5:\"reset\";i:1629492869;}}s:6:\"fleets\";a:15:{s:29:\"/fleets/:version/mutes/create\";a:3:{s:5:\"limit\";i:100;s:9:\"remaining\";i:100;s:5:\"reset\";i:1629492869;}s:24:\"/fleets/:version/viewers\";a:3:{s:5:\"limit\";i:100;s:9:\"remaining\";i:100;s:5:\"reset\";i:1629492869;}s:23:\"/fleets/:version/delete\";a:3:{s:5:\"limit\";i:50;s:9:\"remaining\";i:50;s:5:\"reset\";i:1629492869;}s:31:\"/fleets/:version/avatar_content\";a:3:{s:5:\"limit\";i:100;s:9:\"remaining\";i:100;s:5:\"reset\";i:1629492869;}s:23:\"/fleets/:version/create\";a:3:{s:5:\"limit\";i:50;s:9:\"remaining\";i:50;s:5:\"reset\";i:1629492869;}s:28:\"/fleets/:version/user_fleets\";a:3:{s:5:\"limit\";i:180;s:9:\"remaining\";i:180;s:5:\"reset\";i:1629492869;}s:26:\"/fleets/:version/fleetline\";a:3:{s:5:\"limit\";i:100;s:9:\"remaining\";i:100;s:5:\"reset\";i:1629492869;}s:29:\"/fleets/:version/track_events\";a:3:{s:5:\"limit\";i:100;s:9:\"remaining\";i:100;s:5:\"reset\";i:1629492869;}s:23:\"/fleets/:version/update\";a:3:{s:5:\"limit\";i:50;s:9:\"remaining\";i:50;s:5:\"reset\";i:1629492869;}s:30:\"/fleets/:version/fleet_threads\";a:3:{s:5:\"limit\";i:1000;s:9:\"remaining\";i:1000;s:5:\"reset\";i:1629492869;}s:27:\"/fleets/:version/mutes/list\";a:3:{s:5:\"limit\";i:100;s:9:\"remaining\";i:100;s:5:\"reset\";i:1629492869;}s:30:\"/fleets/:version/mutes/destroy\";a:3:{s:5:\"limit\";i:100;s:9:\"remaining\";i:100;s:5:\"reset\";i:1629492869;}s:30:\"/fleets/:version/home_timeline\";a:3:{s:5:\"limit\";i:100;s:9:\"remaining\";i:100;s:5:\"reset\";i:1629492869;}s:32:\"/fleets/:version/feedback/create\";a:3:{s:5:\"limit\";i:500;s:9:\"remaining\";i:500;s:5:\"reset\";i:1629492869;}s:26:\"/fleets/:version/mark_read\";a:3:{s:5:\"limit\";i:1000;s:9:\"remaining\";i:1000;s:5:\"reset\";i:1629492869;}}s:4:\"help\";a:5:{s:9:\"/help/tos\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:19:\"/help/configuration\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:14:\"/help/settings\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:13:\"/help/privacy\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:15:\"/help/languages\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}}s:8:\"feedback\";a:2:{s:18:\"/feedback/show/:id\";a:3:{s:5:\"limit\";i:180;s:9:\"remaining\";i:180;s:5:\"reset\";i:1629492869;}s:16:\"/feedback/events\";a:3:{s:5:\"limit\";i:1000;s:9:\"remaining\";i:1000;s:5:\"reset\";i:1629492869;}}s:19:\"business_experience\";a:5:{s:47:\"/business_experience/dashboard_settings/destroy\";a:3:{s:5:\"limit\";i:450;s:9:\"remaining\";i:450;s:5:\"reset\";i:1629492869;}s:39:\"/business_experience/dashboard_features\";a:3:{s:5:\"limit\";i:450;s:9:\"remaining\";i:450;s:5:\"reset\";i:1629492869;}s:29:\"/business_experience/keywords\";a:3:{s:5:\"limit\";i:450;s:9:\"remaining\";i:450;s:5:\"reset\";i:1629492869;}s:46:\"/business_experience/dashboard_settings/update\";a:3:{s:5:\"limit\";i:450;s:9:\"remaining\";i:450;s:5:\"reset\";i:1629492869;}s:44:\"/business_experience/dashboard_settings/show\";a:3:{s:5:\"limit\";i:450;s:9:\"remaining\";i:450;s:5:\"reset\";i:1629492869;}}s:12:\"graphql&POST\";a:1:{s:13:\"/graphql&POST\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}}s:7:\"friends\";a:4:{s:22:\"/friends/following/ids\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:23:\"/friends/following/list\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:13:\"/friends/list\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:12:\"/friends/ids\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}}s:7:\"sandbox\";a:1:{s:52:\"/sandbox/account_activity/webhooks/:id/subscriptions\";a:3:{s:5:\"limit\";i:500;s:9:\"remaining\";i:500;s:5:\"reset\";i:1629492869;}}s:6:\"drafts\";a:6:{s:23:\"/drafts/statuses/update\";a:3:{s:5:\"limit\";i:450;s:9:\"remaining\";i:450;s:5:\"reset\";i:1629492869;}s:24:\"/drafts/statuses/destroy\";a:3:{s:5:\"limit\";i:450;s:9:\"remaining\";i:450;s:5:\"reset\";i:1629492869;}s:20:\"/drafts/statuses/ids\";a:3:{s:5:\"limit\";i:450;s:9:\"remaining\";i:450;s:5:\"reset\";i:1629492869;}s:21:\"/drafts/statuses/list\";a:3:{s:5:\"limit\";i:450;s:9:\"remaining\";i:450;s:5:\"reset\";i:1629492869;}s:21:\"/drafts/statuses/show\";a:3:{s:5:\"limit\";i:450;s:9:\"remaining\";i:450;s:5:\"reset\";i:1629492869;}s:23:\"/drafts/statuses/create\";a:3:{s:5:\"limit\";i:450;s:9:\"remaining\";i:450;s:5:\"reset\";i:1629492869;}}s:15:\"direct_messages\";a:17:{s:21:\"/direct_messages/sent\";a:3:{s:5:\"limit\";i:300;s:9:\"remaining\";i:300;s:5:\"reset\";i:1629492869;}s:32:\"/direct_messages/broadcasts/list\";a:3:{s:5:\"limit\";i:60;s:9:\"remaining\";i:60;s:5:\"reset\";i:1629492869;}s:47:\"/direct_messages/subscribers/lists/members/show\";a:3:{s:5:\"limit\";i:1000;s:9:\"remaining\";i:1000;s:5:\"reset\";i:1629492869;}s:26:\"/direct_messages/mark_read\";a:3:{s:5:\"limit\";i:1000;s:9:\"remaining\";i:1000;s:5:\"reset\";i:1629492869;}s:32:\"/direct_messages/subscribers/ids\";a:3:{s:5:\"limit\";i:180;s:9:\"remaining\";i:180;s:5:\"reset\";i:1629492869;}s:34:\"/direct_messages/sent_and_received\";a:3:{s:5:\"limit\";i:300;s:9:\"remaining\";i:300;s:5:\"reset\";i:1629492869;}s:41:\"/direct_messages/broadcasts/statuses/list\";a:3:{s:5:\"limit\";i:60;s:9:\"remaining\";i:60;s:5:\"reset\";i:1629492869;}s:16:\"/direct_messages\";a:3:{s:5:\"limit\";i:300;s:9:\"remaining\";i:300;s:5:\"reset\";i:1629492869;}s:46:\"/direct_messages/subscribers/lists/members/ids\";a:3:{s:5:\"limit\";i:180;s:9:\"remaining\";i:180;s:5:\"reset\";i:1629492869;}s:33:\"/direct_messages/subscribers/show\";a:3:{s:5:\"limit\";i:180;s:9:\"remaining\";i:180;s:5:\"reset\";i:1629492869;}s:32:\"/direct_messages/broadcasts/show\";a:3:{s:5:\"limit\";i:60;s:9:\"remaining\";i:60;s:5:\"reset\";i:1629492869;}s:41:\"/direct_messages/broadcasts/statuses/show\";a:3:{s:5:\"limit\";i:60;s:9:\"remaining\";i:60;s:5:\"reset\";i:1629492869;}s:39:\"/direct_messages/subscribers/lists/list\";a:3:{s:5:\"limit\";i:180;s:9:\"remaining\";i:180;s:5:\"reset\";i:1629492869;}s:21:\"/direct_messages/show\";a:3:{s:5:\"limit\";i:300;s:9:\"remaining\";i:300;s:5:\"reset\";i:1629492869;}s:39:\"/direct_messages/subscribers/lists/show\";a:3:{s:5:\"limit\";i:180;s:9:\"remaining\";i:180;s:5:\"reset\";i:1629492869;}s:28:\"/direct_messages/events/list\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:28:\"/direct_messages/events/show\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}}s:5:\"media\";a:1:{s:13:\"/media/upload\";a:3:{s:5:\"limit\";i:500;s:9:\"remaining\";i:500;s:5:\"reset\";i:1629492869;}}s:7:\"traffic\";a:1:{s:12:\"/traffic/map\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}}s:6:\"strato\";a:1:{s:29:\"/strato/column/None/:id/cms/*\";a:3:{s:5:\"limit\";i:150;s:9:\"remaining\";i:150;s:5:\"reset\";i:1629492869;}}s:16:\"account_activity\";a:12:{s:30:\"/account_activity/all/webhooks\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:50:\"/account_activity/all/:instance_name/subscriptions\";a:3:{s:5:\"limit\";i:500;s:9:\"remaining\";i:500;s:5:\"reset\";i:1629492869;}s:42:\"/account_activity/direct_messages/webhooks\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:65:\"/account_activity/webhooks/:id/subscriptions/direct_messages/list\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:48:\"/account_activity/webhooks/:id/subscriptions/all\";a:3:{s:5:\"limit\";i:500;s:9:\"remaining\";i:500;s:5:\"reset\";i:1629492869;}s:57:\"/account_activity/direct_messages/:instance_name/webhooks\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:53:\"/account_activity/webhooks/:id/subscriptions/all/list\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:60:\"/account_activity/webhooks/:id/subscriptions/direct_messages\";a:3:{s:5:\"limit\";i:500;s:9:\"remaining\";i:500;s:5:\"reset\";i:1629492869;}s:26:\"/account_activity/webhooks\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:62:\"/account_activity/direct_messages/:instance_name/subscriptions\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:44:\"/account_activity/webhooks/:id/subscriptions\";a:3:{s:5:\"limit\";i:500;s:9:\"remaining\";i:500;s:5:\"reset\";i:1629492869;}s:45:\"/account_activity/all/:instance_name/webhooks\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}}s:7:\"account\";a:6:{s:38:\"/account/login_verification_enrollment\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:23:\"/account/update_profile\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:30:\"/account/authenticate_web_view\";a:3:{s:5:\"limit\";i:50;s:9:\"remaining\";i:50;s:5:\"reset\";i:1629492869;}s:27:\"/account/verify_credentials\";a:3:{s:5:\"limit\";i:75;s:9:\"remaining\";i:75;s:5:\"reset\";i:1629492869;}s:17:\"/account/settings\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:24:\"/account/change_password\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}}s:6:\"safety\";a:1:{s:26:\"/safety/detection_feedback\";a:3:{s:5:\"limit\";i:450000;s:9:\"remaining\";i:450000;s:5:\"reset\";i:1629492869;}}s:9:\"favorites\";a:1:{s:15:\"/favorites/list\";a:3:{s:5:\"limit\";i:75;s:9:\"remaining\";i:75;s:5:\"reset\";i:1629492869;}}s:6:\"device\";a:1:{s:13:\"/device/token\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}}s:6:\"tweets\";a:18:{s:18:\"/tweets/search/all\";a:3:{s:5:\"limit\";i:900;s:9:\"remaining\";i:900;s:5:\"reset\";i:1629492869;}s:27:\"/tweets/search/stream/rules\";a:3:{s:5:\"limit\";i:450;s:9:\"remaining\";i:450;s:5:\"reset\";i:1629492869;}s:21:\"/tweets/search/recent\";a:3:{s:5:\"limit\";i:180;s:9:\"remaining\";i:180;s:5:\"reset\";i:1629492869;}s:21:\"/tweets/sample/stream\";a:3:{s:5:\"limit\";i:50;s:9:\"remaining\";i:50;s:5:\"reset\";i:1629492869;}s:18:\"/tweets/:id&DELETE\";a:3:{s:5:\"limit\";i:50;s:9:\"remaining\";i:50;s:5:\"reset\";i:1629492869;}s:8:\"/tweets/\";a:3:{s:5:\"limit\";i:900;s:9:\"remaining\";i:900;s:5:\"reset\";i:1629492869;}s:18:\"/tweets/counts/all\";a:3:{s:5:\"limit\";i:900;s:9:\"remaining\";i:900;s:5:\"reset\";i:1629492869;}s:21:\"/tweets/search/stream\";a:3:{s:5:\"limit\";i:50;s:9:\"remaining\";i:50;s:5:\"reset\";i:1629492869;}s:30:\"/tweets/search/:product/:label\";a:3:{s:5:\"limit\";i:1800;s:9:\"remaining\";i:1800;s:5:\"reset\";i:1629492869;}s:43:\"/tweets/search/stream/rules/validation&POST\";a:3:{s:5:\"limit\";i:450;s:9:\"remaining\";i:450;s:5:\"reset\";i:1629492869;}s:40:\"/tweets/search/:product/:instance/counts\";a:3:{s:5:\"limit\";i:900;s:9:\"remaining\";i:900;s:5:\"reset\";i:1629492869;}s:24:\"/tweets/:id/retweeted_by\";a:3:{s:5:\"limit\";i:75;s:9:\"remaining\";i:75;s:5:\"reset\";i:1629492869;}s:30:\"/tweets/:tweet_id/liking_users\";a:3:{s:5:\"limit\";i:75;s:9:\"remaining\";i:75;s:5:\"reset\";i:1629492869;}s:11:\"/tweets/:id\";a:3:{s:5:\"limit\";i:900;s:9:\"remaining\";i:900;s:5:\"reset\";i:1629492869;}s:34:\"/tweets/search/stream/rules&DELETE\";a:3:{s:5:\"limit\";i:450;s:9:\"remaining\";i:450;s:5:\"reset\";i:1629492869;}s:21:\"/tweets/counts/recent\";a:3:{s:5:\"limit\";i:900;s:9:\"remaining\";i:900;s:5:\"reset\";i:1629492869;}s:32:\"/tweets/search/stream/rules&POST\";a:3:{s:5:\"limit\";i:450;s:9:\"remaining\";i:450;s:5:\"reset\";i:1629492869;}s:22:\"/tweets/:id/hidden&PUT\";a:3:{s:5:\"limit\";i:50;s:9:\"remaining\";i:50;s:5:\"reset\";i:1629492869;}}s:14:\"saved_searches\";a:3:{s:27:\"/saved_searches/destroy/:id\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:24:\"/saved_searches/show/:id\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:20:\"/saved_searches/list\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}}s:5:\"oauth\";a:3:{s:13:\"/oauth/revoke\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}s:23:\"/oauth/invalidate_token\";a:3:{s:5:\"limit\";i:450;s:9:\"remaining\";i:450;s:5:\"reset\";i:1629492869;}s:18:\"/oauth/revoke_html\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}}s:6:\"search\";a:1:{s:14:\"/search/tweets\";a:3:{s:5:\"limit\";i:180;s:9:\"remaining\";i:180;s:5:\"reset\";i:1629492869;}}s:6:\"trends\";a:3:{s:15:\"/trends/closest\";a:3:{s:5:\"limit\";i:75;s:9:\"remaining\";i:75;s:5:\"reset\";i:1629492869;}s:17:\"/trends/available\";a:3:{s:5:\"limit\";i:75;s:9:\"remaining\";i:75;s:5:\"reset\";i:1629492869;}s:13:\"/trends/place\";a:3:{s:5:\"limit\";i:75;s:9:\"remaining\";i:75;s:5:\"reset\";i:1629492869;}}s:13:\"live_pipeline\";a:1:{s:21:\"/live_pipeline/events\";a:3:{s:5:\"limit\";i:180;s:9:\"remaining\";i:180;s:5:\"reset\";i:1629492869;}}s:7:\"graphql\";a:1:{s:8:\"/graphql\";a:3:{s:5:\"limit\";i:15;s:9:\"remaining\";i:15;s:5:\"reset\";i:1629492869;}}}s:10:\"httpstatus\";i:200;}','no'),(153447,'ftp_credentials','a:3:{s:8:\"hostname\";s:19:\"ftp.hilltoptech.com\";s:8:\"username\";s:10:\"hilltopftp\";s:15:\"connection_type\";s:3:\"ftp\";}','yes'),(153456,'wpseo_sitemap_cache_validator_global','5tYGX','no'),(156843,'wpseo_sitemap_429_cache_validator','5yhc3','no'),(491181,'_site_transient_timeout_theme_roots','1629489936','no'),(491182,'_site_transient_theme_roots','a:5:{s:10:\"blankslate\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";s:12:\"twentytwelve\";s:7:\"/themes\";}','no'),(163225,'_site_transient_timeout_browser_8ce1bea2f653ca2ce71bdf6183bef333','1501516083','no'),(163226,'_site_transient_browser_8ce1bea2f653ca2ce71bdf6183bef333','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"59.0.3071.115\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(180535,'_site_transient_timeout_browser_a9db4d03969fdd98d377b682b063efe6','1510256660','no'),(180536,'_site_transient_browser_a9db4d03969fdd98d377b682b063efe6','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"61.0.3163.100\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(170351,'_site_transient_timeout_browser_f9694186c5800b9905943d3f44ede836','1505490027','no'),(170352,'_site_transient_browser_f9694186c5800b9905943d3f44ede836','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"60.0.3112.113\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(164154,'_site_transient_timeout_browser_650e5e85cbc98626a594c903a225a578','1502134104','no'),(164155,'_site_transient_browser_650e5e85cbc98626a594c903a225a578','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"60.0.3112.78\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(111013,'wpseo_sitemap_attachment_cache_validator','5ipgd','no'),(91211,'finished_splitting_shared_terms','1','yes'),(91212,'site_icon','0','yes'),(91213,'medium_large_size_w','768','yes'),(91214,'medium_large_size_h','0','yes'),(110986,'wpseo_rss','a:2:{s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";}','yes'),(110987,'wpseo_internallinks','a:10:{s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:23:\"breadcrumbs-blog-remove\";b:0;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"»\";s:23:\"post_types-post-maintax\";i:0;}','yes'),(110988,'wpseo_xml','a:16:{s:22:\"disable_author_sitemap\";b:1;s:22:\"disable_author_noposts\";b:1;s:16:\"enablexmlsitemap\";b:1;s:16:\"entries-per-page\";i:1000;s:14:\"excluded-posts\";s:0:\"\";s:38:\"user_role-administrator-not_in_sitemap\";b:0;s:31:\"user_role-editor-not_in_sitemap\";b:0;s:31:\"user_role-author-not_in_sitemap\";b:0;s:36:\"user_role-contributor-not_in_sitemap\";b:0;s:35:\"user_role-subscriber-not_in_sitemap\";b:0;s:30:\"post_types-post-not_in_sitemap\";b:0;s:30:\"post_types-page-not_in_sitemap\";b:0;s:36:\"post_types-attachment-not_in_sitemap\";b:1;s:34:\"taxonomies-category-not_in_sitemap\";b:0;s:34:\"taxonomies-post_tag-not_in_sitemap\";b:0;s:37:\"taxonomies-post_format-not_in_sitemap\";b:0;}','yes'),(156788,'_site_transient_timeout_browser_5d9a37c6a96acca914609d0251644dda','1498227743','no'),(156789,'_site_transient_browser_5d9a37c6a96acca914609d0251644dda','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"58.0.3029.110\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(152199,'wpseo_sitemap_page_cache_validator','6doPZ','no'),(144327,'can_compress_scripts','1','no'),(110982,'wpseo','a:25:{s:14:\"blocking_files\";a:0:{}s:15:\"ms_defaults_set\";b:0;s:7:\"version\";s:3:\"5.2\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:0:\"\";s:20:\"disableadvanced_meta\";b:1;s:19:\"onpage_indexability\";b:1;s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:12:\"website_name\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";b:0;s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:20:\"enable_setting_pages\";b:0;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1476889892;}','yes'),(110983,'wpseo_permalinks','a:9:{s:15:\"cleanpermalinks\";b:0;s:24:\"cleanpermalink-extravars\";s:0:\"\";s:29:\"cleanpermalink-googlecampaign\";b:0;s:31:\"cleanpermalink-googlesitesearch\";b:0;s:15:\"cleanreplytocom\";b:0;s:10:\"cleanslugs\";b:1;s:18:\"redirectattachment\";b:0;s:17:\"stripcategorybase\";b:0;s:13:\"trailingslash\";b:0;}','yes'),(110984,'wpseo_titles','a:54:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:5:\"noodp\";b:0;s:15:\"usemetakeywords\";b:0;s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:18:\"metakey-home-wpseo\";s:0:\"\";s:20:\"metakey-author-wpseo\";s:0:\"\";s:22:\"noindex-subpages-wpseo\";b:0;s:20:\"noindex-author-wpseo\";b:0;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"metakey-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:13:\"showdate-post\";b:0;s:16:\"hideeditbox-post\";b:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"metakey-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:13:\"showdate-page\";b:0;s:16:\"hideeditbox-page\";b:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"metakey-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:19:\"showdate-attachment\";b:0;s:22:\"hideeditbox-attachment\";b:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:20:\"metakey-tax-category\";s:0:\"\";s:24:\"hideeditbox-tax-category\";b:0;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:20:\"metakey-tax-post_tag\";s:0:\"\";s:24:\"hideeditbox-tax-post_tag\";b:0;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:23:\"metakey-tax-post_format\";s:0:\"\";s:27:\"hideeditbox-tax-post_format\";b:0;s:23:\"noindex-tax-post_format\";b:1;}','yes'),(110985,'wpseo_social','a:20:{s:9:\"fb_admins\";a:0:{}s:12:\"fbconnectkey\";s:32:\"7e00d73e58ab7db13b28817c102bc250\";s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:14:\"plus-publisher\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:7:\"summary\";s:11:\"youtube_url\";s:0:\"\";s:15:\"google_plus_url\";s:0:\"\";s:10:\"fbadminapp\";s:0:\"\";}','yes'),(491193,'_transient_timeout_twitter_data_HilltopTech_5','1629492161','no'),(491194,'_transient_twitter_data_HilltopTech_5','a:21:{i:0;a:25:{s:10:\"created_at\";s:30:\"Tue Dec 19 16:15:06 +0000 2017\";s:2:\"id\";d:9.4315272378826342E+17;s:6:\"id_str\";s:18:\"943152723788263432\";s:4:\"text\";s:109:\"Looking to retain support services for your telecom solution? https://t.co/UiExhJkRLn https://t.co/VLnBxe2Ffr\";s:9:\"truncated\";b:0;s:8:\"entities\";a:5:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:23:\"https://t.co/UiExhJkRLn\";s:12:\"expanded_url\";s:24:\"http://ow.ly/NURV30esnOW\";s:11:\"display_url\";s:17:\"ow.ly/NURV30esnOW\";s:7:\"indices\";a:2:{i:0;i:62;i:1;i:85;}}}s:5:\"media\";a:1:{i:0;a:10:{s:2:\"id\";d:9.4315272060054323E+17;s:6:\"id_str\";s:18:\"943152720600543232\";s:7:\"indices\";a:2:{i:0;i:86;i:1;i:109;}s:9:\"media_url\";s:46:\"http://pbs.twimg.com/media/DRbAZwBWsAAz7qo.jpg\";s:15:\"media_url_https\";s:47:\"https://pbs.twimg.com/media/DRbAZwBWsAAz7qo.jpg\";s:3:\"url\";s:23:\"https://t.co/VLnBxe2Ffr\";s:11:\"display_url\";s:26:\"pic.twitter.com/VLnBxe2Ffr\";s:12:\"expanded_url\";s:65:\"https://twitter.com/HilltopTech/status/943152723788263432/photo/1\";s:4:\"type\";s:5:\"photo\";s:5:\"sizes\";a:4:{s:5:\"thumb\";a:3:{s:1:\"w\";i:150;s:1:\"h\";i:150;s:6:\"resize\";s:4:\"crop\";}s:5:\"small\";a:3:{s:1:\"w\";i:680;s:1:\"h\";i:356;s:6:\"resize\";s:3:\"fit\";}s:6:\"medium\";a:3:{s:1:\"w\";i:1200;s:1:\"h\";i:628;s:6:\"resize\";s:3:\"fit\";}s:5:\"large\";a:3:{s:1:\"w\";i:1200;s:1:\"h\";i:628;s:6:\"resize\";s:3:\"fit\";}}}}}s:17:\"extended_entities\";a:1:{s:5:\"media\";a:1:{i:0;a:10:{s:2:\"id\";d:9.4315272060054323E+17;s:6:\"id_str\";s:18:\"943152720600543232\";s:7:\"indices\";a:2:{i:0;i:86;i:1;i:109;}s:9:\"media_url\";s:46:\"http://pbs.twimg.com/media/DRbAZwBWsAAz7qo.jpg\";s:15:\"media_url_https\";s:47:\"https://pbs.twimg.com/media/DRbAZwBWsAAz7qo.jpg\";s:3:\"url\";s:23:\"https://t.co/VLnBxe2Ffr\";s:11:\"display_url\";s:26:\"pic.twitter.com/VLnBxe2Ffr\";s:12:\"expanded_url\";s:65:\"https://twitter.com/HilltopTech/status/943152723788263432/photo/1\";s:4:\"type\";s:5:\"photo\";s:5:\"sizes\";a:4:{s:5:\"thumb\";a:3:{s:1:\"w\";i:150;s:1:\"h\";i:150;s:6:\"resize\";s:4:\"crop\";}s:5:\"small\";a:3:{s:1:\"w\";i:680;s:1:\"h\";i:356;s:6:\"resize\";s:3:\"fit\";}s:6:\"medium\";a:3:{s:1:\"w\";i:1200;s:1:\"h\";i:628;s:6:\"resize\";s:3:\"fit\";}s:5:\"large\";a:3:{s:1:\"w\";i:1200;s:1:\"h\";i:628;s:6:\"resize\";s:3:\"fit\";}}}}}s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:43:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:57;s:13:\"friends_count\";i:44;s:12:\"listed_count\";i:7;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:13;s:10:\"utc_offset\";N;s:9:\"time_zone\";N;s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:384;s:4:\"lang\";N;s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;s:15:\"translator_type\";s:4:\"none\";s:21:\"withheld_in_countries\";a:0:{}}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:1;s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:1;a:24:{s:10:\"created_at\";s:30:\"Thu Dec 14 12:50:04 +0000 2017\";s:2:\"id\";d:9.4128918607369421E+17;s:6:\"id_str\";s:18:\"941289186073694208\";s:4:\"text\";s:140:\"Versatility and scalability play a pertinent role in telecom success. 4 Keys to Successful Communication Systems:… https://t.co/KoW6qpcNgr\";s:9:\"truncated\";b:1;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:23:\"https://t.co/KoW6qpcNgr\";s:12:\"expanded_url\";s:51:\"https://twitter.com/i/web/status/941289186073694208\";s:11:\"display_url\";s:29:\"twitter.com/i/web/status/9…\";s:7:\"indices\";a:2:{i:0;i:115;i:1;i:138;}}}}s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:43:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:57;s:13:\"friends_count\";i:44;s:12:\"listed_count\";i:7;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:13;s:10:\"utc_offset\";N;s:9:\"time_zone\";N;s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:384;s:4:\"lang\";N;s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;s:15:\"translator_type\";s:4:\"none\";s:21:\"withheld_in_countries\";a:0:{}}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:2;a:24:{s:10:\"created_at\";s:30:\"Wed Nov 29 19:25:05 +0000 2017\";s:2:\"id\";d:9.3595277723841331E+17;s:6:\"id_str\";s:18:\"935952777238413312\";s:4:\"text\";s:138:\"Ready to explore what cloud hosted telecom solutions can do for your business in the New Year? Give us a shout.… https://t.co/XEEGIlVIF3\";s:9:\"truncated\";b:1;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:23:\"https://t.co/XEEGIlVIF3\";s:12:\"expanded_url\";s:51:\"https://twitter.com/i/web/status/935952777238413312\";s:11:\"display_url\";s:29:\"twitter.com/i/web/status/9…\";s:7:\"indices\";a:2:{i:0;i:113;i:1;i:136;}}}}s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:43:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:57;s:13:\"friends_count\";i:44;s:12:\"listed_count\";i:7;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:13;s:10:\"utc_offset\";N;s:9:\"time_zone\";N;s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:384;s:4:\"lang\";N;s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;s:15:\"translator_type\";s:4:\"none\";s:21:\"withheld_in_countries\";a:0:{}}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:3;a:25:{s:10:\"created_at\";s:30:\"Thu Nov 23 14:45:53 +0000 2017\";s:2:\"id\";d:9.3370818340262298E+17;s:6:\"id_str\";s:18:\"933708183402622977\";s:4:\"text\";s:74:\"Happy Thanksgiving from our team to you and yours! https://t.co/APAj1hUxYw\";s:9:\"truncated\";b:0;s:8:\"entities\";a:5:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:0:{}s:5:\"media\";a:1:{i:0;a:10:{s:2:\"id\";d:9.3370817997583155E+17;s:6:\"id_str\";s:18:\"933708179975831552\";s:7:\"indices\";a:2:{i:0;i:51;i:1;i:74;}s:9:\"media_url\";s:46:\"http://pbs.twimg.com/media/DPUypIdWAAA2YcG.jpg\";s:15:\"media_url_https\";s:47:\"https://pbs.twimg.com/media/DPUypIdWAAA2YcG.jpg\";s:3:\"url\";s:23:\"https://t.co/APAj1hUxYw\";s:11:\"display_url\";s:26:\"pic.twitter.com/APAj1hUxYw\";s:12:\"expanded_url\";s:65:\"https://twitter.com/HilltopTech/status/933708183402622977/photo/1\";s:4:\"type\";s:5:\"photo\";s:5:\"sizes\";a:4:{s:5:\"small\";a:3:{s:1:\"w\";i:680;s:1:\"h\";i:383;s:6:\"resize\";s:3:\"fit\";}s:5:\"thumb\";a:3:{s:1:\"w\";i:150;s:1:\"h\";i:150;s:6:\"resize\";s:4:\"crop\";}s:5:\"large\";a:3:{s:1:\"w\";i:1200;s:1:\"h\";i:675;s:6:\"resize\";s:3:\"fit\";}s:6:\"medium\";a:3:{s:1:\"w\";i:1200;s:1:\"h\";i:675;s:6:\"resize\";s:3:\"fit\";}}}}}s:17:\"extended_entities\";a:1:{s:5:\"media\";a:1:{i:0;a:10:{s:2:\"id\";d:9.3370817997583155E+17;s:6:\"id_str\";s:18:\"933708179975831552\";s:7:\"indices\";a:2:{i:0;i:51;i:1;i:74;}s:9:\"media_url\";s:46:\"http://pbs.twimg.com/media/DPUypIdWAAA2YcG.jpg\";s:15:\"media_url_https\";s:47:\"https://pbs.twimg.com/media/DPUypIdWAAA2YcG.jpg\";s:3:\"url\";s:23:\"https://t.co/APAj1hUxYw\";s:11:\"display_url\";s:26:\"pic.twitter.com/APAj1hUxYw\";s:12:\"expanded_url\";s:65:\"https://twitter.com/HilltopTech/status/933708183402622977/photo/1\";s:4:\"type\";s:5:\"photo\";s:5:\"sizes\";a:4:{s:5:\"small\";a:3:{s:1:\"w\";i:680;s:1:\"h\";i:383;s:6:\"resize\";s:3:\"fit\";}s:5:\"thumb\";a:3:{s:1:\"w\";i:150;s:1:\"h\";i:150;s:6:\"resize\";s:4:\"crop\";}s:5:\"large\";a:3:{s:1:\"w\";i:1200;s:1:\"h\";i:675;s:6:\"resize\";s:3:\"fit\";}s:6:\"medium\";a:3:{s:1:\"w\";i:1200;s:1:\"h\";i:675;s:6:\"resize\";s:3:\"fit\";}}}}}s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:43:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:57;s:13:\"friends_count\";i:44;s:12:\"listed_count\";i:7;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:13;s:10:\"utc_offset\";N;s:9:\"time_zone\";N;s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:384;s:4:\"lang\";N;s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;s:15:\"translator_type\";s:4:\"none\";s:21:\"withheld_in_countries\";a:0:{}}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:4;a:24:{s:10:\"created_at\";s:30:\"Thu Nov 16 13:25:05 +0000 2017\";s:2:\"id\";d:9.3115113464711168E+17;s:6:\"id_str\";s:18:\"931151134647111681\";s:4:\"text\";s:128:\"Switching technology can be frustrating for employees, but often it is change that brings opportunity… https://t.co/m03SnNONS0\";s:9:\"truncated\";b:1;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:23:\"https://t.co/m03SnNONS0\";s:12:\"expanded_url\";s:51:\"https://twitter.com/i/web/status/931151134647111681\";s:11:\"display_url\";s:29:\"twitter.com/i/web/status/9…\";s:7:\"indices\";a:2:{i:0;i:103;i:1;i:126;}}}}s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:43:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:57;s:13:\"friends_count\";i:44;s:12:\"listed_count\";i:7;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:13;s:10:\"utc_offset\";N;s:9:\"time_zone\";N;s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:384;s:4:\"lang\";N;s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;s:15:\"translator_type\";s:4:\"none\";s:21:\"withheld_in_countries\";a:0:{}}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:5;a:25:{s:10:\"created_at\";s:30:\"Mon Nov 13 19:25:05 +0000 2017\";s:2:\"id\";d:9.3015457130924442E+17;s:6:\"id_str\";s:18:\"930154571309244416\";s:4:\"text\";s:120:\"Looking to make the move to @Avaya #IPOffice? Let us help guide the way. https://t.co/Vwvgfdvrqm https://t.co/SrtVPKAVHX\";s:9:\"truncated\";b:0;s:8:\"entities\";a:5:{s:8:\"hashtags\";a:1:{i:0;a:2:{s:4:\"text\";s:8:\"IPOffice\";s:7:\"indices\";a:2:{i:0;i:35;i:1;i:44;}}}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:1:{i:0;a:5:{s:11:\"screen_name\";s:5:\"Avaya\";s:4:\"name\";s:5:\"Avaya\";s:2:\"id\";i:19769002;s:6:\"id_str\";s:8:\"19769002\";s:7:\"indices\";a:2:{i:0;i:28;i:1;i:34;}}}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:23:\"https://t.co/Vwvgfdvrqm\";s:12:\"expanded_url\";s:24:\"http://ow.ly/pz9330esnOO\";s:11:\"display_url\";s:17:\"ow.ly/pz9330esnOO\";s:7:\"indices\";a:2:{i:0;i:73;i:1;i:96;}}}s:5:\"media\";a:1:{i:0;a:10:{s:2:\"id\";d:9.3015456939657626E+17;s:6:\"id_str\";s:18:\"930154569396576256\";s:7:\"indices\";a:2:{i:0;i:97;i:1;i:120;}s:9:\"media_url\";s:46:\"http://pbs.twimg.com/media/DOiSpxcW4AAMAqG.jpg\";s:15:\"media_url_https\";s:47:\"https://pbs.twimg.com/media/DOiSpxcW4AAMAqG.jpg\";s:3:\"url\";s:23:\"https://t.co/SrtVPKAVHX\";s:11:\"display_url\";s:26:\"pic.twitter.com/SrtVPKAVHX\";s:12:\"expanded_url\";s:65:\"https://twitter.com/HilltopTech/status/930154571309244416/photo/1\";s:4:\"type\";s:5:\"photo\";s:5:\"sizes\";a:4:{s:5:\"thumb\";a:3:{s:1:\"w\";i:150;s:1:\"h\";i:150;s:6:\"resize\";s:4:\"crop\";}s:5:\"large\";a:3:{s:1:\"w\";i:1200;s:1:\"h\";i:628;s:6:\"resize\";s:3:\"fit\";}s:5:\"small\";a:3:{s:1:\"w\";i:680;s:1:\"h\";i:356;s:6:\"resize\";s:3:\"fit\";}s:6:\"medium\";a:3:{s:1:\"w\";i:1200;s:1:\"h\";i:628;s:6:\"resize\";s:3:\"fit\";}}}}}s:17:\"extended_entities\";a:1:{s:5:\"media\";a:1:{i:0;a:10:{s:2:\"id\";d:9.3015456939657626E+17;s:6:\"id_str\";s:18:\"930154569396576256\";s:7:\"indices\";a:2:{i:0;i:97;i:1;i:120;}s:9:\"media_url\";s:46:\"http://pbs.twimg.com/media/DOiSpxcW4AAMAqG.jpg\";s:15:\"media_url_https\";s:47:\"https://pbs.twimg.com/media/DOiSpxcW4AAMAqG.jpg\";s:3:\"url\";s:23:\"https://t.co/SrtVPKAVHX\";s:11:\"display_url\";s:26:\"pic.twitter.com/SrtVPKAVHX\";s:12:\"expanded_url\";s:65:\"https://twitter.com/HilltopTech/status/930154571309244416/photo/1\";s:4:\"type\";s:5:\"photo\";s:5:\"sizes\";a:4:{s:5:\"thumb\";a:3:{s:1:\"w\";i:150;s:1:\"h\";i:150;s:6:\"resize\";s:4:\"crop\";}s:5:\"large\";a:3:{s:1:\"w\";i:1200;s:1:\"h\";i:628;s:6:\"resize\";s:3:\"fit\";}s:5:\"small\";a:3:{s:1:\"w\";i:680;s:1:\"h\";i:356;s:6:\"resize\";s:3:\"fit\";}s:6:\"medium\";a:3:{s:1:\"w\";i:1200;s:1:\"h\";i:628;s:6:\"resize\";s:3:\"fit\";}}}}}s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:43:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:57;s:13:\"friends_count\";i:44;s:12:\"listed_count\";i:7;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:13;s:10:\"utc_offset\";N;s:9:\"time_zone\";N;s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:384;s:4:\"lang\";N;s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;s:15:\"translator_type\";s:4:\"none\";s:21:\"withheld_in_countries\";a:0:{}}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:1;s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:6;a:24:{s:10:\"created_at\";s:30:\"Wed Nov 08 13:45:09 +0000 2017\";s:2:\"id\";d:9.2825708254505779E+17;s:6:\"id_str\";s:18:\"928257082545057792\";s:4:\"text\";s:133:\"As an authorized partner of @Avaya, we help implement, train, and ensure you are maximizing your solution.… https://t.co/jQ3q27j0f9\";s:9:\"truncated\";b:1;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:1:{i:0;a:5:{s:11:\"screen_name\";s:5:\"Avaya\";s:4:\"name\";s:5:\"Avaya\";s:2:\"id\";i:19769002;s:6:\"id_str\";s:8:\"19769002\";s:7:\"indices\";a:2:{i:0;i:28;i:1;i:34;}}}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:23:\"https://t.co/jQ3q27j0f9\";s:12:\"expanded_url\";s:51:\"https://twitter.com/i/web/status/928257082545057792\";s:11:\"display_url\";s:29:\"twitter.com/i/web/status/9…\";s:7:\"indices\";a:2:{i:0;i:108;i:1;i:131;}}}}s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:43:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:57;s:13:\"friends_count\";i:44;s:12:\"listed_count\";i:7;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:13;s:10:\"utc_offset\";N;s:9:\"time_zone\";N;s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:384;s:4:\"lang\";N;s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;s:15:\"translator_type\";s:4:\"none\";s:21:\"withheld_in_countries\";a:0:{}}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:7;a:25:{s:10:\"created_at\";s:30:\"Thu Oct 12 13:45:11 +0000 2017\";s:2:\"id\";d:9.1847262117976064E+17;s:6:\"id_str\";s:18:\"918472621179760640\";s:4:\"text\";s:138:\"Unlock the potential of cloud hosted telecommunications #cloudhost #VoIPCloud #cloudhosted https://t.co/DUAnGXYxEo https://t.co/FZuWHzAF4Z\";s:9:\"truncated\";b:0;s:8:\"entities\";a:5:{s:8:\"hashtags\";a:3:{i:0;a:2:{s:4:\"text\";s:9:\"cloudhost\";s:7:\"indices\";a:2:{i:0;i:56;i:1;i:66;}}i:1;a:2:{s:4:\"text\";s:9:\"VoIPCloud\";s:7:\"indices\";a:2:{i:0;i:67;i:1;i:77;}}i:2;a:2:{s:4:\"text\";s:11:\"cloudhosted\";s:7:\"indices\";a:2:{i:0;i:78;i:1;i:90;}}}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:23:\"https://t.co/DUAnGXYxEo\";s:12:\"expanded_url\";s:24:\"http://ow.ly/WcGC30esnOK\";s:11:\"display_url\";s:17:\"ow.ly/WcGC30esnOK\";s:7:\"indices\";a:2:{i:0;i:91;i:1;i:114;}}}s:5:\"media\";a:1:{i:0;a:10:{s:2:\"id\";d:9.1847261758946509E+17;s:6:\"id_str\";s:18:\"918472617589465090\";s:7:\"indices\";a:2:{i:0;i:115;i:1;i:138;}s:9:\"media_url\";s:46:\"http://pbs.twimg.com/media/DL8R-rtX4AI0_Pl.jpg\";s:15:\"media_url_https\";s:47:\"https://pbs.twimg.com/media/DL8R-rtX4AI0_Pl.jpg\";s:3:\"url\";s:23:\"https://t.co/FZuWHzAF4Z\";s:11:\"display_url\";s:26:\"pic.twitter.com/FZuWHzAF4Z\";s:12:\"expanded_url\";s:65:\"https://twitter.com/HilltopTech/status/918472621179760640/photo/1\";s:4:\"type\";s:5:\"photo\";s:5:\"sizes\";a:4:{s:5:\"small\";a:3:{s:1:\"w\";i:680;s:1:\"h\";i:340;s:6:\"resize\";s:3:\"fit\";}s:5:\"large\";a:3:{s:1:\"w\";i:1400;s:1:\"h\";i:700;s:6:\"resize\";s:3:\"fit\";}s:5:\"thumb\";a:3:{s:1:\"w\";i:150;s:1:\"h\";i:150;s:6:\"resize\";s:4:\"crop\";}s:6:\"medium\";a:3:{s:1:\"w\";i:1200;s:1:\"h\";i:600;s:6:\"resize\";s:3:\"fit\";}}}}}s:17:\"extended_entities\";a:1:{s:5:\"media\";a:1:{i:0;a:10:{s:2:\"id\";d:9.1847261758946509E+17;s:6:\"id_str\";s:18:\"918472617589465090\";s:7:\"indices\";a:2:{i:0;i:115;i:1;i:138;}s:9:\"media_url\";s:46:\"http://pbs.twimg.com/media/DL8R-rtX4AI0_Pl.jpg\";s:15:\"media_url_https\";s:47:\"https://pbs.twimg.com/media/DL8R-rtX4AI0_Pl.jpg\";s:3:\"url\";s:23:\"https://t.co/FZuWHzAF4Z\";s:11:\"display_url\";s:26:\"pic.twitter.com/FZuWHzAF4Z\";s:12:\"expanded_url\";s:65:\"https://twitter.com/HilltopTech/status/918472621179760640/photo/1\";s:4:\"type\";s:5:\"photo\";s:5:\"sizes\";a:4:{s:5:\"small\";a:3:{s:1:\"w\";i:680;s:1:\"h\";i:340;s:6:\"resize\";s:3:\"fit\";}s:5:\"large\";a:3:{s:1:\"w\";i:1400;s:1:\"h\";i:700;s:6:\"resize\";s:3:\"fit\";}s:5:\"thumb\";a:3:{s:1:\"w\";i:150;s:1:\"h\";i:150;s:6:\"resize\";s:4:\"crop\";}s:6:\"medium\";a:3:{s:1:\"w\";i:1200;s:1:\"h\";i:600;s:6:\"resize\";s:3:\"fit\";}}}}}s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:43:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:57;s:13:\"friends_count\";i:44;s:12:\"listed_count\";i:7;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:13;s:10:\"utc_offset\";N;s:9:\"time_zone\";N;s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:384;s:4:\"lang\";N;s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;s:15:\"translator_type\";s:4:\"none\";s:21:\"withheld_in_countries\";a:0:{}}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:1;s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:8;a:24:{s:10:\"created_at\";s:30:\"Sun Oct 08 21:40:05 +0000 2017\";s:2:\"id\";d:9.1714257847844045E+17;s:6:\"id_str\";s:18:\"917142578478440448\";s:4:\"text\";s:121:\"Still looking for a silver lining to the cloud? #VoIPCloud #cloudhost #telecom #getyourcloudon… https://t.co/Ckb0y1hczj\";s:9:\"truncated\";b:1;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:4:{i:0;a:2:{s:4:\"text\";s:9:\"VoIPCloud\";s:7:\"indices\";a:2:{i:0;i:48;i:1;i:58;}}i:1;a:2:{s:4:\"text\";s:9:\"cloudhost\";s:7:\"indices\";a:2:{i:0;i:59;i:1;i:69;}}i:2;a:2:{s:4:\"text\";s:7:\"telecom\";s:7:\"indices\";a:2:{i:0;i:70;i:1;i:78;}}i:3;a:2:{s:4:\"text\";s:14:\"getyourcloudon\";s:7:\"indices\";a:2:{i:0;i:79;i:1;i:94;}}}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:23:\"https://t.co/Ckb0y1hczj\";s:12:\"expanded_url\";s:51:\"https://twitter.com/i/web/status/917142578478440448\";s:11:\"display_url\";s:29:\"twitter.com/i/web/status/9…\";s:7:\"indices\";a:2:{i:0;i:96;i:1;i:119;}}}}s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:43:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:57;s:13:\"friends_count\";i:44;s:12:\"listed_count\";i:7;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:13;s:10:\"utc_offset\";N;s:9:\"time_zone\";N;s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:384;s:4:\"lang\";N;s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;s:15:\"translator_type\";s:4:\"none\";s:21:\"withheld_in_countries\";a:0:{}}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:9;a:24:{s:10:\"created_at\";s:30:\"Wed Oct 04 13:40:11 +0000 2017\";s:2:\"id\";d:9.1557225702355354E+17;s:6:\"id_str\";s:18:\"915572257023553537\";s:4:\"text\";s:121:\"Saving some green is just one of the many benefits for advancing your communications workflow.… https://t.co/JnaD3i1k7D\";s:9:\"truncated\";b:1;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:23:\"https://t.co/JnaD3i1k7D\";s:12:\"expanded_url\";s:51:\"https://twitter.com/i/web/status/915572257023553537\";s:11:\"display_url\";s:29:\"twitter.com/i/web/status/9…\";s:7:\"indices\";a:2:{i:0;i:96;i:1;i:119;}}}}s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:43:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:57;s:13:\"friends_count\";i:44;s:12:\"listed_count\";i:7;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:13;s:10:\"utc_offset\";N;s:9:\"time_zone\";N;s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:384;s:4:\"lang\";N;s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;s:15:\"translator_type\";s:4:\"none\";s:21:\"withheld_in_countries\";a:0:{}}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:10;a:25:{s:10:\"created_at\";s:30:\"Tue Oct 03 15:25:09 +0000 2017\";s:2:\"id\";d:9.1523628424701952E+17;s:6:\"id_str\";s:18:\"915236284247019520\";s:4:\"text\";s:134:\"When it comes to your communications in the cloud, what are the benefits? Here you go: https://t.co/aYK590dbsg https://t.co/DIhgcbSbXh\";s:9:\"truncated\";b:0;s:8:\"entities\";a:5:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:23:\"https://t.co/aYK590dbsg\";s:12:\"expanded_url\";s:24:\"http://ow.ly/tPBa30esnOD\";s:11:\"display_url\";s:17:\"ow.ly/tPBa30esnOD\";s:7:\"indices\";a:2:{i:0;i:87;i:1;i:110;}}}s:5:\"media\";a:1:{i:0;a:10:{s:2:\"id\";d:9.1523628104666317E+17;s:6:\"id_str\";s:18:\"915236281046663170\";s:7:\"indices\";a:2:{i:0;i:111;i:1;i:134;}s:9:\"media_url\";s:46:\"http://pbs.twimg.com/media/DLOSjGlWAAIV7aK.jpg\";s:15:\"media_url_https\";s:47:\"https://pbs.twimg.com/media/DLOSjGlWAAIV7aK.jpg\";s:3:\"url\";s:23:\"https://t.co/DIhgcbSbXh\";s:11:\"display_url\";s:26:\"pic.twitter.com/DIhgcbSbXh\";s:12:\"expanded_url\";s:65:\"https://twitter.com/HilltopTech/status/915236284247019520/photo/1\";s:4:\"type\";s:5:\"photo\";s:5:\"sizes\";a:4:{s:5:\"thumb\";a:3:{s:1:\"w\";i:150;s:1:\"h\";i:150;s:6:\"resize\";s:4:\"crop\";}s:5:\"small\";a:3:{s:1:\"w\";i:680;s:1:\"h\";i:356;s:6:\"resize\";s:3:\"fit\";}s:5:\"large\";a:3:{s:1:\"w\";i:1200;s:1:\"h\";i:628;s:6:\"resize\";s:3:\"fit\";}s:6:\"medium\";a:3:{s:1:\"w\";i:1200;s:1:\"h\";i:628;s:6:\"resize\";s:3:\"fit\";}}}}}s:17:\"extended_entities\";a:1:{s:5:\"media\";a:1:{i:0;a:10:{s:2:\"id\";d:9.1523628104666317E+17;s:6:\"id_str\";s:18:\"915236281046663170\";s:7:\"indices\";a:2:{i:0;i:111;i:1;i:134;}s:9:\"media_url\";s:46:\"http://pbs.twimg.com/media/DLOSjGlWAAIV7aK.jpg\";s:15:\"media_url_https\";s:47:\"https://pbs.twimg.com/media/DLOSjGlWAAIV7aK.jpg\";s:3:\"url\";s:23:\"https://t.co/DIhgcbSbXh\";s:11:\"display_url\";s:26:\"pic.twitter.com/DIhgcbSbXh\";s:12:\"expanded_url\";s:65:\"https://twitter.com/HilltopTech/status/915236284247019520/photo/1\";s:4:\"type\";s:5:\"photo\";s:5:\"sizes\";a:4:{s:5:\"thumb\";a:3:{s:1:\"w\";i:150;s:1:\"h\";i:150;s:6:\"resize\";s:4:\"crop\";}s:5:\"small\";a:3:{s:1:\"w\";i:680;s:1:\"h\";i:356;s:6:\"resize\";s:3:\"fit\";}s:5:\"large\";a:3:{s:1:\"w\";i:1200;s:1:\"h\";i:628;s:6:\"resize\";s:3:\"fit\";}s:6:\"medium\";a:3:{s:1:\"w\";i:1200;s:1:\"h\";i:628;s:6:\"resize\";s:3:\"fit\";}}}}}s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:43:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:57;s:13:\"friends_count\";i:44;s:12:\"listed_count\";i:7;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:13;s:10:\"utc_offset\";N;s:9:\"time_zone\";N;s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:384;s:4:\"lang\";N;s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;s:15:\"translator_type\";s:4:\"none\";s:21:\"withheld_in_countries\";a:0:{}}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:11;a:24:{s:10:\"created_at\";s:30:\"Thu Sep 28 14:45:12 +0000 2017\";s:2:\"id\";d:9.1341429234252595E+17;s:6:\"id_str\";s:18:\"913414292342525953\";s:4:\"text\";s:142:\"Telecommuting is growing and is imperative to instill an infrastructure that supports and optimizes such workflows.… https://t.co/7Ay1cSkGqL\";s:9:\"truncated\";b:1;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:23:\"https://t.co/7Ay1cSkGqL\";s:12:\"expanded_url\";s:51:\"https://twitter.com/i/web/status/913414292342525953\";s:11:\"display_url\";s:29:\"twitter.com/i/web/status/9…\";s:7:\"indices\";a:2:{i:0;i:117;i:1;i:140;}}}}s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:43:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:57;s:13:\"friends_count\";i:44;s:12:\"listed_count\";i:7;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:13;s:10:\"utc_offset\";N;s:9:\"time_zone\";N;s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:384;s:4:\"lang\";N;s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;s:15:\"translator_type\";s:4:\"none\";s:21:\"withheld_in_countries\";a:0:{}}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:12;a:24:{s:10:\"created_at\";s:30:\"Mon Sep 25 16:45:13 +0000 2017\";s:2:\"id\";d:9.1235733277190144E+17;s:6:\"id_str\";s:18:\"912357332771901440\";s:4:\"text\";s:135:\"Feeling frustrated with technology and its never-ending maintenance? Let us alleviate that headache for you.… https://t.co/TnBg6xh82P\";s:9:\"truncated\";b:1;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:23:\"https://t.co/TnBg6xh82P\";s:12:\"expanded_url\";s:51:\"https://twitter.com/i/web/status/912357332771901440\";s:11:\"display_url\";s:29:\"twitter.com/i/web/status/9…\";s:7:\"indices\";a:2:{i:0;i:110;i:1;i:133;}}}}s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:43:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:57;s:13:\"friends_count\";i:44;s:12:\"listed_count\";i:7;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:13;s:10:\"utc_offset\";N;s:9:\"time_zone\";N;s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:384;s:4:\"lang\";N;s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;s:15:\"translator_type\";s:4:\"none\";s:21:\"withheld_in_countries\";a:0:{}}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:13;a:24:{s:10:\"created_at\";s:30:\"Fri Sep 22 18:45:15 +0000 2017\";s:2:\"id\";d:9.1130037652732723E+17;s:6:\"id_str\";s:18:\"911300376527327234\";s:4:\"text\";s:124:\"Need to evaluate the efficiency of your telecommunications workflow? Let\'s do lunch or breakfast!… https://t.co/8roQ7q2r9Q\";s:9:\"truncated\";b:1;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:23:\"https://t.co/8roQ7q2r9Q\";s:12:\"expanded_url\";s:51:\"https://twitter.com/i/web/status/911300376527327234\";s:11:\"display_url\";s:29:\"twitter.com/i/web/status/9…\";s:7:\"indices\";a:2:{i:0;i:99;i:1;i:122;}}}}s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:43:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:57;s:13:\"friends_count\";i:44;s:12:\"listed_count\";i:7;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:13;s:10:\"utc_offset\";N;s:9:\"time_zone\";N;s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:384;s:4:\"lang\";N;s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;s:15:\"translator_type\";s:4:\"none\";s:21:\"withheld_in_countries\";a:0:{}}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:14;a:24:{s:10:\"created_at\";s:30:\"Thu Sep 14 18:45:15 +0000 2017\";s:2:\"id\";d:9.0840127179475354E+17;s:6:\"id_str\";s:18:\"908401271794753536\";s:4:\"text\";s:135:\"Slash costs and scale faster by moving your communications to the cloud. #avaya #IPOffice #cloudhosted #VoIP… https://t.co/pXoVKl5xGZ\";s:9:\"truncated\";b:1;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:4:{i:0;a:2:{s:4:\"text\";s:5:\"avaya\";s:7:\"indices\";a:2:{i:0;i:73;i:1;i:79;}}i:1;a:2:{s:4:\"text\";s:8:\"IPOffice\";s:7:\"indices\";a:2:{i:0;i:80;i:1;i:89;}}i:2;a:2:{s:4:\"text\";s:11:\"cloudhosted\";s:7:\"indices\";a:2:{i:0;i:90;i:1;i:102;}}i:3;a:2:{s:4:\"text\";s:4:\"VoIP\";s:7:\"indices\";a:2:{i:0;i:103;i:1;i:108;}}}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:23:\"https://t.co/pXoVKl5xGZ\";s:12:\"expanded_url\";s:51:\"https://twitter.com/i/web/status/908401271794753536\";s:11:\"display_url\";s:29:\"twitter.com/i/web/status/9…\";s:7:\"indices\";a:2:{i:0;i:110;i:1;i:133;}}}}s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:43:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:57;s:13:\"friends_count\";i:44;s:12:\"listed_count\";i:7;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:13;s:10:\"utc_offset\";N;s:9:\"time_zone\";N;s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:384;s:4:\"lang\";N;s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;s:15:\"translator_type\";s:4:\"none\";s:21:\"withheld_in_countries\";a:0:{}}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:15;a:24:{s:10:\"created_at\";s:30:\"Mon Sep 11 19:05:12 +0000 2017\";s:2:\"id\";d:9.0731913062118195E+17;s:6:\"id_str\";s:18:\"907319130621181952\";s:4:\"text\";s:141:\"VoIP has quickly become a standard for elevating communication connectivity and productivity. Get connected. #VoIP… https://t.co/yioLUsIx9T\";s:9:\"truncated\";b:1;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:1:{i:0;a:2:{s:4:\"text\";s:4:\"VoIP\";s:7:\"indices\";a:2:{i:0;i:109;i:1;i:114;}}}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:23:\"https://t.co/yioLUsIx9T\";s:12:\"expanded_url\";s:51:\"https://twitter.com/i/web/status/907319130621181952\";s:11:\"display_url\";s:29:\"twitter.com/i/web/status/9…\";s:7:\"indices\";a:2:{i:0;i:116;i:1;i:139;}}}}s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:43:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:57;s:13:\"friends_count\";i:44;s:12:\"listed_count\";i:7;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:13;s:10:\"utc_offset\";N;s:9:\"time_zone\";N;s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:384;s:4:\"lang\";N;s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;s:15:\"translator_type\";s:4:\"none\";s:21:\"withheld_in_countries\";a:0:{}}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:16;a:24:{s:10:\"created_at\";s:30:\"Wed Sep 06 15:32:58 +0000 2017\";s:2:\"id\";d:9.0545377917211034E+17;s:6:\"id_str\";s:18:\"905453779172110338\";s:4:\"text\";s:131:\"If your business phone system is not in the cloud, it should be. Start reaping the cloud benefits today:… https://t.co/mU1helKP8G\";s:9:\"truncated\";b:1;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:0:{}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:23:\"https://t.co/mU1helKP8G\";s:12:\"expanded_url\";s:51:\"https://twitter.com/i/web/status/905453779172110338\";s:11:\"display_url\";s:29:\"twitter.com/i/web/status/9…\";s:7:\"indices\";a:2:{i:0;i:106;i:1;i:129;}}}}s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:43:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:57;s:13:\"friends_count\";i:44;s:12:\"listed_count\";i:7;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:13;s:10:\"utc_offset\";N;s:9:\"time_zone\";N;s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:384;s:4:\"lang\";N;s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;s:15:\"translator_type\";s:4:\"none\";s:21:\"withheld_in_countries\";a:0:{}}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:17;a:24:{s:10:\"created_at\";s:30:\"Wed Sep 06 12:45:12 +0000 2017\";s:2:\"id\";d:9.0541156187076608E+17;s:6:\"id_str\";s:18:\"905411561870766080\";s:4:\"text\";s:121:\"Hosted cloud solutions typically require little to no capital expense to kick-off. #payasyougo… https://t.co/YrBwwxKMoZ\";s:9:\"truncated\";b:1;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:1:{i:0;a:2:{s:4:\"text\";s:10:\"payasyougo\";s:7:\"indices\";a:2:{i:0;i:83;i:1;i:94;}}}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:23:\"https://t.co/YrBwwxKMoZ\";s:12:\"expanded_url\";s:51:\"https://twitter.com/i/web/status/905411561870766080\";s:11:\"display_url\";s:29:\"twitter.com/i/web/status/9…\";s:7:\"indices\";a:2:{i:0;i:96;i:1;i:119;}}}}s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:43:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:57;s:13:\"friends_count\";i:44;s:12:\"listed_count\";i:7;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:13;s:10:\"utc_offset\";N;s:9:\"time_zone\";N;s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:384;s:4:\"lang\";N;s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;s:15:\"translator_type\";s:4:\"none\";s:21:\"withheld_in_countries\";a:0:{}}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:18;a:24:{s:10:\"created_at\";s:30:\"Wed Aug 30 15:15:13 +0000 2017\";s:2:\"id\";d:9.0291260030815846E+17;s:6:\"id_str\";s:18:\"902912600308158465\";s:4:\"text\";s:132:\"Want to get your employees up to speed, and make the most of your communications workflow? #lunchandlearn… https://t.co/gTBmOj8725\";s:9:\"truncated\";b:1;s:8:\"entities\";a:4:{s:8:\"hashtags\";a:1:{i:0;a:2:{s:4:\"text\";s:13:\"lunchandlearn\";s:7:\"indices\";a:2:{i:0;i:91;i:1;i:105;}}}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:23:\"https://t.co/gTBmOj8725\";s:12:\"expanded_url\";s:51:\"https://twitter.com/i/web/status/902912600308158465\";s:11:\"display_url\";s:29:\"twitter.com/i/web/status/9…\";s:7:\"indices\";a:2:{i:0;i:107;i:1;i:130;}}}}s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:43:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:57;s:13:\"friends_count\";i:44;s:12:\"listed_count\";i:7;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:13;s:10:\"utc_offset\";N;s:9:\"time_zone\";N;s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:384;s:4:\"lang\";N;s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;s:15:\"translator_type\";s:4:\"none\";s:21:\"withheld_in_countries\";a:0:{}}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}i:19;a:25:{s:10:\"created_at\";s:30:\"Thu Aug 24 11:55:04 +0000 2017\";s:2:\"id\";d:9.0068790342411878E+17;s:6:\"id_str\";s:18:\"900687903424118790\";s:4:\"text\";s:130:\"DYK 20 states have voted for AT&T to end landline service? #deathofthelandline https://t.co/3peU9VFLFg https://t.co/TbGfKEYjTo\";s:9:\"truncated\";b:0;s:8:\"entities\";a:5:{s:8:\"hashtags\";a:1:{i:0;a:2:{s:4:\"text\";s:18:\"deathofthelandline\";s:7:\"indices\";a:2:{i:0;i:63;i:1;i:82;}}}s:7:\"symbols\";a:0:{}s:13:\"user_mentions\";a:0:{}s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:23:\"https://t.co/3peU9VFLFg\";s:12:\"expanded_url\";s:24:\"http://ow.ly/uh0V30esnOk\";s:11:\"display_url\";s:17:\"ow.ly/uh0V30esnOk\";s:7:\"indices\";a:2:{i:0;i:83;i:1;i:106;}}}s:5:\"media\";a:1:{i:0;a:10:{s:2:\"id\";d:9.006879006977024E+17;s:6:\"id_str\";s:18:\"900687900697702401\";s:7:\"indices\";a:2:{i:0;i:107;i:1;i:130;}s:9:\"media_url\";s:46:\"http://pbs.twimg.com/media/DH_i36aUMAEOakk.jpg\";s:15:\"media_url_https\";s:47:\"https://pbs.twimg.com/media/DH_i36aUMAEOakk.jpg\";s:3:\"url\";s:23:\"https://t.co/TbGfKEYjTo\";s:11:\"display_url\";s:26:\"pic.twitter.com/TbGfKEYjTo\";s:12:\"expanded_url\";s:65:\"https://twitter.com/HilltopTech/status/900687903424118790/photo/1\";s:4:\"type\";s:5:\"photo\";s:5:\"sizes\";a:4:{s:5:\"thumb\";a:3:{s:1:\"w\";i:150;s:1:\"h\";i:150;s:6:\"resize\";s:4:\"crop\";}s:5:\"large\";a:3:{s:1:\"w\";i:1400;s:1:\"h\";i:700;s:6:\"resize\";s:3:\"fit\";}s:6:\"medium\";a:3:{s:1:\"w\";i:1200;s:1:\"h\";i:600;s:6:\"resize\";s:3:\"fit\";}s:5:\"small\";a:3:{s:1:\"w\";i:680;s:1:\"h\";i:340;s:6:\"resize\";s:3:\"fit\";}}}}}s:17:\"extended_entities\";a:1:{s:5:\"media\";a:1:{i:0;a:10:{s:2:\"id\";d:9.006879006977024E+17;s:6:\"id_str\";s:18:\"900687900697702401\";s:7:\"indices\";a:2:{i:0;i:107;i:1;i:130;}s:9:\"media_url\";s:46:\"http://pbs.twimg.com/media/DH_i36aUMAEOakk.jpg\";s:15:\"media_url_https\";s:47:\"https://pbs.twimg.com/media/DH_i36aUMAEOakk.jpg\";s:3:\"url\";s:23:\"https://t.co/TbGfKEYjTo\";s:11:\"display_url\";s:26:\"pic.twitter.com/TbGfKEYjTo\";s:12:\"expanded_url\";s:65:\"https://twitter.com/HilltopTech/status/900687903424118790/photo/1\";s:4:\"type\";s:5:\"photo\";s:5:\"sizes\";a:4:{s:5:\"thumb\";a:3:{s:1:\"w\";i:150;s:1:\"h\";i:150;s:6:\"resize\";s:4:\"crop\";}s:5:\"large\";a:3:{s:1:\"w\";i:1400;s:1:\"h\";i:700;s:6:\"resize\";s:3:\"fit\";}s:6:\"medium\";a:3:{s:1:\"w\";i:1200;s:1:\"h\";i:600;s:6:\"resize\";s:3:\"fit\";}s:5:\"small\";a:3:{s:1:\"w\";i:680;s:1:\"h\";i:340;s:6:\"resize\";s:3:\"fit\";}}}}}s:6:\"source\";s:63:\"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">Hootsuite</a>\";s:21:\"in_reply_to_status_id\";N;s:25:\"in_reply_to_status_id_str\";N;s:19:\"in_reply_to_user_id\";N;s:23:\"in_reply_to_user_id_str\";N;s:23:\"in_reply_to_screen_name\";N;s:4:\"user\";a:43:{s:2:\"id\";i:534619080;s:6:\"id_str\";s:9:\"534619080\";s:4:\"name\";s:20:\"Hilltop Technologies\";s:11:\"screen_name\";s:11:\"HilltopTech\";s:8:\"location\";s:12:\"Suffield, CT\";s:11:\"description\";s:99:\"Connecticut-based distributor for telephone and VoIP services including ShoreTel and Avaya products\";s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:8:\"entities\";a:2:{s:3:\"url\";a:1:{s:4:\"urls\";a:1:{i:0;a:4:{s:3:\"url\";s:22:\"http://t.co/1klOLKC31T\";s:12:\"expanded_url\";s:26:\"http://www.hilltoptech.com\";s:11:\"display_url\";s:15:\"hilltoptech.com\";s:7:\"indices\";a:2:{i:0;i:0;i:1;i:22;}}}}s:11:\"description\";a:1:{s:4:\"urls\";a:0:{}}}s:9:\"protected\";b:0;s:15:\"followers_count\";i:57;s:13:\"friends_count\";i:44;s:12:\"listed_count\";i:7;s:10:\"created_at\";s:30:\"Fri Mar 23 17:26:59 +0000 2012\";s:16:\"favourites_count\";i:13;s:10:\"utc_offset\";N;s:9:\"time_zone\";N;s:11:\"geo_enabled\";b:0;s:8:\"verified\";b:0;s:14:\"statuses_count\";i:384;s:4:\"lang\";N;s:20:\"contributors_enabled\";b:0;s:13:\"is_translator\";b:0;s:22:\"is_translation_enabled\";b:0;s:24:\"profile_background_color\";s:6:\"5E6569\";s:28:\"profile_background_image_url\";s:48:\"http://abs.twimg.com/images/themes/theme1/bg.png\";s:34:\"profile_background_image_url_https\";s:49:\"https://abs.twimg.com/images/themes/theme1/bg.png\";s:23:\"profile_background_tile\";b:0;s:17:\"profile_image_url\";s:74:\"http://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:23:\"profile_image_url_https\";s:75:\"https://pbs.twimg.com/profile_images/620987114562301953/s8MhnzfV_normal.png\";s:18:\"profile_banner_url\";s:58:\"https://pbs.twimg.com/profile_banners/534619080/1436889824\";s:18:\"profile_link_color\";s:6:\"000000\";s:28:\"profile_sidebar_border_color\";s:6:\"FFFFFF\";s:26:\"profile_sidebar_fill_color\";s:6:\"DDEEF6\";s:18:\"profile_text_color\";s:6:\"333333\";s:28:\"profile_use_background_image\";b:0;s:20:\"has_extended_profile\";b:0;s:15:\"default_profile\";b:0;s:21:\"default_profile_image\";b:0;s:9:\"following\";b:0;s:19:\"follow_request_sent\";b:0;s:13:\"notifications\";b:0;s:15:\"translator_type\";s:4:\"none\";s:21:\"withheld_in_countries\";a:0:{}}s:3:\"geo\";N;s:11:\"coordinates\";N;s:5:\"place\";N;s:12:\"contributors\";N;s:15:\"is_quote_status\";b:0;s:13:\"retweet_count\";i:0;s:14:\"favorite_count\";i:0;s:9:\"favorited\";b:0;s:9:\"retweeted\";b:0;s:18:\"possibly_sensitive\";b:0;s:4:\"lang\";s:2:\"en\";}s:10:\"httpstatus\";i:200;}','no'),(491183,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1629488138;s:7:\"checked\";a:5:{s:10:\"blankslate\";s:5:\"4.0.2\";s:13:\"twentyfifteen\";s:3:\"1.0\";s:14:\"twentyfourteen\";s:3:\"1.1\";s:14:\"twentythirteen\";s:3:\"1.2\";s:12:\"twentytwelve\";s:3:\"1.4\";}s:8:\"response\";a:5:{s:10:\"blankslate\";a:6:{s:5:\"theme\";s:10:\"blankslate\";s:11:\"new_version\";i:2021;s:3:\"url\";s:40:\"https://wordpress.org/themes/blankslate/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/theme/blankslate.2021.zip\";s:8:\"requires\";s:3:\"5.0\";s:12:\"requires_php\";s:3:\"7.0\";}s:13:\"twentyfifteen\";a:6:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"3.0\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.3.0.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:5:\"5.2.4\";}s:14:\"twentyfourteen\";a:6:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"3.2\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.3.2.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:5:\"5.2.4\";}s:14:\"twentythirteen\";a:6:{s:5:\"theme\";s:14:\"twentythirteen\";s:11:\"new_version\";s:3:\"3.4\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentythirteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentythirteen.3.4.zip\";s:8:\"requires\";s:3:\"3.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwelve\";a:6:{s:5:\"theme\";s:12:\"twentytwelve\";s:11:\"new_version\";s:3:\"3.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'),(186604,'_site_transient_timeout_browser_cb0f25941c7ee58acd15fece4d84c18b','1513637000','no'),(186605,'_site_transient_browser_cb0f25941c7ee58acd15fece4d84c18b','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"62.0.3202.94\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(165154,'_site_transient_timeout_browser_3182f755614c06389a440066daa2f279','1502727703','no'),(165155,'_site_transient_browser_3182f755614c06389a440066daa2f279','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"60.0.3112.90\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(144324,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:13:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.8.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.8.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-5.8-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.8-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"5.8\";s:7:\"version\";s:3:\"5.8\";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:57:\"https://downloads.wordpress.org/release/wordpress-5.8.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.8.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-5.8-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.8-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"5.8\";s:7:\"version\";s:3:\"5.8\";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.2.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.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.7.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.7.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.7.2\";s:7:\"version\";s:5:\"5.7.2\";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.4.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.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.6.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.4-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.6.4\";s:7:\"version\";s:5:\"5.6.4\";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.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.5.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.5.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.5.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.5.5\";s:7:\"version\";s:5:\"5.5.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:5;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.4.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.4.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.4.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.4.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.4.6\";s:7:\"version\";s:5:\"5.4.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:6;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.3.8.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.8.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.3.8-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.3.8-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.3.8\";s:7:\"version\";s:5:\"5.3.8\";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.11.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.11.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.2.11-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.2.11-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.2.11\";s:7:\"version\";s:6:\"5.2.11\";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:8;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.1.10.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.1.10.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.1.10-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.1.10-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.1.10\";s:7:\"version\";s:6:\"5.1.10\";s:11:\"php_version\";s:5:\"5.2.4\";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:9;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.0.13.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.0.13.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.0.13-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.0.13-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.0.13\";s:7:\"version\";s:6:\"5.0.13\";s:11:\"php_version\";s:5:\"5.2.4\";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:10;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.9.18.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-4.9.18.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.18-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.9.18-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.9.18\";s:7:\"version\";s:6:\"4.9.18\";s:11:\"php_version\";s:5:\"5.2.4\";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:11;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.8.17.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-4.8.17.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.8.17-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.8.17-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.8.17\";s:7:\"version\";s:6:\"4.8.17\";s:11:\"php_version\";s:5:\"5.2.4\";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:12;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.7.21.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-4.7.21.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.21-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.7.21-new-bundled.zip\";s:7:\"partial\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.7.21-partial-3.zip\";s:8:\"rollback\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.21-rollback-3.zip\";}s:7:\"current\";s:6:\"4.7.21\";s:7:\"version\";s:6:\"4.7.21\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:5:\"4.7.3\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1629488132;s:15:\"version_checked\";s:5:\"4.7.3\";s:12:\"translations\";a:0:{}}','no'),(143007,'_site_transient_browser_1112e7da2c1e2ca5eb7e4651881e05db','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"57.0.2987.133\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(143006,'_site_transient_timeout_browser_1112e7da2c1e2ca5eb7e4651881e05db','1491929747','yes'); /*!40000 ALTER TABLE `wpht_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpht_postmeta` -- DROP TABLE IF EXISTS `wpht_postmeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wpht_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL auto_increment, `post_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=727 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wpht_postmeta` -- LOCK TABLES `wpht_postmeta` WRITE; /*!40000 ALTER TABLE `wpht_postmeta` DISABLE KEYS */; INSERT INTO `wpht_postmeta` VALUES (148,94,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:458;s:6:\"height\";i:353;s:4:\"file\";s:24:\"2014/11/Avaya-screen.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Avaya-screen-150x150.jpg\";s:5:\"width\";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:\"Avaya-screen-300x231.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:231;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:\"\";}}'),(145,93,'_edit_lock','1421270537:1'),(61,43,'_edit_lock','1496853331:1'),(146,93,'_edit_last','1'),(147,94,'_wp_attached_file','2014/11/Avaya-screen.jpg'),(17,10,'_wp_attached_file','2014/06/Hilltop-Paul-Kochanek-Headshot.jpg'),(18,10,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:708;s:6:\"height\";i:683;s:4:\"file\";s:42:\"2014/06/Hilltop-Paul-Kochanek-Headshot.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Hilltop-Paul-Kochanek-Headshot-150x150.jpg\";s:5:\"width\";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:\"Hilltop-Paul-Kochanek-Headshot-300x289.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:289;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:\"\";}}'),(22,13,'_edit_lock','1432923709:3'),(21,13,'_edit_last','1'),(36,29,'_wp_attached_file','2014/06/Executive+Man+at+Desk+4-e1404148471515.png'),(37,29,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:167;s:4:\"file\";s:50:\"2014/06/Executive+Man+at+Desk+4-e1404148471515.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Executive+Man+at+Desk+4-e1404148471515-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a: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:\"\";}}'),(38,29,'_edit_lock','1404149137:1'),(39,29,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:250;s:6:\"height\";i:167;s:4:\"file\";s:27:\"Executive+Man+at+Desk+4.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:35:\"Executive+Man+at+Desk+4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}'),(40,31,'_wp_attached_file','2014/06/Executive-Man-at-Desk.jpg'),(41,31,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:792;s:6:\"height\";i:528;s:4:\"file\";s:33:\"2014/06/Executive-Man-at-Desk.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Executive-Man-at-Desk-150x150.jpg\";s:5:\"width\";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:\"Executive-Man-at-Desk-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;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:\"\";}}'),(42,31,'_edit_lock','1404149164:1'),(43,32,'_wp_attached_file','2014/06/ShoreTel1.jpg'),(44,32,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:792;s:6:\"height\";i:528;s:4:\"file\";s:21:\"2014/06/ShoreTel1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"ShoreTel1-150x150.jpg\";s:5:\"width\";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:\"ShoreTel1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;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:\"\";}}'),(52,38,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:98;s:4:\"file\";s:17:\"2014/07/avaya.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"avaya-150x98.png\";s:5:\"width\";i:150;s:6:\"height\";i:98;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:\"\";}}'),(49,35,'_edit_last','1'),(50,35,'_edit_lock','1432924488:3'),(51,38,'_wp_attached_file','2014/07/avaya.png'),(31,23,'_edit_last','1'),(32,23,'_edit_lock','1432924373:3'),(62,43,'_edit_last','1'),(63,45,'_wp_attached_file','2014/08/dontBeLeftInTheDark.jpg'),(64,45,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:239;s:4:\"file\";s:31:\"2014/08/dontBeLeftInTheDark.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"dontBeLeftInTheDark-150x150.jpg\";s:5:\"width\";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:\"dontBeLeftInTheDark-300x119.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:119;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:\"\";}}'),(65,46,'_wp_attached_file','2014/08/Light-Beam-From-Flashlight.jpg'),(66,46,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:219;s:4:\"file\";s:38:\"2014/08/Light-Beam-From-Flashlight.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Light-Beam-From-Flashlight-150x150.jpg\";s:5:\"width\";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:\"Light-Beam-From-Flashlight-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;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:10:\"Bigstock®\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(67,43,'_wp_page_template','dark-page-template.php'),(68,51,'_wp_attached_file','2014/08/HilltopEmailHeader.jpg'),(69,51,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:65;s:4:\"file\";s:30:\"2014/08/HilltopEmailHeader.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"HilltopEmailHeader-150x65.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"HilltopEmailHeader-300x32.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:32;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:\"\";}}'),(70,59,'_wp_attached_file','2014/08/Light-Beam-From-Flashlight-2.jpg'),(71,59,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:248;s:4:\"file\";s:40:\"2014/08/Light-Beam-From-Flashlight-2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Light-Beam-From-Flashlight-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:\"Light-Beam-From-Flashlight-2-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;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:10:\"Bigstock®\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(72,60,'_wp_attached_file','2014/08/dontBeLeftInTheDark2.jpg'),(73,60,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:228;s:4:\"file\";s:32:\"2014/08/dontBeLeftInTheDark2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"dontBeLeftInTheDark2-150x150.jpg\";s:5:\"width\";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:\"dontBeLeftInTheDark2-300x114.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:114;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:\"\";}}'),(74,62,'_wp_attached_file','2014/08/lunch-news.png'),(75,62,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:210;s:4:\"file\";s:22:\"2014/08/lunch-news.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"lunch-news-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a: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:\"\";}}'),(76,62,'_edit_lock','1408037659:3'),(77,64,'_edit_lock','1432925309:3'),(78,64,'_edit_last','1'),(171,102,'_menu_item_object_id','43'),(172,102,'_menu_item_object','page'),(170,102,'_menu_item_menu_item_parent','0'),(169,102,'_menu_item_type','post_type'),(168,101,'_menu_item_orphaned','1416940979'),(167,101,'_menu_item_url','http://hilltoptech.com/news/'),(166,101,'_menu_item_xfn',''),(165,101,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(164,101,'_menu_item_target',''),(163,101,'_menu_item_object','custom'),(162,101,'_menu_item_object_id','101'),(161,101,'_menu_item_menu_item_parent','0'),(160,101,'_menu_item_type','custom'),(103,70,'_edit_lock','1414940581:1'),(104,70,'_edit_last','1'),(107,73,'_wp_attached_file','2014/10/10Ways.png'),(108,73,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2014/10/10Ways.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"10Ways-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:18:\"10Ways-300x120.png\";s:5:\"width\";i:300;s:6:\"height\";i:120;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:\"\";}}'),(156,98,'_edit_last','1'),(157,99,'_wp_attached_file','2014/11/chalkboardlunchlearn2.png'),(155,98,'_edit_lock','1496853206:1'),(158,99,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:1732;s:4:\"file\";s:33:\"2014/11/chalkboardlunchlearn2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"chalkboardlunchlearn2-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:\"chalkboardlunchlearn2-166x300.png\";s:5:\"width\";i:166;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"chalkboardlunchlearn2-567x1024.png\";s:5:\"width\";i:567;s:6:\"height\";i:1024;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:\"\";}}'),(159,98,'_wp_page_template','widepagetemplate.php'),(173,102,'_menu_item_target',''),(174,102,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(175,102,'_menu_item_xfn',''),(176,102,'_menu_item_url',''),(177,102,'_menu_item_orphaned','1416940979'),(178,103,'_menu_item_type','custom'),(179,103,'_menu_item_menu_item_parent','0'),(180,103,'_menu_item_object_id','103'),(181,103,'_menu_item_object','custom'),(182,103,'_menu_item_target',''),(183,103,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(184,103,'_menu_item_xfn',''),(185,103,'_menu_item_url','http://hilltoptech.com/news/'),(186,103,'_menu_item_orphaned','1416941011'),(187,104,'_menu_item_type','post_type'),(188,104,'_menu_item_menu_item_parent','0'),(189,104,'_menu_item_object_id','43'),(190,104,'_menu_item_object','page'),(191,104,'_menu_item_target',''),(192,104,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(193,104,'_menu_item_xfn',''),(194,104,'_menu_item_url',''),(195,104,'_menu_item_orphaned','1416941011'),(244,120,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1067;s:6:\"height\";i:1600;s:4:\"file\";s:40:\"2015/01/bigstock-Home-Office-2092434.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"bigstock-Home-Office-2092434-150x150.jpg\";s:5:\"width\";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:\"bigstock-Home-Office-2092434-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"bigstock-Home-Office-2092434-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 30D\";s:7:\"caption\";s:52:\"comfortable home office with white built in cabinets\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:8:\"Bigstock\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:11:\"Home Office\";s:11:\"orientation\";i:0;}}'),(243,120,'_wp_attached_file','2015/01/bigstock-Home-Office-2092434.jpg'),(235,118,'_edit_lock','1421179761:1'),(236,118,'_edit_last','1'),(206,112,'_edit_last','1'),(205,112,'_edit_lock','1416942668:1'),(207,112,'wpgform_form','https://docs.google.com/forms/d/1lZ6b-IouQgRjoba_YOtiGQI3ppY4UiylaW-xj_ZDTuw/viewform?usp=send_form'),(208,112,'wpgform_confirm','https://docs.google.com/forms/d/1lZ6b-IouQgRjoba_YOtiGQI3ppY4UiylaW-xj_ZDTuw/viewform?usp=send_form'),(209,112,'wpgform_style','none'),(210,112,'wpgform_email','on'),(211,112,'wpgform_sendto','owilson@hilltoptech.com'),(212,112,'wpgform_use_transient','off'),(213,112,'wpgform_transient_time','5'),(214,112,'wpgform_captcha','off'),(215,112,'wpgform_columns','1'),(216,112,'wpgform_user_email','off'),(217,112,'wpgform_legal','off'),(218,112,'wpgform_readonly','off'),(219,112,'wpgform_br','off'),(220,112,'wpgform_title','off'),(221,112,'wpgform_maph1h2','off'),(222,112,'wpgform_unitethemehack','off'),(223,112,'wpgform_validation','on'),(224,112,'wpgform_validation_field_name','a:1:{i:0;s:0:\"\";}'),(225,112,'wpgform_validation_field_type','a:1:{i:0;s:8:\"required\";}'),(226,112,'wpgform_validation_field_value','a:1:{i:0;s:0:\"\";}'),(227,112,'wpgform_hiddenfield','off'),(228,112,'wpgform_hiddenfield_field_name','a:1:{i:0;s:0:\"\";}'),(229,112,'wpgform_hiddenfield_field_type','a:1:{i:0;s:5:\"value\";}'),(230,112,'wpgform_hiddenfield_field_value','a:1:{i:0;s:0:\"\";}'),(231,112,'wpgform_placeholder_field_name','a:1:{i:0;s:0:\"\";}'),(232,112,'wpgform_placeholder_field_value','a:1:{i:0;s:0:\"\";}'),(233,113,'_wp_attached_file','2014/11/chalkboardlunchlearn21.png'),(234,113,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:1732;s:4:\"file\";s:34:\"2014/11/chalkboardlunchlearn21.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"chalkboardlunchlearn21-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:34:\"chalkboardlunchlearn21-166x300.png\";s:5:\"width\";i:166;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"chalkboardlunchlearn21-567x1024.png\";s:5:\"width\";i:567;s:6:\"height\";i:1024;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:\"\";}}'),(247,122,'_wp_attached_file','2015/01/ShoreTel-Dock.jpg'),(248,122,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1145;s:6:\"height\";i:910;s:4:\"file\";s:25:\"2015/01/ShoreTel-Dock.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"ShoreTel-Dock-150x150.jpg\";s:5:\"width\";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:\"ShoreTel-Dock-300x238.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:238;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"ShoreTel-Dock-1024x814.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:814;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(257,127,'_edit_lock','1425919189:1'),(258,127,'_edit_last','1'),(259,128,'_wp_attached_file','2015/01/bigstock-Young-lady-hiker-standing-with-56836412.jpg'),(260,128,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1067;s:4:\"file\";s:60:\"2015/01/bigstock-Young-lady-hiker-standing-with-56836412.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"bigstock-Young-lady-hiker-standing-with-56836412-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"bigstock-Young-lady-hiker-standing-with-56836412-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:61:\"bigstock-Young-lady-hiker-standing-with-56836412-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:81:\"Young lady hiker standing with backpack on top of a mountain and enjoying sunrise\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:8:\"Bigstock\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:64:\"Young lady hiker standing with backpack on top of a mountain and\";s:11:\"orientation\";i:0;}}'),(269,131,'_edit_lock','1421965487:1'),(270,131,'_edit_last','1'),(276,135,'_edit_last','1'),(275,135,'_edit_lock','1424196923:1'),(277,136,'_wp_attached_file','2015/02/LLemailHeader.png'),(278,136,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:396;s:4:\"file\";s:25:\"2015/02/LLemailHeader.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"LLemailHeader-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:25:\"LLemailHeader-300x124.png\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(286,142,'_edit_last','1'),(287,143,'_wp_attached_file','2015/02/6myths.jpg'),(285,142,'_edit_lock','1424897658:1'),(288,143,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:698;s:6:\"height\";i:400;s:4:\"file\";s:18:\"2015/02/6myths.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"6myths-150x150.jpg\";s:5:\"width\";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:\"6myths-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(297,147,'_edit_last','1'),(298,148,'_wp_attached_file','2015/03/Hilltop-hosted-pbx-1.pdf'),(293,142,'_wp_old_slug','the-6-myths-of-switching-business-phone-systems'),(296,147,'_edit_lock','1428579139:1'),(299,149,'_wp_attached_file','2015/03/Hilltop-esna-salesforce.pdf'),(302,151,'_wp_attached_file','2015/03/HostedPBX.png'),(303,151,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2625;s:6:\"height\";i:1242;s:4:\"file\";s:21:\"2015/03/HostedPBX.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"HostedPBX-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:21:\"HostedPBX-300x142.png\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"HostedPBX-1024x484.png\";s:5:\"width\";i:1024;s:6:\"height\";i:484;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(315,160,'_edit_last','1'),(314,160,'_edit_lock','1428579003:1'),(318,162,'_wp_attached_file','2015/03/bigstock-fine-image-of-white-clouds-and-16823522.jpg'),(319,162,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1067;s:4:\"file\";s:60:\"2015/03/bigstock-fine-image-of-white-clouds-and-16823522.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"bigstock-fine-image-of-white-clouds-and-16823522-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"bigstock-fine-image-of-white-clouds-and-16823522-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:61:\"bigstock-fine-image-of-white-clouds-and-16823522-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:8:\"Bigstock\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:55:\"fine image of white clouds and blue sky and air balloon\";s:11:\"orientation\";i:0;}}'),(327,168,'_edit_last','1'),(326,168,'_edit_lock','1427904956:1'),(328,169,'_wp_attached_file','2015/04/Apr2015_webgraphic.png'),(329,169,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:1000;s:4:\"file\";s:30:\"2015/04/Apr2015_webgraphic.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Apr2015_webgraphic-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:\"Apr2015_webgraphic-180x300.png\";s:5:\"width\";i:180;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(336,175,'_wp_attached_file','2014/11/LunchLearnmarch2015web.png'),(337,175,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:1370;s:4:\"file\";s:34:\"2014/11/LunchLearnmarch2015web.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"LunchLearnmarch2015web-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:34:\"LunchLearnmarch2015web-210x300.png\";s:5:\"width\";i:210;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"LunchLearnmarch2015web-718x1024.png\";s:5:\"width\";i:718;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(338,176,'_edit_lock','1443025417:1'),(339,176,'_edit_last','1'),(340,177,'_wp_attached_file','2015/04/Avaya-screen.jpg'),(341,177,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:458;s:6:\"height\";i:353;s:4:\"file\";s:24:\"2015/04/Avaya-screen.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Avaya-screen-150x150.jpg\";s:5:\"width\";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:\"Avaya-screen-300x231.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(342,178,'_wp_attached_file','2015/04/Avaya-Partner-in-Customer-Excellence.jpg'),(343,178,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:404;s:6:\"height\";i:200;s:4:\"file\";s:48:\"2015/04/Avaya-Partner-in-Customer-Excellence.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Avaya-Partner-in-Customer-Excellence-150x150.jpg\";s:5:\"width\";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:\"Avaya-Partner-in-Customer-Excellence-300x149.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(346,182,'_edit_lock','1432919197:3'),(347,182,'_edit_last','1'),(348,183,'_wp_attached_file','2015/05/infograph_avaya-contact-ctr.png'),(349,183,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:656;s:6:\"height\";i:543;s:4:\"file\";s:39:\"2015/05/infograph_avaya-contact-ctr.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"infograph_avaya-contact-ctr-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:39:\"infograph_avaya-contact-ctr-300x248.png\";s:5:\"width\";i:300;s:6:\"height\";i:248;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(358,190,'_wp_attached_file','2015/05/consultation-line.jpg'),(359,190,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:50;s:4:\"file\";s:29:\"2015/05/consultation-line.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"consultation-line-150x50.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"consultation-line-300x25.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:25;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(363,197,'_edit_last','1'),(362,197,'_edit_lock','1437587648:1'),(364,198,'_wp_attached_file','2015/07/phoneforagainst.jpg'),(365,198,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:564;s:4:\"file\";s:27:\"2015/07/phoneforagainst.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"phoneforagainst-150x150.jpg\";s:5:\"width\";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:\"phoneforagainst-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:8:\"Bigstock\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(373,202,'_wp_attached_file','2015/07/phoneforagainst.png'),(374,202,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:313;s:4:\"file\";s:27:\"2015/07/phoneforagainst.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"phoneforagainst-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"phoneforagainst-300x188.png\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(383,209,'_wp_attached_file','2015/09/ACES-Customer-Spotlight.png'),(382,208,'_edit_last','1'),(381,208,'_edit_lock','1456777873:1'),(384,209,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:300;s:4:\"file\";s:35:\"2015/09/ACES-Customer-Spotlight.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"ACES-Customer-Spotlight-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:35:\"ACES-Customer-Spotlight-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(393,214,'_wp_attached_file','2015/10/bigstock-Office-desk-table-with-compute-85134539-e1443728326544.jpg'),(392,213,'_edit_last','1'),(391,213,'_edit_lock','1443729608:1'),(394,214,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:267;s:4:\"file\";s:75:\"2015/10/bigstock-Office-desk-table-with-compute-85134539-e1443728326544.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"bigstock-Office-desk-table-with-compute-85134539-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"bigstock-Office-desk-table-with-compute-85134539-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:61:\"bigstock-Office-desk-table-with-compute-85134539-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:90:\"Office desk table with computer, supplies, coffee cup and flower. Top view with copy space\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:8:\"Bigstock\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:64:\"Office desk table with computer, supplies, coffee cup and flower\";s:11:\"orientation\";i:0;}}'),(395,214,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1600;s:6:\"height\";i:1067;s:4:\"file\";s:52:\"bigstock-Office-desk-table-with-compute-85134539.jpg\";}}'),(403,220,'_edit_last','1'),(402,220,'_edit_lock','1447804325:1'),(406,222,'_edit_lock','1448296255:1'),(407,222,'_edit_last','1'),(408,223,'_wp_attached_file','2015/11/Expand-Your-Scope.png'),(409,223,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1060;s:4:\"file\";s:29:\"2015/11/Expand-Your-Scope.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Expand-Your-Scope-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:29:\"Expand-Your-Scope-300x199.png\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Expand-Your-Scope-1024x678.png\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(415,227,'_edit_last','1'),(414,227,'_edit_lock','1450187472:1'),(416,228,'_wp_attached_file','2015/12/elbert.png'),(417,228,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2015/12/elbert.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"elbert-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(421,231,'_edit_last','1'),(420,231,'_edit_lock','1453470829:1'),(424,233,'_wp_attached_file','2016/01/SIP-Trunking-VoIP-Improved.png'),(425,233,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:167;s:4:\"file\";s:38:\"2016/01/SIP-Trunking-VoIP-Improved.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"SIP-Trunking-VoIP-Improved-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(439,245,'_edit_lock','1458322750:1'),(440,245,'_edit_last','1'),(431,238,'_edit_lock','1467825100:1'),(432,238,'_edit_last','1'),(433,239,'_wp_attached_file','2016/02/BPU_CaseStudyHeader.png'),(434,239,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:300;s:4:\"file\";s:31:\"2016/02/BPU_CaseStudyHeader.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"BPU_CaseStudyHeader-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:31:\"BPU_CaseStudyHeader-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(441,246,'_wp_attached_file','2016/03/DeathofLandline.jpg'),(442,246,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:400;s:4:\"file\";s:27:\"2016/03/DeathofLandline.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"DeathofLandline-150x150.jpg\";s:5:\"width\";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:\"DeathofLandline-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(446,249,'_edit_last','1'),(445,249,'_edit_lock','1462997471:1'),(447,250,'_wp_attached_file','2016/05/Radio-Flyer-600w.png'),(448,250,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:300;s:4:\"file\";s:28:\"2016/05/Radio-Flyer-600w.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Radio-Flyer-600w-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:28:\"Radio-Flyer-600w-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(453,253,'_wp_attached_file','2016/05/Radio-Flyer-600w1.png'),(454,253,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:250;s:4:\"file\";s:29:\"2016/05/Radio-Flyer-600w1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Radio-Flyer-600w1-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:29:\"Radio-Flyer-600w1-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(458,256,'_edit_last','1'),(457,256,'_edit_lock','1464203080:1'),(459,257,'_wp_attached_file','2016/05/Spring-clean-snapshot.png'),(460,257,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:150;s:4:\"file\";s:33:\"2016/05/Spring-clean-snapshot.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Spring-clean-snapshot-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(474,268,'_edit_lock','1469630505:1'),(475,268,'_edit_last','1'),(465,256,'_wp_old_slug','256'),(476,269,'_wp_attached_file','2016/07/bigstock-business-people-cloud-comput-79684360.jpg'),(477,269,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1067;s:4:\"file\";s:58:\"2016/07/bigstock-business-people-cloud-comput-79684360.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"bigstock-business-people-cloud-comput-79684360-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"bigstock-business-people-cloud-comput-79684360-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"bigstock-business-people-cloud-comput-79684360-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:59:\"bigstock-business-people-cloud-comput-79684360-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:136:\"business, people, cloud computing and technology concept - smiling business team with smartphones, tablet pc computers working in office\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:8:\"Bigstock\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:64:\"business, people, cloud computing and technology concept - smili\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:128:{i:0;s:3:\"app\";i:1;s:11:\"application\";i:2;s:8:\"browsing\";i:3;s:8:\"business\";i:4;s:17:\"business concepts\";i:5;s:14:\"business group\";i:6;s:12:\"business man\";i:7;s:16:\"business meeting\";i:8;s:11:\"businessmen\";i:9;s:12:\"business men\";i:10;s:16:\"business partner\";i:11;s:17:\"business partners\";i:12;s:21:\"business people group\";i:13;s:23:\"business people meeting\";i:14;s:14:\"business phone\";i:15;s:13:\"business team\";i:16;s:17:\"business teamwork\";i:17;s:21:\"business technologies\";i:18;s:4:\"cell\";i:19;s:10:\"cell phone\";i:20;s:11:\"cell phones\";i:21;s:5:\"cloud\";i:22;s:15:\"cloud computing\";i:23;s:23:\"cloud computing concept\";i:24;s:16:\"cloud technology\";i:25;s:13:\"communication\";i:26;s:21:\"communication concept\";i:27;s:16:\"computer network\";i:28;s:9:\"computers\";i:29;s:19:\"computer technology\";i:30;s:9:\"computing\";i:31;s:10:\"connection\";i:32;s:18:\"connection concept\";i:33;s:12:\"connectivity\";i:34;s:9:\"corporate\";i:35;s:17:\"corporate meeting\";i:36;s:16:\"corporate people\";i:37;s:10:\"cyberspace\";i:38;s:13:\"entrepreneurs\";i:39;s:6:\"future\";i:40;s:7:\"gadgets\";i:41;s:5:\"group\";i:42;s:13:\"group meeting\";i:43;s:12:\"group of men\";i:44;s:15:\"group of people\";i:45;s:12:\"group people\";i:46;s:16:\"groups of people\";i:47;s:5:\"happy\";i:48;s:14:\"happy business\";i:49;s:17:\"happy businessman\";i:50;s:12:\"happy people\";i:51;s:11:\"happy woman\";i:52;s:8:\"hispanic\";i:53;s:14:\"hispanic woman\";i:54;s:12:\"how it works\";i:55;s:6:\"how to\";i:56;s:7:\"indoors\";i:57;s:10:\"innovation\";i:58;s:18:\"innovation concept\";i:59;s:21:\"innovation technology\";i:60;s:9:\"interface\";i:61;s:13:\"international\";i:62;s:22:\"international business\";i:63;s:8:\"internet\";i:64;s:5:\"latin\";i:65;s:4:\"link\";i:66;s:9:\"linked in\";i:67;s:13:\"man and woman\";i:68;s:12:\"man on phone\";i:69;s:11:\"man smiling\";i:70;s:9:\"man woman\";i:71;s:7:\"meeting\";i:72;s:14:\"meeting people\";i:73;s:3:\"men\";i:74;s:6:\"mobile\";i:75;s:10:\"mobile app\";i:76;s:18:\"mobile application\";i:77;s:12:\"mobile phone\";i:78;s:13:\"mobile phones\";i:79;s:17:\"mobile technology\";i:80;s:10:\"networking\";i:81;s:18:\"networking concept\";i:82;s:17:\"networking people\";i:83;s:6:\"office\";i:84;s:14:\"office meeting\";i:85;s:13:\"office people\";i:86;s:12:\"office phone\";i:87;s:6:\"online\";i:88;s:15:\"online business\";i:89;s:12:\"on the phone\";i:90;s:8:\"partners\";i:91;s:2:\"pc\";i:92;s:6:\"people\";i:93;s:14:\"people smiling\";i:94;s:6:\"person\";i:95;s:18:\"person on computer\";i:96;s:15:\"person on phone\";i:97;s:6:\"phones\";i:98;s:10:\"projection\";i:99;s:6:\"server\";i:100;s:5:\"share\";i:101;s:11:\"smartphones\";i:102;s:11:\"smiling man\";i:103;s:14:\"smiling people\";i:104;s:13:\"smiling woman\";i:105;s:6:\"tablet\";i:106;s:9:\"tablet pc\";i:107;s:4:\"team\";i:108;s:12:\"team meeting\";i:109;s:8:\"teamwork\";i:110;s:9:\"team work\";i:111;s:10:\"technology\";i:112;s:10:\"the future\";i:113;s:8:\"transfer\";i:114;s:12:\"transmission\";i:115;s:5:\"woman\";i:116;s:17:\"woman at computer\";i:117;s:14:\"woman business\";i:118;s:14:\"woman computer\";i:119;s:11:\"woman happy\";i:120;s:17:\"woman on computer\";i:121;s:11:\"woman smile\";i:122;s:13:\"woman smiling\";i:123;s:14:\"working people\";i:124;s:13:\"working woman\";i:125;s:8:\"work out\";i:126;s:5:\"young\";i:127;s:21:\"young business people\";}}}'),(483,272,'_edit_last','1'),(482,272,'_edit_lock','1469631064:1'),(484,273,'_wp_attached_file','2016/07/Trend-Alert-Telecommuting.png'),(485,273,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:37:\"2016/07/Trend-Alert-Telecommuting.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Trend-Alert-Telecommuting-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:37:\"Trend-Alert-Telecommuting-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Trend-Alert-Telecommuting-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(489,277,'_edit_last','1'),(488,277,'_edit_lock','1472494093:1'),(490,278,'_wp_attached_file','2016/08/header-image.png'),(491,278,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:665;s:4:\"file\";s:24:\"2016/08/header-image.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"header-image-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"header-image-300x166.png\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"header-image-768x426.png\";s:5:\"width\";i:768;s:6:\"height\";i:426;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"header-image-1024x567.png\";s:5:\"width\";i:1024;s:6:\"height\";i:567;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(496,283,'_edit_lock','1474557497:1'),(497,283,'_edit_last','1'),(498,284,'_wp_attached_file','2016/09/Trend-Alert-integrations.png'),(499,284,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:664;s:4:\"file\";s:36:\"2016/09/Trend-Alert-integrations.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Trend-Alert-integrations-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:36:\"Trend-Alert-integrations-300x199.png\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Trend-Alert-integrations-768x510.png\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(503,288,'_edit_lock','1476892880:1'),(528,294,'_edit_last','1'),(504,288,'_edit_last','1'),(514,290,'_edit_lock','1476894458:1'),(507,288,'_yoast_wpseo_focuskw_text_input','Partner in Customer Excellence'),(508,288,'_yoast_wpseo_focuskw','Partner in Customer Excellence'),(509,288,'_yoast_wpseo_title','Hilltop Technologies Receives Partner in Customer Excellence Designation'),(510,288,'_yoast_wpseo_metadesc','We at Hilltop Technologies are pleased to announce that we have achieved Partner in Customer Excellence designation by Avaya.'),(511,288,'_yoast_wpseo_linkdex','68'),(512,288,'_yoast_wpseo_content_score','30'),(513,288,'_yoast_wpseo_primary_category','13'),(515,290,'_edit_last','1'),(516,291,'_wp_attached_file','2016/10/SixSteps.png'),(517,291,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:400;s:4:\"file\";s:20:\"2016/10/SixSteps.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"SixSteps-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:20:\"SixSteps-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(518,290,'_yoast_wpseo_focuskw_text_input','Planning New Business Phone System'),(519,290,'_yoast_wpseo_focuskw','Planning New Business Phone System'),(520,290,'_yoast_wpseo_title','Planning for a New Business Phone System in Six Steps'),(521,290,'_yoast_wpseo_metadesc','There is a lot that goes into planning new business phone system strategy - make sure you follow these six steps for success!'),(522,290,'_yoast_wpseo_linkdex','81'),(523,290,'_yoast_wpseo_content_score','30'),(524,290,'_yoast_wpseo_primary_category','1'),(527,294,'_edit_lock','1478640789:1'),(529,295,'_wp_attached_file','2016/11/moveon.png'),(530,295,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:400;s:4:\"file\";s:18:\"2016/11/moveon.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"moveon-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:18:\"moveon-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(546,299,'_edit_lock','1491326473:1'),(533,294,'_yoast_wpseo_focuskw_text_input','Move On'),(534,294,'_yoast_wpseo_focuskw','Move On'),(535,294,'_yoast_wpseo_title','When it\'s Time to Move on - Hilltop Technologies | Enterprise Telephony'),(536,294,'_yoast_wpseo_metadesc','It’s best to not be behind the curve when you need to be effectively maximizing service for your customers and productivity for your employees.'),(537,294,'_yoast_wpseo_linkdex','71'),(538,294,'_yoast_wpseo_content_score','30'),(539,294,'_yoast_wpseo_primary_category','1'),(547,299,'_edit_last','1'),(548,300,'_wp_attached_file','2016/12/Staying-Agile-in-the-New-Year.png'),(549,300,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:664;s:4:\"file\";s:41:\"2016/12/Staying-Agile-in-the-New-Year.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Staying-Agile-in-the-New-Year-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:41:\"Staying-Agile-in-the-New-Year-300x199.png\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Staying-Agile-in-the-New-Year-768x510.png\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(559,304,'_edit_lock','1491325097:1'),(552,299,'_yoast_wpseo_focuskw_text_input','Staying Agile'),(553,299,'_yoast_wpseo_focuskw','Staying Agile'),(554,299,'_yoast_wpseo_title','Staying Agile in the New Year | Hilltop Technologies'),(555,299,'_yoast_wpseo_metadesc','As companies grow and expand workforce, investing in communication systems and strategies enables them to not only survive, but thrive.'),(556,299,'_yoast_wpseo_linkdex','73'),(557,299,'_yoast_wpseo_content_score','30'),(558,299,'_yoast_wpseo_primary_category','1'),(560,304,'_edit_last','1'),(561,305,'_edit_lock','1491325834:1'),(562,305,'_edit_last','1'),(563,305,'_yoast_wpseo_focuskw_text_input','Diversified Communications'),(564,305,'_yoast_wpseo_focuskw','Diversified Communications'),(565,305,'_yoast_wpseo_title','Extend your Voice with Diversified Communications'),(566,305,'_yoast_wpseo_metadesc','Communications are increasingly important for businesses. Extend your voice with diversified communications to build a better future for your business.'),(567,305,'_yoast_wpseo_linkdex','78'),(568,305,'_yoast_wpseo_content_score','30'),(569,305,'_yoast_wpseo_primary_category',''),(570,307,'_wp_attached_file','2017/04/Extend-Communication-Header.png'),(571,307,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:927;s:4:\"file\";s:39:\"2017/04/Extend-Communication-Header.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Extend-Communication-Header-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:39:\"Extend-Communication-Header-300x232.png\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Extend-Communication-Header-768x593.png\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Extend-Communication-Header-1024x791.png\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(572,307,'_wp_attachment_image_alt','Extend your Communications'),(580,309,'_edit_lock','1504190165:1'),(581,309,'_edit_last','1'),(582,309,'_yoast_wpseo_content_score','30'),(583,309,'_yoast_wpseo_primary_category',''),(585,313,'_wp_attached_file','2017/04/comm-tech-services-all-in-box.jpg'),(586,313,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1180;s:6:\"height\";i:341;s:4:\"file\";s:41:\"2017/04/comm-tech-services-all-in-box.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"comm-tech-services-all-in-box-150x150.jpg\";s:5:\"width\";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:\"comm-tech-services-all-in-box-300x87.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:87;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"comm-tech-services-all-in-box-768x222.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"comm-tech-services-all-in-box-1024x296.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(587,313,'_wp_attachment_image_alt','Communications Technology'),(588,309,'_yoast_wpseo_focuskw_text_input','Communications Technologies'),(589,309,'_yoast_wpseo_focuskw','Communications Technologies'),(590,309,'_yoast_wpseo_title','Communications Technologies | Hilltop Technology Services'),(591,309,'_yoast_wpseo_metadesc','Versatility and scalability play a significant role in your business’s communications technologies success. Hilltop Technologies Communications Services.'),(592,309,'_yoast_wpseo_linkdex','71'),(597,322,'_edit_lock','1509652780:3'),(598,322,'_edit_last','3'),(599,322,'_wp_page_template','avaya-office-cloud.php'),(600,322,'_yoast_wpseo_content_score','30'),(604,322,'_yoast_wpseo_focuskw_text_input','IP Office'),(605,322,'_yoast_wpseo_focuskw','IP Office'),(603,327,'_wp_attached_file','2017/05/Avaya-IP-Office-PDF2-2.pdf'),(606,322,'_yoast_wpseo_linkdex','57'),(607,328,'_wp_attached_file','2017/05/Avaya-IP-Office-PDF.jpg'),(608,328,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:3985;s:4:\"file\";s:31:\"2017/05/Avaya-IP-Office-PDF.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Avaya-IP-Office-PDF-150x150.jpg\";s:5:\"width\";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:\"Avaya-IP-Office-PDF-90x300.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Avaya-IP-Office-PDF-768x2550.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:2550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Avaya-IP-Office-PDF-308x1024.jpg\";s:5:\"width\";i:308;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(609,330,'_wp_attached_file','2017/05/Avaya-IP-Office-in-the-cloud.jpg'),(610,330,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:2989;s:4:\"file\";s:40:\"2017/05/Avaya-IP-Office-in-the-cloud.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Avaya-IP-Office-in-the-cloud-150x150.jpg\";s:5:\"width\";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:\"Avaya-IP-Office-in-the-cloud-90x300.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Avaya-IP-Office-in-the-cloud-768x2551.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:2551;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Avaya-IP-Office-in-the-cloud-308x1024.jpg\";s:5:\"width\";i:308;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(611,322,'_yoast_wpseo_title','Avaya IP Office in the Cloud | Hilltop Technologies Authorized Partner'),(612,322,'_yoast_wpseo_metadesc','Hilltop Technologies can help you leverage Avaya IP Office in the Cloud - for implementation, training, and support - contact 860.668.5285.'),(613,330,'_wp_attachment_image_alt','Avaya IP Office in the Cloud'),(614,330,'_wp_old_slug','avaya-ip-office-in-the-cloud'),(615,337,'_edit_lock','1504632542:1'),(616,337,'_edit_last','1'),(617,338,'_wp_attached_file','2017/06/Cloud-host-header.png'),(618,338,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:816;s:4:\"file\";s:29:\"2017/06/Cloud-host-header.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Cloud-host-header-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:29:\"Cloud-host-header-300x122.png\";s:5:\"width\";i:300;s:6:\"height\";i:122;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Cloud-host-header-768x313.png\";s:5:\"width\";i:768;s:6:\"height\";i:313;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Cloud-host-header-1024x418.png\";s:5:\"width\";i:1024;s:6:\"height\";i:418;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(619,338,'_wp_attachment_image_alt','Cloud Hosting VOIP'),(620,337,'_wp_page_template','cloud-hosting.php'),(621,337,'_yoast_wpseo_content_score','30'),(622,343,'_wp_attached_file','2017/06/man-with-phone-e1496419679643.png'),(623,343,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:299;s:4:\"file\";s:41:\"2017/06/man-with-phone-e1496419679643.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"man-with-phone-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:26:\"man-with-phone-300x199.png\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"man-with-phone-768x510.png\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(624,343,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:800;s:6:\"height\";i:531;s:4:\"file\";s:18:\"man-with-phone.png\";}}'),(625,356,'_wp_attached_file','2017/06/CTA.png'),(626,356,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:100;s:4:\"file\";s:15:\"2017/06/CTA.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"CTA-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"CTA-300x43.png\";s:5:\"width\";i:300;s:6:\"height\";i:43;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(627,343,'_wp_attachment_image_alt','Business Phone cloud hosted'),(628,362,'_wp_attached_file','2017/06/cloud-headerv2.png'),(629,362,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:269;s:4:\"file\";s:26:\"2017/06/cloud-headerv2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"cloud-headerv2-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:25:\"cloud-headerv2-300x90.png\";s:5:\"width\";i:300;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"cloud-headerv2-768x230.png\";s:5:\"width\";i:768;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(630,363,'_wp_attached_file','2017/06/Enter-Avaya-Button.png'),(631,363,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:119;s:4:\"file\";s:30:\"2017/06/Enter-Avaya-Button.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Enter-Avaya-Button-150x119.png\";s:5:\"width\";i:150;s:6:\"height\";i:119;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Enter-Avaya-Button-300x79.png\";s:5:\"width\";i:300;s:6:\"height\";i:79;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(632,362,'_wp_attachment_image_alt','Cloud Hosting VOIP'),(633,363,'_wp_attachment_image_alt','Avaya IP Office'),(634,406,'_wp_attached_file','2017/06/Internet-And-Information-Tech.jpg'),(635,406,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:210;s:4:\"file\";s:41:\"2017/06/Internet-And-Information-Tech.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Internet-And-Information-Tech-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Internet-And-Information-Tech-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:8:\"Bigstock\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(636,337,'_yoast_wpseo_focuskw_text_input','Cloud Hosting VOIP'),(637,337,'_yoast_wpseo_focuskw','Cloud Hosting VOIP'),(638,337,'_yoast_wpseo_title','Cloud Hosting VOIP Communication Solutions | Hilltop Technologies'),(639,337,'_yoast_wpseo_metadesc','Leverage the power of cloud hosting VOIP. Hilltop Technologies provides the guidance, service, implementation, training, & support you need to get started.'),(640,337,'_yoast_wpseo_linkdex','81'),(641,98,'_yoast_wpseo_focuskw_text_input','Lunch and Learn'),(642,98,'_yoast_wpseo_focuskw','Lunch and Learn'),(643,98,'_yoast_wpseo_title','Telecommunications Lunch and Learn with Hilltop Technologies'),(644,98,'_yoast_wpseo_metadesc','The sophistication of telecommunications systems often requires a sit-down discussion to address challenges & opportunities. We can help.'),(645,98,'_yoast_wpseo_linkdex','30'),(646,98,'_yoast_wpseo_content_score','30'),(647,43,'_yoast_wpseo_focuskw_text_input','Telecommunications'),(648,43,'_yoast_wpseo_focuskw','Telecommunications'),(649,43,'_yoast_wpseo_title','Let us help your telecommunications efforts | Hilltop Technologies'),(650,43,'_yoast_wpseo_metadesc','Your business’s telecommunications needs are too integral for you to be left in the dark. At Hilltop Technologies, we put our partners first.'),(651,43,'_yoast_wpseo_linkdex','57'),(652,43,'_yoast_wpseo_content_score','60'),(653,424,'_edit_lock','1497625177:1'),(654,424,'_edit_last','1'),(655,425,'_edit_lock','1497628617:1'),(656,425,'_edit_last','1'),(657,425,'_yoast_wpseo_content_score','30'),(658,425,'_yoast_wpseo_primary_category',''),(659,427,'_wp_attached_file','2017/06/testimonial-e1497626142580.jpg'),(660,427,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:640;s:4:\"file\";s:38:\"2017/06/testimonial-e1497626142580.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"testimonial-e1497626142580-150x150.jpg\";s:5:\"width\";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:\"testimonial-e1497626142580-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone SE\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1495801627\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"25\";s:13:\"shutter_speed\";s:18:\"0.0017699115044248\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"6\";s:8:\"keywords\";a:0:{}}}'),(661,427,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:15:\"testimonial.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:23:\"testimonial-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:23:\"testimonial-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(662,427,'_wp_attachment_image_alt','Avaya IP Office Testimonial'),(665,429,'_edit_lock','1497637050:1'),(666,429,'_edit_last','1'),(667,429,'_yoast_wpseo_content_score','30'),(668,429,'_yoast_wpseo_primary_category','13'),(669,429,'_yoast_wpseo_focuskw_text_input','Unified Communications'),(670,429,'_yoast_wpseo_focuskw','Unified Communications'),(671,429,'_yoast_wpseo_title','10 Reasons to Move you Unified Communications System to the Cloud'),(672,429,'_yoast_wpseo_metadesc','Need a reason to move your unified communication system to the cloud? We\'ve got 10! Including, lower cost of ownership, flexibility, ease to use, and more.'),(673,429,'_yoast_wpseo_linkdex','56'),(676,425,'_yoast_wpseo_focuskw_text_input','Avaya IP Office'),(677,425,'_yoast_wpseo_focuskw','Avaya IP Office'),(678,425,'_yoast_wpseo_title','Customer Success Story | Transitioning to Avaya IP Office with Hilltop Technologies'),(679,425,'_yoast_wpseo_metadesc','A law firm recently tapped Hilltop Technologies to help them transition to Avaya IP Office. The transition was a smooth success, read more here.'),(680,425,'_yoast_wpseo_linkdex','74'),(681,431,'_wp_attached_file','2017/06/unified-communications.jpg'),(682,431,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:308;s:4:\"file\";s:34:\"2017/06/unified-communications.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"unified-communications-150x150.jpg\";s:5:\"width\";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:\"unified-communications-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:8:\"Bigstock\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(683,431,'_wp_attachment_image_alt','Unified Communications'),(697,442,'_wp_attached_file','2017/08/Overview.pdf'),(702,445,'_wp_attached_file','2017/08/4-Keys-to-Comm-Success.pdf'),(703,445,'_edit_lock','1504192125:1'),(704,448,'_wp_attached_file','2017/09/Avaya-Hilltop-Smart-School-Solution-5-16-17.pdf'),(705,448,'_edit_lock','1504888269:1'),(706,448,'_edit_last','1'),(707,448,'_yoast_wpseo_focuskw_text_input','Smart School'),(708,448,'_yoast_wpseo_focuskw','Smart School'),(709,448,'_yoast_wpseo_title','Avaya Smart School Solution Offers School\'s a New Level of Security'),(710,448,'_yoast_wpseo_metadesc','Avaya Smart School Solution makes the most of existing infrastructure to provide notifications and security capabilities in the case of an emergency.'),(711,448,'_yoast_wpseo_linkdex','35'),(712,448,'_yoast_wpseo_content_score','30'),(713,460,'_edit_lock','1513032684:1'),(714,460,'_edit_last','1'),(715,461,'_wp_attached_file','2017/12/Maintenance-Costs.png'),(716,461,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:628;s:4:\"file\";s:29:\"2017/12/Maintenance-Costs.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Maintenance-Costs-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:29:\"Maintenance-Costs-300x157.png\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Maintenance-Costs-768x402.png\";s:5:\"width\";i:768;s:6:\"height\";i:402;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Maintenance-Costs-1024x536.png\";s:5:\"width\";i:1024;s:6:\"height\";i:536;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(717,461,'_wp_attachment_image_alt','Telecom Maintenance'),(718,460,'_yoast_wpseo_focuskw_text_input','Telecom Maintenance'),(719,460,'_yoast_wpseo_focuskw','Telecom Maintenance'),(720,460,'_yoast_wpseo_title','Nip Rising Telecom Maintenance Costs in the Bud | Hilltop Technologies'),(721,460,'_yoast_wpseo_metadesc','Maintaining a company’s telecom infrastructure has become somewhat of a difficult task due to continual advances in technology.'),(722,460,'_yoast_wpseo_linkdex','73'),(723,460,'_yoast_wpseo_content_score','30'),(724,460,'_yoast_wpseo_primary_category','1'); /*!40000 ALTER TABLE `wpht_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpht_posts` -- DROP TABLE IF EXISTS `wpht_posts`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wpht_posts` ( `ID` bigint(20) unsigned NOT NULL auto_increment, `post_author` bigint(20) unsigned NOT NULL default '0', `post_date` datetime NOT NULL default '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `post_content` longtext NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) NOT NULL default 'publish', `comment_status` varchar(20) NOT NULL default 'open', `ping_status` varchar(20) NOT NULL default 'open', `post_password` varchar(255) NOT NULL default '', `post_name` varchar(200) NOT NULL default '', `to_ping` text NOT NULL, `pinged` text 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 NOT NULL, `post_parent` bigint(20) unsigned NOT NULL default '0', `guid` varchar(255) NOT NULL default '', `menu_order` int(11) NOT NULL default '0', `post_type` varchar(20) NOT NULL default 'post', `post_mime_type` varchar(100) NOT NULL default '', `comment_count` bigint(20) NOT NULL default '0', PRIMARY KEY (`ID`), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`), KEY `post_name` (`post_name`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=466 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wpht_posts` -- LOCK TABLES `wpht_posts` WRITE; /*!40000 ALTER TABLE `wpht_posts` DISABLE KEYS */; INSERT INTO `wpht_posts` VALUES (72,1,'2014-11-02 10:05:17','2014-11-02 15:05:17','Hilltop Technologies is focused on serving as a trusted partner whom can drive real value to businesses when it comes to selecting and utilizing telecommunications effectively.\n\n<em>Each day starting October 24th, we will reveal another way in which Hilltop advances your business. </em>\n\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2014/10/10Ways.png\"><img class=\"size-full wp-image-73 aligncenter\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/10/10Ways.png\" alt=\"10Ways\" width=\"500\" height=\"200\" /></a>\n\n<strong>1) Over 15 years of top-notch service in the Northeast and Midwest regions</strong>\n\nSince 1999, Hilltop Technologies has provided excellent, recognized service to their customers. Headquartered in Suffield, Connecticut, the company has offices in several states and primarily serves CT, MA, RI, ME, NH, VT, NY, OH, PA, and NJ.\n\n<strong>2) Recognized expertise on telecommunication products, including Avaya and ShoreTel</strong>\n<ul>\n <li>Avaya Silver-certified SME expert</li>\n <li>ShoreTel and ShoreTel Sky Champion-certified</li>\n</ul>\n<strong>\n3) Wide variety of services and products available – cloud solutions, voicemail, call centers and more</strong>\n<ul>\n <li>On-premises and cloud solutions, voice mail, call center applications as well as local and long distance network services solutions</li>\n</ul>\n<strong>\n4) </strong> <strong>Leading customer service via experienced, qualified professionals</strong>\n<ul>\n <li>Highly-trained product development experts who utilize industry leading technologies and tools.</li>\n <li>“I want to extend my appreciation for John Ryan\'s work regarding the Cornerstone Chicago office relocation/consolidation. We were faced with several challenges throughout the move that John was able to expertly resolve and he truly went above and beyond the call of duty by spending a couple of hours coaching us through a critical issue on Mother\'s Day. I have worked with many vendors over the years and I can\'t think of one that is more accommodating, hardworking and professional in his actions.” - Ron Aponte, Cornerstone Advisors</li>\n</ul>\n \n\n<strong>5) </strong> <strong>Customized packages meant to fit your business like a glove</strong>\n<ul>\n <li>We custom design our services to help you complete your projects in a timely & efficient manner</li>\n</ul>\n \n\n<strong>6) Exceptional value focused on creating exceptional ROI</strong>\n\n \n\n<strong>7) </strong> <strong> Free consultation and network review</strong>\n\n \n\n<strong>8) Complete solution development saving you time</strong>\n<ul>\n <li>Often a complex, costly and lengthy process. Poorly managed Network solutions typically overrun cost and time estimates and are difficult to maintain.</li>\n <li>Our end-to-end service: evaluate, plan, design, implement, operate, and optimize a reliable, scalable, and secure network solution.</li>\n</ul>\n \n\n<strong>9) The Hilltop Shield\n</strong>\n<ul>\n <li>If you need assistance with your equipment past manufacturer\'s warranty, monitoring and surveillance over your phone system\'s VoIP network, replacement hardware, help affording your new phone system, or would like to lease or rent your new VoIP solution, look to Hilltop Shield</li>\n</ul>\n \n\n<strong>10) Lunch & Learn events\n</strong>\n<ul>\n <li>Throughout the year, we offer luncheon events where we display and show you the newest products and services available for your network</li>\n</ul>\n ','Top 10 Ways Hilltop Technologies Advances Your Business','','inherit','closed','closed','','70-autosave-v1','','','2014-11-02 10:05:17','2014-11-02 15:05:17','',70,'http://hilltoptech.com/news/70-autosave-v1/',0,'revision','',0),(102,1,'2014-11-25 13:42:59','0000-00-00 00:00:00','','DON\'T BE LEFT IN THE DARK','','draft','closed','closed','','','','','2014-11-25 13:42:59','0000-00-00 00:00:00','',0,'http://hilltoptech.com/news/?p=102',1,'nav_menu_item','',0),(101,1,'2014-11-25 13:42:59','0000-00-00 00:00:00','','Home','','draft','closed','closed','','','','','2014-11-25 13:42:59','0000-00-00 00:00:00','',0,'http://hilltoptech.com/news/?p=101',1,'nav_menu_item','',0),(70,1,'2014-10-24 12:02:58','2014-10-24 16:02:58','Hilltop Technologies is focused on serving as a trusted partner whom can drive real value to businesses when it comes to selecting and utilizing telecommunications effectively.\r\n\r\n<em>Each day starting October 24th, we will reveal another way in which Hilltop advances your business. </em>\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2014/10/10Ways.png\"><img class=\"size-full wp-image-73 aligncenter\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/10/10Ways.png\" alt=\"10Ways\" width=\"500\" height=\"200\" /></a>\r\n\r\n<strong>1) Over 15 years of top-notch service in the Northeast and Midwest regions</strong>\r\n\r\nSince 1999, Hilltop Technologies has provided excellent, recognized service to their customers. Headquartered in Suffield, Connecticut, the company has offices in several states and primarily serves CT, MA, RI, ME, NH, VT, NY, OH, PA, and NJ.\r\n\r\n<strong>2) Recognized expertise on telecommunication products, including Avaya and ShoreTel</strong>\r\n<ul>\r\n <li>Avaya Silver-certified SME expert</li>\r\n <li>ShoreTel and ShoreTel Sky Champion-certified</li>\r\n</ul>\r\n<strong>\r\n3) Wide variety of services and products available – cloud solutions, voicemail, call centers and more</strong>\r\n<ul>\r\n <li>On-premises and cloud solutions, voice mail, call center applications as well as local and long distance network services solutions</li>\r\n</ul>\r\n<strong>\r\n4) </strong> <strong>Leading customer service via experienced, qualified professionals</strong>\r\n<ul>\r\n <li>Highly-trained product development experts who utilize industry leading technologies and tools.</li>\r\n <li>“I want to extend my appreciation for John Ryan\'s work regarding the Cornerstone Chicago office relocation/consolidation. We were faced with several challenges throughout the move that John was able to expertly resolve and he truly went above and beyond the call of duty by spending a couple of hours coaching us through a critical issue on Mother\'s Day. I have worked with many vendors over the years and I can\'t think of one that is more accommodating, hardworking and professional in his actions.” - Ron Aponte, Cornerstone Advisors</li>\r\n</ul>\r\n \r\n\r\n<strong>5) </strong> <strong>Customized packages meant to fit your business like a glove</strong>\r\n<ul>\r\n <li>We custom design our services to help you complete your projects in a timely & efficient manner</li>\r\n</ul>\r\n \r\n\r\n<strong>6) Exceptional value focused on creating exceptional ROI</strong>\r\n\r\n \r\n\r\n<strong>7) </strong> <strong> Free consultation and network review</strong>\r\n\r\n \r\n\r\n<strong>8) Complete solution development saving you time</strong>\r\n<ul>\r\n <li>Often a complex, costly and lengthy process. Poorly managed Network solutions typically overrun cost and time estimates and are difficult to maintain.</li>\r\n <li>Our end-to-end service: evaluate, plan, design, implement, operate, and optimize a reliable, scalable, and secure network solution.</li>\r\n</ul>\r\n \r\n\r\n<strong>9) The Hilltop Shield\r\n</strong>\r\n<ul>\r\n <li>If you need assistance with your equipment past manufacturer\'s warranty, monitoring and surveillance over your phone system\'s VoIP network, replacement hardware, help affording your new phone system, or would like to lease or rent your new VoIP solution, look to Hilltop Shield</li>\r\n</ul>\r\n \r\n\r\n<strong>10) Lunch & Learn events\r\n</strong>\r\n<ul>\r\n <li>Throughout the year, we offer luncheon events where we display and show you the newest products and services available for your network</li>\r\n</ul>\r\n ','Top 10 Ways Hilltop Technologies Advances Your Business','','publish','closed','closed','','top10','','','2014-11-02 10:05:18','2014-11-02 15:05:18','',0,'http://hilltoptech.com/news/?p=70',0,'post','',0),(93,1,'2014-11-03 11:09:37','2014-11-03 16:09:37','<p class=\"intro_text\"><span style=\"color: #000000;\">Unified Communications (UC) capabilities leverage the power of VoIP to integrate communication tasks. Built on business VoIP phone systems, ShoreTel and Avaya bring together VoIP telephony, instant messaging, video conferencing, mobility, presence, and collaboration capabilities into a seamless business environment.</span></p>\r\n<p class=\"intro_text\"><span style=\"color: #000000;\">With minimal training, end users master ShoreTel Communicator’s built-in tools; at the touch of a button, a simple phone call becomes a multimedia collaboration session. Thanks to tight integration with Microsoft Outlook, just one click can transform a calendar appointment into a full collaboration experience for both internal and external participants. Embrace BYOD (Bring Your Own Device) with ShoreTel Mobility and ShoreTel Dock, a powerful hardware and software combination for the mobile generation.</span></p>\r\n<p class=\"intro_text\"><span style=\"color: #000000;\"><img class=\" wp-image-94 alignleft\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/11/Avaya-screen.jpg\" alt=\"Avaya screen\" width=\"305\" height=\"235\" />Avaya\'s on-premise business phone system with built-in unified communications lets both on-site and remote users see who is available at any given moment, and decide how best to reach them. With less time spent playing phone-tag, everyone has more time for the real business at hand.</span></p>\r\n<span style=\"color: #000000;\">Did you know that you can extend Avaya to Microsoft Outlook, Office, and Internet Explorer? Initiate calls with one click from Outlook mail, contact, calendar, task, or journal, Word documents, Excel spreadsheets, and PowerPoint presentations. Use the web browser add-in to extend the same feature to any web page.</span>\r\n\r\n<span style=\"color: #000000;\">Take that one step further and you can <strong><em>click to call</em></strong>. To start voice or video calls, just click phone numbers in your corporate directory, contacts in email, or clients in customer management applications.</span>','Unified Communications','','publish','closed','closed','','unified-communications','','','2015-01-14 16:22:17','2015-01-14 21:22:17','',0,'http://hilltoptech.com/news/?p=93',0,'post','',0),(94,1,'2014-11-03 11:08:54','2014-11-03 16:08:54','','Avaya screen','','inherit','closed','closed','','avaya-screen','','','2014-11-03 11:08:54','2014-11-03 16:08:54','',93,'http://hilltoptech.com/news/wp-content/uploads/2014/11/Avaya-screen.jpg',0,'attachment','image/jpeg',0),(96,1,'2014-11-03 11:19:23','2014-11-03 16:19:23','<p class=\"intro_text\"><span style=\"color: #000000;\">Unified Communications (UC) capabilities leverage the power of VoIP to integrate communication tasks. Built on business VoIP phone systems, ShoreTel and Avaya bring together VoIP telephony, instant messaging, video conferencing, mobility, presence, and collaboration capabilities into a seamless business environment.</span></p>\r\n<p class=\"intro_text\"><span style=\"color: #000000;\">With minimal training, end users master ShoreTel Communicator’s built-in tools; at the touch of a button, a simple phone call becomes a multimedia collaboration session. Thanks to tight integration with Microsoft Outlook, just one click can transform a calendar appointment into a full collaboration experience for both internal and external participants. Embrace BYOD (Bring Your Own Device) with ShoreTel Mobility and ShoreTel Dock, a powerful hardware and software combination for the mobile generation.</span></p>\r\n<p class=\"intro_text\"><span style=\"color: #000000;\"><img class=\" wp-image-94 alignleft\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/11/Avaya-screen.jpg\" alt=\"Avaya screen\" width=\"305\" height=\"235\" />Avaya\'s on-premise business phone system with built-in unified communications lets both on-site and remote users see who is available at any given moment, and decide how best to reach them. With less time spent playing phone-tag, everyone has more time for the real business at hand.</span></p>\r\n<span style=\"color: #000000;\">Did you know that you can extend Avaya to Microsoft Outlook, Office, and Internet Explorer? Initiate calls with one click from Outlook mail, contact, calendar, task, or journal, Word documents, Excel spreadsheets, and PowerPoint presentations. Use the web browser add-in to extend the same feature to any web page.</span>\r\n\r\n<span style=\"color: #000000;\">Take that one step further and you can <strong><em>click to call</em></strong>. To start voice or video calls, just click phone numbers in your corporate directory, contacts in email, or clients in customer management applications.</span>','Unified Communications','','inherit','closed','closed','','93-revision-v1','','','2014-11-03 11:19:23','2014-11-03 16:19:23','',93,'http://hilltoptech.com/news/93-revision-v1/',0,'revision','',0),(95,1,'2014-11-03 11:09:37','2014-11-03 16:09:37','<p class=\"intro_text\"><span style=\"color: rgb(0, 0, 0);\">Unified Communications (UC) capabilities leverage the power of VoIP to integrate communication tasks. Built on business VoIP phone systems, ShoreTel and Avaya bring together VoIP telephony, instant messaging, video conferencing, mobility, presence, and collaboration capabilities into a seamless business environment.</span></p>\r\n<p class=\"intro_text\"><span style=\"color: rgb(0, 0, 0);\">With minimal training, end users master ShoreTel Communicator’s built-in tools; at the touch of a button, a simple phone call becomes a multimedia collaboration session. Thanks to tight integration with Microsoft Outlook, just one click can transform a calendar appointment into a full collaboration experience for both internal and external participants. Embrace BYOD (Bring Your Own Device) with ShoreTel Mobility and ShoreTel Dock, a powerful hardware and software combination for the mobile generation.</span></p>\r\n<p class=\"intro_text\"><span style=\"color: rgb(0, 0, 0);\"><img class=\"size-full wp-image-94 alignleft\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/11/Avaya-screen.jpg\" alt=\"Avaya screen\" width=\"458\" height=\"353\" />Avaya\'s on-premise business phone system with built-in unified communications lets both on-site and remote users see who is available at any given moment, and decide how best to reach them. With less time spent playing phone-tag, everyone has more time for the real business at hand.</span></p>\r\n<span style=\"color: rgb(0, 0, 0);\">Did you know that you can extend Avaya to Microsoft Outlook, Office, and Internet Explorer? Initiate calls with one click from Outlook mail, contact, calendar, task, or journal, Word documents, Excel spreadsheets, and PowerPoint presentations. Use the web browser add-in to extend the same feature to any web page.</span>\r\n\r\n<span style=\"color: rgb(0, 0, 0);\">Take that one step further and you can <strong><em>click to call</em></strong>. To start voice or video calls, just click phone numbers in your corporate directory, contacts in email, or clients in customer management applications.</span>','Unified Communications','','inherit','closed','closed','','93-revision-v1','','','2014-11-03 11:09:37','2014-11-03 16:09:37','',93,'http://hilltoptech.com/news/93-revision-v1/',0,'revision','',0),(109,1,'2014-11-25 14:05:04','2014-11-25 19:05:04','<a href=\"https://docs.google.com/forms/d/1lZ6b-IouQgRjoba_YOtiGQI3ppY4UiylaW-xj_ZDTuw/viewform?usp=send_form\"><img class=\"aligncenter size-full wp-image-99\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/11/chalkboardlunchlearn2.png\" alt=\"chalkboardlunchlearn2\" width=\"960\" height=\"1732\" /></a>\r\n\r\n<iframe src=\"https://docs.google.com/forms/d/1lZ6b-IouQgRjoba_YOtiGQI3ppY4UiylaW-xj_ZDTuw/viewform?embedded=true\" width=\"760\" height=\"800\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\">Loading...</iframe>\r\n','Lunch & Learn','','inherit','closed','closed','','98-revision-v1','','','2014-11-25 14:05:04','2014-11-25 19:05:04','',98,'http://hilltoptech.com/news/98-revision-v1/',0,'revision','',0),(110,1,'2015-04-13 17:44:15','2015-04-13 21:44:15','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2014/11/LunchLearnmarch2015web.png\">\n</a><a href=\"https://docs.google.com/forms/d/1lZ6b-IouQgRjoba_YOtiGQI3ppY4UiylaW-xj_ZDTuw/viewform?usp=send_form\">\n</a>\n<iframe src=\"https://docs.google.com/forms/d/1lZ6b-IouQgRjoba_YOtiGQI3ppY4UiylaW-xj_ZDTuw/viewform?embedded=true\" width=\"960\" height=\"933\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" align=\"right\">Loading...</iframe>','Lunch & Learn','','inherit','closed','closed','','98-autosave-v1','','','2015-04-13 17:44:15','2015-04-13 21:44:15','',98,'http://hilltoptech.com/news/98-autosave-v1/',0,'revision','',0),(175,1,'2015-04-13 17:41:46','2015-04-13 21:41:46','','LunchLearnmarch2015web','','inherit','closed','closed','','lunchlearnmarch2015web','','','2015-04-13 17:41:46','2015-04-13 21:41:46','',98,'http://hilltoptech.com/news/wp-content/uploads/2014/11/LunchLearnmarch2015web.png',0,'attachment','image/png',0),(112,1,'2014-11-25 14:12:48','2014-11-25 19:12:48','[wpgform id=\'112\']','Lunch & Learn','','private','closed','closed','','lunch-learn','','','2014-11-25 14:12:48','2014-11-25 19:12:48','',0,'http://hilltoptech.com/news/?post_type=wpgform&p=112',0,'wpgform','',0),(113,1,'2014-11-25 14:22:24','2014-11-25 19:22:24','','chalkboardlunchlearn2','','inherit','closed','closed','','chalkboardlunchlearn2-2','','','2014-11-25 14:22:24','2014-11-25 19:22:24','',98,'http://hilltoptech.com/news/wp-content/uploads/2014/11/chalkboardlunchlearn21.png',0,'attachment','image/png',0),(114,1,'2014-11-25 14:26:18','2014-11-25 19:26:18','<a href=\"https://docs.google.com/forms/d/1lZ6b-IouQgRjoba_YOtiGQI3ppY4UiylaW-xj_ZDTuw/viewform?usp=send_form\"><img src=\"http://hilltoptech.com/news/wp-content/uploads/2014/11/chalkboardlunchlearn21.png\" alt=\"chalkboardlunchlearn2\" width=\"960\" height=\"1732\" class=\"aligncenter size-full wp-image-113\" /></a>\r\n<iframe src=\"https://docs.google.com/forms/d/1lZ6b-IouQgRjoba_YOtiGQI3ppY4UiylaW-xj_ZDTuw/viewform?embedded=true\" width=\"960\" height=\"800\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" align=right>Loading...</iframe>','Lunch & Learn','','inherit','closed','closed','','98-revision-v1','','','2014-11-25 14:26:18','2014-11-25 19:26:18','',98,'http://hilltoptech.com/news/98-revision-v1/',0,'revision','',0),(99,1,'2014-11-25 12:40:28','2014-11-25 17:40:28','','chalkboardlunchlearn2','','inherit','closed','closed','','chalkboardlunchlearn2','','','2014-11-25 12:40:28','2014-11-25 17:40:28','',98,'http://hilltoptech.com/news/wp-content/uploads/2014/11/chalkboardlunchlearn2.png',0,'attachment','image/png',0),(100,1,'2014-11-25 12:40:58','2014-11-25 17:40:58','<a href=\"https://docs.google.com/forms/d/1lZ6b-IouQgRjoba_YOtiGQI3ppY4UiylaW-xj_ZDTuw/viewform?usp=send_form\"><img class=\"aligncenter size-full wp-image-99\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/11/chalkboardlunchlearn2.png\" alt=\"chalkboardlunchlearn2\" width=\"960\" height=\"1732\" /></a>\r\n\r\n<iframe src=\"https://docs.google.com/forms/d/1lZ6b-IouQgRjoba_YOtiGQI3ppY4UiylaW-xj_ZDTuw/viewform?embedded=true\" width=\"760\" height=\"500\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\">Loading...</iframe>','Lunch & Learn','','inherit','closed','closed','','98-revision-v1','','','2014-11-25 12:40:58','2014-11-25 17:40:58','',98,'http://hilltoptech.com/news/98-revision-v1/',0,'revision','',0),(103,1,'2014-11-25 13:43:31','0000-00-00 00:00:00','','Home','','draft','closed','closed','','','','','2014-11-25 13:43:31','0000-00-00 00:00:00','',0,'http://hilltoptech.com/news/?p=103',1,'nav_menu_item','',0),(104,1,'2014-11-25 13:43:31','0000-00-00 00:00:00','','DON\'T BE LEFT IN THE DARK','','draft','closed','closed','','','','','2014-11-25 13:43:31','0000-00-00 00:00:00','',0,'http://hilltoptech.com/news/?p=104',1,'nav_menu_item','',0),(131,1,'2015-01-22 17:25:21','2015-01-22 22:25:21','Hilltop Technologies, a leading telecommunications solutions provider, announced the expansion of roles for two long-time employees and their respective appointment to the executive team. Robert Johnston has stepped into the position of Vice President, Implementations Project Management while Heather Lingenfelter has extended her position to Vice President, Operations.\r\n\r\nThroughout his 8-year career with Hilltop Technologies, Johnston has demonstrated strong leadership and put himself into management roles with focus on Project and Implementation efficiency. “Rob\'s attitude and professional demeanor has earned him the respect of our customers and fellow employees,” said Owen Wilson, Executive Vice President of Hilltop Technologies. “Rob never hesitates to take on roles that benefit Hilltop as a whole, whether it be in sales, customer service or interacting with our Avaya and ShoreTel partners.”\r\n\r\nLingenfelter, who began her career with Hilltop Technologies in 2001 as a part time Credit and Collections Associate, will expand her roles and responsibilities within the operations side of the business. “Throughout the years Heather has assumed a larger leadership role that not only encompasses operations but also improving the processes in sales and project management,” said Alicja Zyzniewska, CEO, Hilltop Technologies.','Robert Johnston and Heather Lingenfelter Appointed to Executive Team','','publish','closed','closed','','robert-johnston-and-heather-lingenfelter-appointed-to-executive-team','','','2015-01-22 17:26:31','2015-01-22 22:26:31','',0,'http://hilltoptech.com/news/?p=131',0,'post','',0),(197,1,'2015-07-21 11:20:23','2015-07-21 15:20:23','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/07/phoneforagainst.png\"><img class=\"alignright size-medium wp-image-202\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/07/phoneforagainst-300x188.png\" alt=\"phoneforagainst\" width=\"300\" height=\"188\" /></a>\r\n\r\nThe world is changing. Business, technology, and the typical workplace are shifting before our eyes, and companies and their employees must shift with it or fail to meet the demands of a progressive work culture. Staying afloat in the sea of frequently upgraded technology is the half of it. Additionally, companies must meet the expectations of a consumer base with more options than ever and if you can’t do it they will do business with someone who can: the competition.\r\n\r\nGiven frequent upgrades in business phone systems, chances are your current system is not as efficient as it could be. It is easy to say, “Technology is too difficult to keep up with,” or “This sounds expensive, we’ll upgrade it next year when there’s more room in the budget,” for several years in a row. Many are under the false pretense that switching providers or upgrading to a more advanced system will hinder productivity because it is too risky and employees will be unwilling to learn how to use it. The fact remains that upgrading your phone system is an investment, one you have to make to remain competitive against other businesses that threaten to surpass your efficiency, customer service, or reputation for open communication.\r\n\r\nFortunately, for the business who understands the value of communication, efficiency, and customer satisfaction and is willing to grow with the changing technology, there are affordable, user-friendly communications solutions out there to optimize your workflow. If the opportunity exists to provide your employees with tools and the capability to increase productivity, collaborate more effectively, and improve operations without busting your budget, why wouldn’t you take it?\r\n\r\nYour phone system has the power to build you up or break you down. It is the heart of your business communication because short of talking to someone face-to-face, it is the best way to communicate with someone on a personal level and quickly and efficiently take care of business. In addition to external communications, your phone system plays into your internal communications, creating seamless integration amongst your co-workers and client base alike. Integration options make connecting your new phone system to existing applications simple.\r\n\r\nAt Hilltop Technologies, we specialize in working with our clients to find the solution that is right for them. We understand that a phone system is not one-size-fits-all. To learn more about Hilltop Technologies and how we can help your business <a href=\"http://hilltoptech.com/index.php\">visit</a><a href=\"http://hilltoptech.com/index.php\"> our website</a>, <a href=\"mailto:info12@hilltoptech.com\">contact us by email</a>, or call 1 (860) 668-5285.','Is Your Phone System Working For or Against You?','','publish','closed','closed','','is-your-phone-system-working-for-or-against-you','','','2015-07-22 13:13:00','2015-07-22 17:13:00','',0,'http://hilltoptech.com/news/?p=197',0,'post','',0),(118,1,'2015-01-12 15:46:38','2015-01-12 20:46:38','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/01/bigstock-Home-Office-2092434.jpg\"><img class=\"alignright wp-image-120 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/01/bigstock-Home-Office-2092434-200x300.jpg\" alt=\"Home Office\" width=\"200\" height=\"300\" /></a>It sounds pretty ideal, working from home. Who can argue against a couple extra minutes in bed each morning? Or not having to sit in morning and afternoon commute traffic? Or eliminating the wear and tear on your vehicle and the expense of gasoline, or the extra time, money, and gripes with public transportation? Although logistically appealing, there a lot that goes into setting up a home office. Whether you work for yourself, with just a few people, or for a mid to large-sized business with several offices throughout the country or globe – a home office is a big step. And for employers considering hiring remotely or offering it as an option, there are a lot of things to consider.\r\n\r\nAccording to the U.S. Bureau of Labor Statistics, 1 in 4 Americans work from home at least part of the time. Making the move from the swivel chair and cubicle to the couch and coffee table can be a huge transition for both the employee and the employer. The necessities both physically and mentally have to be accounted for. For instance, is there a dedicated, comfortable work space? A printer and scanner? Surge protector? Quality internet and Wi-Fi? Are you prepared for potential isolation? Is there a routine work schedule in place? But perhaps the most important factor comes with communication. Essential to your home office is a smart phone or tablet to replace your desk phone as well as the modern communication tools found in the typical offices of today.\r\n\r\n[caption id=\"attachment_122\" align=\"aligncenter\" width=\"300\"]<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/01/ShoreTel-Dock.jpg\"><img class=\"wp-image-122 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/01/ShoreTel-Dock-300x238.jpg\" alt=\"ShoreTel Dock\" width=\"300\" height=\"238\" /></a> ShoreTel Dock[/caption]\r\n\r\nShoreTel offers the ShoreTel Dock, which, when combined with ShoreTel Mobility Client transforms your Apple iPhone or iPad into a desk phone. By extending your unified communication (UC) apps including voice, location-aware presence, and instant messaging, your smartphone or tablet instantly becomes your primary communication tool. Plus, with the ShoreTel Dock, you gain the features of a handset, keypad, and speakerphone – all while charging your device.\r\n\r\nInstalling the ShoreTel Communicator or Avaya IP Office software allows you to move seamlessly between phone calls, video sessions, and instant messaging. They also allow for the same management features of the typical office environment like voicemail, directories, call routing, and tight integration with Microsoft Outlook.\r\n\r\nFor more information on any of the products or services mentioned here, contact the Hilltop Technologies team at info12@hilltoptech.com or give us a call at 860.668.5285.','Home Office Telecommunication Essentials','','publish','closed','closed','','home-office-telecommunication-essentials','','','2015-01-13 14:29:24','2015-01-13 19:29:24','',0,'http://hilltoptech.com/news/?p=118',0,'post','',0),(108,1,'2014-11-25 14:04:49','2014-11-25 19:04:49','<a href=\"https://docs.google.com/forms/d/1lZ6b-IouQgRjoba_YOtiGQI3ppY4UiylaW-xj_ZDTuw/viewform?usp=send_form\"><img class=\"aligncenter size-full wp-image-99\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/11/chalkboardlunchlearn2.png\" alt=\"chalkboardlunchlearn2\" width=\"960\" height=\"1732\" /></a>\r\n\r\n<iframe src=\"https://docs.google.com/forms/d/1lZ6b-IouQgRjoba_YOtiGQI3ppY4UiylaW-xj_ZDTuw/viewform?embedded=true\" width=\"760\" height=\"1000\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\">Loading...</iframe>\r\n','Lunch & Learn','','inherit','closed','closed','','98-revision-v1','','','2014-11-25 14:04:49','2014-11-25 19:04:49','',98,'http://hilltoptech.com/news/98-revision-v1/',0,'revision','',0),(10,1,'2014-06-18 10:00:11','2014-06-18 14:00:11','','Hilltop Paul Kochanek Headshot','','inherit','closed','closed','','hilltop-paul-kochanek-headshot','','','2014-06-18 10:00:11','2014-06-18 14:00:11','',0,'http://hilltoptech.com/news/wp-content/uploads/2014/06/Hilltop-Paul-Kochanek-Headshot.jpg',0,'attachment','image/jpeg',0),(92,1,'2014-11-02 10:05:18','2014-11-02 15:05:18','Hilltop Technologies is focused on serving as a trusted partner whom can drive real value to businesses when it comes to selecting and utilizing telecommunications effectively.\r\n\r\n<em>Each day starting October 24th, we will reveal another way in which Hilltop advances your business. </em>\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2014/10/10Ways.png\"><img class=\"size-full wp-image-73 aligncenter\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/10/10Ways.png\" alt=\"10Ways\" width=\"500\" height=\"200\" /></a>\r\n\r\n<strong>1) Over 15 years of top-notch service in the Northeast and Midwest regions</strong>\r\n\r\nSince 1999, Hilltop Technologies has provided excellent, recognized service to their customers. Headquartered in Suffield, Connecticut, the company has offices in several states and primarily serves CT, MA, RI, ME, NH, VT, NY, OH, PA, and NJ.\r\n\r\n<strong>2) Recognized expertise on telecommunication products, including Avaya and ShoreTel</strong>\r\n<ul>\r\n <li>Avaya Silver-certified SME expert</li>\r\n <li>ShoreTel and ShoreTel Sky Champion-certified</li>\r\n</ul>\r\n<strong>\r\n3) Wide variety of services and products available – cloud solutions, voicemail, call centers and more</strong>\r\n<ul>\r\n <li>On-premises and cloud solutions, voice mail, call center applications as well as local and long distance network services solutions</li>\r\n</ul>\r\n<strong>\r\n4) </strong> <strong>Leading customer service via experienced, qualified professionals</strong>\r\n<ul>\r\n <li>Highly-trained product development experts who utilize industry leading technologies and tools.</li>\r\n <li>“I want to extend my appreciation for John Ryan\'s work regarding the Cornerstone Chicago office relocation/consolidation. We were faced with several challenges throughout the move that John was able to expertly resolve and he truly went above and beyond the call of duty by spending a couple of hours coaching us through a critical issue on Mother\'s Day. I have worked with many vendors over the years and I can\'t think of one that is more accommodating, hardworking and professional in his actions.” - Ron Aponte, Cornerstone Advisors</li>\r\n</ul>\r\n \r\n\r\n<strong>5) </strong> <strong>Customized packages meant to fit your business like a glove</strong>\r\n<ul>\r\n <li>We custom design our services to help you complete your projects in a timely & efficient manner</li>\r\n</ul>\r\n \r\n\r\n<strong>6) Exceptional value focused on creating exceptional ROI</strong>\r\n\r\n \r\n\r\n<strong>7) </strong> <strong> Free consultation and network review</strong>\r\n\r\n \r\n\r\n<strong>8) Complete solution development saving you time</strong>\r\n<ul>\r\n <li>Often a complex, costly and lengthy process. Poorly managed Network solutions typically overrun cost and time estimates and are difficult to maintain.</li>\r\n <li>Our end-to-end service: evaluate, plan, design, implement, operate, and optimize a reliable, scalable, and secure network solution.</li>\r\n</ul>\r\n \r\n\r\n<strong>9) The Hilltop Shield\r\n</strong>\r\n<ul>\r\n <li>If you need assistance with your equipment past manufacturer\'s warranty, monitoring and surveillance over your phone system\'s VoIP network, replacement hardware, help affording your new phone system, or would like to lease or rent your new VoIP solution, look to Hilltop Shield</li>\r\n</ul>\r\n \r\n\r\n<strong>10) Lunch & Learn events\r\n</strong>\r\n<ul>\r\n <li>Throughout the year, we offer luncheon events where we display and show you the newest products and services available for your network</li>\r\n</ul>\r\n ','Top 10 Ways Hilltop Technologies Advances Your Business','','inherit','closed','closed','','70-revision-v1','','','2014-11-02 10:05:18','2014-11-02 15:05:18','',70,'http://hilltoptech.com/news/70-revision-v1/',0,'revision','',0),(13,1,'2014-06-30 13:52:32','2014-06-30 17:52:32','The new Virtual Appliances by ShoreTel provide more flexibility for customers to either use physical hardware, virtual appliance, or a mixture of both with no complex setup! Below is a bit about each new appliance and their capabilities.\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2014/06/ShoreTel1.jpg\"><img class=\"alignright wp-image-32 size-thumbnail\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/06/ShoreTel1-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a>ShoreTel Virtual IP Phone Switch\r\n<ul>\r\n <li>Supports all non-TDM features (e.g. no physical trunks or analog phones)</li>\r\n <li>Up to 1000 IP phones/switch</li>\r\n <li>Licensing per extension: Virtual Phone Capacity License (1)</li>\r\n <li>Virtual Spare phone Switch (N+1)</li>\r\n <li>NO License = FREE</li>\r\n</ul>\r\nShoreTel Virtual SIP Trunk Switch\r\n<ul>\r\n <li>Up to 500 SIP trunks with media proxy</li>\r\n <li>Licensing per SIP Trunk:</li>\r\n <li>Virtual SIP Trunk Capacity License (1)</li>\r\n</ul>\r\nShoreTel Virtual Service Appliance\r\n<ul>\r\n <li>Supports all existing Audio/Web/IM features as physical SA-100/SA-400</li>\r\n <li>Same maximum system capacity (e.g. 5 SA per system)</li>\r\n <li>Up to 200 Audio, 200 web and 2000 IM per Virtual SA</li>\r\n <li>No change in licensing</li>\r\n</ul>\r\nVirtual Ingate SIParator\r\n<ul>\r\n <li>Software version 4.10.1 and later supported as VM or software only solution</li>\r\n</ul>','ShoreTel Virtual Appliance Capabilities','','publish','closed','closed','','shoretel-virtual-appliance-capabilities','','','2014-07-17 13:55:48','2014-07-17 17:55:48','',0,'http://hilltoptech.com/news/?p=13',0,'post','',0),(29,1,'2014-06-30 13:11:49','2014-06-30 17:11:49','','Executive+Man+at+Desk+4','','inherit','closed','closed','','executivemanatdesk4','','','2014-06-30 13:11:49','2014-06-30 17:11:49','',13,'http://hilltoptech.com/news/wp-content/uploads/2014/06/Executive+Man+at+Desk+4.png',0,'attachment','image/png',0),(33,1,'2014-06-30 13:52:32','2014-06-30 17:52:32','The new Virtual Appliances by ShoreTel provide more flexibility for customers to either use physical hardware, virtual appliance, or a mixture of both with no complex setup! Below is a bit about each new appliance and their capabilities.\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2014/06/ShoreTel1.jpg\"><img class=\"alignright wp-image-32 size-thumbnail\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/06/ShoreTel1-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a>ShoreTel Virtual IP Phone Switch\r\n<ul>\r\n <li>Supports all non-TDM features (e.g. no physical trunks or analog phones)</li>\r\n <li>Up to 1000 IP phones/switch</li>\r\n <li>Licensing per extension: Virtual Phone Capacity License (1)</li>\r\n <li>Virtual Spare phone Switch (N+1)</li>\r\n <li>NO License = FREE</li>\r\n</ul>\r\nShoreTel Virtual SIP Trunk Switch\r\n<ul>\r\n <li>Up to 500 SIP trunks with media proxy</li>\r\n <li>Licensing per SIP Trunk:</li>\r\n <li>Virtual SIP Trunk Capacity License (1)</li>\r\n</ul>\r\nShoreTel Virtual Service Appliance\r\n<ul>\r\n <li>Supports all existing Audio/Web/IM features as physical SA-100/SA-400</li>\r\n <li>Same maximum system capacity (e.g. 5 SA per system)</li>\r\n <li>Up to 200 Audio, 200 web and 2000 IM per Virtual SA</li>\r\n <li>No change in licensing</li>\r\n</ul>\r\nVirtual Ingate SIParator\r\n<ul>\r\n <li>Software version 4.10.1 and later supported as VM or software only solution</li>\r\n</ul>','ShoreTel Virtual Appliance Capabilities','','inherit','closed','closed','','13-revision-v1','','','2014-06-30 13:52:32','2014-06-30 17:52:32','',13,'http://hilltoptech.com/news/13-revision-v1/',0,'revision','',0),(15,1,'2014-06-30 12:50:25','2014-06-30 16:50:25','The new Virtual Appliances by ShoreTel provide more flexibility for customers to<a href=\"http://hilltoptech.com/news/wp-content/uploads/2014/06/Executive+Man+at+Desk+4.jpg\"><img class=\"alignright size-thumbnail wp-image-14\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/06/Executive+Man+at+Desk+4-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a>\r\neither use physical hardware, virtual appliance, or a mixture of both with\r\nno complex setup! Below is a bit about each new appliance and their capabilities.\r\n\r\nShoreTel Virtual IP Phone Switch\r\n- Supports all non-TDM features (e.g. no physical trunks or analog phones)\r\n- Up to 1000 IP phones/switch\r\n- Licensing per extension:\r\nVirtual Phone Capacity License (1)\r\n- Virtual Spare phone Switch (N+1)\r\nNO License = FREE\r\n\r\nShoreTel Virtual SIP Trunk Switch\r\n- Up to 500 SIP trunks with media proxy\r\n- Licensing per SIP Trunk:\r\nVirtual SIP Trunk Capacity License (1)\r\n\r\nShoreTel Virtual Service Appliance\r\n- Supports all existing Audio/Web/IM features as physical SA-100/SA-400\r\n- Same maximum system capacity (e.g. 5 SA per system)\r\n- Up to 200 Audio, 200 web and 2000 IM per Virtual SA\r\n- No change in licensing\r\n\r\nVirtual Ingate SIParator\r\n- Software version 4.10.1 and later supported as VM or software only solution','ShoreTel Virtual Appliance Capabilities','','inherit','closed','closed','','13-revision-v1','','','2014-06-30 12:50:25','2014-06-30 16:50:25','',13,'http://hilltoptech.com/news/13-revision-v1/',0,'revision','',0),(30,1,'2014-06-30 13:15:20','2014-06-30 17:15:20','The new Virtual Appliances by ShoreTel provide more flexibility for customers to either use physical hardware, virtual appliance, or a mixture of both with no complex setup! Below is a bit about each new appliance and their capabilities.\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2014/06/Executive+Man+at+Desk+4-e1404148471515.png\"><img class=\"alignright size-thumbnail wp-image-29\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/06/Executive+Man+at+Desk+4-e1404148471515-150x150.png\" alt=\"Executive+Man+at+Desk+4\" width=\"150\" height=\"150\" /></a>ShoreTel Virtual IP Phone Switch\r\n<ul>\r\n <li>Supports all non-TDM features (e.g. no physical trunks or analog phones)</li>\r\n <li>Up to 1000 IP phones/switch</li>\r\n <li>Licensing per extension: Virtual Phone Capacity License (1)</li>\r\n <li>Virtual Spare phone Switch (N+1)</li>\r\n <li>NO License = FREE</li>\r\n</ul>\r\nShoreTel Virtual SIP Trunk Switch\r\n<ul>\r\n <li>Up to 500 SIP trunks with media proxy</li>\r\n <li>Licensing per SIP Trunk:</li>\r\n <li>Virtual SIP Trunk Capacity License (1)</li>\r\n</ul>\r\nShoreTel Virtual Service Appliance\r\n<ul>\r\n <li>Supports all existing Audio/Web/IM features as physical SA-100/SA-400</li>\r\n <li>Same maximum system capacity (e.g. 5 SA per system)</li>\r\n <li>Up to 200 Audio, 200 web and 2000 IM per Virtual SA</li>\r\n <li>No change in licensing</li>\r\n</ul>\r\nVirtual Ingate SIParator\r\n<ul>\r\n <li>Software version 4.10.1 and later supported as VM or software only solution</li>\r\n</ul>','ShoreTel Virtual Appliance Capabilities','','inherit','closed','closed','','13-revision-v1','','','2014-06-30 13:15:20','2014-06-30 17:15:20','',13,'http://hilltoptech.com/news/13-revision-v1/',0,'revision','',0),(20,1,'2014-06-30 12:55:05','2014-06-30 16:55:05','The new Virtual Appliances by ShoreTel provide more flexibility for customers to\r\neither use physical hardware, virtual appliance, or a mixture of both with\r\nno complex setup! Below is a bit about each new appliance and their capabilities.\r\n\r\nShoreTel Virtual IP Phone Switch\r\n- Supports all non-TDM features (e.g. no physical trunks or analog phones)\r\n- Up to 1000 IP phones/switch\r\n- Licensing per extension:\r\nVirtual Phone Capacity License (1)\r\n- Virtual Spare phone Switch (N+1)\r\nNO License = FREE\r\n\r\nShoreTel Virtual SIP Trunk Switch\r\n- Up to 500 SIP trunks with media proxy\r\n- Licensing per SIP Trunk:\r\nVirtual SIP Trunk Capacity License (1)\r\n\r\nShoreTel Virtual Service Appliance\r\n- Supports all existing Audio/Web/IM features as physical SA-100/SA-400\r\n- Same maximum system capacity (e.g. 5 SA per system)\r\n- Up to 200 Audio, 200 web and 2000 IM per Virtual SA\r\n- No change in licensing\r\n\r\nVirtual Ingate SIParator\r\n- Software version 4.10.1 and later supported as VM or software only solution','ShoreTel Virtual Appliance Capabilities','','inherit','closed','closed','','13-revision-v1','','','2014-06-30 12:55:05','2014-06-30 16:55:05','',13,'http://hilltoptech.com/news/13-revision-v1/',0,'revision','',0),(19,1,'2014-06-30 12:54:40','2014-06-30 16:54:40','The new Virtual Appliances by ShoreTel provide more flexibility for customers to<a href=\"http://hilltoptech.com/news/wp-content/uploads/2014/06/Executive+Man+at+Desk+1.jpg\"><img class=\"alignright size-thumbnail wp-image-17\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/06/Executive+Man+at+Desk+1-150x150.jpg\" alt=\"Executive+Man+at+Desk+1\" width=\"150\" height=\"150\" /></a><a href=\"http://hilltoptech.com/news/wp-content/uploads/2014/06/Executive+Man+at+Desk+11.jpg\"><img class=\"alignright size-thumbnail wp-image-18\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/06/Executive+Man+at+Desk+11-150x150.jpg\" alt=\"Executive+Man+at+Desk+1\" width=\"150\" height=\"150\" /></a>\r\neither use physical hardware, virtual appliance, or a mixture of both with\r\nno complex setup! Below is a bit about each new appliance and their capabilities.\r\n\r\nShoreTel Virtual IP Phone Switch\r\n- Supports all non-TDM features (e.g. no physical trunks or analog phones)\r\n- Up to 1000 IP phones/switch\r\n- Licensing per extension:\r\nVirtual Phone Capacity License (1)\r\n- Virtual Spare phone Switch (N+1)\r\nNO License = FREE\r\n\r\nShoreTel Virtual SIP Trunk Switch\r\n- Up to 500 SIP trunks with media proxy\r\n- Licensing per SIP Trunk:\r\nVirtual SIP Trunk Capacity License (1)\r\n\r\nShoreTel Virtual Service Appliance\r\n- Supports all existing Audio/Web/IM features as physical SA-100/SA-400\r\n- Same maximum system capacity (e.g. 5 SA per system)\r\n- Up to 200 Audio, 200 web and 2000 IM per Virtual SA\r\n- No change in licensing\r\n\r\nVirtual Ingate SIParator\r\n- Software version 4.10.1 and later supported as VM or software only solution','ShoreTel Virtual Appliance Capabilities','','inherit','closed','closed','','13-revision-v1','','','2014-06-30 12:54:40','2014-06-30 16:54:40','',13,'http://hilltoptech.com/news/13-revision-v1/',0,'revision','',0),(35,1,'2014-07-17 13:55:26','2014-07-17 17:55:26','<strong>SUFFIELD, CT July 17, 2014</strong> – Hilltop Technologies, a leading telecommunications provider, announced today that they are the recipient of the Avaya SME Expert designation. The designation recognizes Avaya partners that have demonstrated high-quality expertise, service, and performance across the Avaya Small-Medium Enterprise (SME) product and solution portfolio.\r\n\r\n<img class=\"alignleft wp-image-38 size-full\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/07/avaya.png\" alt=\"avaya\" width=\"200\" height=\"98\" />“We have always put the quality of service and the level of technical expertise that our team provides at the forefront,” said Owen Wilson, Executive Vice President, Hilltop Technologies. “To be recognized by Avaya for achieving the quality that they deem as ‘expert’ is not only an honor but a true designation of the service our staff provides.” At Hilltop Technologies every employee holds at least one certification in a specialized area of expertise, which is a testament to their continued commitment to technical knowledge and expertise.\r\n\r\nThe requirements set by Avaya to be eligible for SME Expert designation include certified Avaya Professional Implementation Specialists for SME, each with specific accreditations and certifications. Hilltop Technologies also had to successfully fulfill the SME Implementation and Expert Remote Service Assessments, which assesses the partner’s support systems, processes and tools as well as Hilltop\'s customer satisfaction levels.\r\n<p style=\"text-align: center;\"># # #</p>\r\n<strong>About Avaya</strong>\r\n\r\nAvaya is a global provider of business collaboration and communications solutions, providing unified communications, contact centers, networking and related services to companies of all sizes around the world. For more information please visit <a href=\"http://www.avaya.com/\">www.avaya.com</a>.\r\n\r\n<strong>About Hilltop Technologies, LLC</strong>\r\n\r\nHilltop Technologies, founded in 1999, is a company dedicated to providing superior, quality telecommunications systems. Hilltop Technologies provides total solutions in telecommunications for Avaya and ShoreTel. They have been an Avaya business partner, Silver certified since 1999 and recently earned SME Expert status. Hilltop is a Champion Partner with ShoreTel and ShoreTel Sky solutions. The company is also state-certified as a Women Owned Business in Massachusetts, New York and Connecticut.','HILLTOP TECHNOLOGIES AWARDED AVAYA SMALL-MEDIUM ENTERPRISE (SME) EXPERT DESIGNATION','','publish','closed','closed','','hilltop-technologies-awarded-avaya-small-medium-enterprise-sme-expert-designation','','','2015-01-14 16:22:43','2015-01-14 21:22:43','',0,'http://hilltoptech.com/news/?p=35',0,'post','',0),(62,3,'2014-08-14 10:18:44','2014-08-14 14:18:44','','lunch-news','','inherit','closed','closed','','lunch-news','','','2014-08-14 10:18:44','2014-08-14 14:18:44','',0,'http://hilltoptech.com/news/wp-content/uploads/2014/08/lunch-news.png',0,'attachment','image/png',0),(23,1,'2014-06-30 13:56:00','2014-06-30 17:56:00','Starting in July, Avaya will offer Contact Center Select, a new contact center product with enterprise class features built for the midsize business and optimized for IP Office.\r\n\r\nSome features of the new Contact Center Select are:\r\n<ul>\r\n <li>Multichannel support –voice, email, web chat, SMS and fax</li>\r\n <li>Scalability for 30-250 agents</li>\r\n <li>Inbound and preview / progressive outbound call campaigns</li>\r\n <li>Support for local or remote agents</li>\r\n <li>Skills-based routing</li>\r\n <li>Supervisors, reporting (real-time and historical), recording tools</li>\r\n <li>Support for virtualized VMware environments</li>\r\n <li>Support for G14 countries\' languages</li>\r\n</ul>\r\nBest of all, the system can be deployed in as little as 4 hours!','Avaya\'s New Contact Center Select','','publish','closed','closed','','avayas-new-contact-center-select','','','2014-07-17 13:57:38','2014-07-17 17:57:38','',0,'http://hilltoptech.com/news/?p=23',0,'post','',0),(24,1,'2014-06-30 12:58:12','2014-06-30 16:58:12','Starting in July, Avaya will offer Contact Center Select, a new contact center product with enterprise class features built for the midsize business and optimized for IP Office.\r\n\r\nSome features of the new Contact Center Select are:\r\n<ul>\r\n <li>-Multichannel support –voice, email, web chat, SMS and fax</li>\r\n <li>-Scalability for 30-250 agents</li>\r\n <li>-Inbound and preview / progressive outbound call campaigns</li>\r\n <li>-Support for local or remote agents</li>\r\n <li>-Skills-based routing</li>\r\n <li>-Supervisors, reporting (real-time and historical), recording tools</li>\r\n <li>-Support for virtualized VMware environments</li>\r\n <li>-Support for G14 countries\' languages</li>\r\n</ul>\r\nBest of all, the system can be deployed in as little as 4 hours!','Avaya\'s New Contact Center Select','','inherit','closed','closed','','23-revision-v1','','','2014-06-30 12:58:12','2014-06-30 16:58:12','',23,'http://hilltoptech.com/news/23-revision-v1/',0,'revision','',0),(25,1,'2014-06-30 13:00:17','2014-06-30 17:00:17','Starting in July, Avaya will offer Contact Center Select, a new contact center product with enterprise class features built for the midsize business and optimized for IP Office.\r\n\r\nSome features of the new Contact Center Select are:\r\n<ul>\r\n <li>Multichannel support –voice, email, web chat, SMS and fax</li>\r\n <li>Scalability for 30-250 agents</li>\r\n <li>Inbound and preview / progressive outbound call campaigns</li>\r\n <li>Support for local or remote agents</li>\r\n <li>Skills-based routing</li>\r\n <li>Supervisors, reporting (real-time and historical), recording tools</li>\r\n <li>Support for virtualized VMware environments</li>\r\n <li>Support for G14 countries\' languages</li>\r\n</ul>\r\nBest of all, the system can be deployed in as little as 4 hours!','Avaya\'s New Contact Center Select','','inherit','closed','closed','','23-revision-v1','','','2014-06-30 13:00:17','2014-06-30 17:00:17','',23,'http://hilltoptech.com/news/23-revision-v1/',0,'revision','',0),(27,1,'2014-06-30 13:03:37','2014-06-30 17:03:37','The new Virtual Appliances by ShoreTel provide more flexibility for customers to either use physical hardware, virtual appliance, or a mixture of both with no complex setup! Below is a bit about each new appliance and their capabilities.\r\n\r\nShoreTel Virtual IP Phone Switch\r\n<ul>\r\n <li>Supports all non-TDM features (e.g. no physical trunks or analog phones)</li>\r\n <li>Up to 1000 IP phones/switch</li>\r\n <li>Licensing per extension: Virtual Phone Capacity License (1)</li>\r\n <li>Virtual Spare phone Switch (N+1)</li>\r\n <li>NO License = FREE</li>\r\n</ul>\r\nShoreTel Virtual SIP Trunk Switch\r\n<ul>\r\n <li>Up to 500 SIP trunks with media proxy</li>\r\n <li>Licensing per SIP Trunk:</li>\r\n <li>Virtual SIP Trunk Capacity License (1)</li>\r\n</ul>\r\nShoreTel Virtual Service Appliance\r\n<ul>\r\n <li>Supports all existing Audio/Web/IM features as physical SA-100/SA-400</li>\r\n <li>Same maximum system capacity (e.g. 5 SA per system)</li>\r\n <li>Up to 200 Audio, 200 web and 2000 IM per Virtual SA</li>\r\n <li>No change in licensing</li>\r\n</ul>\r\nVirtual Ingate SIParator\r\n<ul>\r\n <li>Software version 4.10.1 and later supported as VM or software only solution</li>\r\n</ul>','ShoreTel Virtual Appliance Capabilities','','inherit','closed','closed','','13-revision-v1','','','2014-06-30 13:03:37','2014-06-30 17:03:37','',13,'http://hilltoptech.com/news/13-revision-v1/',0,'revision','',0),(28,1,'2014-06-30 13:05:57','2014-06-30 17:05:57','The new Virtual Appliances by ShoreTel provide more flexibility for customers to either use physical hardware, virtual appliance, or a mixture of both with no complex setup! Below is a bit about each new appliance and their capabilities.\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2014/06/Executive+Man+at+Desk+12-e1404147753549.jpg\"><img class=\"alignright size-thumbnail wp-image-26\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/06/Executive+Man+at+Desk+12-150x150.jpg\" alt=\"Executive+Man+at+Desk+1\" width=\"150\" height=\"150\" /></a>ShoreTel Virtual IP Phone Switch\r\n<ul>\r\n <li>Supports all non-TDM features (e.g. no physical trunks or analog phones)</li>\r\n <li>Up to 1000 IP phones/switch</li>\r\n <li>Licensing per extension: Virtual Phone Capacity License (1)</li>\r\n <li>Virtual Spare phone Switch (N+1)</li>\r\n <li>NO License = FREE</li>\r\n</ul>\r\nShoreTel Virtual SIP Trunk Switch\r\n<ul>\r\n <li>Up to 500 SIP trunks with media proxy</li>\r\n <li>Licensing per SIP Trunk:</li>\r\n <li>Virtual SIP Trunk Capacity License (1)</li>\r\n</ul>\r\nShoreTel Virtual Service Appliance\r\n<ul>\r\n <li>Supports all existing Audio/Web/IM features as physical SA-100/SA-400</li>\r\n <li>Same maximum system capacity (e.g. 5 SA per system)</li>\r\n <li>Up to 200 Audio, 200 web and 2000 IM per Virtual SA</li>\r\n <li>No change in licensing</li>\r\n</ul>\r\nVirtual Ingate SIParator\r\n<ul>\r\n <li>Software version 4.10.1 and later supported as VM or software only solution</li>\r\n</ul>','ShoreTel Virtual Appliance Capabilities','','inherit','closed','closed','','13-revision-v1','','','2014-06-30 13:05:57','2014-06-30 17:05:57','',13,'http://hilltoptech.com/news/13-revision-v1/',0,'revision','',0),(31,1,'2014-06-30 13:28:20','2014-06-30 17:28:20','','Executive-Man-at-Desk','','inherit','closed','closed','','executive-man-at-desk','','','2014-06-30 13:28:20','2014-06-30 17:28:20','',0,'http://hilltoptech.com/news/wp-content/uploads/2014/06/Executive-Man-at-Desk.jpg',0,'attachment','image/jpeg',0),(32,1,'2014-06-30 13:37:04','2014-06-30 17:37:04','','','','inherit','closed','closed','','shoretel1','','','2014-06-30 13:37:04','2014-06-30 17:37:04','',13,'http://hilltoptech.com/news/wp-content/uploads/2014/06/ShoreTel1.jpg',0,'attachment','image/jpeg',0),(38,1,'2014-07-17 13:54:46','2014-07-17 17:54:46','','avaya','','inherit','closed','closed','','avaya','','','2014-07-17 13:54:46','2014-07-17 17:54:46','',35,'http://hilltoptech.com/news/wp-content/uploads/2014/07/avaya.png',0,'attachment','image/png',0),(36,1,'2014-07-17 13:53:04','2014-07-17 17:53:04','<strong>SUFFIELD, CT July 17, 2014</strong> – Hilltop Technologies, a leading telecommunications provider, announced today that they are the recipient of the Avaya SME Expert designation. The designation recognizes Avaya partners that have demonstrated high-quality expertise, service, and performance across the Avaya Small-Medium Enterprise (SME) product and solution portfolio.\r\n\r\n \r\n\r\n“We have always put the quality of service and the level of technical expertise that our team provides at the forefront,” said Owen Wilson, Executive Vice President, Hilltop Technologies. “To be recognized by Avaya for achieving the quality that they deem as ‘expert’ is not only an honor but a true designation of the service our staff provides.” At Hilltop Technologies every employee holds at least one certification in a specialized area of expertise, which is a testament to their continued commitment to technical knowledge and expertise.\r\n\r\n \r\n\r\nThe requirements set by Avaya to be eligible for SME Expert designation include certified Avaya Professional Implementation Specialists for SME, each with specific accreditations and certifications. Hilltop Technologies also had to successfully fulfill the SME Implementation and Expert Remote Service Assessments, which assesses the partner’s support systems, processes and tools as well as Hilltop\'s customer satisfaction levels.\r\n<p style=\"text-align: center;\"># # #</p>\r\n<p style=\"text-align: center;\"></p>\r\n<strong>About Avaya</strong>\r\n\r\nAvaya is a global provider of business collaboration and communications solutions, providing unified communications, contact centers, networking and related services to companies of all sizes around the world. For more information please visit <a href=\"http://www.avaya.com/\">www.avaya.com</a>.\r\n\r\n \r\n\r\n<strong>About Hilltop Technologies, LLC</strong>\r\n\r\nHilltop Technologies, founded in 1999, is a company dedicated to providing superior, quality telecommunications systems. Hilltop Technologies provides total solutions in telecommunications for Avaya and ShoreTel. They have been an Avaya business partner, Silver certified since 1999 and recently earned SME Expert status. Hilltop is a Champion Partner with ShoreTel and ShoreTel Sky solutions. The company is also state-certified as a Women Owned Business in Massachusetts, New York and Connecticut.','HILLTOP TECHNOLOGIES AWARDED AVAYA SMALL-MEDIUM ENTERPRISE (SME) EXPERT DESIGNATION','','inherit','closed','closed','','35-revision-v1','','','2014-07-17 13:53:04','2014-07-17 17:53:04','',35,'http://hilltoptech.com/news/35-revision-v1/',0,'revision','',0),(37,1,'2014-07-17 13:53:24','2014-07-17 17:53:24','<strong>SUFFIELD, CT July 17, 2014</strong> – Hilltop Technologies, a leading telecommunications provider, announced today that they are the recipient of the Avaya SME Expert designation. The designation recognizes Avaya partners that have demonstrated high-quality expertise, service, and performance across the Avaya Small-Medium Enterprise (SME) product and solution portfolio.\r\n\r\n“We have always put the quality of service and the level of technical expertise that our team provides at the forefront,” said Owen Wilson, Executive Vice President, Hilltop Technologies. “To be recognized by Avaya for achieving the quality that they deem as ‘expert’ is not only an honor but a true designation of the service our staff provides.” At Hilltop Technologies every employee holds at least one certification in a specialized area of expertise, which is a testament to their continued commitment to technical knowledge and expertise.\r\n\r\nThe requirements set by Avaya to be eligible for SME Expert designation include certified Avaya Professional Implementation Specialists for SME, each with specific accreditations and certifications. Hilltop Technologies also had to successfully fulfill the SME Implementation and Expert Remote Service Assessments, which assesses the partner’s support systems, processes and tools as well as Hilltop\'s customer satisfaction levels.\r\n<p style=\"text-align: center;\"># # #</p>\r\n<p style=\"text-align: center;\"></p>\r\n<strong>About Avaya</strong>\r\n\r\nAvaya is a global provider of business collaboration and communications solutions, providing unified communications, contact centers, networking and related services to companies of all sizes around the world. For more information please visit <a href=\"http://www.avaya.com/\">www.avaya.com</a>.\r\n\r\n<strong>About Hilltop Technologies, LLC</strong>\r\n\r\nHilltop Technologies, founded in 1999, is a company dedicated to providing superior, quality telecommunications systems. Hilltop Technologies provides total solutions in telecommunications for Avaya and ShoreTel. They have been an Avaya business partner, Silver certified since 1999 and recently earned SME Expert status. Hilltop is a Champion Partner with ShoreTel and ShoreTel Sky solutions. The company is also state-certified as a Women Owned Business in Massachusetts, New York and Connecticut.','HILLTOP TECHNOLOGIES AWARDED AVAYA SMALL-MEDIUM ENTERPRISE (SME) EXPERT DESIGNATION','','inherit','closed','closed','','35-revision-v1','','','2014-07-17 13:53:24','2014-07-17 17:53:24','',35,'http://hilltoptech.com/news/35-revision-v1/',0,'revision','',0),(39,1,'2014-07-17 13:55:04','2014-07-17 17:55:04','<strong>SUFFIELD, CT July 17, 2014</strong> – Hilltop Technologies, a leading telecommunications provider, announced today that they are the recipient of the Avaya SME Expert designation. The designation recognizes Avaya partners that have demonstrated high-quality expertise, service, and performance across the Avaya Small-Medium Enterprise (SME) product and solution portfolio.\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2014/07/avaya.png\"><img class=\"alignleft size-thumbnail wp-image-38\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/07/avaya-150x98.png\" alt=\"avaya\" width=\"150\" height=\"98\" /></a>“We have always put the quality of service and the level of technical expertise that our team provides at the forefront,” said Owen Wilson, Executive Vice President, Hilltop Technologies. “To be recognized by Avaya for achieving the quality that they deem as ‘expert’ is not only an honor but a true designation of the service our staff provides.” At Hilltop Technologies every employee holds at least one certification in a specialized area of expertise, which is a testament to their continued commitment to technical knowledge and expertise.\r\n\r\nThe requirements set by Avaya to be eligible for SME Expert designation include certified Avaya Professional Implementation Specialists for SME, each with specific accreditations and certifications. Hilltop Technologies also had to successfully fulfill the SME Implementation and Expert Remote Service Assessments, which assesses the partner’s support systems, processes and tools as well as Hilltop\'s customer satisfaction levels.\r\n<p style=\"text-align: center;\"># # #</p>\r\n<p style=\"text-align: center;\"></p>\r\n<strong>About Avaya</strong>\r\n\r\nAvaya is a global provider of business collaboration and communications solutions, providing unified communications, contact centers, networking and related services to companies of all sizes around the world. For more information please visit <a href=\"http://www.avaya.com/\">www.avaya.com</a>.\r\n\r\n<strong>About Hilltop Technologies, LLC</strong>\r\n\r\nHilltop Technologies, founded in 1999, is a company dedicated to providing superior, quality telecommunications systems. Hilltop Technologies provides total solutions in telecommunications for Avaya and ShoreTel. They have been an Avaya business partner, Silver certified since 1999 and recently earned SME Expert status. Hilltop is a Champion Partner with ShoreTel and ShoreTel Sky solutions. The company is also state-certified as a Women Owned Business in Massachusetts, New York and Connecticut.','HILLTOP TECHNOLOGIES AWARDED AVAYA SMALL-MEDIUM ENTERPRISE (SME) EXPERT DESIGNATION','','inherit','closed','closed','','35-revision-v1','','','2014-07-17 13:55:04','2014-07-17 17:55:04','',35,'http://hilltoptech.com/news/35-revision-v1/',0,'revision','',0),(40,1,'2014-07-17 13:55:26','2014-07-17 17:55:26','<strong>SUFFIELD, CT July 17, 2014</strong> – Hilltop Technologies, a leading telecommunications provider, announced today that they are the recipient of the Avaya SME Expert designation. The designation recognizes Avaya partners that have demonstrated high-quality expertise, service, and performance across the Avaya Small-Medium Enterprise (SME) product and solution portfolio.\r\n\r\n<img class=\"alignleft wp-image-38 size-full\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/07/avaya.png\" alt=\"avaya\" width=\"200\" height=\"98\" />“We have always put the quality of service and the level of technical expertise that our team provides at the forefront,” said Owen Wilson, Executive Vice President, Hilltop Technologies. “To be recognized by Avaya for achieving the quality that they deem as ‘expert’ is not only an honor but a true designation of the service our staff provides.” At Hilltop Technologies every employee holds at least one certification in a specialized area of expertise, which is a testament to their continued commitment to technical knowledge and expertise.\r\n\r\nThe requirements set by Avaya to be eligible for SME Expert designation include certified Avaya Professional Implementation Specialists for SME, each with specific accreditations and certifications. Hilltop Technologies also had to successfully fulfill the SME Implementation and Expert Remote Service Assessments, which assesses the partner’s support systems, processes and tools as well as Hilltop\'s customer satisfaction levels.\r\n<p style=\"text-align: center;\"># # #</p>\r\n<strong>About Avaya</strong>\r\n\r\nAvaya is a global provider of business collaboration and communications solutions, providing unified communications, contact centers, networking and related services to companies of all sizes around the world. For more information please visit <a href=\"http://www.avaya.com/\">www.avaya.com</a>.\r\n\r\n<strong>About Hilltop Technologies, LLC</strong>\r\n\r\nHilltop Technologies, founded in 1999, is a company dedicated to providing superior, quality telecommunications systems. Hilltop Technologies provides total solutions in telecommunications for Avaya and ShoreTel. They have been an Avaya business partner, Silver certified since 1999 and recently earned SME Expert status. Hilltop is a Champion Partner with ShoreTel and ShoreTel Sky solutions. The company is also state-certified as a Women Owned Business in Massachusetts, New York and Connecticut.','HILLTOP TECHNOLOGIES AWARDED AVAYA SMALL-MEDIUM ENTERPRISE (SME) EXPERT DESIGNATION','','inherit','closed','closed','','35-revision-v1','','','2014-07-17 13:55:26','2014-07-17 17:55:26','',35,'http://hilltoptech.com/news/35-revision-v1/',0,'revision','',0),(71,1,'2014-10-24 12:02:58','2014-10-24 16:02:58','Hilltop Technologies is focused on serving as a trusted partner whom can drive real value to businesses when it comes to selecting and utilizing telecommunications effectively.\r\n\r\n<em>Each day starting October 24th, we will reveal another way in which Hilltop advances your business. </em>\r\n\r\n \r\n\r\n<strong>10 Ways Hilltop Advances Your Business</strong>\r\n\r\n1) Over 15 years of top-notch service in the Northeast and Midwest regions\r\n\r\nSince 1999, Hilltop Technologies has provided excellent, recognized service to their customers. Headquartered in Suffield, Connecticut, the company has offices in several states and primarily serves CT, MA, RI, ME, NH, VT, NY, OH, PA, and NJ.\r\n\r\n \r\n\r\n ','Top 10 Ways Hilltop Technologies Advances Your Business','','inherit','closed','closed','','70-revision-v1','','','2014-10-24 12:02:58','2014-10-24 16:02:58','',70,'http://hilltoptech.com/news/70-revision-v1/',0,'revision','',0),(43,1,'2014-08-05 13:18:04','2014-08-05 17:18:04','<img class=\"darkcentered alignnone wp-image-51 size-full\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/08/HilltopEmailHeader.jpg\" alt=\"HilltopEmailHeader\" width=\"600\" height=\"65\" />\r\n<p class=\"specialpage\">Your business’s telecommunications needs are too integral for you to be left in the dark. At Hilltop Technologies, we put our partners first. You’ll always be connected to the latest products, updates, and have access to our award-winning customer service team.</p>\r\n<img class=\"darkcentered alignnone wp-image-45 size-full\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/08/dontBeLeftInTheDark.jpg\" alt=\"dontBeLeftInTheDark\" width=\"600\" height=\"239\" />\r\n<p class=\"specialpage\">We serve as more than just a telecommunications distributor. We shine a light so you can determine which products will not only meet but exceed your expectations. Furthermore, as your trusted telecommunications partner we will provide the service, support, and training necessary to ensure you are getting the most of your investment.</p>\r\n \r\n<p class=\"specialpage\">Hilltop Technologies provides outstanding support and in-depth expertise from our fully-trained and certified staff, allowing for valuable ROI to your organization.</p>\r\n \r\n<div><img class=\"darkcentered wp-image-46 size-full\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/08/Light-Beam-From-Flashlight.jpg\" alt=\"Light-Beam-From-Flashlight\" width=\"600\" height=\"219\" /></div>\r\n<div></div>\r\n<h2 style=\"text-align: center;\"><strong>LET US LIGHT THE WAY</strong></h2>\r\n<div style=\"text-align: center;\"><strong> Contact Owen Wilson today</strong></div>\r\n<div style=\"text-align: center;\"><strong> 860.903.0212</strong></div>\r\n<div style=\"text-align: center;\"><strong> owilson@hilltoptech.com</strong></div>','DON\'T BE LEFT IN THE DARK','','publish','closed','closed','','dark','','','2017-06-07 12:37:39','2017-06-07 16:37:39','',0,'http://hilltoptech.com/news/?page_id=43',0,'page','',0),(44,1,'2014-08-05 11:51:20','2014-08-05 15:51:20','','DON\'T BE LEFT IN THE DARK','','inherit','closed','closed','','43-revision-v1','','','2014-08-05 11:51:20','2014-08-05 15:51:20','',43,'http://hilltoptech.com/news/43-revision-v1/',0,'revision','',0),(45,1,'2014-08-05 11:52:23','2014-08-05 15:52:23','','dontBeLeftInTheDark','','inherit','closed','closed','','dontbeleftinthedark','','','2014-08-05 11:52:23','2014-08-05 15:52:23','',43,'http://hilltoptech.com/news/wp-content/uploads/2014/08/dontBeLeftInTheDark.jpg',0,'attachment','image/jpeg',0),(46,1,'2014-08-05 11:54:26','2014-08-05 15:54:26','','Light-Beam-From-Flashlight','','inherit','closed','closed','','light-beam-from-flashlight','','','2014-08-05 11:54:26','2014-08-05 15:54:26','',43,'http://hilltoptech.com/news/wp-content/uploads/2014/08/Light-Beam-From-Flashlight.jpg',0,'attachment','image/jpeg',0),(47,1,'2014-08-05 11:54:34','2014-08-05 15:54:34','Your business’s telecommunications needs are too integral for you to be left in the dark. At Hilltop Technologies, we put our partners first. You’ll always be connected to the latest products, updates, and have access to our award-winning customer service team.\r\n\r\n<img class=\"aligncenter wp-image-45 size-full\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/08/dontBeLeftInTheDark.jpg\" alt=\"dontBeLeftInTheDark\" width=\"600\" height=\"239\" />\r\n\r\nWe serve as more than just a telecommunications distributor. We shine a light so you can determine which products will not only meet but exceed your expectations. Furthermore, as your trusted telecommunications partner we will provide the service, support, and training necessary to ensure you are getting the most of your investment.\r\n\r\n \r\n\r\nHilltop Technologies provides outstanding support and in-depth expertise from our fully-trained and certified staff, allowing for valuable ROI to your organization.\r\n\r\n \r\n\r\n<img class=\"aligncenter size-full wp-image-46\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/08/Light-Beam-From-Flashlight.jpg\" alt=\"Light-Beam-From-Flashlight\" width=\"600\" height=\"219\" />','DON\'T BE LEFT IN THE DARK','','inherit','closed','closed','','43-revision-v1','','','2014-08-05 11:54:34','2014-08-05 15:54:34','',43,'http://hilltoptech.com/news/43-revision-v1/',0,'revision','',0),(48,1,'2014-08-05 11:59:41','2014-08-05 15:59:41','<p class=\"specialpage\">Your business’s telecommunications needs are too integral for you to be left in the dark. At Hilltop Technologies, we put our partners first. You’ll always be connected to the latest products, updates, and have access to our award-winning customer service team.</p>\r\n\r\n<img class=\"aligncenter wp-image-45 size-full\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/08/dontBeLeftInTheDark.jpg\" alt=\"dontBeLeftInTheDark\" width=\"600\" height=\"239\" />\r\n\r\n<p class=\"specialpage\">We serve as more than just a telecommunications distributor. We shine a light so you can determine which products will not only meet but exceed your expectations. Furthermore, as your trusted telecommunications partner we will provide the service, support, and training necessary to ensure you are getting the most of your investment.</p>\r\n\r\n \r\n\r\n<p class=\"specialpage\">Hilltop Technologies provides outstanding support and in-depth expertise from our fully-trained and certified staff, allowing for valuable ROI to your organization.</p>\r\n\r\n \r\n\r\n<img class=\"aligncenter size-full wp-image-46\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/08/Light-Beam-From-Flashlight.jpg\" alt=\"Light-Beam-From-Flashlight\" width=\"600\" height=\"219\" />','DON\'T BE LEFT IN THE DARK','','inherit','closed','closed','','43-revision-v1','','','2014-08-05 11:59:41','2014-08-05 15:59:41','',43,'http://hilltoptech.com/news/43-revision-v1/',0,'revision','',0),(51,1,'2014-08-05 12:04:09','2014-08-05 16:04:09','','HilltopEmailHeader','','inherit','closed','closed','','hilltopemailheader','','','2014-08-05 12:04:09','2014-08-05 16:04:09','',43,'http://hilltoptech.com/news/wp-content/uploads/2014/08/HilltopEmailHeader.jpg',0,'attachment','image/jpeg',0),(49,1,'2014-08-05 12:00:40','2014-08-05 16:00:40','<p class=\"specialpage\">Your business’s telecommunications needs are too integral for you to be left in the dark. At Hilltop Technologies, we put our partners first. You’ll always be connected to the latest products, updates, and have access to our award-winning customer service team.</p>\r\n<img class=\"aligncenter wp-image-45 size-full\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/08/dontBeLeftInTheDark.jpg\" alt=\"dontBeLeftInTheDark\" width=\"600\" height=\"239\" style=\"margin 0 auto;\" />\r\n<p class=\"specialpage\">We serve as more than just a telecommunications distributor. We shine a light so you can determine which products will not only meet but exceed your expectations. Furthermore, as your trusted telecommunications partner we will provide the service, support, and training necessary to ensure you are getting the most of your investment.</p>\r\n \r\n<p class=\"specialpage\">Hilltop Technologies provides outstanding support and in-depth expertise from our fully-trained and certified staff, allowing for valuable ROI to your organization.</p>\r\n \r\n\r\n<img class=\"size-full wp-image-46\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/08/Light-Beam-From-Flashlight.jpg\" alt=\"Light-Beam-From-Flashlight\" width=\"600\" height=\"219\" style=\"margin 0 auto;\" />','DON\'T BE LEFT IN THE DARK','','inherit','closed','closed','','43-revision-v1','','','2014-08-05 12:00:40','2014-08-05 16:00:40','',43,'http://hilltoptech.com/news/43-revision-v1/',0,'revision','',0),(50,1,'2014-08-05 12:01:07','2014-08-05 16:01:07','<p class=\"specialpage\">Your business’s telecommunications needs are too integral for you to be left in the dark. At Hilltop Technologies, we put our partners first. You’ll always be connected to the latest products, updates, and have access to our award-winning customer service team.</p>\r\n<img class=\"wp-image-45 size-full\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/08/dontBeLeftInTheDark.jpg\" alt=\"dontBeLeftInTheDark\" width=\"600\" height=\"239\" style=\"margin 0 auto;\" />\r\n<p class=\"specialpage\">We serve as more than just a telecommunications distributor. We shine a light so you can determine which products will not only meet but exceed your expectations. Furthermore, as your trusted telecommunications partner we will provide the service, support, and training necessary to ensure you are getting the most of your investment.</p>\r\n \r\n<p class=\"specialpage\">Hilltop Technologies provides outstanding support and in-depth expertise from our fully-trained and certified staff, allowing for valuable ROI to your organization.</p>\r\n \r\n\r\n<img class=\"size-full wp-image-46\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/08/Light-Beam-From-Flashlight.jpg\" alt=\"Light-Beam-From-Flashlight\" width=\"600\" height=\"219\" style=\"margin 0 auto;\" />','DON\'T BE LEFT IN THE DARK','','inherit','closed','closed','','43-revision-v1','','','2014-08-05 12:01:07','2014-08-05 16:01:07','',43,'http://hilltoptech.com/news/43-revision-v1/',0,'revision','',0),(52,1,'2014-08-05 12:04:25','2014-08-05 16:04:25','<p class=\"specialpage\"><img class=\"aligncenter size-full wp-image-51\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/08/HilltopEmailHeader.jpg\" alt=\"HilltopEmailHeader\" width=\"600\" height=\"65\" />Your business’s telecommunications needs are too integral for you to be left in the dark. At Hilltop Technologies, we put our partners first. You’ll always be connected to the latest products, updates, and have access to our award-winning customer service team.</p>\r\n<img class=\"wp-image-45 size-full\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/08/dontBeLeftInTheDark.jpg\" alt=\"dontBeLeftInTheDark\" width=\"600\" height=\"239\" />\r\n<p class=\"specialpage\">We serve as more than just a telecommunications distributor. We shine a light so you can determine which products will not only meet but exceed your expectations. Furthermore, as your trusted telecommunications partner we will provide the service, support, and training necessary to ensure you are getting the most of your investment.</p>\r\n \r\n<p class=\"specialpage\">Hilltop Technologies provides outstanding support and in-depth expertise from our fully-trained and certified staff, allowing for valuable ROI to your organization.</p>\r\n \r\n\r\n<img class=\"size-full wp-image-46\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/08/Light-Beam-From-Flashlight.jpg\" alt=\"Light-Beam-From-Flashlight\" width=\"600\" height=\"219\" />','DON\'T BE LEFT IN THE DARK','','inherit','closed','closed','','43-revision-v1','','','2014-08-05 12:04:25','2014-08-05 16:04:25','',43,'http://hilltoptech.com/news/43-revision-v1/',0,'revision','',0),(53,1,'2014-08-05 12:04:47','2014-08-05 16:04:47','<img class=\"aligncenter size-full wp-image-51\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/08/HilltopEmailHeader.jpg\" alt=\"HilltopEmailHeader\" width=\"600\" height=\"65\" />\r\n\r\n<p class=\"specialpage\">Your business’s telecommunications needs are too integral for you to be left in the dark. At Hilltop Technologies, we put our partners first. You’ll always be connected to the latest products, updates, and have access to our award-winning customer service team.</p>\r\n<img class=\"wp-image-45 size-full\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/08/dontBeLeftInTheDark.jpg\" alt=\"dontBeLeftInTheDark\" width=\"600\" height=\"239\" />\r\n<p class=\"specialpage\">We serve as more than just a telecommunications distributor. We shine a light so you can determine which products will not only meet but exceed your expectations. Furthermore, as your trusted telecommunications partner we will provide the service, support, and training necessary to ensure you are getting the most of your investment.</p>\r\n \r\n<p class=\"specialpage\">Hilltop Technologies provides outstanding support and in-depth expertise from our fully-trained and certified staff, allowing for valuable ROI to your organization.</p>\r\n \r\n\r\n<img class=\"size-full wp-image-46\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/08/Light-Beam-From-Flashlight.jpg\" alt=\"Light-Beam-From-Flashlight\" width=\"600\" height=\"219\" />','DON\'T BE LEFT IN THE DARK','','inherit','closed','closed','','43-revision-v1','','','2014-08-05 12:04:47','2014-08-05 16:04:47','',43,'http://hilltoptech.com/news/43-revision-v1/',0,'revision','',0),(54,1,'2014-08-05 12:06:23','2014-08-05 16:06:23','<img class=\"darkcentered alignnone wp-image-51 size-full\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/08/HilltopEmailHeader.jpg\" alt=\"HilltopEmailHeader\" width=\"600\" height=\"65\" />\r\n<p class=\"specialpage\">Your business’s telecommunications needs are too integral for you to be left in the dark. At Hilltop Technologies, we put our partners first. You’ll always be connected to the latest products, updates, and have access to our award-winning customer service team.</p>\r\n<img class=\"darkcentered alignnone wp-image-45 size-full\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/08/dontBeLeftInTheDark.jpg\" alt=\"dontBeLeftInTheDark\" width=\"600\" height=\"239\" />\r\n<p class=\"specialpage\">We serve as more than just a telecommunications distributor. We shine a light so you can determine which products will not only meet but exceed your expectations. Furthermore, as your trusted telecommunications partner we will provide the service, support, and training necessary to ensure you are getting the most of your investment.</p>\r\n \r\n<p class=\"specialpage\">Hilltop Technologies provides outstanding support and in-depth expertise from our fully-trained and certified staff, allowing for valuable ROI to your organization.</p>\r\n \r\n\r\n<img class=\"darkcentered alignnone wp-image-46 size-full\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/08/Light-Beam-From-Flashlight.jpg\" alt=\"Light-Beam-From-Flashlight\" width=\"600\" height=\"219\" />','DON\'T BE LEFT IN THE DARK','','inherit','closed','closed','','43-revision-v1','','','2014-08-05 12:06:23','2014-08-05 16:06:23','',43,'http://hilltoptech.com/news/43-revision-v1/',0,'revision','',0),(55,1,'2014-08-05 13:14:37','2014-08-05 17:14:37','<img class=\"darkcentered alignnone wp-image-51 size-full\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/08/HilltopEmailHeader.jpg\" alt=\"HilltopEmailHeader\" width=\"600\" height=\"65\" />\r\n<p class=\"specialpage\">Your business’s telecommunications needs are too integral for you to be left in the dark. At Hilltop Technologies, we put our partners first. You’ll always be connected to the latest products, updates, and have access to our award-winning customer service team.</p>\r\n<img class=\"darkcentered alignnone wp-image-45 size-full\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/08/dontBeLeftInTheDark.jpg\" alt=\"dontBeLeftInTheDark\" width=\"600\" height=\"239\" />\r\n<p class=\"specialpage\">We serve as more than just a telecommunications distributor. We shine a light so you can determine which products will not only meet but exceed your expectations. Furthermore, as your trusted telecommunications partner we will provide the service, support, and training necessary to ensure you are getting the most of your investment.</p>\r\n \r\n<p class=\"specialpage\">Hilltop Technologies provides outstanding support and in-depth expertise from our fully-trained and certified staff, allowing for valuable ROI to your organization.</p>\r\n \r\n\r\n<div><img class=\"darkcentered alignnone wp-image-46 size-full\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/08/Light-Beam-From-Flashlight.jpg\" alt=\"Light-Beam-From-Flashlight\" width=\"600\" height=\"219\" /></div>','DON\'T BE LEFT IN THE DARK','','inherit','closed','closed','','43-revision-v1','','','2014-08-05 13:14:37','2014-08-05 17:14:37','',43,'http://hilltoptech.com/news/43-revision-v1/',0,'revision','',0),(56,1,'2014-08-05 13:19:39','2014-08-05 17:19:39','<img class=\"darkcentered alignnone wp-image-51 size-full\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/08/HilltopEmailHeader.jpg\" alt=\"HilltopEmailHeader\" width=\"600\" height=\"65\" />\r\n<p class=\"specialpage\">Your business’s telecommunications needs are too integral for you to be left in the dark. At Hilltop Technologies, we put our partners first. You’ll always be connected to the latest products, updates, and have access to our award-winning customer service team.</p>\r\n<img class=\"darkcentered alignnone wp-image-45 size-full\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/08/dontBeLeftInTheDark.jpg\" alt=\"dontBeLeftInTheDark\" width=\"600\" height=\"239\" />\r\n<p class=\"specialpage\">We serve as more than just a telecommunications distributor. We shine a light so you can determine which products will not only meet but exceed your expectations. Furthermore, as your trusted telecommunications partner we will provide the service, support, and training necessary to ensure you are getting the most of your investment.</p>\r\n \r\n<p class=\"specialpage\">Hilltop Technologies provides outstanding support and in-depth expertise from our fully-trained and certified staff, allowing for valuable ROI to your organization.</p>\r\n \r\n<div><img class=\"darkcentered wp-image-46 size-full\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/08/Light-Beam-From-Flashlight.jpg\" alt=\"Light-Beam-From-Flashlight\" width=\"600\" height=\"219\" /></div>','DON\'T BE LEFT IN THE DARK','','inherit','closed','closed','','43-revision-v1','','','2014-08-05 13:19:39','2014-08-05 17:19:39','',43,'http://hilltoptech.com/news/43-revision-v1/',0,'revision','',0),(57,1,'2014-08-05 13:20:40','2014-08-05 17:20:40','<img class=\"darkcentered alignnone wp-image-51 size-full\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/08/HilltopEmailHeader.jpg\" alt=\"HilltopEmailHeader\" width=\"600\" height=\"65\" />\n<p class=\"specialpage\">Your business’s telecommunications needs are too integral for you to be left in the dark. At Hilltop Technologies, we put our partners first. You’ll always be connected to the latest products, updates, and have access to our award-winning customer service team.</p>\n<img class=\"darkcentered alignnone wp-image-45 size-full\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/08/dontBeLeftInTheDark.jpg\" alt=\"dontBeLeftInTheDark\" width=\"600\" height=\"239\" />\n<p class=\"specialpage\">We serve as more than just a telecommunications distributor. We shine a light so you can determine which products will not only meet but exceed your expectations. Furthermore, as your trusted telecommunications partner we will provide the service, support, and training necessary to ensure you are getting the most of your investment.</p>\n \n<p class=\"specialpage\">Hilltop Technologies provides outstanding support and in-depth expertise from our fully-trained and certified staff, allowing for valuable ROI to your organization.</p>\n \n<div><img class=\"darkcentered wp-image-46 size-full\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/08/Light-Beam-From-Flashlight.jpg\" alt=\"Light-Beam-From-Flashlight\" width=\"600\" height=\"219\" /></div>\n<div></div>\n<h2 style=\"text-align: center;\"><strong>LET US LIGHT THE WAY</strong></h2>\n<div style=\"text-align: center;\"><strong> Contact Owen Wilson today</strong></div>\n<div style=\"text-align: center;\"><strong> 860.903.0212</strong></div>\n<div style=\"text-align: center;\"><strong> owilson@hilltoptech.com</strong></div>','DON\'T BE LEFT IN THE DARK','','inherit','closed','closed','','43-autosave-v1','','','2014-08-05 13:20:40','2014-08-05 17:20:40','',43,'http://hilltoptech.com/news/43-autosave-v1/',0,'revision','',0),(58,1,'2014-08-05 13:20:44','2014-08-05 17:20:44','<img class=\"darkcentered alignnone wp-image-51 size-full\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/08/HilltopEmailHeader.jpg\" alt=\"HilltopEmailHeader\" width=\"600\" height=\"65\" />\r\n<p class=\"specialpage\">Your business’s telecommunications needs are too integral for you to be left in the dark. At Hilltop Technologies, we put our partners first. You’ll always be connected to the latest products, updates, and have access to our award-winning customer service team.</p>\r\n<img class=\"darkcentered alignnone wp-image-45 size-full\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/08/dontBeLeftInTheDark.jpg\" alt=\"dontBeLeftInTheDark\" width=\"600\" height=\"239\" />\r\n<p class=\"specialpage\">We serve as more than just a telecommunications distributor. We shine a light so you can determine which products will not only meet but exceed your expectations. Furthermore, as your trusted telecommunications partner we will provide the service, support, and training necessary to ensure you are getting the most of your investment.</p>\r\n \r\n<p class=\"specialpage\">Hilltop Technologies provides outstanding support and in-depth expertise from our fully-trained and certified staff, allowing for valuable ROI to your organization.</p>\r\n \r\n<div><img class=\"darkcentered wp-image-46 size-full\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/08/Light-Beam-From-Flashlight.jpg\" alt=\"Light-Beam-From-Flashlight\" width=\"600\" height=\"219\" /></div>\r\n<div></div>\r\n<h2 style=\"text-align: center;\"><strong>LET US LIGHT THE WAY</strong></h2>\r\n<div style=\"text-align: center;\"><strong> Contact Owen Wilson today</strong></div>\r\n<div style=\"text-align: center;\"><strong> 860.903.0212</strong></div>\r\n<div style=\"text-align: center;\"><strong> owilson@hilltoptech.com</strong></div>','DON\'T BE LEFT IN THE DARK','','inherit','closed','closed','','43-revision-v1','','','2014-08-05 13:20:44','2014-08-05 17:20:44','',43,'http://hilltoptech.com/news/43-revision-v1/',0,'revision','',0),(59,1,'2014-08-05 15:22:17','2014-08-05 19:22:17','','Light-Beam-From-Flashlight-2','','inherit','closed','closed','','light-beam-from-flashlight-2','','','2014-08-05 15:22:17','2014-08-05 19:22:17','',0,'http://hilltoptech.com/news/wp-content/uploads/2014/08/Light-Beam-From-Flashlight-2.jpg',0,'attachment','image/jpeg',0),(60,1,'2014-08-05 15:34:16','2014-08-05 19:34:16','','dontBeLeftInTheDark2','','inherit','closed','closed','','dontbeleftinthedark2','','','2014-08-05 15:34:16','2014-08-05 19:34:16','',0,'http://hilltoptech.com/news/wp-content/uploads/2014/08/dontBeLeftInTheDark2.jpg',0,'attachment','image/jpeg',0),(64,1,'2014-09-03 12:37:38','2014-09-03 16:37:38','In an ever-evolving technological world – the world in which we live, adapt, communicate, and exist – there is always something new on the horizon. Gartner Inc., a technology research firm, noted several top trends they see emerging that could have significant impact on enterprises in the years to come.\r\n\r\nGartner’s Vice President, David Clearly, mentioned the ‘Nexus of Forces’ that make social, mobile, cloud, and information technologies are melding and driving demand for “advanced programmable infrastructure than can execute at Web-scale.”\r\n\r\nBelow are five of the trends that Gartner identified and Avaya recently shared.\r\n\r\n<strong>Mobile Device Diversity and Management</strong>\r\n\r\nThe Bring Your Own Device (BYOD) phenomenon is a new reality in the workplace.\r\n\r\nBusiness are in the middle of deciding how they want to address the expectations of their employees, and some business are pushing BYOD themselves, in a bid to save costs on hardware and software.\r\n\r\nAccording to Gartner, one result of BYOD is “a doubling or even tripling of the size of the mobile workforce.”\r\n\r\nProvisioning for all of these devices is a major undertaking, and one addressed by <a href=\"http://www.avaya.com/usa/product/identity-engines\">Avaya Identity Engines</a>, which helps ensure secure network access for employees, guests, and partners, even when they are using personal devices at work.\r\n\r\n<strong>Mobile Apps and Applications</strong>\r\n\r\nGartner predicts improvements in JavaScript performance will push HTML5 and browser-based enterprise application development environments into the mainstream.\r\n\r\nThe firm recommends the development of richer voice and video as a key focus for developers, which can already be seen as WebRTC grows in prominence.\r\n\r\nGartner believes the number of mobile apps will grow—while the number of larger applications shrink--with apps becoming smaller and more targeted than more comprehensive applications.\r\n\r\n<strong>The Internet of Everything</strong>\r\n\r\nAlong with smart TVs and field equipment, the “Internet of Things” is beginning to take off, with a staggering array of devices, appliances and vehicles just waiting to have their own IP addresses.\r\n\r\nGarter lists four basic usage models created by the combination of data streams and services digitizing everything: “Manage, Monetize, Operate and Extend,” which are applicable to any of the four fields of the Internet: people, things, information and places.\r\n\r\nThe reports cautions that “most enterprises and technology vendors have yet to explore the possibilities of an expanded Internet and are not operationally or organizationally ready.”\r\n\r\n<strong>Software-Defined Anything</strong>\r\n\r\nGartner predicts Software-Defined Anything (SDx) will result in emerging standards bridging capabilities to benefit portfolios, while challenging individual technology suppliers to achieve true interoperability standards, as opposed to seeing increased siloing.\r\n\r\n“Vendors who dominate a sector of the infrastructure may only reluctantly want to abide by standards that have the potential to lower margins and open broader competitive opportunities,” Gartner says, “even when the consumer will benefit by simplicity, cost reduction and consolidation efficiency.”\r\n\r\n<strong>Smart Machines</strong>\r\n\r\nYou may want to call this “The Rise of the (Smart) Machines.”\r\n\r\nGartner forecasts that over the next two decades, there will be a “proliferation of contextually-aware, intelligent personal assistants, smart advisors (such as IBM Watson), advanced global industrial systems and public availability of early examples of autonomous vehicles.”\r\n\r\nAccording to the firm, this will be the most disruptive in the history of IT.\r\n\r\nWhatever the consequences of these titanic shifts in technology and how it’s used, you have to admit: These are interesting times.\r\n\r\n ','Top 5 Emerging Technology Trends','','publish','closed','closed','','top-5-emerging-technology-trends','','','2014-09-03 12:38:32','2014-09-03 16:38:32','',0,'http://hilltoptech.com/news/?p=64',0,'post','',0),(65,1,'2014-09-03 12:36:20','2014-09-03 16:36:20','In an ever-evolving technological world – the world in which we live, adapt, communicate, and exist – there is always something new on the horizon. Gartner Inc., a technology research firm, noted several top trends they see emerging that could have significant impact on enterprises in the years to come.\r\n\r\nGartner’s Vice President, David Clearly, mentioned the ‘Nexus of Forces’ that make social, mobile, cloud, and information technologies are melding and driving demand for “advanced programmable infrastructure than can execute at Web-scale.”\r\n\r\nBelow are five of the trends that Gartner identified and Avaya recently shared.\r\n\r\n<strong>Mobile Device Diversity and Management</strong>\r\n\r\nThe Bring Your Own Device (BYOD) phenomenon is a new reality in the workplace.\r\n\r\nBusiness are in the middle of deciding how they want to address the expectations of their employees, and some business are pushing BYOD themselves, in a bid to save costs on hardware and software.\r\n\r\nAccording to Gartner, one result of BYOD is “a doubling or even tripling of the size of the mobile workforce.”\r\n\r\nProvisioning for all of these devices is a major undertaking, and one addressed by <a href=\"http://www.avaya.com/usa/product/identity-engines\">Avaya Identity Engines</a>, which helps ensure secure network access for employees, guests, and partners, even when they are using personal devices at work.\r\n\r\n<strong>Mobile Apps and Applications</strong>\r\n\r\nGartner predicts improvements in JavaScript performance will push HTML5 and browser-based enterprise application development environments into the mainstream.\r\n\r\nThe firm recommends the development of richer voice and video as a key focus for developers, which can already be seen as WebRTC grows in prominence.\r\n\r\nGartner believes the number of mobile apps will grow—while the number of larger applications shrink--with apps becoming smaller and more targeted than more comprehensive applications.\r\n\r\n<strong>The Internet of Everything</strong>\r\n\r\nAlong with smart TVs and field equipment, the “Internet of Things” is beginning to take off, with a staggering array of devices, appliances and vehicles just waiting to have their own IP addresses.\r\n\r\nGarter lists four basic usage models created by the combination of data streams and services digitizing everything: “Manage, Monetize, Operate and Extend,” which are applicable to any of the four fields of the Internet: people, things, information and places.\r\n\r\nThe reports cautions that “most enterprises and technology vendors have yet to explore the possibilities of an expanded Internet and are not operationally or organizationally ready.”\r\n\r\n<strong>Software-Defined Anything</strong>\r\n\r\nGartner predicts Software-Defined Anything (SDx) will result in emerging standards bridging capabilities to benefit portfolios, while challenging individual technology suppliers to achieve true interoperability standards, as opposed to seeing increased siloing.\r\n\r\n“Vendors who dominate a sector of the infrastructure may only reluctantly want to abide by standards that have the potential to lower margins and open broader competitive opportunities,” Gartner says, “even when the consumer will benefit by simplicity, cost reduction and consolidation efficiency.”\r\n\r\n<strong>Smart Machines</strong>\r\n\r\nYou may want to call this “The Rise of the (Smart) Machines.”\r\n\r\nGartner forecasts that over the next two decades, there will be a “proliferation of contextually-aware, intelligent personal assistants, smart advisors (such as IBM Watson), advanced global industrial systems and public availability of early examples of autonomous vehicles.”\r\n\r\nAccording to the firm, this will be the most disruptive in the history of IT.\r\n\r\nWhatever the consequences of these titanic shifts in technology and how it’s used, you have to admit: These are interesting times.\r\n\r\n ','Top 5 Emerging Technology Trends','','inherit','closed','closed','','64-revision-v1','','','2014-09-03 12:36:20','2014-09-03 16:36:20','',64,'http://hilltoptech.com/news/64-revision-v1/',0,'revision','',0),(73,1,'2014-10-24 12:47:09','2014-10-24 16:47:09','','10Ways','','inherit','closed','closed','','10ways','','','2014-10-24 12:47:09','2014-10-24 16:47:09','',70,'http://hilltoptech.com/news/wp-content/uploads/2014/10/10Ways.png',0,'attachment','image/png',0),(74,1,'2014-10-24 12:47:26','2014-10-24 16:47:26','Hilltop Technologies is focused on serving as a trusted partner whom can drive real value to businesses when it comes to selecting and utilizing telecommunications effectively.\r\n\r\n<em>Each day starting October 24th, we will reveal another way in which Hilltop advances your business. </em>\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2014/10/10Ways.png\"><img class=\"size-full wp-image-73 aligncenter\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/10/10Ways.png\" alt=\"10Ways\" width=\"500\" height=\"200\" /></a>\r\n\r\n1) Over 15 years of top-notch service in the Northeast and Midwest regions\r\n\r\nSince 1999, Hilltop Technologies has provided excellent, recognized service to their customers. Headquartered in Suffield, Connecticut, the company has offices in several states and primarily serves CT, MA, RI, ME, NH, VT, NY, OH, PA, and NJ.\r\n\r\n \r\n\r\n ','Top 10 Ways Hilltop Technologies Advances Your Business','','inherit','closed','closed','','70-revision-v1','','','2014-10-24 12:47:26','2014-10-24 16:47:26','',70,'http://hilltoptech.com/news/70-revision-v1/',0,'revision','',0),(75,1,'2014-10-24 12:47:57','2014-10-24 16:47:57','Hilltop Technologies is focused on serving as a trusted partner whom can drive real value to businesses when it comes to selecting and utilizing telecommunications effectively.\r\n\r\n<em>Each day starting October 24th, we will reveal another way in which Hilltop advances your business. </em>\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2014/10/10Ways.png\"><img class=\"size-full wp-image-73 aligncenter\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/10/10Ways.png\" alt=\"10Ways\" width=\"500\" height=\"200\" /></a>\r\n\r\n<strong>1) Over 15 years of top-notch service in the Northeast and Midwest regions</strong>\r\n\r\nSince 1999, Hilltop Technologies has provided excellent, recognized service to their customers. Headquartered in Suffield, Connecticut, the company has offices in several states and primarily serves CT, MA, RI, ME, NH, VT, NY, OH, PA, and NJ.\r\n\r\n \r\n\r\n ','Top 10 Ways Hilltop Technologies Advances Your Business','','inherit','closed','closed','','70-revision-v1','','','2014-10-24 12:47:57','2014-10-24 16:47:57','',70,'http://hilltoptech.com/news/70-revision-v1/',0,'revision','',0),(76,1,'2014-10-24 12:48:15','2014-10-24 16:48:15','Hilltop Technologies is focused on serving as a trusted partner whom can drive real value to businesses when it comes to selecting and utilizing telecommunications effectively.\r\n\r\n<em>Each day starting October 24th, we will reveal another way in which Hilltop advances your business. </em>\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2014/10/10Ways.png\"><img class=\"size-full wp-image-73 aligncenter\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/10/10Ways.png\" alt=\"10Ways\" width=\"500\" height=\"200\" /></a>\r\n\r\n<strong>1) Over 15 years of top-notch service in the Northeast and Midwest regions</strong>\r\n\r\nSince 1999, Hilltop Technologies has provided excellent, recognized service to their customers. Headquartered in Suffield, Connecticut, the company has offices in several states and primarily serves CT, MA, RI, ME, NH, VT, NY, OH, PA, and NJ.\r\n\r\n2) COMING TOMORROW\r\n\r\n ','Top 10 Ways Hilltop Technologies Advances Your Business','','inherit','closed','closed','','70-revision-v1','','','2014-10-24 12:48:15','2014-10-24 16:48:15','',70,'http://hilltoptech.com/news/70-revision-v1/',0,'revision','',0),(77,1,'2014-10-25 07:59:40','2014-10-25 11:59:40','Hilltop Technologies is focused on serving as a trusted partner whom can drive real value to businesses when it comes to selecting and utilizing telecommunications effectively.\r\n\r\n<em>Each day starting October 24th, we will reveal another way in which Hilltop advances your business. </em>\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2014/10/10Ways.png\"><img class=\"size-full wp-image-73 aligncenter\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/10/10Ways.png\" alt=\"10Ways\" width=\"500\" height=\"200\" /></a>\r\n\r\n<strong>1) Over 15 years of top-notch service in the Northeast and Midwest regions</strong>\r\n\r\nSince 1999, Hilltop Technologies has provided excellent, recognized service to their customers. Headquartered in Suffield, Connecticut, the company has offices in several states and primarily serves CT, MA, RI, ME, NH, VT, NY, OH, PA, and NJ.\r\n\r\n<strong>2) Recognized expertise on telecommunication products, including Avaya and ShoreTel </strong>\r\n<ul>\r\n <li>Avaya Silver-certified SME expert</li>\r\n <li>ShoreTel and ShoreTel Sky Champion-certified</li>\r\n</ul>\r\n ','Top 10 Ways Hilltop Technologies Advances Your Business','','inherit','closed','closed','','70-revision-v1','','','2014-10-25 07:59:40','2014-10-25 11:59:40','',70,'http://hilltoptech.com/news/70-revision-v1/',0,'revision','',0),(78,1,'2014-10-26 11:02:24','2014-10-26 15:02:24','Hilltop Technologies is focused on serving as a trusted partner whom can drive real value to businesses when it comes to selecting and utilizing telecommunications effectively.\r\n\r\n<em>Each day starting October 24th, we will reveal another way in which Hilltop advances your business. </em>\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2014/10/10Ways.png\"><img class=\"size-full wp-image-73 aligncenter\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/10/10Ways.png\" alt=\"10Ways\" width=\"500\" height=\"200\" /></a>\r\n\r\n<strong>1) Over 15 years of top-notch service in the Northeast and Midwest regions</strong>\r\n\r\nSince 1999, Hilltop Technologies has provided excellent, recognized service to their customers. Headquartered in Suffield, Connecticut, the company has offices in several states and primarily serves CT, MA, RI, ME, NH, VT, NY, OH, PA, and NJ.\r\n\r\n<strong>2) Recognized expertise on telecommunication products, including Avaya and ShoreTel</strong>\r\n<ul>\r\n <li>Avaya Silver-certified SME expert</li>\r\n <li>ShoreTel and ShoreTel Sky Champion-certified</li>\r\n</ul>\r\n<strong>3.) Wide variety of services and products available – cloud solutions, voicemail, call centers and more</strong>\r\n<ul>\r\n <li>On-premises and cloud solutions, voice mail, call center applications as well as local and long distance network services solutions</li>\r\n</ul>','Top 10 Ways Hilltop Technologies Advances Your Business','','inherit','closed','closed','','70-revision-v1','','','2014-10-26 11:02:24','2014-10-26 15:02:24','',70,'http://hilltoptech.com/news/70-revision-v1/',0,'revision','',0),(79,1,'2014-10-26 11:03:40','2014-10-26 15:03:40','Hilltop Technologies is focused on serving as a trusted partner whom can drive real value to businesses when it comes to selecting and utilizing telecommunications effectively.\r\n\r\n<em>Each day starting October 24th, we will reveal another way in which Hilltop advances your business. </em>\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2014/10/10Ways.png\"><img class=\"size-full wp-image-73 aligncenter\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/10/10Ways.png\" alt=\"10Ways\" width=\"500\" height=\"200\" /></a>\r\n\r\n<strong>1) Over 15 years of top-notch service in the Northeast and Midwest regions</strong>\r\n\r\nSince 1999, Hilltop Technologies has provided excellent, recognized service to their customers. Headquartered in Suffield, Connecticut, the company has offices in several states and primarily serves CT, MA, RI, ME, NH, VT, NY, OH, PA, and NJ.\r\n\r\n<strong>2) Recognized expertise on telecommunication products, including Avaya and ShoreTel</strong>\r\n<ul>\r\n <li>Avaya Silver-certified SME expert</li>\r\n <li>ShoreTel and ShoreTel Sky Champion-certified</li>\r\n</ul>\r\n<strong>3.) Wide variety of services and products available – cloud solutions, voicemail, call centers and more</strong>\r\n<ul>\r\n <li>On-premises and cloud solutions, voice mail, call center applications as well as local and long distance network services solutions</li>\r\n</ul>\r\n<strong>4.) Coming Tomorrow!</strong>\r\n\r\n ','Top 10 Ways Hilltop Technologies Advances Your Business','','inherit','closed','closed','','70-revision-v1','','','2014-10-26 11:03:40','2014-10-26 15:03:40','',70,'http://hilltoptech.com/news/70-revision-v1/',0,'revision','',0),(80,1,'2014-10-26 11:04:19','2014-10-26 15:04:19','Hilltop Technologies is focused on serving as a trusted partner whom can drive real value to businesses when it comes to selecting and utilizing telecommunications effectively.\r\n\r\n<em>Each day starting October 24th, we will reveal another way in which Hilltop advances your business. </em>\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2014/10/10Ways.png\"><img class=\"size-full wp-image-73 aligncenter\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/10/10Ways.png\" alt=\"10Ways\" width=\"500\" height=\"200\" /></a>\r\n\r\n<strong>1) Over 15 years of top-notch service in the Northeast and Midwest regions</strong>\r\n\r\nSince 1999, Hilltop Technologies has provided excellent, recognized service to their customers. Headquartered in Suffield, Connecticut, the company has offices in several states and primarily serves CT, MA, RI, ME, NH, VT, NY, OH, PA, and NJ.\r\n\r\n<strong>2) Recognized expertise on telecommunication products, including Avaya and ShoreTel</strong>\r\n<ul>\r\n <li>Avaya Silver-certified SME expert</li>\r\n <li>ShoreTel and ShoreTel Sky Champion-certified</li>\r\n</ul>\r\n<strong><br>3.) Wide variety of services and products available – cloud solutions, voicemail, call centers and more</strong>\r\n<ul>\r\n <li>On-premises and cloud solutions, voice mail, call center applications as well as local and long distance network services solutions</li>\r\n</ul>\r\n<strong><br>4.) Coming Tomorrow!</strong>\r\n\r\n ','Top 10 Ways Hilltop Technologies Advances Your Business','','inherit','closed','closed','','70-revision-v1','','','2014-10-26 11:04:19','2014-10-26 15:04:19','',70,'http://hilltoptech.com/news/70-revision-v1/',0,'revision','',0),(81,1,'2014-10-27 10:25:16','2014-10-27 14:25:16','Hilltop Technologies is focused on serving as a trusted partner whom can drive real value to businesses when it comes to selecting and utilizing telecommunications effectively.\r\n\r\n<em>Each day starting October 24th, we will reveal another way in which Hilltop advances your business. </em>\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2014/10/10Ways.png\"><img class=\"size-full wp-image-73 aligncenter\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/10/10Ways.png\" alt=\"10Ways\" width=\"500\" height=\"200\" /></a>\r\n\r\n<strong>1) Over 15 years of top-notch service in the Northeast and Midwest regions</strong>\r\n\r\nSince 1999, Hilltop Technologies has provided excellent, recognized service to their customers. Headquartered in Suffield, Connecticut, the company has offices in several states and primarily serves CT, MA, RI, ME, NH, VT, NY, OH, PA, and NJ.\r\n\r\n<strong>2) Recognized expertise on telecommunication products, including Avaya and ShoreTel</strong>\r\n<ul>\r\n <li>Avaya Silver-certified SME expert</li>\r\n <li>ShoreTel and ShoreTel Sky Champion-certified</li>\r\n</ul>\r\n<strong>\r\n3) Wide variety of services and products available – cloud solutions, voicemail, call centers and more</strong>\r\n<ul>\r\n <li>On-premises and cloud solutions, voice mail, call center applications as well as local and long distance network services solutions</li>\r\n</ul>\r\n<strong>\r\n4) </strong> <strong>Leading customer service via experienced, qualified professionals</strong>\r\n<ul>\r\n <li>Highly-trained product development experts who utilize industry leading technologies and tools.</li>\r\n <li>“I want to extend my appreciation for John Ryan\'s work regarding the Cornerstone Chicago office relocation/consolidation. We were faced with several challenges throughout the move that John was able to expertly resolve and he truly went above and beyond the call of duty by spending a couple of hours coaching us through a critical issue on Mother\'s Day. I have worked with many vendors over the years and I can\'t think of one that is more accommodating, hardworking and professional in his actions.” - Ron Aponte, Cornerstone Advisors</li>\r\n</ul>\r\n<strong>5) Coming Tomorrow!</strong>\r\n\r\n ','Top 10 Ways Hilltop Technologies Advances Your Business','','inherit','closed','closed','','70-revision-v1','','','2014-10-27 10:25:16','2014-10-27 14:25:16','',70,'http://hilltoptech.com/news/70-revision-v1/',0,'revision','',0),(98,1,'2014-11-25 14:05:04','2014-11-25 19:05:04','<a href=\"https://docs.google.com/forms/d/1lZ6b-IouQgRjoba_YOtiGQI3ppY4UiylaW-xj_ZDTuw/viewform?usp=send_form\"><img class=\"aligncenter size-full wp-image-113\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/11/chalkboardlunchlearn21.png\" alt=\"chalkboardlunchlearn2\" width=\"960\" height=\"1732\" /></a>\r\n<iframe src=\"https://docs.google.com/forms/d/1lZ6b-IouQgRjoba_YOtiGQI3ppY4UiylaW-xj_ZDTuw/viewform?embedded=true\" width=\"960\" height=\"933\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" align=\"right\">Loading...</iframe>','Lunch & Learn','','publish','closed','closed','','lunchlearn','','','2017-06-07 12:35:37','2017-06-07 16:35:37','',0,'http://hilltoptech.com/news/?page_id=98',0,'page','',0),(83,1,'2014-10-29 10:04:38','2014-10-29 14:04:38','Hilltop Technologies is focused on serving as a trusted partner whom can drive real value to businesses when it comes to selecting and utilizing telecommunications effectively.\r\n\r\n<em>Each day starting October 24th, we will reveal another way in which Hilltop advances your business. </em>\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2014/10/10Ways.png\"><img class=\"size-full wp-image-73 aligncenter\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/10/10Ways.png\" alt=\"10Ways\" width=\"500\" height=\"200\" /></a>\r\n\r\n<strong>1) Over 15 years of top-notch service in the Northeast and Midwest regions</strong>\r\n\r\nSince 1999, Hilltop Technologies has provided excellent, recognized service to their customers. Headquartered in Suffield, Connecticut, the company has offices in several states and primarily serves CT, MA, RI, ME, NH, VT, NY, OH, PA, and NJ.\r\n\r\n<strong>2) Recognized expertise on telecommunication products, including Avaya and ShoreTel</strong>\r\n<ul>\r\n <li>Avaya Silver-certified SME expert</li>\r\n <li>ShoreTel and ShoreTel Sky Champion-certified</li>\r\n</ul>\r\n<strong>\r\n3) Wide variety of services and products available – cloud solutions, voicemail, call centers and more</strong>\r\n<ul>\r\n <li>On-premises and cloud solutions, voice mail, call center applications as well as local and long distance network services solutions</li>\r\n</ul>\r\n<strong>\r\n4) </strong> <strong>Leading customer service via experienced, qualified professionals</strong>\r\n<ul>\r\n <li>Highly-trained product development experts who utilize industry leading technologies and tools.</li>\r\n <li>“I want to extend my appreciation for John Ryan\'s work regarding the Cornerstone Chicago office relocation/consolidation. We were faced with several challenges throughout the move that John was able to expertly resolve and he truly went above and beyond the call of duty by spending a couple of hours coaching us through a critical issue on Mother\'s Day. I have worked with many vendors over the years and I can\'t think of one that is more accommodating, hardworking and professional in his actions.” - Ron Aponte, Cornerstone Advisors</li>\r\n</ul>\r\n<strong>5) </strong> <strong>Customized packages meant to fit your business like a glove</strong>\r\n<ul>\r\n <li>We custom design our services to help you complete your projects in a timely & efficient manner</li>\r\n</ul>\r\n<strong> 6) </strong> <strong>Coming Soon!</strong>','Top 10 Ways Hilltop Technologies Advances Your Business','','inherit','closed','closed','','70-revision-v1','','','2014-10-29 10:04:38','2014-10-29 14:04:38','',70,'http://hilltoptech.com/news/70-revision-v1/',0,'revision','',0),(84,1,'2014-10-29 14:52:26','2014-10-29 18:52:26','Hilltop Technologies is focused on serving as a trusted partner whom can drive real value to businesses when it comes to selecting and utilizing telecommunications effectively.\r\n\r\n<em>Each day starting October 24th, we will reveal another way in which Hilltop advances your business. </em>\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2014/10/10Ways.png\"><img class=\"size-full wp-image-73 aligncenter\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/10/10Ways.png\" alt=\"10Ways\" width=\"500\" height=\"200\" /></a>\r\n\r\n<strong>1) Over 15 years of top-notch service in the Northeast and Midwest regions</strong>\r\n\r\nSince 1999, Hilltop Technologies has provided excellent, recognized service to their customers. Headquartered in Suffield, Connecticut, the company has offices in several states and primarily serves CT, MA, RI, ME, NH, VT, NY, OH, PA, and NJ.\r\n\r\n<strong>2) Recognized expertise on telecommunication products, including Avaya and ShoreTel</strong>\r\n<ul>\r\n <li>Avaya Silver-certified SME expert</li>\r\n <li>ShoreTel and ShoreTel Sky Champion-certified</li>\r\n</ul>\r\n<strong>\r\n3) Wide variety of services and products available – cloud solutions, voicemail, call centers and more</strong>\r\n<ul>\r\n <li>On-premises and cloud solutions, voice mail, call center applications as well as local and long distance network services solutions</li>\r\n</ul>\r\n<strong>\r\n4) </strong> <strong>Leading customer service via experienced, qualified professionals</strong>\r\n<ul>\r\n <li>Highly-trained product development experts who utilize industry leading technologies and tools.</li>\r\n <li>“I want to extend my appreciation for John Ryan\'s work regarding the Cornerstone Chicago office relocation/consolidation. We were faced with several challenges throughout the move that John was able to expertly resolve and he truly went above and beyond the call of duty by spending a couple of hours coaching us through a critical issue on Mother\'s Day. I have worked with many vendors over the years and I can\'t think of one that is more accommodating, hardworking and professional in his actions.” - Ron Aponte, Cornerstone Advisors</li>\r\n</ul>\r\n<strong>5) </strong> <strong>Customized packages meant to fit your business like a glove</strong>\r\n<ul>\r\n <li>We custom design our services to help you complete your projects in a timely & efficient manner</li>\r\n</ul>\r\n<strong>6) Exceptional value focused on creating exceptional ROI</strong>\r\n\r\n<strong> 7) </strong> <strong>Coming Soon!</strong>','Top 10 Ways Hilltop Technologies Advances Your Business','','inherit','closed','closed','','70-revision-v1','','','2014-10-29 14:52:26','2014-10-29 18:52:26','',70,'http://hilltoptech.com/news/70-revision-v1/',0,'revision','',0),(86,1,'2014-10-29 14:53:14','2014-10-29 18:53:14','Hilltop Technologies is focused on serving as a trusted partner whom can drive real value to businesses when it comes to selecting and utilizing telecommunications effectively.\r\n\r\n<em>Each day starting October 24th, we will reveal another way in which Hilltop advances your business. </em>\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2014/10/10Ways.png\"><img class=\"size-full wp-image-73 aligncenter\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/10/10Ways.png\" alt=\"10Ways\" width=\"500\" height=\"200\" /></a>\r\n\r\n<strong>1) Over 15 years of top-notch service in the Northeast and Midwest regions</strong>\r\n\r\nSince 1999, Hilltop Technologies has provided excellent, recognized service to their customers. Headquartered in Suffield, Connecticut, the company has offices in several states and primarily serves CT, MA, RI, ME, NH, VT, NY, OH, PA, and NJ.\r\n\r\n<strong>2) Recognized expertise on telecommunication products, including Avaya and ShoreTel</strong>\r\n<ul>\r\n <li>Avaya Silver-certified SME expert</li>\r\n <li>ShoreTel and ShoreTel Sky Champion-certified</li>\r\n</ul>\r\n<strong>\r\n3) Wide variety of services and products available – cloud solutions, voicemail, call centers and more</strong>\r\n<ul>\r\n <li>On-premises and cloud solutions, voice mail, call center applications as well as local and long distance network services solutions</li>\r\n</ul>\r\n<strong>\r\n4) </strong> <strong>Leading customer service via experienced, qualified professionals</strong>\r\n<ul>\r\n <li>Highly-trained product development experts who utilize industry leading technologies and tools.</li>\r\n <li>“I want to extend my appreciation for John Ryan\'s work regarding the Cornerstone Chicago office relocation/consolidation. We were faced with several challenges throughout the move that John was able to expertly resolve and he truly went above and beyond the call of duty by spending a couple of hours coaching us through a critical issue on Mother\'s Day. I have worked with many vendors over the years and I can\'t think of one that is more accommodating, hardworking and professional in his actions.” - Ron Aponte, Cornerstone Advisors</li>\r\n</ul>\r\n<strong>5) </strong> <strong>Customized packages meant to fit your business like a glove</strong>\r\n<ul>\r\n <li>We custom design our services to help you complete your projects in a timely & efficient manner</li>\r\n</ul>\r\n<strong>6) Exceptional value focused on creating exceptional ROI</strong>\r\n\r\n<strong> 7) </strong> <strong>Coming Soon!</strong>','Top 10 Ways Hilltop Technologies Advances Your Business','','inherit','closed','closed','','70-revision-v1','','','2014-10-29 14:53:14','2014-10-29 18:53:14','',70,'http://hilltoptech.com/news/70-revision-v1/',0,'revision','',0),(85,1,'2014-10-29 14:52:51','2014-10-29 18:52:51','Hilltop Technologies is focused on serving as a trusted partner whom can drive real value to businesses when it comes to selecting and utilizing telecommunications effectively.\r\n\r\n<em>Each day starting October 24th, we will reveal another way in which Hilltop advances your business. </em>\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2014/10/10Ways.png\"><img class=\"size-full wp-image-73 aligncenter\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/10/10Ways.png\" alt=\"10Ways\" width=\"500\" height=\"200\" /></a>\r\n\r\n<strong>1) Over 15 years of top-notch service in the Northeast and Midwest regions</strong>\r\n\r\nSince 1999, Hilltop Technologies has provided excellent, recognized service to their customers. Headquartered in Suffield, Connecticut, the company has offices in several states and primarily serves CT, MA, RI, ME, NH, VT, NY, OH, PA, and NJ.\r\n\r\n<strong>2) Recognized expertise on telecommunication products, including Avaya and ShoreTel</strong>\r\n<ul>\r\n <li>Avaya Silver-certified SME expert</li>\r\n <li>ShoreTel and ShoreTel Sky Champion-certified</li>\r\n</ul>\r\n<strong>\r\n3) Wide variety of services and products available – cloud solutions, voicemail, call centers and more</strong>\r\n<ul>\r\n <li>On-premises and cloud solutions, voice mail, call center applications as well as local and long distance network services solutions</li>\r\n</ul>\r\n<strong>\r\n4) </strong> <strong>Leading customer service via experienced, qualified professionals</strong>\r\n<ul>\r\n <li>Highly-trained product development experts who utilize industry leading technologies and tools.</li>\r\n <li>“I want to extend my appreciation for John Ryan\'s work regarding the Cornerstone Chicago office relocation/consolidation. We were faced with several challenges throughout the move that John was able to expertly resolve and he truly went above and beyond the call of duty by spending a couple of hours coaching us through a critical issue on Mother\'s Day. I have worked with many vendors over the years and I can\'t think of one that is more accommodating, hardworking and professional in his actions.” - Ron Aponte, Cornerstone Advisors</li>\r\n</ul>\r\n \r\n\r\n<strong>5) </strong> <strong>Customized packages meant to fit your business like a glove</strong>\r\n<ul>\r\n <li>We custom design our services to help you complete your projects in a timely & efficient manner</li>\r\n</ul>\r\n \r\n\r\n<strong>6) Exceptional value focused on creating exceptional ROI</strong>\r\n\r\n<strong> 7) </strong> <strong>Coming Soon!</strong>','Top 10 Ways Hilltop Technologies Advances Your Business','','inherit','closed','closed','','70-revision-v1','','','2014-10-29 14:52:51','2014-10-29 18:52:51','',70,'http://hilltoptech.com/news/70-revision-v1/',0,'revision','',0),(87,1,'2014-10-29 14:53:34','2014-10-29 18:53:34','Hilltop Technologies is focused on serving as a trusted partner whom can drive real value to businesses when it comes to selecting and utilizing telecommunications effectively.\r\n\r\n<em>Each day starting October 24th, we will reveal another way in which Hilltop advances your business. </em>\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2014/10/10Ways.png\"><img class=\"size-full wp-image-73 aligncenter\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/10/10Ways.png\" alt=\"10Ways\" width=\"500\" height=\"200\" /></a>\r\n\r\n<strong>1) Over 15 years of top-notch service in the Northeast and Midwest regions</strong>\r\n\r\nSince 1999, Hilltop Technologies has provided excellent, recognized service to their customers. Headquartered in Suffield, Connecticut, the company has offices in several states and primarily serves CT, MA, RI, ME, NH, VT, NY, OH, PA, and NJ.\r\n\r\n<strong>2) Recognized expertise on telecommunication products, including Avaya and ShoreTel</strong>\r\n<ul>\r\n <li>Avaya Silver-certified SME expert</li>\r\n <li>ShoreTel and ShoreTel Sky Champion-certified</li>\r\n</ul>\r\n<strong>\r\n3) Wide variety of services and products available – cloud solutions, voicemail, call centers and more</strong>\r\n<ul>\r\n <li>On-premises and cloud solutions, voice mail, call center applications as well as local and long distance network services solutions</li>\r\n</ul>\r\n<strong>\r\n4) </strong> <strong>Leading customer service via experienced, qualified professionals</strong>\r\n<ul>\r\n <li>Highly-trained product development experts who utilize industry leading technologies and tools.</li>\r\n <li>“I want to extend my appreciation for John Ryan\'s work regarding the Cornerstone Chicago office relocation/consolidation. We were faced with several challenges throughout the move that John was able to expertly resolve and he truly went above and beyond the call of duty by spending a couple of hours coaching us through a critical issue on Mother\'s Day. I have worked with many vendors over the years and I can\'t think of one that is more accommodating, hardworking and professional in his actions.” - Ron Aponte, Cornerstone Advisors</li>\r\n</ul>\r\n \r\n\r\n<strong>5) </strong> <strong>Customized packages meant to fit your business like a glove</strong>\r\n<ul>\r\n <li>We custom design our services to help you complete your projects in a timely & efficient manner</li>\r\n</ul>\r\n \r\n\r\n<strong>6) Exceptional value focused on creating exceptional ROI</strong>\r\n\r\n \r\n\r\n<strong>7) </strong> <strong>Coming Soon!</strong>','Top 10 Ways Hilltop Technologies Advances Your Business','','inherit','closed','closed','','70-revision-v1','','','2014-10-29 14:53:34','2014-10-29 18:53:34','',70,'http://hilltoptech.com/news/70-revision-v1/',0,'revision','',0),(88,1,'2014-10-30 09:57:21','2014-10-30 13:57:21','Hilltop Technologies is focused on serving as a trusted partner whom can drive real value to businesses when it comes to selecting and utilizing telecommunications effectively.\r\n\r\n<em>Each day starting October 24th, we will reveal another way in which Hilltop advances your business. </em>\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2014/10/10Ways.png\"><img class=\"size-full wp-image-73 aligncenter\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/10/10Ways.png\" alt=\"10Ways\" width=\"500\" height=\"200\" /></a>\r\n\r\n<strong>1) Over 15 years of top-notch service in the Northeast and Midwest regions</strong>\r\n\r\nSince 1999, Hilltop Technologies has provided excellent, recognized service to their customers. Headquartered in Suffield, Connecticut, the company has offices in several states and primarily serves CT, MA, RI, ME, NH, VT, NY, OH, PA, and NJ.\r\n\r\n<strong>2) Recognized expertise on telecommunication products, including Avaya and ShoreTel</strong>\r\n<ul>\r\n <li>Avaya Silver-certified SME expert</li>\r\n <li>ShoreTel and ShoreTel Sky Champion-certified</li>\r\n</ul>\r\n<strong>\r\n3) Wide variety of services and products available – cloud solutions, voicemail, call centers and more</strong>\r\n<ul>\r\n <li>On-premises and cloud solutions, voice mail, call center applications as well as local and long distance network services solutions</li>\r\n</ul>\r\n<strong>\r\n4) </strong> <strong>Leading customer service via experienced, qualified professionals</strong>\r\n<ul>\r\n <li>Highly-trained product development experts who utilize industry leading technologies and tools.</li>\r\n <li>“I want to extend my appreciation for John Ryan\'s work regarding the Cornerstone Chicago office relocation/consolidation. We were faced with several challenges throughout the move that John was able to expertly resolve and he truly went above and beyond the call of duty by spending a couple of hours coaching us through a critical issue on Mother\'s Day. I have worked with many vendors over the years and I can\'t think of one that is more accommodating, hardworking and professional in his actions.” - Ron Aponte, Cornerstone Advisors</li>\r\n</ul>\r\n \r\n\r\n<strong>5) </strong> <strong>Customized packages meant to fit your business like a glove</strong>\r\n<ul>\r\n <li>We custom design our services to help you complete your projects in a timely & efficient manner</li>\r\n</ul>\r\n \r\n\r\n<strong>6) Exceptional value focused on creating exceptional ROI</strong>\r\n\r\n \r\n\r\n<strong>7) </strong> <strong> Free consultation and network review</strong>\r\n\r\n \r\n\r\n<strong>8) Coming Soon!</strong>','Top 10 Ways Hilltop Technologies Advances Your Business','','inherit','closed','closed','','70-revision-v1','','','2014-10-30 09:57:21','2014-10-30 13:57:21','',70,'http://hilltoptech.com/news/70-revision-v1/',0,'revision','',0),(89,1,'2014-10-31 08:07:02','2014-10-31 12:07:02','Hilltop Technologies is focused on serving as a trusted partner whom can drive real value to businesses when it comes to selecting and utilizing telecommunications effectively.\r\n\r\n<em>Each day starting October 24th, we will reveal another way in which Hilltop advances your business. </em>\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2014/10/10Ways.png\"><img class=\"size-full wp-image-73 aligncenter\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/10/10Ways.png\" alt=\"10Ways\" width=\"500\" height=\"200\" /></a>\r\n\r\n<strong>1) Over 15 years of top-notch service in the Northeast and Midwest regions</strong>\r\n\r\nSince 1999, Hilltop Technologies has provided excellent, recognized service to their customers. Headquartered in Suffield, Connecticut, the company has offices in several states and primarily serves CT, MA, RI, ME, NH, VT, NY, OH, PA, and NJ.\r\n\r\n<strong>2) Recognized expertise on telecommunication products, including Avaya and ShoreTel</strong>\r\n<ul>\r\n <li>Avaya Silver-certified SME expert</li>\r\n <li>ShoreTel and ShoreTel Sky Champion-certified</li>\r\n</ul>\r\n<strong>\r\n3) Wide variety of services and products available – cloud solutions, voicemail, call centers and more</strong>\r\n<ul>\r\n <li>On-premises and cloud solutions, voice mail, call center applications as well as local and long distance network services solutions</li>\r\n</ul>\r\n<strong>\r\n4) </strong> <strong>Leading customer service via experienced, qualified professionals</strong>\r\n<ul>\r\n <li>Highly-trained product development experts who utilize industry leading technologies and tools.</li>\r\n <li>“I want to extend my appreciation for John Ryan\'s work regarding the Cornerstone Chicago office relocation/consolidation. We were faced with several challenges throughout the move that John was able to expertly resolve and he truly went above and beyond the call of duty by spending a couple of hours coaching us through a critical issue on Mother\'s Day. I have worked with many vendors over the years and I can\'t think of one that is more accommodating, hardworking and professional in his actions.” - Ron Aponte, Cornerstone Advisors</li>\r\n</ul>\r\n \r\n\r\n<strong>5) </strong> <strong>Customized packages meant to fit your business like a glove</strong>\r\n<ul>\r\n <li>We custom design our services to help you complete your projects in a timely & efficient manner</li>\r\n</ul>\r\n \r\n\r\n<strong>6) Exceptional value focused on creating exceptional ROI</strong>\r\n\r\n \r\n\r\n<strong>7) </strong> <strong> Free consultation and network review</strong>\r\n\r\n \r\n\r\n<strong>8) Complete solution development saving you time</strong>\r\n<ul>\r\n <li>Often a complex, costly and lengthy process. Poorly managed Network solutions typically overrun cost and time estimates and are difficult to maintain.</li>\r\n <li>Our end-to-end service: evaluate, plan, design, implement, operate, and optimize a reliable, scalable, and secure network solution.</li>\r\n</ul>\r\n<strong>9) Coming Soon!</strong>','Top 10 Ways Hilltop Technologies Advances Your Business','','inherit','closed','closed','','70-revision-v1','','','2014-10-31 08:07:02','2014-10-31 12:07:02','',70,'http://hilltoptech.com/news/70-revision-v1/',0,'revision','',0),(91,1,'2014-11-01 10:20:37','2014-11-01 14:20:37','Hilltop Technologies is focused on serving as a trusted partner whom can drive real value to businesses when it comes to selecting and utilizing telecommunications effectively.\r\n\r\n<em>Each day starting October 24th, we will reveal another way in which Hilltop advances your business. </em>\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2014/10/10Ways.png\"><img class=\"size-full wp-image-73 aligncenter\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/10/10Ways.png\" alt=\"10Ways\" width=\"500\" height=\"200\" /></a>\r\n\r\n<strong>1) Over 15 years of top-notch service in the Northeast and Midwest regions</strong>\r\n\r\nSince 1999, Hilltop Technologies has provided excellent, recognized service to their customers. Headquartered in Suffield, Connecticut, the company has offices in several states and primarily serves CT, MA, RI, ME, NH, VT, NY, OH, PA, and NJ.\r\n\r\n<strong>2) Recognized expertise on telecommunication products, including Avaya and ShoreTel</strong>\r\n<ul>\r\n <li>Avaya Silver-certified SME expert</li>\r\n <li>ShoreTel and ShoreTel Sky Champion-certified</li>\r\n</ul>\r\n<strong>\r\n3) Wide variety of services and products available – cloud solutions, voicemail, call centers and more</strong>\r\n<ul>\r\n <li>On-premises and cloud solutions, voice mail, call center applications as well as local and long distance network services solutions</li>\r\n</ul>\r\n<strong>\r\n4) </strong> <strong>Leading customer service via experienced, qualified professionals</strong>\r\n<ul>\r\n <li>Highly-trained product development experts who utilize industry leading technologies and tools.</li>\r\n <li>“I want to extend my appreciation for John Ryan\'s work regarding the Cornerstone Chicago office relocation/consolidation. We were faced with several challenges throughout the move that John was able to expertly resolve and he truly went above and beyond the call of duty by spending a couple of hours coaching us through a critical issue on Mother\'s Day. I have worked with many vendors over the years and I can\'t think of one that is more accommodating, hardworking and professional in his actions.” - Ron Aponte, Cornerstone Advisors</li>\r\n</ul>\r\n \r\n\r\n<strong>5) </strong> <strong>Customized packages meant to fit your business like a glove</strong>\r\n<ul>\r\n <li>We custom design our services to help you complete your projects in a timely & efficient manner</li>\r\n</ul>\r\n \r\n\r\n<strong>6) Exceptional value focused on creating exceptional ROI</strong>\r\n\r\n \r\n\r\n<strong>7) </strong> <strong> Free consultation and network review</strong>\r\n\r\n \r\n\r\n<strong>8) Complete solution development saving you time</strong>\r\n<ul>\r\n <li>Often a complex, costly and lengthy process. Poorly managed Network solutions typically overrun cost and time estimates and are difficult to maintain.</li>\r\n <li>Our end-to-end service: evaluate, plan, design, implement, operate, and optimize a reliable, scalable, and secure network solution.</li>\r\n</ul>\r\n \r\n\r\n<strong>9) The Hilltop Shield\r\n</strong>\r\n<ul>\r\n <li>If you need assistance with your equipment past manufacturer\'s warranty, monitoring and surveillance over your phone system\'s VoIP network, replacement hardware, help affording your new phone system, or would like to lease or rent your new VoIP solution, look to Hilltop Shield</li>\r\n</ul>\r\n \r\n\r\n<strong>10) Coming Soon</strong>\r\n\r\n ','Top 10 Ways Hilltop Technologies Advances Your Business','','inherit','closed','closed','','70-revision-v1','','','2014-11-01 10:20:37','2014-11-01 14:20:37','',70,'http://hilltoptech.com/news/70-revision-v1/',0,'revision','',0),(115,1,'2014-11-25 14:46:11','2014-11-25 19:46:11','<a href=\"https://docs.google.com/forms/d/1lZ6b-IouQgRjoba_YOtiGQI3ppY4UiylaW-xj_ZDTuw/viewform?usp=send_form\"><img src=\"http://hilltoptech.com/news/wp-content/uploads/2014/11/chalkboardlunchlearn21.png\" alt=\"chalkboardlunchlearn2\" width=\"960\" height=\"1732\" class=\"aligncenter size-full wp-image-113\" /></a>\r\n<iframe src=\"https://docs.google.com/forms/d/1lZ6b-IouQgRjoba_YOtiGQI3ppY4UiylaW-xj_ZDTuw/viewform?embedded=true\" width=\"960\" height=\"933\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" align=right>Loading...</iframe>','Lunch & Learn','','inherit','closed','closed','','98-revision-v1','','','2014-11-25 14:46:11','2014-11-25 19:46:11','',98,'http://hilltoptech.com/news/98-revision-v1/',0,'revision','',0),(119,1,'2015-01-12 15:46:38','2015-01-12 20:46:38','It sounds pretty ideal, working from home. Who can argue against a couple extra minutes in bed each morning? Or not having to sit in morning and afternoon commute traffic? Or eliminating the wear and tear on your vehicle and the expense of gasoline, or the extra time, money, and gripes with public transportation? Although logistically appealing, there a lot that goes into setting up a home office. Whether you work for yourself, with just a few people, or for a mid to large-sized business with several offices throughout the country or globe – a home office is a big step. And for employers considering hiring remotely or offering it as an option, there are a lot of things to consider. \r\n\r\nAccording to the U.S. Bureau of Labor Statistics, 1 in 4 Americans work from home at least part of the time. Making the move from the swivel chair and cubicle to the couch and coffee table can be a huge transition for both the employee and the employer. The necessities both physically and mentally have to be accounted for. For instance, is there a dedicated, comfortable work space? A printer and scanner? Surge protector? Quality internet and Wi-Fi? Are you prepared for potential isolation? Is there a routine work schedule in place? But perhaps the most important factor comes with communication. Essential to your home office is a smart phone or tablet to replace your desk phone as well as the modern communication tools found in the typical offices of today. \r\n\r\nShoreTel offers the ShoreTel Dock, which, when combined with ShoreTel Mobility Client transforms your Apple iPhone or iPad into a desk phone. By extending your unified communication (UC) apps including voice, location-aware presence, and instant messaging, your smartphone or tablet instantly becomes your primary communication tool. Plus, with the ShoreTel Dock, you gain the features of a handset, keypad, and speakerphone – all while charging your device.\r\n\r\nInstalling the ShoreTel Communicator or Avaya IP Office software allows you to move seamlessly between phone calls, video sessions, and instant messaging. They also allow for the same management features of the typical office environment like voicemail, directories, call routing, and tight integration with Microsoft Outlook. \r\n\r\nFor more information on any of the products or services mentioned here, contact the Hilltop Technologies team at info12@hilltoptech.com or give us a call at 860.668.5285. \r\n','Home Office Telecommunication Essentials','','inherit','closed','closed','','118-revision-v1','','','2015-01-12 15:46:38','2015-01-12 20:46:38','',118,'http://hilltoptech.com/news/118-revision-v1/',0,'revision','',0),(120,1,'2015-01-13 14:21:40','2015-01-13 19:21:40','comfortable home office with white built in cabinets','Home Office','','inherit','closed','closed','','home-office','','','2015-01-13 14:21:40','2015-01-13 19:21:40','',118,'http://hilltoptech.com/news/wp-content/uploads/2015/01/bigstock-Home-Office-2092434.jpg',0,'attachment','image/jpeg',0),(121,1,'2015-01-13 14:22:06','2015-01-13 19:22:06','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/01/bigstock-Home-Office-2092434.jpg\"><img class=\"alignright wp-image-120 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/01/bigstock-Home-Office-2092434-200x300.jpg\" alt=\"Home Office\" width=\"200\" height=\"300\" /></a>It sounds pretty ideal, working from home. Who can argue against a couple extra minutes in bed each morning? Or not having to sit in morning and afternoon commute traffic? Or eliminating the wear and tear on your vehicle and the expense of gasoline, or the extra time, money, and gripes with public transportation? Although logistically appealing, there a lot that goes into setting up a home office. Whether you work for yourself, with just a few people, or for a mid to large-sized business with several offices throughout the country or globe – a home office is a big step. And for employers considering hiring remotely or offering it as an option, there are a lot of things to consider.\r\n\r\nAccording to the U.S. Bureau of Labor Statistics, 1 in 4 Americans work from home at least part of the time. Making the move from the swivel chair and cubicle to the couch and coffee table can be a huge transition for both the employee and the employer. The necessities both physically and mentally have to be accounted for. For instance, is there a dedicated, comfortable work space? A printer and scanner? Surge protector? Quality internet and Wi-Fi? Are you prepared for potential isolation? Is there a routine work schedule in place? But perhaps the most important factor comes with communication. Essential to your home office is a smart phone or tablet to replace your desk phone as well as the modern communication tools found in the typical offices of today.\r\n\r\nShoreTel offers the ShoreTel Dock, which, when combined with ShoreTel Mobility Client transforms your Apple iPhone or iPad into a desk phone. By extending your unified communication (UC) apps including voice, location-aware presence, and instant messaging, your smartphone or tablet instantly becomes your primary communication tool. Plus, with the ShoreTel Dock, you gain the features of a handset, keypad, and speakerphone – all while charging your device.\r\n\r\nInstalling the ShoreTel Communicator or Avaya IP Office software allows you to move seamlessly between phone calls, video sessions, and instant messaging. They also allow for the same management features of the typical office environment like voicemail, directories, call routing, and tight integration with Microsoft Outlook.\r\n\r\nFor more information on any of the products or services mentioned here, contact the Hilltop Technologies team at info12@hilltoptech.com or give us a call at 860.668.5285.','Home Office Telecommunication Essentials','','inherit','closed','closed','','118-revision-v1','','','2015-01-13 14:22:06','2015-01-13 19:22:06','',118,'http://hilltoptech.com/news/118-revision-v1/',0,'revision','',0),(122,1,'2015-01-13 14:25:21','2015-01-13 19:25:21','','ShoreTel-Dock','ShoreTel Dock','inherit','closed','closed','','shoretel-dock','','','2015-01-13 14:26:00','2015-01-13 19:26:00','',118,'http://hilltoptech.com/news/wp-content/uploads/2015/01/ShoreTel-Dock.jpg',0,'attachment','image/jpeg',0),(123,1,'2015-01-13 14:26:55','2015-01-13 19:26:55','[caption id=\"attachment_122\" align=\"alignleft\" width=\"300\"]<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/01/ShoreTel-Dock.jpg\"><img class=\"wp-image-122 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/01/ShoreTel-Dock-300x238.jpg\" alt=\"ShoreTel Dock\" width=\"300\" height=\"238\" /></a> ShoreTel Dock[/caption]\n\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/01/bigstock-Home-Office-2092434.jpg\"><img class=\"alignright wp-image-120 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/01/bigstock-Home-Office-2092434-200x300.jpg\" alt=\"Home Office\" width=\"200\" height=\"300\" /></a>It sounds pretty ideal, working from home. Who can argue against a couple extra minutes in bed each morning? Or not having to sit in morning and afternoon commute traffic? Or eliminating the wear and tear on your vehicle and the expense of gasoline, or the extra time, money, and gripes with public transportation? Although logistically appealing, there a lot that goes into setting up a home office. Whether you work for yourself, with just a few people, or for a mid to large-sized business with several offices throughout the country or globe – a home office is a big step. And for employers considering hiring remotely or offering it as an option, there are a lot of things to consider.\n\nAccording to the U.S. Bureau of Labor Statistics, 1 in 4 Americans work from home at least part of the time. Making the move from the swivel chair and cubicle to the couch and coffee table can be a huge transition for both the employee and the employer. The necessities both physically and mentally have to be accounted for. For instance, is there a dedicated, comfortable work space? A printer and scanner? Surge protector? Quality internet and Wi-Fi? Are you prepared for potential isolation? Is there a routine work schedule in place? But perhaps the most important factor comes with communication. Essential to your home office is a smart phone or tablet to replace your desk phone as well as the modern communication tools found in the typical offices of today.\n\nShoreTel offers the ShoreTel Dock, which, when combined with ShoreTel Mobility Client transforms your Apple iPhone or iPad into a desk phone. By extending your unified communication (UC) apps including voice, location-aware presence, and instant messaging, your smartphone or tablet instantly becomes your primary communication tool. Plus, with the ShoreTel Dock, you gain the features of a handset, keypad, and speakerphone – all while charging your device.\n\nInstalling the ShoreTel Communicator or Avaya IP Office software allows you to move seamlessly between phone calls, video sessions, and instant messaging. They also allow for the same management features of the typical office environment like voicemail, directories, call routing, and tight integration with Microsoft Outlook.\n\nFor more information on any of the products or services mentioned here, contact the Hilltop Technologies team at info12@hilltoptech.com or give us a call at 860.668.5285.','Home Office Telecommunication Essentials','','inherit','closed','closed','','118-autosave-v1','','','2015-01-13 14:26:55','2015-01-13 19:26:55','',118,'http://hilltoptech.com/news/118-autosave-v1/',0,'revision','',0),(124,1,'2015-01-13 14:27:33','2015-01-13 19:27:33','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/01/bigstock-Home-Office-2092434.jpg\"><img class=\"alignright wp-image-120 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/01/bigstock-Home-Office-2092434-200x300.jpg\" alt=\"Home Office\" width=\"200\" height=\"300\" /></a>It sounds pretty ideal, working from home. Who can argue against a couple extra minutes in bed each morning? Or not having to sit in morning and afternoon commute traffic? Or eliminating the wear and tear on your vehicle and the expense of gasoline, or the extra time, money, and gripes with public transportation? Although logistically appealing, there a lot that goes into setting up a home office. Whether you work for yourself, with just a few people, or for a mid to large-sized business with several offices throughout the country or globe – a home office is a big step. And for employers considering hiring remotely or offering it as an option, there are a lot of things to consider.\r\n\r\nAccording to the U.S. Bureau of Labor Statistics, 1 in 4 Americans work from home at least part of the time. Making the move from the swivel chair and cubicle to the couch and coffee table can be a huge transition for both the employee and the employer. The necessities both physically and mentally have to be accounted for. For instance, is there a dedicated, comfortable work space? A printer and scanner? Surge protector? Quality internet and Wi-Fi? Are you prepared for potential isolation? Is there a routine work schedule in place? But perhaps the most important factor comes with communication. Essential to your home office is a smart phone or tablet to replace your desk phone as well as the modern communication tools found in the typical offices of today.\r\n\r\n[caption id=\"attachment_122\" align=\"alignleft\" width=\"300\"]<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/01/ShoreTel-Dock.jpg\"><img class=\"wp-image-122 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/01/ShoreTel-Dock-300x238.jpg\" alt=\"ShoreTel Dock\" width=\"300\" height=\"238\" /></a> ShoreTel Dock[/caption]ShoreTel offers the ShoreTel Dock, which, when combined with ShoreTel Mobility Client transforms your Apple iPhone or iPad into a desk phone. By extending your unified communication (UC) apps including voice, location-aware presence, and instant messaging, your smartphone or tablet instantly becomes your primary communication tool. Plus, with the ShoreTel Dock, you gain the features of a handset, keypad, and speakerphone – all while charging your device.\r\n\r\nInstalling the ShoreTel Communicator or Avaya IP Office software allows you to move seamlessly between phone calls, video sessions, and instant messaging. They also allow for the same management features of the typical office environment like voicemail, directories, call routing, and tight integration with Microsoft Outlook.\r\n\r\nFor more information on any of the products or services mentioned here, contact the Hilltop Technologies team at info12@hilltoptech.com or give us a call at 860.668.5285.','Home Office Telecommunication Essentials','','inherit','closed','closed','','118-revision-v1','','','2015-01-13 14:27:33','2015-01-13 19:27:33','',118,'http://hilltoptech.com/news/118-revision-v1/',0,'revision','',0),(125,1,'2015-01-13 14:28:17','2015-01-13 19:28:17','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/01/bigstock-Home-Office-2092434.jpg\"><img class=\"alignright wp-image-120 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/01/bigstock-Home-Office-2092434-200x300.jpg\" alt=\"Home Office\" width=\"200\" height=\"300\" /></a>It sounds pretty ideal, working from home. Who can argue against a couple extra minutes in bed each morning? Or not having to sit in morning and afternoon commute traffic? Or eliminating the wear and tear on your vehicle and the expense of gasoline, or the extra time, money, and gripes with public transportation? Although logistically appealing, there a lot that goes into setting up a home office. Whether you work for yourself, with just a few people, or for a mid to large-sized business with several offices throughout the country or globe – a home office is a big step. And for employers considering hiring remotely or offering it as an option, there are a lot of things to consider.\r\n\r\nAccording to the U.S. Bureau of Labor Statistics, 1 in 4 Americans work from home at least part of the time. Making the move from the swivel chair and cubicle to the couch and coffee table can be a huge transition for both the employee and the employer. The necessities both physically and mentally have to be accounted for. For instance, is there a dedicated, comfortable work space? A printer and scanner? Surge protector? Quality internet and Wi-Fi? Are you prepared for potential isolation? Is there a routine work schedule in place? But perhaps the most important factor comes with communication. Essential to your home office is a smart phone or tablet to replace your desk phone as well as the modern communication tools found in the typical offices of today.\r\n\r\n[caption id=\"attachment_122\" align=\"alignnone\" width=\"300\"]<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/01/ShoreTel-Dock.jpg\"><img class=\"wp-image-122 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/01/ShoreTel-Dock-300x238.jpg\" alt=\"ShoreTel Dock\" width=\"300\" height=\"238\" /></a> ShoreTel Dock[/caption]\r\n\r\nShoreTel offers the ShoreTel Dock, which, when combined with ShoreTel Mobility Client transforms your Apple iPhone or iPad into a desk phone. By extending your unified communication (UC) apps including voice, location-aware presence, and instant messaging, your smartphone or tablet instantly becomes your primary communication tool. Plus, with the ShoreTel Dock, you gain the features of a handset, keypad, and speakerphone – all while charging your device.\r\n\r\nInstalling the ShoreTel Communicator or Avaya IP Office software allows you to move seamlessly between phone calls, video sessions, and instant messaging. They also allow for the same management features of the typical office environment like voicemail, directories, call routing, and tight integration with Microsoft Outlook.\r\n\r\nFor more information on any of the products or services mentioned here, contact the Hilltop Technologies team at info12@hilltoptech.com or give us a call at 860.668.5285.','Home Office Telecommunication Essentials','','inherit','closed','closed','','118-revision-v1','','','2015-01-13 14:28:17','2015-01-13 19:28:17','',118,'http://hilltoptech.com/news/118-revision-v1/',0,'revision','',0),(126,1,'2015-01-13 14:28:52','2015-01-13 19:28:52','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/01/bigstock-Home-Office-2092434.jpg\"><img class=\"alignright wp-image-120 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/01/bigstock-Home-Office-2092434-200x300.jpg\" alt=\"Home Office\" width=\"200\" height=\"300\" /></a>It sounds pretty ideal, working from home. Who can argue against a couple extra minutes in bed each morning? Or not having to sit in morning and afternoon commute traffic? Or eliminating the wear and tear on your vehicle and the expense of gasoline, or the extra time, money, and gripes with public transportation? Although logistically appealing, there a lot that goes into setting up a home office. Whether you work for yourself, with just a few people, or for a mid to large-sized business with several offices throughout the country or globe – a home office is a big step. And for employers considering hiring remotely or offering it as an option, there are a lot of things to consider.\r\n\r\nAccording to the U.S. Bureau of Labor Statistics, 1 in 4 Americans work from home at least part of the time. Making the move from the swivel chair and cubicle to the couch and coffee table can be a huge transition for both the employee and the employer. The necessities both physically and mentally have to be accounted for. For instance, is there a dedicated, comfortable work space? A printer and scanner? Surge protector? Quality internet and Wi-Fi? Are you prepared for potential isolation? Is there a routine work schedule in place? But perhaps the most important factor comes with communication. Essential to your home office is a smart phone or tablet to replace your desk phone as well as the modern communication tools found in the typical offices of today.\r\n\r\n[caption id=\"attachment_122\" align=\"aligncenter\" width=\"300\"]<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/01/ShoreTel-Dock.jpg\"><img class=\"wp-image-122 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/01/ShoreTel-Dock-300x238.jpg\" alt=\"ShoreTel Dock\" width=\"300\" height=\"238\" /></a> ShoreTel Dock[/caption]\r\n\r\nShoreTel offers the ShoreTel Dock, which, when combined with ShoreTel Mobility Client transforms your Apple iPhone or iPad into a desk phone. By extending your unified communication (UC) apps including voice, location-aware presence, and instant messaging, your smartphone or tablet instantly becomes your primary communication tool. Plus, with the ShoreTel Dock, you gain the features of a handset, keypad, and speakerphone – all while charging your device.\r\n\r\nInstalling the ShoreTel Communicator or Avaya IP Office software allows you to move seamlessly between phone calls, video sessions, and instant messaging. They also allow for the same management features of the typical office environment like voicemail, directories, call routing, and tight integration with Microsoft Outlook.\r\n\r\nFor more information on any of the products or services mentioned here, contact the Hilltop Technologies team at info12@hilltoptech.com or give us a call at 860.668.5285.','Home Office Telecommunication Essentials','','inherit','closed','closed','','118-revision-v1','','','2015-01-13 14:28:52','2015-01-13 19:28:52','',118,'http://hilltoptech.com/news/118-revision-v1/',0,'revision','',0),(127,1,'2015-01-14 15:50:15','2015-01-14 20:50:15','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/01/bigstock-Young-lady-hiker-standing-with-56836412.jpg\"><img class=\"alignright size-medium wp-image-128\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/01/bigstock-Young-lady-hiker-standing-with-56836412-300x200.jpg\" alt=\"Young lady hiker standing with backpack on top of a mountain and\" width=\"300\" height=\"200\" /></a>The 2014 film “Wild”, which is based upon the memoir by Cheryl Strayed titled Wild: From Lost to Found on the Pacific Crest Trail, stars Reese Witherspoon as Strayed, who in 1995 hiked over one thousand miles of the Pacific Crest Trail alone. As a single woman in the mid-nineties, much before the widespread adoption of the cellular phone – let alone Internet! – this took a great deal of preparedness to ensure safe and proper navigation of her journey.\r\n\r\nAn opening scene of the film shows Witherspoon packing her bag with all of the ‘essentials’ for her trip. In an effort of readiness, she packs her bag to the point that it’s nearly impossible for her to even get it up and on her back. Perhaps in this case she was overly ready, as later in the film she goes through a serious cleanse of her pack to make it significantly lighter (and more efficient) for the rest of her trek. You could suffice to say that even cleaning out her pack was part of the process of readiness for her expedition.\r\n\r\nWhen it comes to planning for a new phone system, specifically one that is VoIP (Voice over Internet Protocol), the prepping can feel similar to packing your bags for an extended time away. There is so much that is involved that it can sometimes seem overwhelming, such as determining if your Internet connection could handle such a phone service to begin with.\r\n\r\nPlanning a VoIP installation demands a big time commitment from IT in order to ensure the network is aligned to meet service requirements. Outsourcing a readiness assessment for VoIP, as recommended by both ShoreTel and Avaya, frees up time for higher level decision-making as well as everyday responsibilities. The assessment alone consists of ensuring necessary protocols and standards are supported, confirming that the infrastructure is optimally configured for the IP telephony traffic, verifying that the installed WAN technologies are compatible with IP telephony, as well as measuring delay, packet loss and jitter to ensure that they meet acceptable thresholds for toll quality voice calls.\r\n\r\nHilltop’s VoIP Readiness Assessment service provides active testing to determine if the data network infrastructure can successfully carry VoIP traffic before deploying a VoIP solution so that any changes can be accommodated in the schedule and keep the project moving forward. Transition to VoIP can go smoothly and meet expectations when planned accordingly. The service assists in avoiding common implementation errors and service issues associated with VoIP and evaluates call quality over the course of a few days, running hundreds or even thousands of simulated calls over the network and taking measurements, assuring high Quality of Service (QoS).\r\n\r\nWhen compared to the potential cost of lost business and opportunities due to poor voice services, the assessment is reasonably affordable. The cost depends upon the size of the network being assessed and the number of locations.\r\n\r\nConducting a comprehensive and cost-effective assessment will provide the necessary information to avoid both under-engineering and over-engineering the network to meet specific needs. Assessing VoIP capabilities prior to deployment is key to saving money and generating a more efficient workflow. By assessing the network, you reduce the risks associated with poor quality post deployment and overspending on equipment.','Reach New Heights: VoIP Readiness','','publish','closed','closed','','reach-new-heights-voip-readiness','','','2015-01-14 16:21:39','2015-01-14 21:21:39','',0,'http://hilltoptech.com/news/?p=127',0,'post','',0),(128,1,'2015-01-14 15:49:56','2015-01-14 20:49:56','Young lady hiker standing with backpack on top of a mountain and enjoying sunrise','Young lady hiker standing with backpack on top of a mountain and','','inherit','closed','closed','','young-lady-hiker-standing-with-backpack-on-top-of-a-mountain-and','','','2015-01-14 15:49:56','2015-01-14 20:49:56','',127,'http://hilltoptech.com/news/wp-content/uploads/2015/01/bigstock-Young-lady-hiker-standing-with-56836412.jpg',0,'attachment','image/jpeg',0),(129,1,'2015-01-14 15:50:15','2015-01-14 20:50:15','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/01/bigstock-Young-lady-hiker-standing-with-56836412.jpg\"><img class=\"alignright size-medium wp-image-128\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/01/bigstock-Young-lady-hiker-standing-with-56836412-300x200.jpg\" alt=\"Young lady hiker standing with backpack on top of a mountain and\" width=\"300\" height=\"200\" /></a>The 2014 film “Wild”, which is based upon the memoir by Cheryl Strayed titled Wild: From Lost to Found on the Pacific Crest Trail, stars Reese Witherspoon as Strayed, who in 1995 hiked over one thousand miles of the Pacific Crest Trail alone. As a single woman in the mid-nineties, much before the widespread adoption of the cellular phone – let alone Internet! – this took a great deal of preparedness to ensure safe and proper navigation of her journey.\r\n\r\nAn opening scene of the film shows Witherspoon packing her bag with all of the ‘essentials’ for her trip. In an effort of readiness, she packs her bag to the point that it’s nearly impossible for her to even get it up and on her back. Perhaps in this case she was overly ready, as later in the film she goes through a serious cleanse of her pack to make it significantly lighter (and more efficient) for the rest of her trek. You could suffice to say that even cleaning out her pack was part of the process of readiness for her expedition.\r\n\r\nWhen it comes to planning for a new phone system, specifically one that is VoIP (Voice over Internet Protocol), the prepping can feel similar to packing your bags for an extended time away. There is so much that is involved that it can sometimes seem overwhelming, such as determining if your Internet connection could handle such a phone service to begin with.\r\n\r\nPlanning a VoIP installation demands a big time commitment from IT in order to ensure the network is aligned to meet service requirements. Outsourcing a readiness assessment for VoIP, as recommended by both ShoreTel and Avaya, frees up time for higher level decision-making as well as everyday responsibilities. The assessment alone consists of ensuring necessary protocols and standards are supported, confirming that the infrastructure is optimally configured for the IP telephony traffic, verifying that the installed WAN technologies are compatible with IP telephony, as well as measuring delay, packet loss and jitter to ensure that they meet acceptable thresholds for toll quality voice calls.\r\n\r\nHilltop’s VoIP Readiness Assessment service provides active testing to determine if the data network infrastructure can successfully carry VoIP traffic before deploying a VoIP solution so that any changes can be accommodated in the schedule and keep the project moving forward. Transition to VoIP can go smoothly and meet expectations when planned accordingly. The service assists in avoiding common implementation errors and service issues associated with VoIP and evaluates call quality over the course of a few days, running hundreds or even thousands of simulated calls over the network and taking measurements, assuring high Quality of Service (QoS).\r\n\r\nWhen compared to the potential cost of lost business and opportunities due to poor voice services, the assessment is reasonably affordable. The cost depends upon the size of the network being assessed and the number of locations.\r\n\r\nConducting a comprehensive and cost-effective assessment will provide the necessary information to avoid both under-engineering and over-engineering the network to meet specific needs. Assessing VoIP capabilities prior to deployment is key to saving money and generating a more efficient workflow. By assessing the network, you reduce the risks associated with poor quality post deployment and overspending on equipment.','Reach New Heights: VoIP Readiness','','inherit','closed','closed','','127-revision-v1','','','2015-01-14 15:50:15','2015-01-14 20:50:15','',127,'http://hilltoptech.com/news/127-revision-v1/',0,'revision','',0),(132,1,'2015-01-22 17:25:21','2015-01-22 22:25:21','Hilltop Technologies, a leading telecommunications solutions provider, announced the expansion of roles for two long-time employees and their respective appointment to the executive team. Rob Johnston has stepped into the position of Vice President, Implementations Project Management while Heather Lingenfelter has extended her position to Vice President, Operations.\r\n\r\nThroughout his 8-year career with Hilltop Technologies, Johnston has demonstrated strong leadership and put himself into management roles with focus on Project and Implementation efficiency. “Rob\'s attitude and professional demeanor has earned him the respect of our customers and fellow employees,” said Owen Wilson, Executive Vice President of Hilltop Technologies. “Rob never hesitates to take on roles that benefit Hilltop as a whole, whether it be in sales, customer service or interacting with our Avaya and ShoreTel partners.”\r\n\r\nLingenfelter, who began her career with Hilltop Technologies in 2001 as a part time Credit and Collections Associate, will expand her roles and responsibilities within the operations side of the business. “Throughout the years Heather has assumed a larger leadership role that not only encompasses operations but also improving the processes in sales and project management,” said Alicja Zyzniewska, CEO, Hilltop Technologies.','Robert Johnston and Heather Lingenfelter Appointed to Executive Team','','inherit','closed','closed','','131-revision-v1','','','2015-01-22 17:25:21','2015-01-22 22:25:21','',131,'http://hilltoptech.com/news/131-revision-v1/',0,'revision','',0),(133,1,'2015-01-22 17:26:31','2015-01-22 22:26:31','Hilltop Technologies, a leading telecommunications solutions provider, announced the expansion of roles for two long-time employees and their respective appointment to the executive team. Robert Johnston has stepped into the position of Vice President, Implementations Project Management while Heather Lingenfelter has extended her position to Vice President, Operations.\r\n\r\nThroughout his 8-year career with Hilltop Technologies, Johnston has demonstrated strong leadership and put himself into management roles with focus on Project and Implementation efficiency. “Rob\'s attitude and professional demeanor has earned him the respect of our customers and fellow employees,” said Owen Wilson, Executive Vice President of Hilltop Technologies. “Rob never hesitates to take on roles that benefit Hilltop as a whole, whether it be in sales, customer service or interacting with our Avaya and ShoreTel partners.”\r\n\r\nLingenfelter, who began her career with Hilltop Technologies in 2001 as a part time Credit and Collections Associate, will expand her roles and responsibilities within the operations side of the business. “Throughout the years Heather has assumed a larger leadership role that not only encompasses operations but also improving the processes in sales and project management,” said Alicja Zyzniewska, CEO, Hilltop Technologies.','Robert Johnston and Heather Lingenfelter Appointed to Executive Team','','inherit','closed','closed','','131-revision-v1','','','2015-01-22 17:26:31','2015-01-22 22:26:31','',131,'http://hilltoptech.com/news/131-revision-v1/',0,'revision','',0),(135,1,'2015-02-17 12:33:52','2015-02-17 17:33:52','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/02/LLemailHeader.png\"><img class=\"alignright size-medium wp-image-136\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/02/LLemailHeader-300x124.png\" alt=\"LLemailHeader\" width=\"300\" height=\"124\" /></a>Join us at our next Lunch & Learn event!\r\n\r\nWe\'ll be at the <a href=\"https://www.facebook.com/pages/New-West-Cafe/111599855543964\">New West Cafe</a> (879 Whalley Ave.) in New Haven, CT for a Lunch & Learn session on Avaya IP Office. The event takes place on February 24, 2015 from 11:30 am to 1:30 pm and includes lunch.\r\n\r\nTo learn more about Avaya IP Office <a href=\"http://hilltoptech.com/avaya-ip-office.php\">click here</a>.\r\n\r\nTo register for the event, or if you have questions, email Owen by <a href=\"mailto:owilson@hilltoptech.com\">clicking here</a>.','Lunch & Learn: Avaya IP Office','','publish','closed','closed','','lunch-learn-avaya-ip-office','','','2015-02-17 13:13:00','2015-02-17 18:13:00','',0,'http://hilltoptech.com/news/?p=135',0,'post','',0),(136,1,'2015-02-17 12:32:24','2015-02-17 17:32:24','','LLemailHeader','','inherit','closed','closed','','llemailheader','','','2015-02-17 12:32:24','2015-02-17 17:32:24','',135,'http://hilltoptech.com/news/wp-content/uploads/2015/02/LLemailHeader.png',0,'attachment','image/png',0),(137,1,'2015-02-17 12:33:52','2015-02-17 17:33:52','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/02/LLemailHeader.png\"><img class=\"alignright size-medium wp-image-136\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/02/LLemailHeader-300x124.png\" alt=\"LLemailHeader\" width=\"300\" height=\"124\" /></a>Join us at our next Lunch & Learn event!\r\n\r\nWe\'ll be at the New West Cafe (879 Whalley Ave.) in New Haven, CT for a Lunch & Learn session on Avaya IP Office. The event takes place on February 24, 2015 from 11:30 am to 1:30 pm and includes lunch.\r\n\r\nTo learn more about Avaya IP Office click here.\r\n\r\nTo register for the event, or if you have questions, email Owen by clicking here.','Lunch & Learn: Avaya IP Office','','inherit','closed','closed','','135-revision-v1','','','2015-02-17 12:33:52','2015-02-17 17:33:52','',135,'http://hilltoptech.com/news/135-revision-v1/',0,'revision','',0),(138,1,'2015-02-17 13:10:29','2015-02-17 18:10:29','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/02/LLemailHeader.png\"><img class=\"alignright size-medium wp-image-136\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/02/LLemailHeader-300x124.png\" alt=\"LLemailHeader\" width=\"300\" height=\"124\" /></a>Join us at our next Lunch & Learn event!\n\nWe\'ll be at the New West Cafe (879 Whalley Ave.) in New Haven, CT for a Lunch & Learn session on Avaya IP Office. The event takes place on February 24, 2015 from 11:30 am to 1:30 pm and includes lunch.\n\nTo learn more about Avaya IP Office <a href=\"http://hilltoptech.com/avaya-ip-office.php\">click here</a>.\n\nTo register for the event, or if you have questions, email Owen by clicking here.','Lunch & Learn: Avaya IP Office','','inherit','closed','closed','','135-autosave-v1','','','2015-02-17 13:10:29','2015-02-17 18:10:29','',135,'http://hilltoptech.com/news/135-autosave-v1/',0,'revision','',0),(139,1,'2015-02-17 13:11:25','2015-02-17 18:11:25','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/02/LLemailHeader.png\"><img class=\"alignright size-medium wp-image-136\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/02/LLemailHeader-300x124.png\" alt=\"LLemailHeader\" width=\"300\" height=\"124\" /></a>Join us at our next Lunch & Learn event!\r\n\r\nWe\'ll be at the New West Cafe (879 Whalley Ave.) in New Haven, CT for a Lunch & Learn session on Avaya IP Office. The event takes place on February 24, 2015 from 11:30 am to 1:30 pm and includes lunch.\r\n\r\nTo learn more about Avaya IP Office <a href=\"http://hilltoptech.com/avaya-ip-office.php\">click here</a>.\r\n\r\nTo register for the event, or if you have questions, email Owen by <a href=\"mailto:owilson@hilltoptech.com\">clicking here</a>.','Lunch & Learn: Avaya IP Office','','inherit','closed','closed','','135-revision-v1','','','2015-02-17 13:11:25','2015-02-17 18:11:25','',135,'http://hilltoptech.com/news/135-revision-v1/',0,'revision','',0),(140,1,'2015-02-17 13:13:00','2015-02-17 18:13:00','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/02/LLemailHeader.png\"><img class=\"alignright size-medium wp-image-136\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/02/LLemailHeader-300x124.png\" alt=\"LLemailHeader\" width=\"300\" height=\"124\" /></a>Join us at our next Lunch & Learn event!\r\n\r\nWe\'ll be at the <a href=\"https://www.facebook.com/pages/New-West-Cafe/111599855543964\">New West Cafe</a> (879 Whalley Ave.) in New Haven, CT for a Lunch & Learn session on Avaya IP Office. The event takes place on February 24, 2015 from 11:30 am to 1:30 pm and includes lunch.\r\n\r\nTo learn more about Avaya IP Office <a href=\"http://hilltoptech.com/avaya-ip-office.php\">click here</a>.\r\n\r\nTo register for the event, or if you have questions, email Owen by <a href=\"mailto:owilson@hilltoptech.com\">clicking here</a>.','Lunch & Learn: Avaya IP Office','','inherit','closed','closed','','135-revision-v1','','','2015-02-17 13:13:00','2015-02-17 18:13:00','',135,'http://hilltoptech.com/news/135-revision-v1/',0,'revision','',0),(142,1,'2015-02-25 14:44:01','2015-02-25 19:44:01','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/02/6myths.jpg\"><img class=\" wp-image-143 aligncenter\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/02/6myths.jpg\" alt=\"6myths\" width=\"347\" height=\"199\" /></a>\r\n\r\nMany business executives overlook the importance of their phone systems in their efforts to move their business steadily forward. But the reality is that your phone system is your lifeline to sales, customer service, and the innovation that drives your business ahead. Here are six common myths that prevent businesses from switching phone systems:\r\n\r\n<strong>Myth 1: Our phone system doesn’t have a big impact on the customer experience.</strong>\r\n\r\n<em>Reality: Your phone system is at the heart of your business.</em>\r\n\r\nWith so many ways to communicate with customers—email, chat, SMS, and social media to name a few—many business leaders think that the phone isn’t as relevant to the customer experience as it once was. While the volume of incoming calls may be down, when customers or prospects pick up the phone, their need is often more important and urgent than ever before.\r\n\r\nWhether it is a first touch, a major sale, or a support issue, your staff needs convenient communications tools. A decades-old phone system offers limited functionality that ultimately hampers your ability to stay in touch with customers quickly and easily.\r\n\r\n \r\n\r\n<strong>Myth 2: Our employees don’t care about the phones they use.</strong>\r\n\r\n<em>Reality: People have never had higher expectations for the ease of communications.</em>\r\n\r\nThe unstoppable bring-your-own-device (BYOD) movement is a clear indicator that people value convenience and the ability to stay connected to work and home. The newest members of the workforce, the so-called millennial generation, expect to have all of their favorite technology tools to do their jobs. A 15-year old phone system looks like tin cans with strings. They expect three-way calling to be stress-free, web conferencing to be easy, and to be able to use whatever communication mode is most convenient at the moment.\r\n\r\n \r\n\r\n<strong>Myth 3: It’s too risky to change phone system vendors.</strong>\r\n\r\n<em>Reality: A careful plan mitigates the risk of technology change.</em>\r\n\r\nA new business communications system is a big step, but like with any IT decision, you can mitigate the risk of change by following best practices for vendor selection, management and deployment. Work with a consultant or solutions provider to help manage the selection process and plan the rollout. UC systems that can be deployed in phases, rather than as a single big-bang cutover, also lowers risk. A deployment plan should include thorough testing of the new phone system to iron out any issues as well as training for your users and the administrative staff to ensure that the migration is smooth.\r\n\r\n \r\n\r\n<strong>Myth 4: It’s too difficult to get employees to learn something new.</strong>\r\n\r\n<em>Reality: Nobody likes having their cheese moved, except when you give them better cheese.</em>\r\n\r\nA new UC system will necessarily work differently than your old phones, and that’s a good thing. It’s about time that your workers have more convenient ways to interact with your customers, partners, and their coworkers. That flexibility will let them work the way they want—and that adds up to more productive and happier employees.\r\n\r\n \r\n\r\n<strong>Myth 5: It’s too expensive to switch phone systems.</strong>\r\n\r\n<em>Reality: It’s costing you big to keep your old phone system.</em>\r\n\r\nMany businesses have a patchwork of old phone systems, maybe even from different vendors, and cobbled-together systems are a hindrance. People are wasting time being unproductive and you’re paying a premium to maintain a technology relic.\r\n\r\n \r\n\r\n<strong>Myth 6: It’s too hard to integrate the phone system with our business applications.</strong>\r\n\r\n<em>Reality: You can see </em>immediate value<em> from integrating communications processes with your business applications.</em>\r\n\r\nMany businesses see the value of integrating UC functionality into business applications, such as customer-relationship management (CRM), but find that the integration is simply too expensive or too difficult to be practical. Integration of voice, SMS and chat directly into your CRM or other business applications allows your workforce to maximize productivity and frees them from the inconvenience of having to constantly switch among applications.','The 6 Myths of Switching Business Phone Systems','','publish','closed','closed','','myths','','','2015-02-25 14:53:01','2015-02-25 19:53:01','',0,'http://hilltoptech.com/news/?p=142',0,'post','',0),(143,1,'2015-02-25 14:35:45','2015-02-25 19:35:45','','6myths','','inherit','closed','closed','','6myths','','','2015-02-25 14:35:45','2015-02-25 19:35:45','',142,'http://hilltoptech.com/news/wp-content/uploads/2015/02/6myths.jpg',0,'attachment','image/jpeg',0),(144,1,'2015-02-25 14:44:01','2015-02-25 19:44:01','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/02/6myths.jpg\"><img class=\" wp-image-143 aligncenter\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/02/6myths.jpg\" alt=\"6myths\" width=\"347\" height=\"199\" /></a>\r\n\r\nMany business executives overlook the importance of their phone systems in their efforts to move their business steadily forward. But the reality is that your phone system is your lifeline to sales, customer service, and the innovation that drives your business ahead. Here are six common myths that prevent businesses from switching phone systems:\r\n\r\n<strong>Myth 1: Our phone system doesn’t have a big impact on the customer experience.</strong>\r\n\r\n<em>Reality: Your phone system is at the heart of your business.</em>\r\n\r\nWith so many ways to communicate with customers—email, chat, SMS, and social media to name a few—many business leaders think that the phone isn’t as relevant to the customer experience as it once was. While the volume of incoming calls may be down, when customers or prospects pick up the phone, their need is often more important and urgent than ever before.\r\n\r\nWhether it is a first touch, a major sale, or a support issue, your staff needs convenient communications tools. A decades-old phone system offers limited functionality that ultimately hampers your ability to stay in touch with customers quickly and easily.\r\n\r\n \r\n\r\n<strong>Myth 2: Our workers don’t care about the phones they use.</strong>\r\n\r\n<em>Reality: People have never had higher expectations for the ease of communications.</em>\r\n\r\nThe unstoppable bring-your-own-device (BYOD) movement is a clear indicator that people value convenience and the ability to stay connected to work and home. The newest members of the workforce, the so-called millennial generation, expect to have all of their favorite technology tools to do their jobs. A 15-year old phone system looks like tin cans with strings. They expect three-way calling to be stress-free, web conferencing to be easy, and to be able to use whatever communication mode is most convenient at the moment.\r\n\r\n \r\n\r\n<strong>Myth 3: It’s too risky to change phone system vendors.</strong>\r\n\r\n<em>Reality: A careful plan mitigates the risk of technology change.</em>\r\n\r\nA new business communications system is a big step, but like with any IT decision, you can mitigate the risk of change by following best practices for vendor selection, management and deployment. Work with a consultant or solutions provider to help manage the selection process and plan the rollout. UC systems that can be deployed in phases, rather than as a single big-bang cutover, also lowers risk. A deployment plan should include thorough testing of the new phone system to iron out any issues as well as training for your users and the administrative staff to ensure that the migration is smooth.\r\n\r\n \r\n\r\n<strong>Myth 4: It’s too difficult to get employees to learn something new.</strong>\r\n\r\n<em>Reality: Nobody likes having their cheese moved, except when you give them better cheese.</em>\r\n\r\nA new UC system will necessarily work differently than your old phones, and that’s a good thing. It’s about time that your workers have more convenient ways to interact with your customers, partners, and their coworkers. That flexibility will let them work the way they want—and that adds up to more productive and happier employees.\r\n\r\n \r\n\r\n<strong>Myth 5: It’s too expensive to switch phone systems.</strong>\r\n\r\n<em>Reality: It’s costing you big to keep your old phone system.</em>\r\n\r\nMany businesses have a patchwork of old phone systems, maybe even from different vendors, and cobbled-together systems are a hindrance. People are wasting time being unproductive and you’re paying a premium to maintain a technology relic.\r\n\r\n \r\n\r\n<strong>Myth 6: It’s too hard to integrate the phone system with our business applications.</strong>\r\n\r\n<em>Reality: You can see </em>immediate value<em> from integrating communications processes with your business applications.</em>\r\n\r\nMany businesses see the value of integrating UC functionality into business applications, such as customer-relationship management (CRM), but find that the integration is simply too expensive or too difficult to be practical. Integration of voice, SMS and chat directly into your CRM or other business applications allows your workforce to maximize productivity and frees them from the inconvenience of having to constantly switch among applications.','The 6 Myths of Switching Business Phone Systems','','inherit','closed','closed','','142-revision-v1','','','2015-02-25 14:44:01','2015-02-25 19:44:01','',142,'http://hilltoptech.com/news/142-revision-v1/',0,'revision','',0),(145,1,'2015-02-25 14:53:01','2015-02-25 19:53:01','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/02/6myths.jpg\"><img class=\" wp-image-143 aligncenter\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/02/6myths.jpg\" alt=\"6myths\" width=\"347\" height=\"199\" /></a>\r\n\r\nMany business executives overlook the importance of their phone systems in their efforts to move their business steadily forward. But the reality is that your phone system is your lifeline to sales, customer service, and the innovation that drives your business ahead. Here are six common myths that prevent businesses from switching phone systems:\r\n\r\n<strong>Myth 1: Our phone system doesn’t have a big impact on the customer experience.</strong>\r\n\r\n<em>Reality: Your phone system is at the heart of your business.</em>\r\n\r\nWith so many ways to communicate with customers—email, chat, SMS, and social media to name a few—many business leaders think that the phone isn’t as relevant to the customer experience as it once was. While the volume of incoming calls may be down, when customers or prospects pick up the phone, their need is often more important and urgent than ever before.\r\n\r\nWhether it is a first touch, a major sale, or a support issue, your staff needs convenient communications tools. A decades-old phone system offers limited functionality that ultimately hampers your ability to stay in touch with customers quickly and easily.\r\n\r\n \r\n\r\n<strong>Myth 2: Our employees don’t care about the phones they use.</strong>\r\n\r\n<em>Reality: People have never had higher expectations for the ease of communications.</em>\r\n\r\nThe unstoppable bring-your-own-device (BYOD) movement is a clear indicator that people value convenience and the ability to stay connected to work and home. The newest members of the workforce, the so-called millennial generation, expect to have all of their favorite technology tools to do their jobs. A 15-year old phone system looks like tin cans with strings. They expect three-way calling to be stress-free, web conferencing to be easy, and to be able to use whatever communication mode is most convenient at the moment.\r\n\r\n \r\n\r\n<strong>Myth 3: It’s too risky to change phone system vendors.</strong>\r\n\r\n<em>Reality: A careful plan mitigates the risk of technology change.</em>\r\n\r\nA new business communications system is a big step, but like with any IT decision, you can mitigate the risk of change by following best practices for vendor selection, management and deployment. Work with a consultant or solutions provider to help manage the selection process and plan the rollout. UC systems that can be deployed in phases, rather than as a single big-bang cutover, also lowers risk. A deployment plan should include thorough testing of the new phone system to iron out any issues as well as training for your users and the administrative staff to ensure that the migration is smooth.\r\n\r\n \r\n\r\n<strong>Myth 4: It’s too difficult to get employees to learn something new.</strong>\r\n\r\n<em>Reality: Nobody likes having their cheese moved, except when you give them better cheese.</em>\r\n\r\nA new UC system will necessarily work differently than your old phones, and that’s a good thing. It’s about time that your workers have more convenient ways to interact with your customers, partners, and their coworkers. That flexibility will let them work the way they want—and that adds up to more productive and happier employees.\r\n\r\n \r\n\r\n<strong>Myth 5: It’s too expensive to switch phone systems.</strong>\r\n\r\n<em>Reality: It’s costing you big to keep your old phone system.</em>\r\n\r\nMany businesses have a patchwork of old phone systems, maybe even from different vendors, and cobbled-together systems are a hindrance. People are wasting time being unproductive and you’re paying a premium to maintain a technology relic.\r\n\r\n \r\n\r\n<strong>Myth 6: It’s too hard to integrate the phone system with our business applications.</strong>\r\n\r\n<em>Reality: You can see </em>immediate value<em> from integrating communications processes with your business applications.</em>\r\n\r\nMany businesses see the value of integrating UC functionality into business applications, such as customer-relationship management (CRM), but find that the integration is simply too expensive or too difficult to be practical. Integration of voice, SMS and chat directly into your CRM or other business applications allows your workforce to maximize productivity and frees them from the inconvenience of having to constantly switch among applications.','The 6 Myths of Switching Business Phone Systems','','inherit','closed','closed','','142-revision-v1','','','2015-02-25 14:53:01','2015-02-25 19:53:01','',142,'http://hilltoptech.com/news/142-revision-v1/',0,'revision','',0),(147,1,'2015-03-09 12:30:48','2015-03-09 16:30:48','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/03/HostedPBX.png\"><img class=\"alignleft wp-image-151\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/03/HostedPBX-1024x484.png\" alt=\"HostedPBX\" width=\"498\" height=\"236\" /></a>Infinitum: Hilltop\'s Hosted PBX Cloud Solution\r\n\r\nEfficiency and Affordability: Hosted PBX is the smartest choice for your business phone service. It eliminates the burden of purchasing and maintaining a costly hardware-based PBX, while enabling you to focus on maximizing the growth and profits of your business. Hosted PBX behaves like a traditional business phone system, but it is built and maintained in a secure cloud environment.\r\n\r\nReliability: Hosted PBX delivers crystal-clear solutions for your company through environments composed of reliable, carrier-grade network hardware and software, manufactured by the strongest firms on the market, such as Cisco™, BroadSoft™, IBM®, and ACME Packet™. It is deployed as a geo-redundant solution engineered with multiple redundant direct connections to our underlying providers, meaning your system runs in a highly available environment.\r\n\r\nMinimal Capital Expense: At Hilltop Technologies we leverage economies of scale to deliver a low-cost solution. You only pay for phones, licenses, and monthly usage of local and long distance calling. What this means is that you can freely and easily add or remove phones and licenses at any time to fit your company’s needs, and your monthly costs will adjust accordingly.\r\n\r\nIntegration: We have a plethora of features that enable integration through hosts of software: <a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/03/Hilltop-esna-salesforce.pdf\">ESNA</a> is a chrome plugin dialer which boasts presence and call features that enable click to dial through your computer’s browser. It’s powerful features can further be tied into the well known CRM Salesforce®. With these three powerhouses in cloud communications and customer relationship management, any organization will quickly realize their priceless benefits.\r\n\r\nAll the costly PBX hardware and multiple carrier connections are removed from the equation. What’s left are only the components needed to enable voice and data communication over a single, secure, and highly efficient data connection.\r\n\r\nFor more information: <a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/03/Hilltop-hosted-pbx-1.pdf\">Hilltop\'s Hosted PBX</a>.','Infinitum: Hilltop\'s Cloud Solution','','publish','closed','closed','','hosted-pbx','','','2015-04-09 07:32:50','2015-04-09 11:32:50','',0,'http://hilltoptech.com/news/?p=147',0,'post','',0),(148,1,'2015-03-09 11:55:44','2015-03-09 15:55:44','','Hilltop\'s Hosted PBX','','inherit','closed','closed','','hilltop-hosted-pbx-1','','','2015-03-09 11:57:51','2015-03-09 15:57:51','',147,'http://hilltoptech.com/news/wp-content/uploads/2015/03/Hilltop-hosted-pbx-1.pdf',0,'attachment','application/pdf',0),(149,1,'2015-03-09 12:28:44','2015-03-09 16:28:44','','ESNA','','inherit','closed','closed','','hilltop-esna-salesforce','','','2015-03-09 12:28:44','2015-03-09 16:28:44','',147,'http://hilltoptech.com/news/wp-content/uploads/2015/03/Hilltop-esna-salesforce.pdf',0,'attachment','application/pdf',0),(150,1,'2015-03-09 12:30:48','2015-03-09 16:30:48','Hilltop\'s Hosted PBX Cloud Solution\r\n\r\nEfficiency and Affordability: Hosted PBX is the smartest choice for your business phone service. It eliminates the burden of purchasing and maintaining a costly hardware-based PBX, while enabling you to focus on maximizing the growth and profits of your business. Hosted PBX behaves like a traditional business phone system, but it is built and maintained in a secure cloud environment.\r\n\r\nReliability: Hosted PBX delivers crystal-clear solutions for your company through environments composed of reliable, carrier-grade network hardware and software, manufactured by the strongest firms on the market, such as Cisco™, BroadSoft™, IBM®, and ACME Packet™. It is deployed as a geo-redundant solution engineered with multiple redundant direct connections to our underlying providers, meaning your system runs in a highly available environment.\r\n\r\nMinimal Capital Expense: At Hilltop Technologies we leverage economies of scale to deliver a low-cost solution. You only pay for phones, licenses, and monthly usage of local and long distance calling. What this means is that you can freely and easily add or remove phones and licenses at any time to fit your company’s needs, and your monthly costs will adjust accordingly.\r\n\r\nIntegration: We have a plethora of features that enable integration through hosts of software: <a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/03/Hilltop-esna-salesforce.pdf\">ESNA</a> is a chrome plugin dialer which boasts presence and call features that enable click to dial through your computer’s browser. It’s powerful features can further be tied into the well know CRM Salesforce®. With these three powerhouses in cloud communications and customer relationship management, any organization will quickly realize their priceless benefits.\r\n\r\nAll the costly PBX hardware and multiple carrier connections are removed from the equation. What’s left are only the components needed to enable voice and data communication over a single, secure, and highly efficient data connection.\r\n\r\nFor more information: <a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/03/Hilltop-hosted-pbx-1.pdf\">Hilltop\'s Hosted PBX</a>.','Hosted PBX','','inherit','closed','closed','','147-revision-v1','','','2015-03-09 12:30:48','2015-03-09 16:30:48','',147,'http://hilltoptech.com/news/147-revision-v1/',0,'revision','',0),(151,1,'2015-03-09 12:35:36','2015-03-09 16:35:36','','HostedPBX','','inherit','closed','closed','','hostedpbx','','','2015-03-09 12:35:36','2015-03-09 16:35:36','',147,'http://hilltoptech.com/news/wp-content/uploads/2015/03/HostedPBX.png',0,'attachment','image/png',0),(152,1,'2015-03-09 12:56:01','2015-03-09 16:56:01','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/03/HostedPBX.png\"><img class=\"alignleft wp-image-151\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/03/HostedPBX-1024x484.png\" alt=\"HostedPBX\" width=\"498\" height=\"236\" /></a>Hilltop Technologies\' Hosted PBX Cloud Solution\n\nEfficiency and Affordability: Hosted PBX is the smartest choice for your business phone service. It eliminates the burden of purchasing and maintaining a costly hardware-based PBX, while enabling you to focus on maximizing the growth and profits of your business. Hosted PBX behaves like a traditional business phone system, but it is built and maintained in a secure cloud environment.\n\nReliability: Hosted PBX delivers crystal-clear solutions for your company through environments composed of reliable, carrier-grade network hardware and software, manufactured by the strongest firms on the market, such as Cisco™, BroadSoft™, IBM®, and ACME Packet™. It is deployed as a geo-redundant solution engineered with multiple redundant direct connections to our underlying providers, meaning your system runs in a highly available environment.\n\nMinimal Capital Expense: At Hilltop Technologies we leverage economies of scale to deliver a low-cost solution. You only pay for phones, licenses, and monthly usage of local and long distance calling. What this means is that you can freely and easily add or remove phones and licenses at any time to fit your company’s needs, and your monthly costs will adjust accordingly.\n\nIntegration: We have a plethora of features that enable integration through hosts of software: <a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/03/Hilltop-esna-salesforce.pdf\">ESNA</a> is a chrome plugin dialer which boasts presence and call features that enable click to dial through your computer’s browser. It’s powerful features can further be tied into the well know CRM Salesforce®. With these three powerhouses in cloud communications and customer relationship management, any organization will quickly realize their priceless benefits.\n\nAll the costly PBX hardware and multiple carrier connections are removed from the equation. What’s left are only the components needed to enable voice and data communication over a single, secure, and highly efficient data connection.\n\nFor more information: <a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/03/Hilltop-hosted-pbx-1.pdf\">Hilltop\'s Hosted PBX</a>.','Hosted PBX','','inherit','closed','closed','','147-autosave-v1','','','2015-03-09 12:56:01','2015-03-09 16:56:01','',147,'http://hilltoptech.com/news/147-autosave-v1/',0,'revision','',0),(153,1,'2015-03-09 12:36:54','2015-03-09 16:36:54','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/03/HostedPBX.png\"><img class=\" wp-image-151 size-large alignleft\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/03/HostedPBX-1024x484.png\" alt=\"HostedPBX\" width=\"640\" height=\"303\" /></a>Hilltop Technology\'s Hosted PBX Cloud Solution\r\n\r\nEfficiency and Affordability: Hosted PBX is the smartest choice for your business phone service. It eliminates the burden of purchasing and maintaining a costly hardware-based PBX, while enabling you to focus on maximizing the growth and profits of your business. Hosted PBX behaves like a traditional business phone system, but it is built and maintained in a secure cloud environment.\r\n\r\nReliability: Hosted PBX delivers crystal-clear solutions for your company through environments composed of reliable, carrier-grade network hardware and software, manufactured by the strongest firms on the market, such as Cisco™, BroadSoft™, IBM®, and ACME Packet™. It is deployed as a geo-redundant solution engineered with multiple redundant direct connections to our underlying providers, meaning your system runs in a highly available environment.\r\n\r\nMinimal Capital Expense: At Hilltop Technologies we leverage economies of scale to deliver a low-cost solution. You only pay for phones, licenses, and monthly usage of local and long distance calling. What this means is that you can freely and easily add or remove phones and licenses at any time to fit your company’s needs, and your monthly costs will adjust accordingly.\r\n\r\nIntegration: We have a plethora of features that enable integration through hosts of software: <a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/03/Hilltop-esna-salesforce.pdf\">ESNA</a> is a chrome plugin dialer which boasts presence and call features that enable click to dial through your computer’s browser. It’s powerful features can further be tied into the well know CRM Salesforce®. With these three powerhouses in cloud communications and customer relationship management, any organization will quickly realize their priceless benefits.\r\n\r\nAll the costly PBX hardware and multiple carrier connections are removed from the equation. What’s left are only the components needed to enable voice and data communication over a single, secure, and highly efficient data connection.\r\n\r\nFor more information: <a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/03/Hilltop-hosted-pbx-1.pdf\">Hilltop\'s Hosted PBX</a>.','Hosted PBX','','inherit','closed','closed','','147-revision-v1','','','2015-03-09 12:36:54','2015-03-09 16:36:54','',147,'http://hilltoptech.com/news/147-revision-v1/',0,'revision','',0),(154,1,'2015-03-09 12:37:55','2015-03-09 16:37:55','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/03/HostedPBX.png\"><img class=\"alignleft wp-image-151\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/03/HostedPBX-1024x484.png\" alt=\"HostedPBX\" width=\"399\" height=\"189\" /></a>Hilltop Technology\'s Hosted PBX Cloud Solution\r\n\r\nEfficiency and Affordability: Hosted PBX is the smartest choice for your business phone service. It eliminates the burden of purchasing and maintaining a costly hardware-based PBX, while enabling you to focus on maximizing the growth and profits of your business. Hosted PBX behaves like a traditional business phone system, but it is built and maintained in a secure cloud environment.\r\n\r\nReliability: Hosted PBX delivers crystal-clear solutions for your company through environments composed of reliable, carrier-grade network hardware and software, manufactured by the strongest firms on the market, such as Cisco™, BroadSoft™, IBM®, and ACME Packet™. It is deployed as a geo-redundant solution engineered with multiple redundant direct connections to our underlying providers, meaning your system runs in a highly available environment.\r\n\r\nMinimal Capital Expense: At Hilltop Technologies we leverage economies of scale to deliver a low-cost solution. You only pay for phones, licenses, and monthly usage of local and long distance calling. What this means is that you can freely and easily add or remove phones and licenses at any time to fit your company’s needs, and your monthly costs will adjust accordingly.\r\n\r\nIntegration: We have a plethora of features that enable integration through hosts of software: <a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/03/Hilltop-esna-salesforce.pdf\">ESNA</a> is a chrome plugin dialer which boasts presence and call features that enable click to dial through your computer’s browser. It’s powerful features can further be tied into the well know CRM Salesforce®. With these three powerhouses in cloud communications and customer relationship management, any organization will quickly realize their priceless benefits.\r\n\r\nAll the costly PBX hardware and multiple carrier connections are removed from the equation. What’s left are only the components needed to enable voice and data communication over a single, secure, and highly efficient data connection.\r\n\r\nFor more information: <a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/03/Hilltop-hosted-pbx-1.pdf\">Hilltop\'s Hosted PBX</a>.','Hosted PBX','','inherit','closed','closed','','147-revision-v1','','','2015-03-09 12:37:55','2015-03-09 16:37:55','',147,'http://hilltoptech.com/news/147-revision-v1/',0,'revision','',0),(155,1,'2015-03-09 12:38:28','2015-03-09 16:38:28','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/03/HostedPBX.png\"><img class=\"alignleft wp-image-151\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/03/HostedPBX-1024x484.png\" alt=\"HostedPBX\" width=\"501\" height=\"237\" /></a>Hilltop Technology\'s Hosted PBX Cloud Solution\r\n\r\nEfficiency and Affordability: Hosted PBX is the smartest choice for your business phone service. It eliminates the burden of purchasing and maintaining a costly hardware-based PBX, while enabling you to focus on maximizing the growth and profits of your business. Hosted PBX behaves like a traditional business phone system, but it is built and maintained in a secure cloud environment.\r\n\r\nReliability: Hosted PBX delivers crystal-clear solutions for your company through environments composed of reliable, carrier-grade network hardware and software, manufactured by the strongest firms on the market, such as Cisco™, BroadSoft™, IBM®, and ACME Packet™. It is deployed as a geo-redundant solution engineered with multiple redundant direct connections to our underlying providers, meaning your system runs in a highly available environment.\r\n\r\nMinimal Capital Expense: At Hilltop Technologies we leverage economies of scale to deliver a low-cost solution. You only pay for phones, licenses, and monthly usage of local and long distance calling. What this means is that you can freely and easily add or remove phones and licenses at any time to fit your company’s needs, and your monthly costs will adjust accordingly.\r\n\r\nIntegration: We have a plethora of features that enable integration through hosts of software: <a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/03/Hilltop-esna-salesforce.pdf\">ESNA</a> is a chrome plugin dialer which boasts presence and call features that enable click to dial through your computer’s browser. It’s powerful features can further be tied into the well know CRM Salesforce®. With these three powerhouses in cloud communications and customer relationship management, any organization will quickly realize their priceless benefits.\r\n\r\nAll the costly PBX hardware and multiple carrier connections are removed from the equation. What’s left are only the components needed to enable voice and data communication over a single, secure, and highly efficient data connection.\r\n\r\nFor more information: <a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/03/Hilltop-hosted-pbx-1.pdf\">Hilltop\'s Hosted PBX</a>.','Hosted PBX','','inherit','closed','closed','','147-revision-v1','','','2015-03-09 12:38:28','2015-03-09 16:38:28','',147,'http://hilltoptech.com/news/147-revision-v1/',0,'revision','',0),(156,1,'2015-03-09 12:40:57','2015-03-09 16:40:57','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/03/HostedPBX.png\"><img class=\"alignleft wp-image-151\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/03/HostedPBX-1024x484.png\" alt=\"HostedPBX\" width=\"498\" height=\"236\" /></a>Hilltop Technology\'s Hosted PBX Cloud Solution\r\n\r\nEfficiency and Affordability: Hosted PBX is the smartest choice for your business phone service. It eliminates the burden of purchasing and maintaining a costly hardware-based PBX, while enabling you to focus on maximizing the growth and profits of your business. Hosted PBX behaves like a traditional business phone system, but it is built and maintained in a secure cloud environment.\r\n\r\nReliability: Hosted PBX delivers crystal-clear solutions for your company through environments composed of reliable, carrier-grade network hardware and software, manufactured by the strongest firms on the market, such as Cisco™, BroadSoft™, IBM®, and ACME Packet™. It is deployed as a geo-redundant solution engineered with multiple redundant direct connections to our underlying providers, meaning your system runs in a highly available environment.\r\n\r\nMinimal Capital Expense: At Hilltop Technologies we leverage economies of scale to deliver a low-cost solution. You only pay for phones, licenses, and monthly usage of local and long distance calling. What this means is that you can freely and easily add or remove phones and licenses at any time to fit your company’s needs, and your monthly costs will adjust accordingly.\r\n\r\nIntegration: We have a plethora of features that enable integration through hosts of software: <a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/03/Hilltop-esna-salesforce.pdf\">ESNA</a> is a chrome plugin dialer which boasts presence and call features that enable click to dial through your computer’s browser. It’s powerful features can further be tied into the well know CRM Salesforce®. With these three powerhouses in cloud communications and customer relationship management, any organization will quickly realize their priceless benefits.\r\n\r\nAll the costly PBX hardware and multiple carrier connections are removed from the equation. What’s left are only the components needed to enable voice and data communication over a single, secure, and highly efficient data connection.\r\n\r\nFor more information: <a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/03/Hilltop-hosted-pbx-1.pdf\">Hilltop\'s Hosted PBX</a>.','Hosted PBX','','inherit','closed','closed','','147-revision-v1','','','2015-03-09 12:40:57','2015-03-09 16:40:57','',147,'http://hilltoptech.com/news/147-revision-v1/',0,'revision','',0),(157,1,'2015-03-09 12:56:01','2015-03-09 16:56:01','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/03/HostedPBX.png\"><img class=\"alignleft wp-image-151\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/03/HostedPBX-1024x484.png\" alt=\"HostedPBX\" width=\"498\" height=\"236\" /></a>Hilltop Technologies\' Hosted PBX Cloud Solution\r\n\r\nEfficiency and Affordability: Hosted PBX is the smartest choice for your business phone service. It eliminates the burden of purchasing and maintaining a costly hardware-based PBX, while enabling you to focus on maximizing the growth and profits of your business. Hosted PBX behaves like a traditional business phone system, but it is built and maintained in a secure cloud environment.\r\n\r\nReliability: Hosted PBX delivers crystal-clear solutions for your company through environments composed of reliable, carrier-grade network hardware and software, manufactured by the strongest firms on the market, such as Cisco™, BroadSoft™, IBM®, and ACME Packet™. It is deployed as a geo-redundant solution engineered with multiple redundant direct connections to our underlying providers, meaning your system runs in a highly available environment.\r\n\r\nMinimal Capital Expense: At Hilltop Technologies we leverage economies of scale to deliver a low-cost solution. You only pay for phones, licenses, and monthly usage of local and long distance calling. What this means is that you can freely and easily add or remove phones and licenses at any time to fit your company’s needs, and your monthly costs will adjust accordingly.\r\n\r\nIntegration: We have a plethora of features that enable integration through hosts of software: <a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/03/Hilltop-esna-salesforce.pdf\">ESNA</a> is a chrome plugin dialer which boasts presence and call features that enable click to dial through your computer’s browser. It’s powerful features can further be tied into the well know CRM Salesforce®. With these three powerhouses in cloud communications and customer relationship management, any organization will quickly realize their priceless benefits.\r\n\r\nAll the costly PBX hardware and multiple carrier connections are removed from the equation. What’s left are only the components needed to enable voice and data communication over a single, secure, and highly efficient data connection.\r\n\r\nFor more information: <a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/03/Hilltop-hosted-pbx-1.pdf\">Hilltop\'s Hosted PBX</a>.','Hosted PBX','','inherit','closed','closed','','147-revision-v1','','','2015-03-09 12:56:01','2015-03-09 16:56:01','',147,'http://hilltoptech.com/news/147-revision-v1/',0,'revision','',0),(166,1,'2015-04-01 12:03:57','2015-04-01 16:03:57','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/03/bigstock-fine-image-of-white-clouds-and-16823522.jpg\"><img class=\"alignright size-medium wp-image-162\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/03/bigstock-fine-image-of-white-clouds-and-16823522-300x200.jpg\" alt=\"fine image of white clouds and blue sky and air balloon\" width=\"300\" height=\"200\" /></a>It’s hard to picture what our work lives were like, only several decades ago. For a lot of us, we wouldn’t have the job we have now back then. The advances in technology have changed the way that we work and the work that we do, as industries have evolved and shifted.\r\n\r\nWith Hosted PBX and SIP Trunking, your business’s telecommunications set-up goes from a legacy function with roots about as old as the Clinton administration, to the most current technologies, with very little work on your end, and even perhaps cost savings to you. Don’t get me wrong – the old-fashioned telephone systems of yesterday still do their basic function, and probably still do it well. But why settle for something that just does A, B, and C, when options A through Z are available to you?\r\n\r\nWe worked with a company recently that was a business with about 20 employees with two separate offices in different states. They had a PBX which set them up with the standard extension lines and connected system that most companies of that size have, but that was about it. Besides that, they were still faxing manually, didn’t have unified communications set up, there was no audio conferencing set-up, and their call center (about 4 lines) had some serious holes due to the lack of being able to record phone calls and having to manually log everything into their CRM (Customer Relationship Management) system.\r\n\r\nTheir office was a prime candidate for making the switch to the cloud-based PBX. But their concern was that they had spent several thousands of dollars on their telecommunications infrastructure and they had sales executives who worked from home or on the road with their own cellular devices. This was a major hurdle, or so they felt, and it prevented them from exploring any upgrades they so easily could be taking advantage of in this day and age.\r\n\r\nFirst thing that had to be pointed out to them was their ability to use SIP Trunking. This enabled them to keep all of their existing equipment and only upgrade elements of equipment as they needed it, based on their established schedule of depreciation. The SIP Trunking allowed their current phones to switch to cloud-based. Should they need to replace phones or add lines with growth, the scalability of the system would enable them to integrate to the new technology.\r\n\r\nA huge plus for them was the ability to shift from their manual, giant fax machine, to a virtual system. The company worked with many legal forms and several contracts that had to make their rounds from fax machine to fax machine. What they found constantly, was that more and more small businesses were shifting from fax machines, and instead to solely email. However, banks and other financial companies still preferred fax versus email. Another roadblock was that their fax machine, surprisingly not an inexpensive piece of office equipment, was old and sluggish, and decided to have a mind of its own. When virtual fax was introduced to them it was like a whole new world of opportunity. They had the ability to send files virtually from email to any fax machine, while also keeping their existing fax line, and receiving incoming faxes via email. This saved them considerably on printing and paper costs as they no longer had to print every document to then fax to someone.\r\n\r\nTheir call center, although only a few employees, had several missing elements that prevented them from running as efficiently as possible. They were using Salesforce but it wasn’t integrated into their PBX and they also weren’t always the best about logging every call because of the amount of business. Enhanced Call Center was recommended with the additional module of Smart Record. What Enhanced Call Center offered them was a scalable and reliable system for taking calls that also supported mobile, should they ever integrate to a BYOD workplace. The detailed activity monitoring was a huge plus for the supervisor, who lacked any succinct way in tracking call volumes and statistics of the phone calls. Speaking of the supervisor, you should have seen her face when I introduced Smart Record to her. This was what the company was missing and desperately needed. This monitoring solution allowed phone calls to be recorded and stored as MPEG files, included statistics like call location, and identified frequent callers – all while keeping a log that integrated with their CRM. The best part of this feature for the company was that their supervisor was able to listen in on phone calls in progress, which helped considerably with the long and tedious training process the company had. The recorded and stored call files came in extra handy when issues arose with top clients that needed to have second look at to see where either things were done correctly or perhaps not so correctly. Having the ability to revisit cases was invaluable.\r\n\r\nThe Dialer for Google Chrome extension was also a nice added option too for them, as each person was able to add the extension for free from the Google Chrome Store, and it integrated perfectly with their CRM and PBX.\r\n\r\nAdditional features that only helped improve inter-office workflow were the Meet-Me Audio Conferencing feature and ESNA’s collaboration tools. With the audio conferencing, the business’s two offices were able to conference easily from their desks without moving into a main conference room. The application included several Dual Tone Multi Frequency (DMTF) controls like lecture mode, mute/unmute, roll call, and recording options. This was also helpful for the salespeople who may have been on the road but still wanting to be in on the conversation.\r\n\r\nAs far as the ESNA collaboration tools go, this was also a useful function for them, especially on busier days when each employee was on the phone at once. What ESNA allowed them to do was group chat and instant message one another – quicker than email – and a great way for them to multitask and get answers from sales reps or an employee on another floor while still taking the phone call that they were on. ESNA integrates with Google Calendar and with Salesforce so everyone’s availability was displayed as well.\r\n\r\nIt was shocking how many new features were available to them that focused on their phone system. Their jobs and work life were improved drastically by making the switch and they even ended up saving money thanks to the several integrations and free features that the Hosted PBX and SIP Trunking allowed them, and the cut-back on time spent executing outdated functions. This advancement in operational efficiency was critical to the company’s bottom line and in securing them as a leader in their market for customer service.\r\n\r\nIf you want to learn more about switching your business phone system and/or integrating any of the Infinitum Hilltop Cloud Solution Hosted PBX features explained here, contact me at <a href=\"mailto:owilson@hilltoptech.com\">owilson@hilltoptech.com</a> or give me a call at 860-668-5285.','Reach New Heights: Hosted PBX','','inherit','closed','closed','','160-revision-v1','','','2015-04-01 12:03:57','2015-04-01 16:03:57','',160,'http://hilltoptech.com/news/160-revision-v1/',0,'revision','',0),(160,1,'2015-03-17 10:52:45','2015-03-17 14:52:45','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/03/bigstock-fine-image-of-white-clouds-and-16823522.jpg\"><img class=\"alignright size-medium wp-image-162\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/03/bigstock-fine-image-of-white-clouds-and-16823522-300x200.jpg\" alt=\"fine image of white clouds and blue sky and air balloon\" width=\"300\" height=\"200\" /></a>It’s hard to picture what our work lives were like, only several decades ago. For a lot of us, we wouldn’t have the job we have now back then. The advances in technology have changed the way that we work and the work that we do, as industries have evolved and shifted.\r\n\r\nWith Hosted PBX and SIP Trunking, your business’s telecommunications set-up goes from a legacy function with roots about as old as the Clinton administration, to the most current technologies, with very little work on your end, and even perhaps cost savings to you. Don’t get me wrong – the old-fashioned telephone systems of yesterday still do their basic function, and probably still do it well. But why settle for something that just does A, B, and C, when options A through Z are available to you?\r\n\r\nWe worked with a company recently that was a business with about 20 employees with two separate offices in different states. They had a PBX which set them up with the standard extension lines and connected system that most companies of that size have, but that was about it. Besides that, they were still faxing manually, didn’t have unified communications set up, there was no audio conferencing set-up, and their call center (about 4 lines) had some serious holes due to the lack of being able to record phone calls and having to manually log everything into their CRM (Customer Relationship Management) system.\r\n\r\nTheir office was a prime candidate for making the switch to the cloud-based PBX. But their concern was that they had spent several thousands of dollars on their telecommunications infrastructure and they had sales executives who worked from home or on the road with their own cellular devices. This was a major hurdle, or so they felt, and it prevented them from exploring any upgrades they so easily could be taking advantage of in this day and age.\r\n\r\nFirst thing that had to be pointed out to them was their ability to use SIP Trunking. This enabled them to keep all of their existing equipment and only upgrade elements of equipment as they needed it, based on their established schedule of depreciation. The SIP Trunking allowed their current phones to switch to cloud-based. Should they need to replace phones or add lines with growth, the scalability of the system would enable them to integrate to the new technology.\r\n\r\nA huge plus for them was the ability to shift from their manual, giant fax machine, to a virtual system. The company worked with many legal forms and several contracts that had to make their rounds from fax machine to fax machine. What they found constantly, was that more and more small businesses were shifting from fax machines, and instead to solely email. However, banks and other financial companies still preferred fax versus email. Another roadblock was that their fax machine, surprisingly not an inexpensive piece of office equipment, was old and sluggish, and decided to have a mind of its own. When virtual fax was introduced to them it was like a whole new world of opportunity. They had the ability to send files virtually from email to any fax machine, while also keeping their existing fax line, and receiving incoming faxes via email. This saved them considerably on printing and paper costs as they no longer had to print every document to then fax to someone.\r\n\r\nTheir call center, although only a few employees, had several missing elements that prevented them from running as efficiently as possible. They were using Salesforce but it wasn’t integrated into their PBX and they also weren’t always the best about logging every call because of the amount of business. Enhanced Call Center was recommended with the additional module of Smart Record. What Enhanced Call Center offered them was a scalable and reliable system for taking calls that also supported mobile, should they ever integrate to a BYOD workplace. The detailed activity monitoring was a huge plus for the supervisor, who lacked any succinct way in tracking call volumes and statistics of the phone calls. Speaking of the supervisor, you should have seen her face when I introduced Smart Record to her. This was what the company was missing and desperately needed. This monitoring solution allowed phone calls to be recorded and stored as MPEG files, included statistics like call location, and identified frequent callers – all while keeping a log that integrated with their CRM. The best part of this feature for the company was that their supervisor was able to listen in on phone calls in progress, which helped considerably with the long and tedious training process the company had. The recorded and stored call files came in extra handy when issues arose with top clients that needed to have second look at to see where either things were done correctly or perhaps not so correctly. Having the ability to revisit cases was invaluable.\r\n\r\nThe Dialer for Google Chrome extension was also a nice added option too for them, as each person was able to add the extension for free from the Google Chrome Store, and it integrated perfectly with their CRM and PBX.\r\n\r\nAdditional features that only helped improve inter-office workflow were the Meet-Me Audio Conferencing feature and ESNA’s collaboration tools. With the audio conferencing, the business’s two offices were able to conference easily from their desks without moving into a main conference room. The application included several Dual Tone Multi Frequency (DMTF) controls like lecture mode, mute/unmute, roll call, and recording options. This was also helpful for the salespeople who may have been on the road but still wanting to be in on the conversation.\r\n\r\nAs far as the ESNA collaboration tools go, this was also a useful function for them, especially on busier days when each employee was on the phone at once. What ESNA allowed them to do was group chat and instant message one another – quicker than email – and a great way for them to multitask and get answers from sales reps or an employee on another floor while still taking the phone call that they were on. ESNA integrates with Google Calendar and with Salesforce so everyone’s availability was displayed as well.\r\n\r\nIt was shocking how many new features were available to them that focused on their phone system. Their jobs and work life were improved drastically by making the switch and they even ended up saving money thanks to the several integrations and free features that the Hosted PBX and SIP Trunking allowed them, and the cut-back on time spent executing outdated functions. This advancement in operational efficiency was critical to the company’s bottom line and in securing them as a leader in their market for customer service.\r\n\r\nIf you want to learn more about switching your business phone system and/or integrating any of the Infinitum Hilltop Cloud Solution Hosted PBX features explained here, contact me at <a href=\"mailto:owilson@hilltoptech.com\">owilson@hilltoptech.com</a> or give me a call at 860-668-5285.','Reach New Heights: Hosted PBX','','publish','closed','closed','','reach-new-heights-hosted-pbx','','','2015-04-01 12:03:57','2015-04-01 16:03:57','',0,'http://hilltoptech.com/news/?p=160',0,'post','',0),(161,1,'2015-03-17 10:52:45','2015-03-17 14:52:45','It’s hard to picture what our work lives were like, only several decades ago. For a lot of us, we wouldn’t have the job we have now back then. The advances in technology have changed the way that we work and the work that we do, as industries have evolved and shifted.\r\n\r\nWith Hosted PBX and SIP Trunking, your business’s telecommunications set-up goes from a legacy function with roots about as old as the Clinton administration, to the most current technologies, with very little work on your end, and even perhaps cost savings to you. Don’t get me wrong – the old-fashioned telephone systems of yesterday still do their basic function, and probably still do it well. But why settle for something that just does A, B, and C, when options A through Z are available to you?\r\n\r\nWe worked with a company recently that was a business with about 20 employees with two separate offices in different states. They had a PBX which set them up with the standard extension lines and connected system that most companies of that size have, but that was about it. Besides that, they were still faxing manually, didn’t have unified communications set up, there was no audio conferencing set-up, and their call center (about 4 lines) had some serious holes due to the lack of being able to record phone calls and having to manually log everything into their CRM (Customer Relationship Management) system.\r\n\r\nTheir office was a prime candidate for making the switch to the cloud-based PBX. But their concern was that they had spent several thousands of dollars on their telecommunications infrastructure and they had sales executives who worked from home or on the road with their own cellular devices. This was a major hurdle, or so they felt, and it prevented them from exploring any upgrades they so easily could be taking advantage of in this day and age.\r\n\r\nFirst thing that had to be pointed out to them was their ability to use SIP Trunking. This enabled them to keep all of their existing equipment and only upgrade elements of equipment as they needed it, based on their established schedule of depreciation. The SIP Trunking allowed their current phones to switch to cloud-based. Should they need to replace phones or add lines with growth, the scalability of the system would enable them to integrate to the new technology.\r\n\r\nA huge plus for them was the ability to shift from their manual, giant fax machine, to a virtual system. The company worked with many legal forms and several contracts that had to make their rounds from fax machine to fax machine. What they found constantly, was that more and more small businesses were shifting from fax machines, and instead to solely email. However, banks and other financial companies still preferred fax versus email. Another roadblock was that their fax machine, surprisingly not an inexpensive piece of office equipment, was old and sluggish, and decided to have a mind of its own. When virtual fax was introduced to them it was like a whole new world of opportunity. They had the ability to send files virtually from email to any fax machine, while also keeping their existing fax line, and receiving incoming faxes via email. This saved them considerably on printing and paper costs as they no longer had to print every document to then fax to someone.\r\n\r\nTheir call center, although only a few employees, had several missing elements that prevented them from running as efficiently as possible. They were using Salesforce but it wasn’t integrated into their PBX and they also weren’t always the best about logging every call because of the amount of business. Enhanced Call Center was recommended with the additional module of Smart Record. What Enhanced Call Center offered them was a scalable and reliable system for taking calls that also supported mobile, should they ever integrate to a BYOD workplace. The detailed activity monitoring was a huge plus for the supervisor, who lacked any succinct way in tracking call volumes and statistics of the phone calls. Speaking of the supervisor, you should have seen her face when I introduced Smart Record to her. This was what the company was missing and desperately needed. This monitoring solution allowed phone calls to be recorded and stored as MPEG files, included statistics like call location, and identified frequent callers – all while keeping a log that integrated with their CRM. The best part of this feature for the company was that their supervisor was able to listen in on phone calls in progress, which helped considerably with the long and tedious training process the company had. The recorded and stored call files came in extra handy when issues arose with top clients that needed to have second look at to see where either things were done correctly or perhaps not so correctly. Having the ability to revisit cases was invaluable.\r\n\r\nThe Dialer for Google Chrome extension was also a nice added option too for them, as each person was able to add the extension for free from the Google Chrome Store, and it integrated perfectly with their CRM and PBX.\r\n\r\nAdditional features that only helped improve inter-office workflow were the Meet-Me Audio Conferencing feature and ESNA’s collaboration tools. With the audio conferencing, the business’s two offices were able to conference easily from their desks without moving into a main conference room. The application included several Dual Tone Multi Frequency (DMTF) controls like lecture mode, mute/unmute, roll call, and recording options. This was also helpful for the salespeople who may have been on the road but still wanting to be in on the conversation.\r\n\r\nAs far as the ESNA collaboration tools go, this was also a useful function for them, especially on busier days when each employee was on the phone at once. What ESNA allowed them to do was group chat and instant message one another – quicker than email – and a great way for them to multitask and get answers from sales reps or an employee on another floor while still taking the phone call that they were on. ESNA integrates with Google Calendar and with Salesforce so everyone’s availability was displayed as well.\r\n\r\nIt was shocking how many new features were available to them that focused on their phone system. Their jobs and work life were improved drastically by making the switch and they even ended up saving money thanks to the several integrations and free features that the Hosted PBX and SIP Trunking allowed them, and the cut-back on time spent executing outdated functions. This advancement in operational efficiency was critical to the company’s bottom line and in securing them as a leader in their market for customer service.\r\n\r\nIf you want to learn more about switching your business phone system and/or integrating any of the Hosted PBX features explained here, contact me at <a href=\"mailto:owilson@hilltoptech.com\">owilson@hilltoptech.com</a> or give me a call at 860-668-5285.','Reach New Heights: Hosted PBX','','inherit','closed','closed','','160-revision-v1','','','2015-03-17 10:52:45','2015-03-17 14:52:45','',160,'http://hilltoptech.com/news/160-revision-v1/',0,'revision','',0),(162,1,'2015-03-17 12:09:06','2015-03-17 16:09:06','','fine image of white clouds and blue sky and air balloon','','inherit','closed','closed','','fine-image-of-white-clouds-and-blue-sky-and-air-balloon','','','2015-03-17 12:09:06','2015-03-17 16:09:06','',160,'http://hilltoptech.com/news/wp-content/uploads/2015/03/bigstock-fine-image-of-white-clouds-and-16823522.jpg',0,'attachment','image/jpeg',0),(163,1,'2015-03-17 12:09:32','2015-03-17 16:09:32','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/03/bigstock-fine-image-of-white-clouds-and-16823522.jpg\"><img class=\"alignright size-medium wp-image-162\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/03/bigstock-fine-image-of-white-clouds-and-16823522-300x200.jpg\" alt=\"fine image of white clouds and blue sky and air balloon\" width=\"300\" height=\"200\" /></a>It’s hard to picture what our work lives were like, only several decades ago. For a lot of us, we wouldn’t have the job we have now back then. The advances in technology have changed the way that we work and the work that we do, as industries have evolved and shifted.\n\nWith Hosted PBX and SIP Trunking, your business’s telecommunications set-up goes from a legacy function with roots about as old as the Clinton administration, to the most current technologies, with very little work on your end, and even perhaps cost savings to you. Don’t get me wrong – the old-fashioned telephone systems of yesterday still do their basic function, and probably still do it well. But why settle for something that just does A, B, and C, when options A through Z are available to you?\n\nWe worked with a company recently that was a business with about 20 employees with two separate offices in different states. They had a PBX which set them up with the standard extension lines and connected system that most companies of that size have, but that was about it. Besides that, they were still faxing manually, didn’t have unified communications set up, there was no audio conferencing set-up, and their call center (about 4 lines) had some serious holes due to the lack of being able to record phone calls and having to manually log everything into their CRM (Customer Relationship Management) system.\n\nTheir office was a prime candidate for making the switch to the cloud-based PBX. But their concern was that they had spent several thousands of dollars on their telecommunications infrastructure and they had sales executives who worked from home or on the road with their own cellular devices. This was a major hurdle, or so they felt, and it prevented them from exploring any upgrades they so easily could be taking advantage of in this day and age.\n\nFirst thing that had to be pointed out to them was their ability to use SIP Trunking. This enabled them to keep all of their existing equipment and only upgrade elements of equipment as they needed it, based on their established schedule of depreciation. The SIP Trunking allowed their current phones to switch to cloud-based. Should they need to replace phones or add lines with growth, the scalability of the system would enable them to integrate to the new technology.\n\nA huge plus for them was the ability to shift from their manual, giant fax machine, to a virtual system. The company worked with many legal forms and several contracts that had to make their rounds from fax machine to fax machine. What they found constantly, was that more and more small businesses were shifting from fax machines, and instead to solely email. However, banks and other financial companies still preferred fax versus email. Another roadblock was that their fax machine, surprisingly not an inexpensive piece of office equipment, was old and sluggish, and decided to have a mind of its own. When virtual fax was introduced to them it was like a whole new world of opportunity. They had the ability to send files virtually from email to any fax machine, while also keeping their existing fax line, and receiving incoming faxes via email. This saved them considerably on printing and paper costs as they no longer had to print every document to then fax to someone.\n\nTheir call center, although only a few employees, had several missing elements that prevented them from running as efficiently as possible. They were using Salesforce but it wasn’t integrated into their PBX and they also weren’t always the best about logging every call because of the amount of business. Enhanced Call Center was recommended with the additional module of Smart Record. What Enhanced Call Center offered them was a scalable and reliable system for taking calls that also supported mobile, should they ever integrate to a BYOD workplace. The detailed activity monitoring was a huge plus for the supervisor, who lacked any succinct way in tracking call volumes and statistics of the phone calls. Speaking of the supervisor, you should have seen her face when I introduced Smart Record to her. This was what the company was missing and desperately needed. This monitoring solution allowed phone calls to be recorded and stored as MPEG files, included statistics like call location, and identified frequent callers – all while keeping a log that integrated with their CRM. The best part of this feature for the company was that their supervisor was able to listen in on phone calls in progress, which helped considerably with the long and tedious training process the company had. The recorded and stored call files came in extra handy when issues arose with top clients that needed to have second look at to see where either things were done correctly or perhaps not so correctly. Having the ability to revisit cases was invaluable.\n\nThe Dialer for Google Chrome extension was also a nice added option too for them, as each person was able to add the extension for free from the Google Chrome Store, and it integrated perfectly with their CRM and PBX.\n\nAdditional features that only helped improve inter-office workflow were the Meet-Me Audio Conferencing feature and ESNA’s collaboration tools. With the audio conferencing, the business’s two offices were able to conference easily from their desks without moving into a main conference room. The application included several Dual Tone Multi Frequency (DMTF) controls like lecture mode, mute/unmute, roll call, and recording options. This was also helpful for the salespeople who may have been on the road but still wanting to be in on the conversation.\n\nAs far as the ESNA collaboration tools go, this was also a useful function for them, especially on busier days when each employee was on the phone at once. What ESNA allowed them to do was group chat and instant message one another – quicker than email – and a great way for them to multitask and get answers from sales reps or an employee on another floor while still taking the phone call that they were on. ESNA integrates with Google Calendar and with Salesforce so everyone’s availability was displayed as well.\n\nIt was shocking how many new features were available to them that focused on their phone system. Their jobs and work life were improved drastically by making the switch and they even ended up saving money thanks to the several integrations and free features that the Hosted PBX and SIP Trunking allowed them, and the cut-back on time spent executing outdated functions. This advancement in operational efficiency was critical to the company’s bottom line and in securing them as a leader in their market for customer service.\n\nIf you want to learn more about switching your business phone system and/or integrating any of the Hosted PBX features explained here, contact me at <a href=\"mailto:owilson@hilltoptech.com\">owilson@hilltoptech.com</a> or give me a call at 860-668-5285.','Reach New Heights: Hosted PBX','','inherit','closed','closed','','160-autosave-v1','','','2015-03-17 12:09:32','2015-03-17 16:09:32','',160,'http://hilltoptech.com/news/160-autosave-v1/',0,'revision','',0),(164,1,'2015-03-17 12:09:51','2015-03-17 16:09:51','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/03/bigstock-fine-image-of-white-clouds-and-16823522.jpg\"><img class=\"alignright size-medium wp-image-162\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/03/bigstock-fine-image-of-white-clouds-and-16823522-300x200.jpg\" alt=\"fine image of white clouds and blue sky and air balloon\" width=\"300\" height=\"200\" /></a>It’s hard to picture what our work lives were like, only several decades ago. For a lot of us, we wouldn’t have the job we have now back then. The advances in technology have changed the way that we work and the work that we do, as industries have evolved and shifted.\r\n\r\nWith Hosted PBX and SIP Trunking, your business’s telecommunications set-up goes from a legacy function with roots about as old as the Clinton administration, to the most current technologies, with very little work on your end, and even perhaps cost savings to you. Don’t get me wrong – the old-fashioned telephone systems of yesterday still do their basic function, and probably still do it well. But why settle for something that just does A, B, and C, when options A through Z are available to you?\r\n\r\nWe worked with a company recently that was a business with about 20 employees with two separate offices in different states. They had a PBX which set them up with the standard extension lines and connected system that most companies of that size have, but that was about it. Besides that, they were still faxing manually, didn’t have unified communications set up, there was no audio conferencing set-up, and their call center (about 4 lines) had some serious holes due to the lack of being able to record phone calls and having to manually log everything into their CRM (Customer Relationship Management) system.\r\n\r\nTheir office was a prime candidate for making the switch to the cloud-based PBX. But their concern was that they had spent several thousands of dollars on their telecommunications infrastructure and they had sales executives who worked from home or on the road with their own cellular devices. This was a major hurdle, or so they felt, and it prevented them from exploring any upgrades they so easily could be taking advantage of in this day and age.\r\n\r\nFirst thing that had to be pointed out to them was their ability to use SIP Trunking. This enabled them to keep all of their existing equipment and only upgrade elements of equipment as they needed it, based on their established schedule of depreciation. The SIP Trunking allowed their current phones to switch to cloud-based. Should they need to replace phones or add lines with growth, the scalability of the system would enable them to integrate to the new technology.\r\n\r\nA huge plus for them was the ability to shift from their manual, giant fax machine, to a virtual system. The company worked with many legal forms and several contracts that had to make their rounds from fax machine to fax machine. What they found constantly, was that more and more small businesses were shifting from fax machines, and instead to solely email. However, banks and other financial companies still preferred fax versus email. Another roadblock was that their fax machine, surprisingly not an inexpensive piece of office equipment, was old and sluggish, and decided to have a mind of its own. When virtual fax was introduced to them it was like a whole new world of opportunity. They had the ability to send files virtually from email to any fax machine, while also keeping their existing fax line, and receiving incoming faxes via email. This saved them considerably on printing and paper costs as they no longer had to print every document to then fax to someone.\r\n\r\nTheir call center, although only a few employees, had several missing elements that prevented them from running as efficiently as possible. They were using Salesforce but it wasn’t integrated into their PBX and they also weren’t always the best about logging every call because of the amount of business. Enhanced Call Center was recommended with the additional module of Smart Record. What Enhanced Call Center offered them was a scalable and reliable system for taking calls that also supported mobile, should they ever integrate to a BYOD workplace. The detailed activity monitoring was a huge plus for the supervisor, who lacked any succinct way in tracking call volumes and statistics of the phone calls. Speaking of the supervisor, you should have seen her face when I introduced Smart Record to her. This was what the company was missing and desperately needed. This monitoring solution allowed phone calls to be recorded and stored as MPEG files, included statistics like call location, and identified frequent callers – all while keeping a log that integrated with their CRM. The best part of this feature for the company was that their supervisor was able to listen in on phone calls in progress, which helped considerably with the long and tedious training process the company had. The recorded and stored call files came in extra handy when issues arose with top clients that needed to have second look at to see where either things were done correctly or perhaps not so correctly. Having the ability to revisit cases was invaluable.\r\n\r\nThe Dialer for Google Chrome extension was also a nice added option too for them, as each person was able to add the extension for free from the Google Chrome Store, and it integrated perfectly with their CRM and PBX.\r\n\r\nAdditional features that only helped improve inter-office workflow were the Meet-Me Audio Conferencing feature and ESNA’s collaboration tools. With the audio conferencing, the business’s two offices were able to conference easily from their desks without moving into a main conference room. The application included several Dual Tone Multi Frequency (DMTF) controls like lecture mode, mute/unmute, roll call, and recording options. This was also helpful for the salespeople who may have been on the road but still wanting to be in on the conversation.\r\n\r\nAs far as the ESNA collaboration tools go, this was also a useful function for them, especially on busier days when each employee was on the phone at once. What ESNA allowed them to do was group chat and instant message one another – quicker than email – and a great way for them to multitask and get answers from sales reps or an employee on another floor while still taking the phone call that they were on. ESNA integrates with Google Calendar and with Salesforce so everyone’s availability was displayed as well.\r\n\r\nIt was shocking how many new features were available to them that focused on their phone system. Their jobs and work life were improved drastically by making the switch and they even ended up saving money thanks to the several integrations and free features that the Hosted PBX and SIP Trunking allowed them, and the cut-back on time spent executing outdated functions. This advancement in operational efficiency was critical to the company’s bottom line and in securing them as a leader in their market for customer service.\r\n\r\nIf you want to learn more about switching your business phone system and/or integrating any of the Hosted PBX features explained here, contact me at <a href=\"mailto:owilson@hilltoptech.com\">owilson@hilltoptech.com</a> or give me a call at 860-668-5285.','Reach New Heights: Hosted PBX','','inherit','closed','closed','','160-revision-v1','','','2015-03-17 12:09:51','2015-03-17 16:09:51','',160,'http://hilltoptech.com/news/160-revision-v1/',0,'revision','',0),(167,1,'2015-04-01 12:04:51','2015-04-01 16:04:51','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/03/HostedPBX.png\"><img class=\"alignleft wp-image-151\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/03/HostedPBX-1024x484.png\" alt=\"HostedPBX\" width=\"498\" height=\"236\" /></a>Infinitum: Hilltop\'s Hosted PBX Cloud Solution\r\n\r\nEfficiency and Affordability: Hosted PBX is the smartest choice for your business phone service. It eliminates the burden of purchasing and maintaining a costly hardware-based PBX, while enabling you to focus on maximizing the growth and profits of your business. Hosted PBX behaves like a traditional business phone system, but it is built and maintained in a secure cloud environment.\r\n\r\nReliability: Hosted PBX delivers crystal-clear solutions for your company through environments composed of reliable, carrier-grade network hardware and software, manufactured by the strongest firms on the market, such as Cisco™, BroadSoft™, IBM®, and ACME Packet™. It is deployed as a geo-redundant solution engineered with multiple redundant direct connections to our underlying providers, meaning your system runs in a highly available environment.\r\n\r\nMinimal Capital Expense: At Hilltop Technologies we leverage economies of scale to deliver a low-cost solution. You only pay for phones, licenses, and monthly usage of local and long distance calling. What this means is that you can freely and easily add or remove phones and licenses at any time to fit your company’s needs, and your monthly costs will adjust accordingly.\r\n\r\nIntegration: We have a plethora of features that enable integration through hosts of software: <a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/03/Hilltop-esna-salesforce.pdf\">ESNA</a> is a chrome plugin dialer which boasts presence and call features that enable click to dial through your computer’s browser. It’s powerful features can further be tied into the well know CRM Salesforce®. With these three powerhouses in cloud communications and customer relationship management, any organization will quickly realize their priceless benefits.\r\n\r\nAll the costly PBX hardware and multiple carrier connections are removed from the equation. What’s left are only the components needed to enable voice and data communication over a single, secure, and highly efficient data connection.\r\n\r\nFor more information: <a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/03/Hilltop-hosted-pbx-1.pdf\">Hilltop\'s Hosted PBX</a>.','Infinitum: Hilltop\'s Cloud Solution','','inherit','closed','closed','','147-revision-v1','','','2015-04-01 12:04:51','2015-04-01 16:04:51','',147,'http://hilltoptech.com/news/147-revision-v1/',0,'revision','',0),(168,1,'2015-04-01 12:09:45','2015-04-01 16:09:45','<img class=\"alignright wp-image-169 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/04/Apr2015_webgraphic-180x300.png\" alt=\"Apr2015_webgraphic\" width=\"180\" height=\"300\" />Join us at our next Lunch & Learn event!\r\n\r\nWe’ll be at the <a href=\"http://hamptoninn3.hilton.com/en/hotels/connecticut/hampton-inn-and-suites-hartford-east-hartford-EHTCTHX/index.html\">Hampton Inn</a> & Suites (351 Pitkin St) in East Hartford, CT for a Lunch & Learn session on Hilltop\'s new cloud-based PBX solution, <strong><em>Infinitum</em></strong>. The event takes place on April 28, 2015 from 11:00 am to 1:00 pm and includes lunch.\r\n\r\nTo learn more about Infinitum <a href=\"http://hilltoptech.com/news/hosted-pbx/\">click here</a>.\r\n\r\nTo register for the event, or if you have questions, email Owen by <a href=\"mailto:owilson@hilltoptech.com\">clicking here</a>.','Lunch & Learn: Infinitum Cloud Solution','','publish','closed','closed','','lunch-learn-infinitum-cloud-solution','','','2015-04-01 12:11:46','2015-04-01 16:11:46','',0,'http://hilltoptech.com/news/?p=168',0,'post','',0),(169,1,'2015-04-01 12:05:45','2015-04-01 16:05:45','','Apr2015_webgraphic','','inherit','closed','closed','','apr2015_webgraphic','','','2015-04-01 12:05:45','2015-04-01 16:05:45','',168,'http://hilltoptech.com/news/wp-content/uploads/2015/04/Apr2015_webgraphic.png',0,'attachment','image/png',0),(170,1,'2015-04-01 12:09:45','2015-04-01 16:09:45','<img class=\"alignright wp-image-169 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/04/Apr2015_webgraphic-180x300.png\" alt=\"Apr2015_webgraphic\" width=\"180\" height=\"300\" />Join us at our next Lunch & Learn event!\r\n\r\nWe’ll be at the <a href=\"http://hamptoninn3.hilton.com/en/hotels/connecticut/hampton-inn-and-suites-hartford-east-hartford-EHTCTHX/index.html\">Hampton Inn & </a>Suites (351 Pitkin St) in East Hartford, CT for a Lunch & Learn session on Hilltop\'s new cloud-based PBX solution, <strong><em>Infinitum</em></strong>. The event takes place on April 28, 2015 from 11:00 am to 1:00 pm and includes lunch.\r\n\r\nTo learn more about Infinitum <a href=\"http://hilltoptech.com/news/hosted-pbx/\">click here</a>.\r\n\r\nTo register for the event, or if you have questions, email Owen by <a href=\"mailto:owilson@hilltoptech.com\">clicking here</a>.','Lunch & Learn: Infinitum Cloud Solution','','inherit','closed','closed','','168-revision-v1','','','2015-04-01 12:09:45','2015-04-01 16:09:45','',168,'http://hilltoptech.com/news/168-revision-v1/',0,'revision','',0),(171,1,'2015-04-01 12:10:49','2015-04-01 16:10:49','<img class=\"alignright wp-image-169 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/04/Apr2015_webgraphic-180x300.png\" alt=\"Apr2015_webgraphic\" width=\"180\" height=\"300\" />Join us at our next Lunch & Learn event!\n\nWe’ll be at the <a href=\"http://hamptoninn3.hilton.com/en/hotels/connecticut/hampton-inn-and-suites-hartford-east-hartford-EHTCTHX/index.html\">Hampton Inn &</a> Suites (351 Pitkin St) in East Hartford, CT for a Lunch & Learn session on Hilltop\'s new cloud-based PBX solution, <strong><em>Infinitum</em></strong>. The event takes place on April 28, 2015 from 11:00 am to 1:00 pm and includes lunch.\n\nTo learn more about Infinitum <a href=\"http://hilltoptech.com/news/hosted-pbx/\">click here</a>.\n\nTo register for the event, or if you have questions, email Owen by <a href=\"mailto:owilson@hilltoptech.com\">clicking here</a>.','Lunch & Learn: Infinitum Cloud Solution','','inherit','closed','closed','','168-autosave-v1','','','2015-04-01 12:10:49','2015-04-01 16:10:49','',168,'http://hilltoptech.com/news/168-autosave-v1/',0,'revision','',0),(172,1,'2015-04-01 12:11:46','2015-04-01 16:11:46','<img class=\"alignright wp-image-169 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/04/Apr2015_webgraphic-180x300.png\" alt=\"Apr2015_webgraphic\" width=\"180\" height=\"300\" />Join us at our next Lunch & Learn event!\r\n\r\nWe’ll be at the <a href=\"http://hamptoninn3.hilton.com/en/hotels/connecticut/hampton-inn-and-suites-hartford-east-hartford-EHTCTHX/index.html\">Hampton Inn</a> & Suites (351 Pitkin St) in East Hartford, CT for a Lunch & Learn session on Hilltop\'s new cloud-based PBX solution, <strong><em>Infinitum</em></strong>. The event takes place on April 28, 2015 from 11:00 am to 1:00 pm and includes lunch.\r\n\r\nTo learn more about Infinitum <a href=\"http://hilltoptech.com/news/hosted-pbx/\">click here</a>.\r\n\r\nTo register for the event, or if you have questions, email Owen by <a href=\"mailto:owilson@hilltoptech.com\">clicking here</a>.','Lunch & Learn: Infinitum Cloud Solution','','inherit','closed','closed','','168-revision-v1','','','2015-04-01 12:11:46','2015-04-01 16:11:46','',168,'http://hilltoptech.com/news/168-revision-v1/',0,'revision','',0),(173,1,'2015-04-09 07:32:50','2015-04-09 11:32:50','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/03/HostedPBX.png\"><img class=\"alignleft wp-image-151\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/03/HostedPBX-1024x484.png\" alt=\"HostedPBX\" width=\"498\" height=\"236\" /></a>Infinitum: Hilltop\'s Hosted PBX Cloud Solution\r\n\r\nEfficiency and Affordability: Hosted PBX is the smartest choice for your business phone service. It eliminates the burden of purchasing and maintaining a costly hardware-based PBX, while enabling you to focus on maximizing the growth and profits of your business. Hosted PBX behaves like a traditional business phone system, but it is built and maintained in a secure cloud environment.\r\n\r\nReliability: Hosted PBX delivers crystal-clear solutions for your company through environments composed of reliable, carrier-grade network hardware and software, manufactured by the strongest firms on the market, such as Cisco™, BroadSoft™, IBM®, and ACME Packet™. It is deployed as a geo-redundant solution engineered with multiple redundant direct connections to our underlying providers, meaning your system runs in a highly available environment.\r\n\r\nMinimal Capital Expense: At Hilltop Technologies we leverage economies of scale to deliver a low-cost solution. You only pay for phones, licenses, and monthly usage of local and long distance calling. What this means is that you can freely and easily add or remove phones and licenses at any time to fit your company’s needs, and your monthly costs will adjust accordingly.\r\n\r\nIntegration: We have a plethora of features that enable integration through hosts of software: <a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/03/Hilltop-esna-salesforce.pdf\">ESNA</a> is a chrome plugin dialer which boasts presence and call features that enable click to dial through your computer’s browser. It’s powerful features can further be tied into the well known CRM Salesforce®. With these three powerhouses in cloud communications and customer relationship management, any organization will quickly realize their priceless benefits.\r\n\r\nAll the costly PBX hardware and multiple carrier connections are removed from the equation. What’s left are only the components needed to enable voice and data communication over a single, secure, and highly efficient data connection.\r\n\r\nFor more information: <a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/03/Hilltop-hosted-pbx-1.pdf\">Hilltop\'s Hosted PBX</a>.','Infinitum: Hilltop\'s Cloud Solution','','inherit','closed','closed','','147-revision-v1','','','2015-04-09 07:32:50','2015-04-09 11:32:50','',147,'http://hilltoptech.com/news/147-revision-v1/',0,'revision','',0),(176,1,'2015-04-17 14:55:32','2015-04-17 18:55:32','Hilltop Technologies, a leading telecommunications solutions provider, has announced that they are the proud recipient of AVAYA’s “Partner in Customer Excellence” designation. This honor is bestowed upon an AVAYA partner based on an outstanding customer satisfaction score. Only a select group of AVAYA Business Partners have been awarded this title.\r\n\r\nThe companies who receive the title are ones who consistently go above and beyond for each of their customers, and who have received an average score of a 4.4 out of 5 or higher on returned customer surveys issued by AVAYA. AVAYA presents only the very best of their partners with the “Partner in Customer Excellence” title and Hilltop Technologies is currently one of two in the state of Connecticut.\r\n\r\n“Being named an AVAYA ‘Partner in Customer Excellence’ is a huge honor,” said Owen Wilson, EVP of Hilltop Technologies. “There are many AVAYA partners in the Hartford area, so knowing that we are one of only two in the entire state just validates the work we do to offer the best solutions with the best customer service and we’re glad that our customers agree.”\r\n\r\nHilltop Technologies specializes in a broad range of solutions and believes in a consultative approach with their clients, allowing each business to find the right solution for their unique needs. For more information on Hilltop Technologies visit <a href=\"http://www.hilltoptech.com\">www.hilltoptech.com</a>\r\n\r\n \r\n\r\n# # #\r\n\r\n<strong> </strong>\r\n\r\n<strong>About Hilltop Technologies, LLC</strong>\r\n\r\nHilltop Technologies, founded in 1999, is a company dedicated to providing superior, quality telecommunications systems. Hilltop Technologies provides total solutions in telecommunications for Avaya and ShoreTel. Hilltop has been an Avaya business partner, Silver certified since 1999. Hilltop has also earned SME Expert status from Avaya. Hilltop is a Champion Partner with ShoreTel and ShoreTel Sky solutions. Hilltop Technologies is state-certified as a Women Owned Business in Massachusetts, New York and Connecticut.\r\n\r\n \r\n\r\n<strong>About AVAYA</strong>\r\nAVAYA is a global provider of business collaboration and communications solutions, providing unified communications, contact centers, networking and related services to companies of all sizes around the world. For more information please visit <a href=\"http://www.prweb.net/Redirect.aspx?id=aHR0cDovL3d3dy5hdmF5YS5jb20=\">http://www.avaya.com</a>.','Hilltop Technologies Recognized for AVAYA Customer Excellence','','publish','closed','closed','','hilltop-technologies-recognized-for-avaya-customer-excellence','','','2015-09-23 12:09:20','2015-09-23 16:09:20','',0,'http://hilltoptech.com/news/?p=176',0,'post','',0),(207,1,'2015-09-23 12:09:20','2015-09-23 16:09:20','Hilltop Technologies, a leading telecommunications solutions provider, has announced that they are the proud recipient of AVAYA’s “Partner in Customer Excellence” designation. This honor is bestowed upon an AVAYA partner based on an outstanding customer satisfaction score. Only a select group of AVAYA Business Partners have been awarded this title.\r\n\r\nThe companies who receive the title are ones who consistently go above and beyond for each of their customers, and who have received an average score of a 4.4 out of 5 or higher on returned customer surveys issued by AVAYA. AVAYA presents only the very best of their partners with the “Partner in Customer Excellence” title and Hilltop Technologies is currently one of two in the state of Connecticut.\r\n\r\n“Being named an AVAYA ‘Partner in Customer Excellence’ is a huge honor,” said Owen Wilson, EVP of Hilltop Technologies. “There are many AVAYA partners in the Hartford area, so knowing that we are one of only two in the entire state just validates the work we do to offer the best solutions with the best customer service and we’re glad that our customers agree.”\r\n\r\nHilltop Technologies specializes in a broad range of solutions and believes in a consultative approach with their clients, allowing each business to find the right solution for their unique needs. For more information on Hilltop Technologies visit <a href=\"http://www.hilltoptech.com\">www.hilltoptech.com</a>\r\n\r\n \r\n\r\n# # #\r\n\r\n<strong> </strong>\r\n\r\n<strong>About Hilltop Technologies, LLC</strong>\r\n\r\nHilltop Technologies, founded in 1999, is a company dedicated to providing superior, quality telecommunications systems. Hilltop Technologies provides total solutions in telecommunications for Avaya and ShoreTel. Hilltop has been an Avaya business partner, Silver certified since 1999. Hilltop has also earned SME Expert status from Avaya. Hilltop is a Champion Partner with ShoreTel and ShoreTel Sky solutions. Hilltop Technologies is state-certified as a Women Owned Business in Massachusetts, New York and Connecticut.\r\n\r\n \r\n\r\n<strong>About AVAYA</strong>\r\nAVAYA is a global provider of business collaboration and communications solutions, providing unified communications, contact centers, networking and related services to companies of all sizes around the world. For more information please visit <a href=\"http://www.prweb.net/Redirect.aspx?id=aHR0cDovL3d3dy5hdmF5YS5jb20=\">http://www.avaya.com</a>.','Hilltop Technologies Recognized for AVAYA Customer Excellence','','inherit','closed','closed','','176-revision-v1','','','2015-09-23 12:09:20','2015-09-23 16:09:20','',176,'http://hilltoptech.com/news/176-revision-v1/',0,'revision','',0),(177,1,'2015-04-17 14:53:28','2015-04-17 18:53:28','','Avaya screen','','inherit','closed','closed','','avaya-screen-2','','','2015-04-17 14:53:28','2015-04-17 18:53:28','',176,'http://hilltoptech.com/news/wp-content/uploads/2015/04/Avaya-screen.jpg',0,'attachment','image/jpeg',0),(178,1,'2015-04-17 14:55:21','2015-04-17 18:55:21','','Avaya-Partner-in-Customer-Excellence','','inherit','closed','closed','','avaya-partner-in-customer-excellence','','','2015-04-17 14:55:21','2015-04-17 18:55:21','',176,'http://hilltoptech.com/news/wp-content/uploads/2015/04/Avaya-Partner-in-Customer-Excellence.jpg',0,'attachment','image/jpeg',0),(179,1,'2015-04-17 14:55:32','2015-04-17 18:55:32','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/04/Avaya-Partner-in-Customer-Excellence.jpg\"><img class=\"alignright size-medium wp-image-178\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/04/Avaya-Partner-in-Customer-Excellence-300x149.jpg\" alt=\"Avaya-Partner-in-Customer-Excellence\" width=\"300\" height=\"149\" /></a>Hilltop Technologies, a leading telecommunications solutions provider, has announced that they are the proud recipient of AVAYA’s “Partner in Customer Excellence” designation. This honor is bestowed upon an AVAYA partner based on an outstanding customer satisfaction score. Only a select group of AVAYA Business Partners have been awarded this title.\r\n\r\nThe companies who receive the title are ones who consistently go above and beyond for each of their customers, and who have received an average score of a 4.4 out of 5 or higher on returned customer surveys issued by AVAYA. AVAYA presents only the very best of their partners with the “Partner in Customer Excellence” title and Hilltop Technologies is currently one of two in the state of Connecticut.\r\n\r\n“Being named an AVAYA ‘Partner in Customer Excellence’ is a huge honor,” said Owen Wilson, EVP of Hilltop Technologies. “There are many AVAYA partners in the Hartford area, so knowing that we are one of only two in the entire state just validates the work we do to offer the best solutions with the best customer service and we’re glad that our customers agree.”\r\n\r\nHilltop Technologies specializes in a broad range of solutions and believes in a consultative approach with their clients, allowing each business to find the right solution for their unique needs. For more information on Hilltop Technologies visit <a href=\"http://www.hilltoptech.com\">www.hilltoptech.com</a>\r\n\r\n \r\n\r\n# # #\r\n\r\n<strong> </strong>\r\n\r\n<strong>About Hilltop Technologies, LLC</strong>\r\n\r\nHilltop Technologies, founded in 1999, is a company dedicated to providing superior, quality telecommunications systems. Hilltop Technologies provides total solutions in telecommunications for Avaya and ShoreTel. Hilltop has been an Avaya business partner, Silver certified since 1999. Hilltop has also earned SME Expert status from Avaya. Hilltop is a Champion Partner with ShoreTel and ShoreTel Sky solutions. Hilltop Technologies is state-certified as a Women Owned Business in Massachusetts, New York and Connecticut.\r\n\r\n \r\n\r\n<strong>About AVAYA</strong>\r\nAVAYA is a global provider of business collaboration and communications solutions, providing unified communications, contact centers, networking and related services to companies of all sizes around the world. For more information please visit <a href=\"http://www.prweb.net/Redirect.aspx?id=aHR0cDovL3d3dy5hdmF5YS5jb20=\">http://www.avaya.com</a>.','Hilltop Technologies Recognized for AVAYA Customer Excellence','','inherit','closed','closed','','176-revision-v1','','','2015-04-17 14:55:32','2015-04-17 18:55:32','',176,'http://hilltoptech.com/news/176-revision-v1/',0,'revision','',0),(245,1,'2016-03-18 13:39:06','2016-03-18 17:39:06','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2016/03/DeathofLandline.jpg\"><img class=\"alignright size-medium wp-image-246\" src=\"http://hilltoptech.com/news/wp-content/uploads/2016/03/DeathofLandline-300x171.jpg\" alt=\"DeathofLandline\" width=\"300\" height=\"171\" /></a>It’s hard to avoid the headlines when they are so glaring. “The end of copper wire landlines is near,” and “Within five years there will be no business landlines.” It’s just another movement in the IT world that your team will be tasked to bend with in order to stay upright in the ever-changing telecommunications ecosystem.\r\n\r\nSure, the headlines are a little dramatic and maybe a little hurried. Yes, we will eventually see a definite shift away from copper wires as we become more dependent on new technologies and the Internet. But will there be no such thing as a business landline in five years? Maybe. It will depend on many factors, and no one here is a fortune teller. For now, we make the changes we think will best poise us into the future.\r\n\r\nOne of those moves could be towards VoIP. Chances are, for medium to large businesses, this will be the best route to go considering the amount of lines and the base infrastructure they use. We’ve discussed VoIP upgrades in the past in several instances. Take our recent <a href=\"http://hilltoptech.com/news/customer-spotlight-bay-path-university/\">customer spotlight on Bay Path University</a>, where significant growth was a stepping stone into replacing their copper wire lines with VoIP. Or our blog about <a href=\"http://hilltoptech.com/news/reach-new-heights-voip-readiness/\">preparing for VoIP Readiness</a>, in which we compare the transition to VoIP to that of a long hiking excursion where every preparedness measure is critical.\r\n\r\nFor smaller organizations, or organizations with a large percentage of remote or mobile workforce, the move towards BYOD (Bring Your Own Device) could be your best bet. We’ve been talking about this trend for years, and at this point perhaps ‘trend’ isn’t the correct term anymore, as it’s here to stay despite its flaws. The <a href=\"http://hilltoptech.com/news/top-5-emerging-technology-trends/\">BYOD movement</a> allows employees to use their personal (or company-issued) devices as both their professional and personal devices. This has shown heightened productivity levels, allowing your workforce access to their business around the clock, during hours that previously were closed off to anything work-related. Work calls are routed right to their device allowing for more calls to be answered and greater efficiency. But it’s also come with its share of issues – including security precautions, work/home boundary-crossing, and other kinks that have had to be ironed out. The best bet is to set up a BYOD Policy prior to any implementation. This sets the stage for employees and upper management. Better yet, develop the policy and then slowly implement BYOD starting with the executive team and working its way down the ladder so that by the time the entire company has transitioned all issues have been worked out.\r\n\r\nSo does this all mean that tomorrow you should go around and start yanking the cords from the wall? No. We definitely suggest you don’t do that. But depending on your <a href=\"http://www.wsj.com/articles/SB10001424052702303325204579465321638954500\">state’s pending legislation</a> to lift the guarantee to wired telecommunication service, you may need to make changes sooner than later to prevent last minute, expensive upgrades to your infrastructure. Contact us today to make sure you are making the right moves for your business’s telecommunications future. We’ll assess your current infrastructure, make recommendations, and assist your IT department along the way with every implemented move. Give us a call!','What the Death of the Landline Means for Your Business','','publish','closed','closed','','what-the-death-of-the-landline-means-for-your-business','','','2016-03-18 13:39:06','2016-03-18 17:39:06','',0,'http://hilltoptech.com/news/?p=245',0,'post','',0),(182,1,'2015-05-14 15:38:53','2015-05-14 19:38:53','You see or hear it often, this term <em>multichannel</em>. It’s becoming an increasingly popular term of our everyday vernacular because, well, multi-everything is the world in which we exist. Think about the ways in which we can communicate to one another. We can call, email, text, message via social media, or in the odd occasion, actually meet face-to-face. The same holds true for several aspects of media communication. Think of the multiple devices that now access the Internet, or the different ways you can watch movies or television, listen to music, etc. And every person has their own preferences. While I may prefer to get my news from Twitter, my parents prefer the six o’clock news. And the same thing can be applied when it comes to customer service.\r\n\r\nGone are the days of every single person having to pick up the phone to call in for every single inquiry. Before, someone wanting to pay their bill was in the call queue next to someone who wanted to start service, someone who had technical questions, and someone who needed to speak to a supervisor. Hold times were high, and efficiency was not a word even muttered in any thoughts.\r\n\r\nWith advanced technologies, customers now have several ways to contact your business. Businesses who adapt to the multichannel demands reduce wait time for their customers by 30%. Not only that, but 78% of customers expect that a business they deal with is able to communicate in a multichannel fashion. But this doesn’t mean you need to staff each mode individually. Just because when I contact a business I prefer to use the web chat rather than pick up the phone to call, doesn’t mean the person I contact couldn’t be the same person that is reached if I were to have called in. With the Avaya IP Office Contact Center, your staff is routed the customer’s contact based on skill set and availability, driving efficiency up and creating a better customer experience overall.\r\n\r\n<img class=\" wp-image-183 aligncenter\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/05/infograph_avaya-contact-ctr.png\" alt=\"infograph_avaya contact ctr\" width=\"449\" height=\"372\" />\r\n\r\nWith 73 % of millennials deciding to stop doing business with a company that they received poor service with, and loyalty levels as fragile as they are, one wrong move can cost you a long-time customer. Ensuring that your customer’s contact is responded to quickly and properly is of the utmost important. Avaya’s Contact Center allows your enterprise consisting of between 5-250 agents to accept email inquiries with auto-responders and keyword routing, inbound calls that prioritize callers and capitalize on agent skills, and web chat that allows customers to shop while also getting service and product support.\r\n\r\nWhen an ordinary telecommunications set-up just isn’t cutting it anymore, most enterprises choose to expand to a multichannel contact center, such as the Avaya IP Office Contact Center. In fact, 95% of the Fortune 500 companies use an Avaya solution at the enterprise-level.\r\n\r\nFor companies of up to 2,500 employees, the Avaya Contact Center has been chosen widely. With additional features such as call reporting and recording, customer service satisfaction and follow-up are obtained. Outbound call capability allows for monetization while agents aren’t assisting customers, by allowing them to reach out with special offers, collections, or late payment reminders.\r\n\r\nWith potential return on investment generators and solutions for companies of varying sizes, the time to reevaluate your contact center solution is now. <a href=\"mailto:owilson@hilltoptech.com\">Contact our offices</a> today to explore the options for your enterprise and/or schedule a consultation.\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/05/consultation-line.jpg\" target=\"_blank\" rel=\"mailto:owilson@hilltoptech.com\"><img class=\"aligncenter wp-image-190 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/05/consultation-line-300x25.jpg\" alt=\"consultation-line\" width=\"300\" height=\"25\" /></a>\r\n\r\n ','Reach New Heights: Avaya IP Office Contact Center','','publish','closed','closed','','reach-new-heights-avaya-ip-office-contact-center','','','2015-05-15 09:35:04','2015-05-15 13:35:04','',0,'http://hilltoptech.com/news/?p=182',0,'post','',0),(183,1,'2015-05-14 15:38:19','2015-05-14 19:38:19','','infograph_avaya contact ctr','','inherit','closed','closed','','infograph_avaya-contact-ctr','','','2015-05-14 15:38:19','2015-05-14 19:38:19','',182,'http://hilltoptech.com/news/wp-content/uploads/2015/05/infograph_avaya-contact-ctr.png',0,'attachment','image/png',0),(187,1,'2015-05-14 15:45:42','2015-05-14 19:45:42','You see or hear it often, this term <em>multichannel</em>. It’s becoming an increasingly popular term of our everyday vernacular because, well, multi-everything is the world in which we exist. Think about the ways in which we can communicate to one another. We can call, email, text, message via social media, or in the odd occasion, actually meet face-to-face. The same holds true for several aspects of media communication. Think of the multiple devices that now access the Internet, or the different ways you can watch movies or television, listen to music, etc. And every person has their own preferences. While I may prefer to get my news from Twitter, my parents prefer the six o’clock news. And the same thing can be applied when it comes to customer service.\r\n\r\nGone are the days of every single person having to pick up the phone to call in for every single inquiry. Before, someone wanting to pay their bill was in the call queue next to someone who wanted to start service, someone who had technical questions, and someone who needed to speak to a supervisor. Hold times were high, and efficiency was not a word even muttered in any thoughts.\r\n\r\nWith advanced technologies, customers now have several ways to contact your business. Businesses who adapt to the multichannel demands reduce wait time for their customers by 30%. Not only that, but 78% of customers expect that a business they deal with is able to communicate in a multichannel fashion. But this doesn’t mean you need to staff each mode individually. Just because when I contact a business I prefer to use the web chat rather than pick up the phone to call, doesn’t mean the person I contact couldn’t be the same person that is reached if I were to have called in. With the Avaya IP Office Contact Center, your staff is routed the customer’s contact based on skill set and availability, driving efficiency up and creating a better customer experience overall.\r\n\r\n<img class=\"alignright wp-image-183\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/05/infograph_avaya-contact-ctr.png\" alt=\"infograph_avaya contact ctr\" width=\"449\" height=\"372\" />With 73 % of millennials deciding to stop doing business with a company that they received poor service with, and loyalty levels as fragile as they are, one wrong move can cost you a long-time customer. Ensuring that your customer’s contact is responded to quickly and properly is of the utmost important. Avaya’s Contact Center allows your enterprise consisting of between 5-250 agents to accept email inquiries with auto-responders and keyword routing, inbound calls that prioritize callers and capitalize on agent skills, and web chat that allows customers to shop while also getting service and product support.\r\n\r\nWhen an ordinary telecommunications set-up just isn’t cutting it anymore, most enterprises choose to expand to a multichannel contact center, such as the Avaya IP Office Contact Center. In fact, 95% of the Fortune 500 companies use an Avaya solution at the enterprise-level.\r\n\r\nFor companies of up to 2,500 employees, the Avaya Contact Center has been chosen widely. With additional features such as call reporting and recording, customer service satisfaction and follow-up are obtained. Outbound call capability allows for monetization while agents aren’t assisting customers, by allowing them to reach out with special offers, collections, or late payment reminders.\r\n\r\nWith potential return on investment generators and solutions for companies of varying sizes, the time to reevaluate your contact center solution is now. Contact our offices today to explore the options for your enterprise.','Reach New Heights: Avaya IP Office Contact Center','','inherit','closed','closed','','182-revision-v1','','','2015-05-14 15:45:42','2015-05-14 19:45:42','',182,'http://hilltoptech.com/news/182-revision-v1/',0,'revision','',0),(184,1,'2015-05-14 15:38:53','2015-05-14 19:38:53','You see or hear it often, this term <em>multichannel</em>. It’s becoming an increasingly popular term of our everyday vernacular because, well, multi-everything is the world in which we exist. Think about the ways in which we can communicate to one another. We can call, email, text, message via social media, or in the odd occasion, actually meet face-to-face. The same holds true for several aspects of media communication. Think of the multiple devices that now access the Internet, or the different ways you can watch movies or television, listen to music, etc. And every person has their own preferences. While I may prefer to get my news from Twitter, my parents prefer the six o’clock news. And the same thing can be applied when it comes to customer service.\r\n\r\nGone are the days of every single person having to pick up the phone to call in for every single inquiry. Before, someone wanting to pay their bill was in the call queue next to someone who wanted to start service, someone who had technical questions, and someone who needed to speak to a supervisor. Hold times were high, and efficiency was not a word even muttered in any thoughts.\r\n\r\nWith advanced technologies, customers now have several ways to contact your business. Businesses who adapt to the multichannel demands reduce wait time for their customers by 30%. Not only that, but 78% of customers expect that a business they deal with is able to communicate in a multichannel fashion. But this doesn’t mean you need to staff each mode individually. Just because when I contact a business I prefer to use the web chat rather than pick up the phone to call, doesn’t mean the person I contact couldn’t be the same person that is reached if I were to have called in. With the Avaya IP Office Contact Center, your staff is routed the customer’s contact based on skill set and availability, driving efficiency up and creating a better customer experience overall.\r\n\r\n<img class=\"alignright size-medium wp-image-183\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/05/infograph_avaya-contact-ctr-300x248.png\" alt=\"infograph_avaya contact ctr\" width=\"300\" height=\"248\" />With 73 % of millennials deciding to stop doing business with a company that they received poor service with, and loyalty levels as fragile as they are, one wrong move can cost you a long-time customer. Ensuring that your customer’s contact is responded to quickly and properly is of the utmost important. Avaya’s Contact Center allows your enterprise consisting of between 5-250 agents to accept email inquiries with auto-responders and keyword routing, inbound calls that prioritize callers and capitalize on agent skills, and web chat that allows customers to shop while also getting service and product support.\r\n\r\nWhen an ordinary telecommunications set-up just isn’t cutting it anymore, most enterprises choose to expand to a multichannel contact center, such as the Avaya IP Office Contact Center. In fact, 95% of the Fortune 500 companies use an Avaya solution at the enterprise-level.\r\n\r\nFor companies of up to 2,500 employees, the Avaya Contact Center has been chosen widely. With additional features such as call reporting and recording, customer service satisfaction and follow-up are obtained. Outbound call capability allows for monetization while agents aren’t assisting customers, by allowing them to reach out with special offers, collections, or late payment reminders.\r\n\r\nWith potential return on investment generators and solutions for companies of varying sizes, the time to reevaluate your contact center solution is now. Contact our offices today to explore the options for your enterprise.','Reach New Heights: Avaya IP Office Contact Center','','inherit','closed','closed','','182-revision-v1','','','2015-05-14 15:38:53','2015-05-14 19:38:53','',182,'http://hilltoptech.com/news/182-revision-v1/',0,'revision','',0),(185,1,'2015-05-14 15:43:39','2015-05-14 19:43:39','You see or hear it often, this term <em>multichannel</em>. It’s becoming an increasingly popular term of our everyday vernacular because, well, multi-everything is the world in which we exist. Think about the ways in which we can communicate to one another. We can call, email, text, message via social media, or in the odd occasion, actually meet face-to-face. The same holds true for several aspects of media communication. Think of the multiple devices that now access the Internet, or the different ways you can watch movies or television, listen to music, etc. And every person has their own preferences. While I may prefer to get my news from Twitter, my parents prefer the six o’clock news. And the same thing can be applied when it comes to customer service.\r\n\r\nGone are the days of every single person having to pick up the phone to call in for every single inquiry. Before, someone wanting to pay their bill was in the call queue next to someone who wanted to start service, someone who had technical questions, and someone who needed to speak to a supervisor. Hold times were high, and efficiency was not a word even muttered in any thoughts.\r\n\r\nWith advanced technologies, customers now have several ways to contact your business. Businesses who adapt to the multichannel demands reduce wait time for their customers by 30%. Not only that, but 78% of customers expect that a business they deal with is able to communicate in a multichannel fashion. But this doesn’t mean you need to staff each mode individually. Just because when I contact a business I prefer to use the web chat rather than pick up the phone to call, doesn’t mean the person I contact couldn’t be the same person that is reached if I were to have called in. With the Avaya IP Office Contact Center, your staff is routed the customer’s contact based on skill set and availability, driving efficiency up and creating a better customer experience overall.\r\n\r\n<img class=\"alignright wp-image-183 size-full\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/05/infograph_avaya-contact-ctr.png\" alt=\"infograph_avaya contact ctr\" width=\"656\" height=\"543\" />With 73 % of millennials deciding to stop doing business with a company that they received poor service with, and loyalty levels as fragile as they are, one wrong move can cost you a long-time customer. Ensuring that your customer’s contact is responded to quickly and properly is of the utmost important. Avaya’s Contact Center allows your enterprise consisting of between 5-250 agents to accept email inquiries with auto-responders and keyword routing, inbound calls that prioritize callers and capitalize on agent skills, and web chat that allows customers to shop while also getting service and product support.\r\n\r\nWhen an ordinary telecommunications set-up just isn’t cutting it anymore, most enterprises choose to expand to a multichannel contact center, such as the Avaya IP Office Contact Center. In fact, 95% of the Fortune 500 companies use an Avaya solution at the enterprise-level.\r\n\r\nFor companies of up to 2,500 employees, the Avaya Contact Center has been chosen widely. With additional features such as call reporting and recording, customer service satisfaction and follow-up are obtained. Outbound call capability allows for monetization while agents aren’t assisting customers, by allowing them to reach out with special offers, collections, or late payment reminders.\r\n\r\nWith potential return on investment generators and solutions for companies of varying sizes, the time to reevaluate your contact center solution is now. Contact our offices today to explore the options for your enterprise.','Reach New Heights: Avaya IP Office Contact Center','','inherit','closed','closed','','182-revision-v1','','','2015-05-14 15:43:39','2015-05-14 19:43:39','',182,'http://hilltoptech.com/news/182-revision-v1/',0,'revision','',0),(188,1,'2015-05-14 15:46:14','2015-05-14 19:46:14','You see or hear it often, this term <em>multichannel</em>. It’s becoming an increasingly popular term of our everyday vernacular because, well, multi-everything is the world in which we exist. Think about the ways in which we can communicate to one another. We can call, email, text, message via social media, or in the odd occasion, actually meet face-to-face. The same holds true for several aspects of media communication. Think of the multiple devices that now access the Internet, or the different ways you can watch movies or television, listen to music, etc. And every person has their own preferences. While I may prefer to get my news from Twitter, my parents prefer the six o’clock news. And the same thing can be applied when it comes to customer service.\r\n\r\nGone are the days of every single person having to pick up the phone to call in for every single inquiry. Before, someone wanting to pay their bill was in the call queue next to someone who wanted to start service, someone who had technical questions, and someone who needed to speak to a supervisor. Hold times were high, and efficiency was not a word even muttered in any thoughts.\r\n\r\nWith advanced technologies, customers now have several ways to contact your business. Businesses who adapt to the multichannel demands reduce wait time for their customers by 30%. Not only that, but 78% of customers expect that a business they deal with is able to communicate in a multichannel fashion. But this doesn’t mean you need to staff each mode individually. Just because when I contact a business I prefer to use the web chat rather than pick up the phone to call, doesn’t mean the person I contact couldn’t be the same person that is reached if I were to have called in. With the Avaya IP Office Contact Center, your staff is routed the customer’s contact based on skill set and availability, driving efficiency up and creating a better customer experience overall.\r\n\r\n<img class=\" wp-image-183 aligncenter\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/05/infograph_avaya-contact-ctr.png\" alt=\"infograph_avaya contact ctr\" width=\"449\" height=\"372\" />\r\n\r\nWith 73 % of millennials deciding to stop doing business with a company that they received poor service with, and loyalty levels as fragile as they are, one wrong move can cost you a long-time customer. Ensuring that your customer’s contact is responded to quickly and properly is of the utmost important. Avaya’s Contact Center allows your enterprise consisting of between 5-250 agents to accept email inquiries with auto-responders and keyword routing, inbound calls that prioritize callers and capitalize on agent skills, and web chat that allows customers to shop while also getting service and product support.\r\n\r\nWhen an ordinary telecommunications set-up just isn’t cutting it anymore, most enterprises choose to expand to a multichannel contact center, such as the Avaya IP Office Contact Center. In fact, 95% of the Fortune 500 companies use an Avaya solution at the enterprise-level.\r\n\r\nFor companies of up to 2,500 employees, the Avaya Contact Center has been chosen widely. With additional features such as call reporting and recording, customer service satisfaction and follow-up are obtained. Outbound call capability allows for monetization while agents aren’t assisting customers, by allowing them to reach out with special offers, collections, or late payment reminders.\r\n\r\nWith potential return on investment generators and solutions for companies of varying sizes, the time to reevaluate your contact center solution is now. Contact our offices today to explore the options for your enterprise.','Reach New Heights: Avaya IP Office Contact Center','','inherit','closed','closed','','182-revision-v1','','','2015-05-14 15:46:14','2015-05-14 19:46:14','',182,'http://hilltoptech.com/news/182-revision-v1/',0,'revision','',0),(189,1,'2015-05-15 09:34:56','2015-05-15 13:34:56','You see or hear it often, this term <em>multichannel</em>. It’s becoming an increasingly popular term of our everyday vernacular because, well, multi-everything is the world in which we exist. Think about the ways in which we can communicate to one another. We can call, email, text, message via social media, or in the odd occasion, actually meet face-to-face. The same holds true for several aspects of media communication. Think of the multiple devices that now access the Internet, or the different ways you can watch movies or television, listen to music, etc. And every person has their own preferences. While I may prefer to get my news from Twitter, my parents prefer the six o’clock news. And the same thing can be applied when it comes to customer service.\n\nGone are the days of every single person having to pick up the phone to call in for every single inquiry. Before, someone wanting to pay their bill was in the call queue next to someone who wanted to start service, someone who had technical questions, and someone who needed to speak to a supervisor. Hold times were high, and efficiency was not a word even muttered in any thoughts.\n\nWith advanced technologies, customers now have several ways to contact your business. Businesses who adapt to the multichannel demands reduce wait time for their customers by 30%. Not only that, but 78% of customers expect that a business they deal with is able to communicate in a multichannel fashion. But this doesn’t mean you need to staff each mode individually. Just because when I contact a business I prefer to use the web chat rather than pick up the phone to call, doesn’t mean the person I contact couldn’t be the same person that is reached if I were to have called in. With the Avaya IP Office Contact Center, your staff is routed the customer’s contact based on skill set and availability, driving efficiency up and creating a better customer experience overall.\n\n<img class=\" wp-image-183 aligncenter\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/05/infograph_avaya-contact-ctr.png\" alt=\"infograph_avaya contact ctr\" width=\"449\" height=\"372\" />\n\nWith 73 % of millennials deciding to stop doing business with a company that they received poor service with, and loyalty levels as fragile as they are, one wrong move can cost you a long-time customer. Ensuring that your customer’s contact is responded to quickly and properly is of the utmost important. Avaya’s Contact Center allows your enterprise consisting of between 5-250 agents to accept email inquiries with auto-responders and keyword routing, inbound calls that prioritize callers and capitalize on agent skills, and web chat that allows customers to shop while also getting service and product support.\n\nWhen an ordinary telecommunications set-up just isn’t cutting it anymore, most enterprises choose to expand to a multichannel contact center, such as the Avaya IP Office Contact Center. In fact, 95% of the Fortune 500 companies use an Avaya solution at the enterprise-level.\n\nFor companies of up to 2,500 employees, the Avaya Contact Center has been chosen widely. With additional features such as call reporting and recording, customer service satisfaction and follow-up are obtained. Outbound call capability allows for monetization while agents aren’t assisting customers, by allowing them to reach out with special offers, collections, or late payment reminders.\n\nWith potential return on investment generators and solutions for companies of varying sizes, the time to reevaluate your contact center solution is now. <a href=\"mailto:owilson@hilltoptech.com\">Contact our offices</a> today to explore the options for your enterprise and/or schedule a consultation.\n\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/05/consultation-line.jpg\" target=\"_blank\" rel=\"mailto:owilson@hilltoptech.com\"><img class=\"aligncenter wp-image-190 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/05/consultation-line-300x25.jpg\" alt=\"consultation-line\" width=\"300\" height=\"25\" /></a>\n\n ','Reach New Heights: Avaya IP Office Contact Center','','inherit','closed','closed','','182-autosave-v1','','','2015-05-15 09:34:56','2015-05-15 13:34:56','',182,'http://hilltoptech.com/news/182-autosave-v1/',0,'revision','',0),(190,1,'2015-05-15 09:34:12','2015-05-15 13:34:12','','consultation-line','','inherit','closed','closed','','consultation-line','','','2015-05-15 09:34:12','2015-05-15 13:34:12','',182,'http://hilltoptech.com/news/wp-content/uploads/2015/05/consultation-line.jpg',0,'attachment','image/jpeg',0),(191,1,'2015-05-15 09:35:04','2015-05-15 13:35:04','You see or hear it often, this term <em>multichannel</em>. It’s becoming an increasingly popular term of our everyday vernacular because, well, multi-everything is the world in which we exist. Think about the ways in which we can communicate to one another. We can call, email, text, message via social media, or in the odd occasion, actually meet face-to-face. The same holds true for several aspects of media communication. Think of the multiple devices that now access the Internet, or the different ways you can watch movies or television, listen to music, etc. And every person has their own preferences. While I may prefer to get my news from Twitter, my parents prefer the six o’clock news. And the same thing can be applied when it comes to customer service.\r\n\r\nGone are the days of every single person having to pick up the phone to call in for every single inquiry. Before, someone wanting to pay their bill was in the call queue next to someone who wanted to start service, someone who had technical questions, and someone who needed to speak to a supervisor. Hold times were high, and efficiency was not a word even muttered in any thoughts.\r\n\r\nWith advanced technologies, customers now have several ways to contact your business. Businesses who adapt to the multichannel demands reduce wait time for their customers by 30%. Not only that, but 78% of customers expect that a business they deal with is able to communicate in a multichannel fashion. But this doesn’t mean you need to staff each mode individually. Just because when I contact a business I prefer to use the web chat rather than pick up the phone to call, doesn’t mean the person I contact couldn’t be the same person that is reached if I were to have called in. With the Avaya IP Office Contact Center, your staff is routed the customer’s contact based on skill set and availability, driving efficiency up and creating a better customer experience overall.\r\n\r\n<img class=\" wp-image-183 aligncenter\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/05/infograph_avaya-contact-ctr.png\" alt=\"infograph_avaya contact ctr\" width=\"449\" height=\"372\" />\r\n\r\nWith 73 % of millennials deciding to stop doing business with a company that they received poor service with, and loyalty levels as fragile as they are, one wrong move can cost you a long-time customer. Ensuring that your customer’s contact is responded to quickly and properly is of the utmost important. Avaya’s Contact Center allows your enterprise consisting of between 5-250 agents to accept email inquiries with auto-responders and keyword routing, inbound calls that prioritize callers and capitalize on agent skills, and web chat that allows customers to shop while also getting service and product support.\r\n\r\nWhen an ordinary telecommunications set-up just isn’t cutting it anymore, most enterprises choose to expand to a multichannel contact center, such as the Avaya IP Office Contact Center. In fact, 95% of the Fortune 500 companies use an Avaya solution at the enterprise-level.\r\n\r\nFor companies of up to 2,500 employees, the Avaya Contact Center has been chosen widely. With additional features such as call reporting and recording, customer service satisfaction and follow-up are obtained. Outbound call capability allows for monetization while agents aren’t assisting customers, by allowing them to reach out with special offers, collections, or late payment reminders.\r\n\r\nWith potential return on investment generators and solutions for companies of varying sizes, the time to reevaluate your contact center solution is now. <a href=\"mailto:owilson@hilltoptech.com\">Contact our offices</a> today to explore the options for your enterprise and/or schedule a consultation.\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/05/consultation-line.jpg\" target=\"_blank\" rel=\"mailto:owilson@hilltoptech.com\"><img class=\"aligncenter wp-image-190 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/05/consultation-line-300x25.jpg\" alt=\"consultation-line\" width=\"300\" height=\"25\" /></a>\r\n\r\n ','Reach New Heights: Avaya IP Office Contact Center','','inherit','closed','closed','','182-revision-v1','','','2015-05-15 09:35:04','2015-05-15 13:35:04','',182,'http://hilltoptech.com/news/182-revision-v1/',0,'revision','',0),(198,1,'2015-07-21 11:20:14','2015-07-21 15:20:14','','phoneforagainst','','inherit','closed','closed','','phoneforagainst','','','2015-07-21 11:20:14','2015-07-21 15:20:14','',197,'http://hilltoptech.com/news/wp-content/uploads/2015/07/phoneforagainst.jpg',0,'attachment','image/jpeg',0),(199,1,'2015-07-21 11:20:23','2015-07-21 15:20:23','The world is changing. Business, technology, and the typical workplace are shifting before our eyes, and companies and their employees must shift with it or fail to meet the demands of a progressive work culture. Staying afloat in the sea of frequently upgraded technology is the half of it. Additionally, companies must meet the expectations of a consumer base with more options than ever and if you can’t do it they will do business with someone who can: the competition.\r\n\r\nGiven frequent upgrades in business phone systems, chances are your current system is not as efficient as it could be. It is easy to say, “Technology is too difficult to keep up with,” or “This sounds expensive, we’ll upgrade it next year when there’s more room in the budget,” for several years in a row. Many are under the false pretense that switching providers or upgrading to a more advanced system will hinder productivity because it is too risky and employees will be unwilling to learn how to use it. The fact remains that upgrading your phone system is an investment, one you have to make to remain competitive against other businesses that threaten to surpass your efficiency, customer service, or reputation for open communication.\r\n\r\nFortunately, for the business who understands the value of communication, efficiency, and customer satisfaction and is willing to grow with the changing technology, there are affordable, user-friendly communications solutions out there to optimize your workflow. If the opportunity exists to provide your employees with tools and the capability to increase productivity, collaborate more effectively, and improve operations without busting your budget, why wouldn’t you take it?\r\n\r\nYour phone system has the power to build you up or break you down. It is the heart of your business communication because short of talking to someone face-to-face, it is the best way to communicate with someone on a personal level and quickly and efficiently take care of business. In addition to external communications, your phone system plays into your internal communications, creating seamless integration amongst your co-workers and client base alike. Integration options make connecting your new phone system to existing applications simple.\r\n\r\nAt Hilltop Technologies, we specialize in working with our clients to find the solution that is right for them. We understand that a phone system is not one-size-fits-all. To learn more about Hilltop Technologies and how we can help your business <a href=\"http://hilltoptech.com/index.php\">visit</a><a href=\"http://hilltoptech.com/index.php\"> our website</a>, call 1 (860) 668-5285 or <a href=\"mailto:info12@hilltoptech.com\">contact us by email</a>.','Is Your Phone System Working For or Against You?','','inherit','closed','closed','','197-revision-v1','','','2015-07-21 11:20:23','2015-07-21 15:20:23','',197,'http://hilltoptech.com/news/197-revision-v1/',0,'revision','',0),(201,1,'2015-07-22 13:08:25','2015-07-22 17:08:25',' \r\n\r\nThe world is changing. Business, technology, and the typical workplace are shifting before our eyes, and companies and their employees must shift with it or fail to meet the demands of a progressive work culture. Staying afloat in the sea of frequently upgraded technology is the half of it. Additionally, companies must meet the expectations of a consumer base with more options than ever and if you can’t do it they will do business with someone who can: the competition.\r\n\r\nGiven frequent upgrades in business phone systems, chances are your current system is not as efficient as it could be. It is easy to say, “Technology is too difficult to keep up with,” or “This sounds expensive, we’ll upgrade it next year when there’s more room in the budget,” for several years in a row. Many are under the false pretense that switching providers or upgrading to a more advanced system will hinder productivity because it is too risky and employees will be unwilling to learn how to use it. The fact remains that upgrading your phone system is an investment, one you have to make to remain competitive against other businesses that threaten to surpass your efficiency, customer service, or reputation for open communication.\r\n\r\nFortunately, for the business who understands the value of communication, efficiency, and customer satisfaction and is willing to grow with the changing technology, there are affordable, user-friendly communications solutions out there to optimize your workflow. If the opportunity exists to provide your employees with tools and the capability to increase productivity, collaborate more effectively, and improve operations without busting your budget, why wouldn’t you take it?\r\n\r\nYour phone system has the power to build you up or break you down. It is the heart of your business communication because short of talking to someone face-to-face, it is the best way to communicate with someone on a personal level and quickly and efficiently take care of business. In addition to external communications, your phone system plays into your internal communications, creating seamless integration amongst your co-workers and client base alike. Integration options make connecting your new phone system to existing applications simple.\r\n\r\nAt Hilltop Technologies, we specialize in working with our clients to find the solution that is right for them. We understand that a phone system is not one-size-fits-all. To learn more about Hilltop Technologies and how we can help your business <a href=\"http://hilltoptech.com/index.php\">visit</a><a href=\"http://hilltoptech.com/index.php\"> our website</a>, call 1 (860) 668-5285 or <a href=\"mailto:info12@hilltoptech.com\">contact us by email</a>.','Is Your Phone System Working For or Against You?','','inherit','closed','closed','','197-revision-v1','','','2015-07-22 13:08:25','2015-07-22 17:08:25','',197,'http://hilltoptech.com/news/197-revision-v1/',0,'revision','',0),(200,1,'2015-07-21 11:22:02','2015-07-21 15:22:02','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/07/phoneforagainst.jpg\"><img class=\"alignright size-medium wp-image-198\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/07/phoneforagainst-300x188.jpg\" alt=\"phoneforagainst\" width=\"300\" height=\"188\" /></a>\r\n\r\nThe world is changing. Business, technology, and the typical workplace are shifting before our eyes, and companies and their employees must shift with it or fail to meet the demands of a progressive work culture. Staying afloat in the sea of frequently upgraded technology is the half of it. Additionally, companies must meet the expectations of a consumer base with more options than ever and if you can’t do it they will do business with someone who can: the competition.\r\n\r\nGiven frequent upgrades in business phone systems, chances are your current system is not as efficient as it could be. It is easy to say, “Technology is too difficult to keep up with,” or “This sounds expensive, we’ll upgrade it next year when there’s more room in the budget,” for several years in a row. Many are under the false pretense that switching providers or upgrading to a more advanced system will hinder productivity because it is too risky and employees will be unwilling to learn how to use it. The fact remains that upgrading your phone system is an investment, one you have to make to remain competitive against other businesses that threaten to surpass your efficiency, customer service, or reputation for open communication.\r\n\r\nFortunately, for the business who understands the value of communication, efficiency, and customer satisfaction and is willing to grow with the changing technology, there are affordable, user-friendly communications solutions out there to optimize your workflow. If the opportunity exists to provide your employees with tools and the capability to increase productivity, collaborate more effectively, and improve operations without busting your budget, why wouldn’t you take it?\r\n\r\nYour phone system has the power to build you up or break you down. It is the heart of your business communication because short of talking to someone face-to-face, it is the best way to communicate with someone on a personal level and quickly and efficiently take care of business. In addition to external communications, your phone system plays into your internal communications, creating seamless integration amongst your co-workers and client base alike. Integration options make connecting your new phone system to existing applications simple.\r\n\r\nAt Hilltop Technologies, we specialize in working with our clients to find the solution that is right for them. We understand that a phone system is not one-size-fits-all. To learn more about Hilltop Technologies and how we can help your business <a href=\"http://hilltoptech.com/index.php\">visit</a><a href=\"http://hilltoptech.com/index.php\"> our website</a>, call 1 (860) 668-5285 or <a href=\"mailto:info12@hilltoptech.com\">contact us by email</a>.','Is Your Phone System Working For or Against You?','','inherit','closed','closed','','197-revision-v1','','','2015-07-21 11:22:02','2015-07-21 15:22:02','',197,'http://hilltoptech.com/news/197-revision-v1/',0,'revision','',0),(202,1,'2015-07-22 13:11:30','2015-07-22 17:11:30','','phoneforagainst','','inherit','closed','closed','','phoneforagainst-2','','','2015-07-22 13:11:30','2015-07-22 17:11:30','',197,'http://hilltoptech.com/news/wp-content/uploads/2015/07/phoneforagainst.png',0,'attachment','image/png',0),(203,1,'2015-07-22 13:11:36','2015-07-22 17:11:36','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/07/phoneforagainst.png\"><img class=\"alignright size-medium wp-image-202\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/07/phoneforagainst-300x188.png\" alt=\"phoneforagainst\" width=\"300\" height=\"188\" /></a>\r\n\r\nThe world is changing. Business, technology, and the typical workplace are shifting before our eyes, and companies and their employees must shift with it or fail to meet the demands of a progressive work culture. Staying afloat in the sea of frequently upgraded technology is the half of it. Additionally, companies must meet the expectations of a consumer base with more options than ever and if you can’t do it they will do business with someone who can: the competition.\r\n\r\nGiven frequent upgrades in business phone systems, chances are your current system is not as efficient as it could be. It is easy to say, “Technology is too difficult to keep up with,” or “This sounds expensive, we’ll upgrade it next year when there’s more room in the budget,” for several years in a row. Many are under the false pretense that switching providers or upgrading to a more advanced system will hinder productivity because it is too risky and employees will be unwilling to learn how to use it. The fact remains that upgrading your phone system is an investment, one you have to make to remain competitive against other businesses that threaten to surpass your efficiency, customer service, or reputation for open communication.\r\n\r\nFortunately, for the business who understands the value of communication, efficiency, and customer satisfaction and is willing to grow with the changing technology, there are affordable, user-friendly communications solutions out there to optimize your workflow. If the opportunity exists to provide your employees with tools and the capability to increase productivity, collaborate more effectively, and improve operations without busting your budget, why wouldn’t you take it?\r\n\r\nYour phone system has the power to build you up or break you down. It is the heart of your business communication because short of talking to someone face-to-face, it is the best way to communicate with someone on a personal level and quickly and efficiently take care of business. In addition to external communications, your phone system plays into your internal communications, creating seamless integration amongst your co-workers and client base alike. Integration options make connecting your new phone system to existing applications simple.\r\n\r\nAt Hilltop Technologies, we specialize in working with our clients to find the solution that is right for them. We understand that a phone system is not one-size-fits-all. To learn more about Hilltop Technologies and how we can help your business <a href=\"http://hilltoptech.com/index.php\">visit</a><a href=\"http://hilltoptech.com/index.php\"> our website</a>, call 1 (860) 668-5285 or <a href=\"mailto:info12@hilltoptech.com\">contact us by email</a>.','Is Your Phone System Working For or Against You?','','inherit','closed','closed','','197-revision-v1','','','2015-07-22 13:11:36','2015-07-22 17:11:36','',197,'http://hilltoptech.com/news/197-revision-v1/',0,'revision','',0),(204,1,'2015-07-22 13:12:49','2015-07-22 17:12:49','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/07/phoneforagainst.png\"><img class=\"alignright size-medium wp-image-202\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/07/phoneforagainst-300x188.png\" alt=\"phoneforagainst\" width=\"300\" height=\"188\" /></a>\n\nThe world is changing. Business, technology, and the typical workplace are shifting before our eyes, and companies and their employees must shift with it or fail to meet the demands of a progressive work culture. Staying afloat in the sea of frequently upgraded technology is the half of it. Additionally, companies must meet the expectations of a consumer base with more options than ever and if you can’t do it they will do business with someone who can: the competition.\n\nGiven frequent upgrades in business phone systems, chances are your current system is not as efficient as it could be. It is easy to say, “Technology is too difficult to keep up with,” or “This sounds expensive, we’ll upgrade it next year when there’s more room in the budget,” for several years in a row. Many are under the false pretense that switching providers or upgrading to a more advanced system will hinder productivity because it is too risky and employees will be unwilling to learn how to use it. The fact remains that upgrading your phone system is an investment, one you have to make to remain competitive against other businesses that threaten to surpass your efficiency, customer service, or reputation for open communication.\n\nFortunately, for the business who understands the value of communication, efficiency, and customer satisfaction and is willing to grow with the changing technology, there are affordable, user-friendly communications solutions out there to optimize your workflow. If the opportunity exists to provide your employees with tools and the capability to increase productivity, collaborate more effectively, and improve operations without busting your budget, why wouldn’t you take it?\n\nYour phone system has the power to build you up or break you down. It is the heart of your business communication because short of talking to someone face-to-face, it is the best way to communicate with someone on a personal level and quickly and efficiently take care of business. In addition to external communications, your phone system plays into your internal communications, creating seamless integration amongst your co-workers and client base alike. Integration options make connecting your new phone system to existing applications simple.\n\nAt Hilltop Technologies, we specialize in working with our clients to find the solution that is right for them. We understand that a phone system is not one-size-fits-all. To learn more about Hilltop Technologies and how we can help your business <a href=\"http://hilltoptech.com/index.php\">visit</a><a href=\"http://hilltoptech.com/index.php\"> our website</a>, <a href=\"mailto:info12@hilltoptech.com\">contact us by email</a>.','Is Your Phone System Working For or Against You?','','inherit','closed','closed','','197-autosave-v1','','','2015-07-22 13:12:49','2015-07-22 17:12:49','',197,'http://hilltoptech.com/news/197-autosave-v1/',0,'revision','',0),(205,1,'2015-07-22 13:13:00','2015-07-22 17:13:00','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/07/phoneforagainst.png\"><img class=\"alignright size-medium wp-image-202\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/07/phoneforagainst-300x188.png\" alt=\"phoneforagainst\" width=\"300\" height=\"188\" /></a>\r\n\r\nThe world is changing. Business, technology, and the typical workplace are shifting before our eyes, and companies and their employees must shift with it or fail to meet the demands of a progressive work culture. Staying afloat in the sea of frequently upgraded technology is the half of it. Additionally, companies must meet the expectations of a consumer base with more options than ever and if you can’t do it they will do business with someone who can: the competition.\r\n\r\nGiven frequent upgrades in business phone systems, chances are your current system is not as efficient as it could be. It is easy to say, “Technology is too difficult to keep up with,” or “This sounds expensive, we’ll upgrade it next year when there’s more room in the budget,” for several years in a row. Many are under the false pretense that switching providers or upgrading to a more advanced system will hinder productivity because it is too risky and employees will be unwilling to learn how to use it. The fact remains that upgrading your phone system is an investment, one you have to make to remain competitive against other businesses that threaten to surpass your efficiency, customer service, or reputation for open communication.\r\n\r\nFortunately, for the business who understands the value of communication, efficiency, and customer satisfaction and is willing to grow with the changing technology, there are affordable, user-friendly communications solutions out there to optimize your workflow. If the opportunity exists to provide your employees with tools and the capability to increase productivity, collaborate more effectively, and improve operations without busting your budget, why wouldn’t you take it?\r\n\r\nYour phone system has the power to build you up or break you down. It is the heart of your business communication because short of talking to someone face-to-face, it is the best way to communicate with someone on a personal level and quickly and efficiently take care of business. In addition to external communications, your phone system plays into your internal communications, creating seamless integration amongst your co-workers and client base alike. Integration options make connecting your new phone system to existing applications simple.\r\n\r\nAt Hilltop Technologies, we specialize in working with our clients to find the solution that is right for them. We understand that a phone system is not one-size-fits-all. To learn more about Hilltop Technologies and how we can help your business <a href=\"http://hilltoptech.com/index.php\">visit</a><a href=\"http://hilltoptech.com/index.php\"> our website</a>, <a href=\"mailto:info12@hilltoptech.com\">contact us by email</a>, or call 1 (860) 668-5285.','Is Your Phone System Working For or Against You?','','inherit','closed','closed','','197-revision-v1','','','2015-07-22 13:13:00','2015-07-22 17:13:00','',197,'http://hilltoptech.com/news/197-revision-v1/',0,'revision','',0),(208,1,'2015-09-24 11:03:18','2015-09-24 15:03:18','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/09/ACES-Customer-Spotlight.png\"><img class=\"aligncenter wp-image-209\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/09/ACES-Customer-Spotlight.png\" alt=\"ACES-Customer-Spotlight\" width=\"500\" height=\"250\" /></a>\r\n\r\n<a href=\"http://www.aces.org/\" target=\"_blank\">Area Cooperative Educational Services (ACES)</a> exists to improve public education through high quality, cost effective programs and services. ACES serves as the Regional Educational Service Center (RESC) for the 25 school districts in south central Connecticut. ACES, a 501(c)(3) non-profit based in North Haven, Connecticut, oversees 8 schools and has over 950 employees.\r\n\r\nIn 2011, ACES approached Hilltop Technologies to oversee and implement their telecommunications solutions. Prior to implementation, each school within the ACES network operated independently of one another with no inter-office communication. Each individual location deployed differed platforms and hence needed a variety of technical resources for their service and maintenance. This caused inefficiencies within the organization as well as increased costs to manage the technology. Being such a large agency, ACES needed a phone system that could accommodate voicemails, transferring, and other business phone services that were lacking in their current set up.\r\n\r\nAt the time of Hilltop’s initial engagement of working with ACES’ telecommunications, ACES’ Technology Services division had been refreshed with almost an entirely new staff. “During the first few months of picking up the VOIP project, my team was contacting Hilltop almost weekly with problems and issues,” said Steven Manley, Director, Technology Services. “They understood that our department went through a very drastic change and worked with us closely to see to it that we understood the project, walked us through the remainder of installations, and helped to bring us up to speed with the new technologies.”\r\n\r\n“The problems were difficult to diagnose and caused us to need quite a bit of hand-holding. Many times Hilltop worked as a go-between for us and our providers and helped us to track down issues that needed resolve. Two of Hilltop’s Project Managers, Rob Johnston and George Piekarczyk, were especially helpful. They dedicated Deb Ritschard as a single response person for us. As a result, we were able to build a strong working relationship that resulted in our resolving issues quickly.”\r\n\r\nBy installing a ShoreTel VoIP platform, ACES was able to move to a more centralized trunking configuration. Now, incoming & outgoing calls originate at a single location and are programmatically routed to the necessary location. At the base of any ShoreTel system, is their Unified Communications platform, which allows each line to operate separate from the others in the case of an outage, while otherwise wholly incorporated into the entire network. ACES was able to achieve cost savings as well by eliminating and/or reducing local copper lines at each location, leaving just enough lines to support 911 and failover.\r\n\r\n“Hilltop’s response time has been excellent and even exemplary in some instances. A good example of this is when the elevator phone lines at ACES Whitney High School East (WHE) were bad and the elevator inspector shut the systems down. We let Hilltop know that our ACES WHE student population is dependent on the elevators to move about the building. Hilltop sent a technician out that same day to resolve the issue and the elevators were back up and running in no time.”\r\n\r\nCommunications are running much smoother at ACES now, with a single solution covering their entire enterprise and being managed entirely from their Technical Support office.\r\n\r\nHilltop Technologies has served as ACES’ telecommunications partner since 2011. As a result of superior support and customer service, ACES is looking forward to a continued partnership with Hilltop Technologies that not only supports their business needs today, but will empower them for tomorrow. Given the advancement and ever-changing technology, having such a partner like Hilltop to rely on is imperative to continued communication efficiency.\r\n\r\nFor more information on ShoreTel VoIP and Hilltop Technologies’ telecommunications solutions, visit <a href=\"http://www.hilltoptech.com\">www.hilltoptech.com</a>.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ','Customer Spotlight: ACES','','publish','closed','closed','','customer-spotlight-aces','','','2015-09-24 11:05:04','2015-09-24 15:05:04','',0,'http://hilltoptech.com/news/?p=208',0,'post','',0),(209,1,'2015-09-24 11:00:34','2015-09-24 15:00:34','','ACES-Customer-Spotlight','','inherit','closed','closed','','aces-customer-spotlight','','','2015-09-24 11:00:34','2015-09-24 15:00:34','',208,'http://hilltoptech.com/news/wp-content/uploads/2015/09/ACES-Customer-Spotlight.png',0,'attachment','image/png',0),(210,1,'2015-09-24 11:03:18','2015-09-24 15:03:18','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/09/ACES-Customer-Spotlight.png\"><img class=\"aligncenter size-full wp-image-209\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/09/ACES-Customer-Spotlight.png\" alt=\"ACES-Customer-Spotlight\" width=\"600\" height=\"300\" /></a>\r\n\r\n<a href=\"http://www.aces.org/\" target=\"_blank\">Area Cooperative Educational Services (ACES)</a> exists to improve public education through high quality, cost effective programs and services. ACES serves as the Regional Educational Service Center (RESC) for the 25 school districts in south central Connecticut. ACES, a 501(c)(3) non-profit based in North Haven, Connecticut, oversees 8 schools and has over 950 employees.\r\n\r\nIn 2011, ACES approached Hilltop Technologies to oversee and implement their telecommunications solutions. Prior to implementation, each school within the ACES network operated independently of one another with no inter-office communication. Each individual location deployed differed platforms and hence needed a variety of technical resources for their service and maintenance. This caused inefficiencies within the organization as well as increased costs to manage the technology. Being such a large agency, ACES needed a phone system that could accommodate voicemails, transferring, and other business phone services that were lacking in their current set up.\r\n\r\nAt the time of Hilltop’s initial engagement of working with ACES’ telecommunications, ACES’ Technology Services division had been refreshed with almost an entirely new staff. “During the first few months of picking up the VOIP project, my team was contacting Hilltop almost weekly with problems and issues,” said Steven Manley, Director, Technology Services. “They understood that our department went through a very drastic change and worked with us closely to see to it that we understood the project, walked us through the remainder of installations, and helped to bring us up to speed with the new technologies.”\r\n\r\n“The problems were difficult to diagnose and caused us to need quite a bit of hand-holding. Many times Hilltop worked as a go-between for us and our providers and helped us to track down issues that needed resolve. Two of Hilltop’s Project Managers, Rob Johnston and George Piekarczyk, were especially helpful. They dedicated Deb Ritschard as a single response person for us. As a result, we were able to build a strong working relationship that resulted in our resolving issues quickly.”\r\n\r\nBy installing a ShoreTel VoIP platform, ACES was able to move to a more centralized trunking configuration. Now, incoming & outgoing calls originate at a single location and are programmatically routed to the necessary location. At the base of any ShoreTel system, is their Unified Communications platform, which allows each line to operate separate from the others in the case of an outage, while otherwise wholly incorporated into the entire network. ACES was able to achieve cost savings as well by eliminating and/or reducing local copper lines at each location, leaving just enough lines to support 911 and failover.\r\n\r\n“Hilltop’s response time has been excellent and even exemplary in some instances. A good example of this is when the elevator phone lines at ACES Whitney High School East (WHE) were bad and the elevator inspector shut the systems down. We let Hilltop know that our ACES WHE student population is dependent on the elevators to move about the building. Hilltop sent a technician out that same day to resolve the issue and the elevators were back up and running in no time.”\r\n\r\nCommunications are running much smoother at ACES now, with a single solution covering their entire enterprise and being managed entirely from their Technical Support office.\r\n\r\nHilltop Technologies has served as ACES’ telecommunications partner since 2011. As a result of superior support and customer service, ACES is looking forward to a continued partnership with Hilltop Technologies that not only supports their business needs today, but will empower them for tomorrow. Given the advancement and ever-changing technology, having such a partner like Hilltop to rely on is imperative to continued communication efficiency.\r\n\r\nFor more information on ShoreTel VoIP and Hilltop Technologies’ telecommunications solutions, visit <a href=\"http://www.hilltoptech.com\">www.hilltoptech.com</a>.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ','Customer Spotlight: ACES','','inherit','closed','closed','','208-revision-v1','','','2015-09-24 11:03:18','2015-09-24 15:03:18','',208,'http://hilltoptech.com/news/208-revision-v1/',0,'revision','',0),(211,1,'2015-09-24 11:05:04','2015-09-24 15:05:04','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/09/ACES-Customer-Spotlight.png\"><img class=\"aligncenter wp-image-209\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/09/ACES-Customer-Spotlight.png\" alt=\"ACES-Customer-Spotlight\" width=\"500\" height=\"250\" /></a>\r\n\r\n<a href=\"http://www.aces.org/\" target=\"_blank\">Area Cooperative Educational Services (ACES)</a> exists to improve public education through high quality, cost effective programs and services. ACES serves as the Regional Educational Service Center (RESC) for the 25 school districts in south central Connecticut. ACES, a 501(c)(3) non-profit based in North Haven, Connecticut, oversees 8 schools and has over 950 employees.\r\n\r\nIn 2011, ACES approached Hilltop Technologies to oversee and implement their telecommunications solutions. Prior to implementation, each school within the ACES network operated independently of one another with no inter-office communication. Each individual location deployed differed platforms and hence needed a variety of technical resources for their service and maintenance. This caused inefficiencies within the organization as well as increased costs to manage the technology. Being such a large agency, ACES needed a phone system that could accommodate voicemails, transferring, and other business phone services that were lacking in their current set up.\r\n\r\nAt the time of Hilltop’s initial engagement of working with ACES’ telecommunications, ACES’ Technology Services division had been refreshed with almost an entirely new staff. “During the first few months of picking up the VOIP project, my team was contacting Hilltop almost weekly with problems and issues,” said Steven Manley, Director, Technology Services. “They understood that our department went through a very drastic change and worked with us closely to see to it that we understood the project, walked us through the remainder of installations, and helped to bring us up to speed with the new technologies.”\r\n\r\n“The problems were difficult to diagnose and caused us to need quite a bit of hand-holding. Many times Hilltop worked as a go-between for us and our providers and helped us to track down issues that needed resolve. Two of Hilltop’s Project Managers, Rob Johnston and George Piekarczyk, were especially helpful. They dedicated Deb Ritschard as a single response person for us. As a result, we were able to build a strong working relationship that resulted in our resolving issues quickly.”\r\n\r\nBy installing a ShoreTel VoIP platform, ACES was able to move to a more centralized trunking configuration. Now, incoming & outgoing calls originate at a single location and are programmatically routed to the necessary location. At the base of any ShoreTel system, is their Unified Communications platform, which allows each line to operate separate from the others in the case of an outage, while otherwise wholly incorporated into the entire network. ACES was able to achieve cost savings as well by eliminating and/or reducing local copper lines at each location, leaving just enough lines to support 911 and failover.\r\n\r\n“Hilltop’s response time has been excellent and even exemplary in some instances. A good example of this is when the elevator phone lines at ACES Whitney High School East (WHE) were bad and the elevator inspector shut the systems down. We let Hilltop know that our ACES WHE student population is dependent on the elevators to move about the building. Hilltop sent a technician out that same day to resolve the issue and the elevators were back up and running in no time.”\r\n\r\nCommunications are running much smoother at ACES now, with a single solution covering their entire enterprise and being managed entirely from their Technical Support office.\r\n\r\nHilltop Technologies has served as ACES’ telecommunications partner since 2011. As a result of superior support and customer service, ACES is looking forward to a continued partnership with Hilltop Technologies that not only supports their business needs today, but will empower them for tomorrow. Given the advancement and ever-changing technology, having such a partner like Hilltop to rely on is imperative to continued communication efficiency.\r\n\r\nFor more information on ShoreTel VoIP and Hilltop Technologies’ telecommunications solutions, visit <a href=\"http://www.hilltoptech.com\">www.hilltoptech.com</a>.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ','Customer Spotlight: ACES','','inherit','closed','closed','','208-revision-v1','','','2015-09-24 11:05:04','2015-09-24 15:05:04','',208,'http://hilltoptech.com/news/208-revision-v1/',0,'revision','',0),(213,1,'2015-10-01 15:41:13','2015-10-01 19:41:13','As summer comes to an end and fall creeps in, it’s the perfect time to jump on the 2016 planning. Why wait for the end-of-year chaos when most companies deal with busy fourth quarters and the yearly wrap-up? On top of that, it’s not like we all get an extra month to plan for the year ahead – it starts on January 1<sup>st</sup> and there is no looking back. Being prepared for 2016 is crucial for a successful year!\r\n\r\n<img class=\" wp-image-214 size-medium alignright\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/10/bigstock-Office-desk-table-with-compute-85134539-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />Technologies are rapidly evolving to become more efficient and offer more capabilities and functions. Not taking advantage could be a missed opportunity. Often times, while businesses hold on for dear life to their legacy telecom systems, there is the thought that the longer they keep their systems, the greater their return on investment. However, like with anything – automobiles, appliances, etc. – sometimes having an outdated model costs you more in the long-run than upgrading. How is this so when it comes to your phone system?\r\n\r\nSure, those phones you purchased over a decade ago still work just fine and are reliable enough. Why switch out your entire system when you already have working infrastructure? Great point. There may not be a need today, but the key is to plan for the future. Is there a migration path in place for when your current system begins showing signs of end-of-life? It’s critical that when that time comes, your company has budgeted and is prepared to upgrade the system.\r\n\r\nPerhaps the best preparedness plan is to just be aware of how your system is working for you in the present. For instance, if out-of-office productivity is strapped by your existing system, than you may want to look at a unified communications system that will bring your entire office together, even when some employees may be working remotely. If you’re storing all your data on a centralized network internally or have different security settings on different pieces of equipment, you could find yourself at an increased risk of security threats. Conceivably your company is growing at a pace that warrants a more flexible telecom set-up, or your existing system has reached the age where the manufacturer is no longer supporting it and it’s been phased out. It’s possible too, that while you might not have realized this, you’re using multiple vendors to string along a system with the functionality you desire, which really, is just increasing your costs.\r\n\r\nIf any of the scenarios just described sound like something occurring within your company, then it’s likely time to either extend the functionality of your current system or explore an entirely new system – either option can be implemented without impacting your bottom line when planned for appropriately. It could be that your business phone system simply needs an assessment, in which case our experienced team are on hand to assist. A full evaluation of your current set-up will be examined with an analysis of solutions presented to you to meet your needs as well as your budget. When the time comes, possible solutions include managing your PBX via our Infinitum cloud-based solution, where you enjoy the depth of benefits courtesy of VoIP technology while also lowering your costs by utilizing your existing equipment investment. This way, you’re using your current telecom sets and their functionality, while make an important upgrade on the backend.\r\n\r\nAlternatively, you may find that a system with more functionality, features, and integrations is just what you need, and in that case, a switch to more unified communications may be the perfect solution. With voice, data, and video integrated into one option, you receive a wide variety of feature via one solution.\r\n\r\nContact the Hilltop team today to outline your 2016 telecommunications plan today.','Preparing Your Telecommunications for the New Year','','publish','closed','closed','','preparing-your-telecommunications-for-the-new-year','','','2015-10-01 16:00:07','2015-10-01 20:00:07','',0,'http://hilltoptech.com/news/?p=213',0,'post','',0),(214,1,'2015-10-01 15:38:29','2015-10-01 19:38:29','','Office desk table with computer, supplies, coffee cup and flower','Office desk table with computer, supplies, coffee cup and flower. Top view with copy space','inherit','closed','closed','','office-desk-table-with-computer-supplies-coffee-cup-and-flower','','','2015-10-01 15:38:29','2015-10-01 19:38:29','',213,'http://hilltoptech.com/news/wp-content/uploads/2015/10/bigstock-Office-desk-table-with-compute-85134539.jpg',0,'attachment','image/jpeg',0),(218,1,'2015-10-01 16:00:07','2015-10-01 20:00:07','As summer comes to an end and fall creeps in, it’s the perfect time to jump on the 2016 planning. Why wait for the end-of-year chaos when most companies deal with busy fourth quarters and the yearly wrap-up? On top of that, it’s not like we all get an extra month to plan for the year ahead – it starts on January 1<sup>st</sup> and there is no looking back. Being prepared for 2016 is crucial for a successful year!\r\n\r\n<img class=\" wp-image-214 size-medium alignright\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/10/bigstock-Office-desk-table-with-compute-85134539-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />Technologies are rapidly evolving to become more efficient and offer more capabilities and functions. Not taking advantage could be a missed opportunity. Often times, while businesses hold on for dear life to their legacy telecom systems, there is the thought that the longer they keep their systems, the greater their return on investment. However, like with anything – automobiles, appliances, etc. – sometimes having an outdated model costs you more in the long-run than upgrading. How is this so when it comes to your phone system?\r\n\r\nSure, those phones you purchased over a decade ago still work just fine and are reliable enough. Why switch out your entire system when you already have working infrastructure? Great point. There may not be a need today, but the key is to plan for the future. Is there a migration path in place for when your current system begins showing signs of end-of-life? It’s critical that when that time comes, your company has budgeted and is prepared to upgrade the system.\r\n\r\nPerhaps the best preparedness plan is to just be aware of how your system is working for you in the present. For instance, if out-of-office productivity is strapped by your existing system, than you may want to look at a unified communications system that will bring your entire office together, even when some employees may be working remotely. If you’re storing all your data on a centralized network internally or have different security settings on different pieces of equipment, you could find yourself at an increased risk of security threats. Conceivably your company is growing at a pace that warrants a more flexible telecom set-up, or your existing system has reached the age where the manufacturer is no longer supporting it and it’s been phased out. It’s possible too, that while you might not have realized this, you’re using multiple vendors to string along a system with the functionality you desire, which really, is just increasing your costs.\r\n\r\nIf any of the scenarios just described sound like something occurring within your company, then it’s likely time to either extend the functionality of your current system or explore an entirely new system – either option can be implemented without impacting your bottom line when planned for appropriately. It could be that your business phone system simply needs an assessment, in which case our experienced team are on hand to assist. A full evaluation of your current set-up will be examined with an analysis of solutions presented to you to meet your needs as well as your budget. When the time comes, possible solutions include managing your PBX via our Infinitum cloud-based solution, where you enjoy the depth of benefits courtesy of VoIP technology while also lowering your costs by utilizing your existing equipment investment. This way, you’re using your current telecom sets and their functionality, while make an important upgrade on the backend.\r\n\r\nAlternatively, you may find that a system with more functionality, features, and integrations is just what you need, and in that case, a switch to more unified communications may be the perfect solution. With voice, data, and video integrated into one option, you receive a wide variety of feature via one solution.\r\n\r\nContact the Hilltop team today to outline your 2016 telecommunications plan today.','Preparing Your Telecommunications for the New Year','','inherit','closed','closed','','213-revision-v1','','','2015-10-01 16:00:07','2015-10-01 20:00:07','',213,'http://hilltoptech.com/news/213-revision-v1/',0,'revision','',0),(215,1,'2015-10-01 15:41:13','2015-10-01 19:41:13','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/10/bigstock-Office-desk-table-with-compute-85134539-e1443728326544.jpg\"><img class=\"alignleft wp-image-214 size-full\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/10/bigstock-Office-desk-table-with-compute-85134539-e1443728326544.jpg\" alt=\"\" width=\"400\" height=\"267\" /></a>\r\n\r\nAs summer comes to an end and fall creeps in, it’s the perfect time to jump on the 2016 planning. Why wait for the end-of-year chaos when most companies deal with busy fourth quarters and the yearly wrap-up? On top of that, it’s not like we all get an extra month to plan for the year ahead – it starts on January 1<sup>st</sup> and there is no looking back. Being prepared for 2016 is crucial for a successful year!\r\n\r\nTechnologies are rapidly evolving to become more efficient and offer more capabilities and functions. Not taking advantage could be a missed opportunity. Often times, while businesses hold on for dear life to their legacy telecom systems, there is the thought that the longer they keep their systems, the greater their return on investment. However, like with anything – automobiles, appliances, etc. – sometimes having an outdated model costs you more in the long-run than upgrading. How is this so when it comes to your phone system?\r\n\r\nSure, those phones you purchased over a decade ago still work just fine and are reliable enough. Why switch out your entire system when you already have working infrastructure? Great point. There may not be a need today, but the key is to plan for the future. Is there a migration path in place for when your current system begins showing signs of end-of-life? It’s critical that when that time comes, your company has budgeted and is prepared to upgrade the system.\r\n\r\nPerhaps the best preparedness plan is to just be aware of how your system is working for you in the present. For instance, if out-of-office productivity is strapped by your existing system, than you may want to look at a unified communications system that will bring your entire office together, even when some employees may be working remotely. If you’re storing all your data on a centralized network internally or have different security settings on different pieces of equipment, you could find yourself at an increased risk of security threats. Conceivably your company is growing at a pace that warrants a more flexible telecom set-up, or your existing system has reached the age where the manufacturer is no longer supporting it and it’s been phased out. It’s possible too, that while you might not have realized this, you’re using multiple vendors to string along a system with the functionality you desire, which really, is just increasing your costs.\r\n\r\nIf any of the scenarios just described sound like something occurring within your company, then it’s likely time to either extend the functionality of your current system or explore an entirely new system – either option can be implemented without impacting your bottom line when planned for appropriately. It could be that your business phone system simply needs an assessment, in which case our experienced team are on hand to assist. A full evaluation of your current set-up will be examined with an analysis of solutions presented to you to meet your needs as well as your budget. When the time comes, possible solutions include managing your PBX via our Infinitum cloud-based solution, where you enjoy the depth of benefits courtesy of VoIP technology while also lowering your costs by utilizing your existing equipment investment. This way, you’re using your current telecom sets and their functionality, while make an important upgrade on the backend.\r\n\r\nAlternatively, you may find that a system with more functionality, features, and integrations is just what you need, and in that case, a switch to more unified communications may be the perfect solution. With voice, data, and video integrated into one option, you receive a wide variety of feature via one solution.\r\n\r\nContact the Hilltop team today to outline your 2016 telecommunications plan today.','Preparing Your Telecommunications for the New Year','','inherit','closed','closed','','213-revision-v1','','','2015-10-01 15:41:13','2015-10-01 19:41:13','',213,'http://hilltoptech.com/news/213-revision-v1/',0,'revision','',0),(216,1,'2015-10-01 15:42:43','2015-10-01 19:42:43','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/10/bigstock-Office-desk-table-with-compute-85134539-e1443728326544.jpg\"><img class=\"alignleft wp-image-214 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/10/bigstock-Office-desk-table-with-compute-85134539-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" /></a>\r\n\r\nAs summer comes to an end and fall creeps in, it’s the perfect time to jump on the 2016 planning. Why wait for the end-of-year chaos when most companies deal with busy fourth quarters and the yearly wrap-up? On top of that, it’s not like we all get an extra month to plan for the year ahead – it starts on January 1<sup>st</sup> and there is no looking back. Being prepared for 2016 is crucial for a successful year!\r\n\r\nTechnologies are rapidly evolving to become more efficient and offer more capabilities and functions. Not taking advantage could be a missed opportunity. Often times, while businesses hold on for dear life to their legacy telecom systems, there is the thought that the longer they keep their systems, the greater their return on investment. However, like with anything – automobiles, appliances, etc. – sometimes having an outdated model costs you more in the long-run than upgrading. How is this so when it comes to your phone system?\r\n\r\nSure, those phones you purchased over a decade ago still work just fine and are reliable enough. Why switch out your entire system when you already have working infrastructure? Great point. There may not be a need today, but the key is to plan for the future. Is there a migration path in place for when your current system begins showing signs of end-of-life? It’s critical that when that time comes, your company has budgeted and is prepared to upgrade the system.\r\n\r\nPerhaps the best preparedness plan is to just be aware of how your system is working for you in the present. For instance, if out-of-office productivity is strapped by your existing system, than you may want to look at a unified communications system that will bring your entire office together, even when some employees may be working remotely. If you’re storing all your data on a centralized network internally or have different security settings on different pieces of equipment, you could find yourself at an increased risk of security threats. Conceivably your company is growing at a pace that warrants a more flexible telecom set-up, or your existing system has reached the age where the manufacturer is no longer supporting it and it’s been phased out. It’s possible too, that while you might not have realized this, you’re using multiple vendors to string along a system with the functionality you desire, which really, is just increasing your costs.\r\n\r\nIf any of the scenarios just described sound like something occurring within your company, then it’s likely time to either extend the functionality of your current system or explore an entirely new system – either option can be implemented without impacting your bottom line when planned for appropriately. It could be that your business phone system simply needs an assessment, in which case our experienced team are on hand to assist. A full evaluation of your current set-up will be examined with an analysis of solutions presented to you to meet your needs as well as your budget. When the time comes, possible solutions include managing your PBX via our Infinitum cloud-based solution, where you enjoy the depth of benefits courtesy of VoIP technology while also lowering your costs by utilizing your existing equipment investment. This way, you’re using your current telecom sets and their functionality, while make an important upgrade on the backend.\r\n\r\nAlternatively, you may find that a system with more functionality, features, and integrations is just what you need, and in that case, a switch to more unified communications may be the perfect solution. With voice, data, and video integrated into one option, you receive a wide variety of feature via one solution.\r\n\r\nContact the Hilltop team today to outline your 2016 telecommunications plan today.','Preparing Your Telecommunications for the New Year','','inherit','closed','closed','','213-revision-v1','','','2015-10-01 15:42:43','2015-10-01 19:42:43','',213,'http://hilltoptech.com/news/213-revision-v1/',0,'revision','',0),(217,1,'2015-10-01 15:59:18','2015-10-01 19:59:18','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/10/bigstock-Office-desk-table-with-compute-85134539-e1443728326544.jpg\"><img class=\"alignleft wp-image-214 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/10/bigstock-Office-desk-table-with-compute-85134539-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" /></a>As summer comes to an end and fall creeps in, it’s the perfect time to jump on the 2016 planning. Why wait for the end-of-year chaos when most companies deal with busy fourth quarters and the yearly wrap-up? On top of that, it’s not like we all get an extra month to plan for the year ahead – it starts on January 1<sup>st</sup> and there is no looking back. Being prepared for 2016 is crucial for a successful year!\n\nTechnologies are rapidly evolving to become more efficient and offer more capabilities and functions. Not taking advantage could be a missed opportunity. Often times, while businesses hold on for dear life to their legacy telecom systems, there is the thought that the longer they keep their systems, the greater their return on investment. However, like with anything – automobiles, appliances, etc. – sometimes having an outdated model costs you more in the long-run than upgrading. How is this so when it comes to your phone system?\n\nSure, those phones you purchased over a decade ago still work just fine and are reliable enough. Why switch out your entire system when you already have working infrastructure? Great point. There may not be a need today, but the key is to plan for the future. Is there a migration path in place for when your current system begins showing signs of end-of-life? It’s critical that when that time comes, your company has budgeted and is prepared to upgrade the system.\n\nPerhaps the best preparedness plan is to just be aware of how your system is working for you in the present. For instance, if out-of-office productivity is strapped by your existing system, than you may want to look at a unified communications system that will bring your entire office together, even when some employees may be working remotely. If you’re storing all your data on a centralized network internally or have different security settings on different pieces of equipment, you could find yourself at an increased risk of security threats. Conceivably your company is growing at a pace that warrants a more flexible telecom set-up, or your existing system has reached the age where the manufacturer is no longer supporting it and it’s been phased out. It’s possible too, that while you might not have realized this, you’re using multiple vendors to string along a system with the functionality you desire, which really, is just increasing your costs.\n\nIf any of the scenarios just described sound like something occurring within your company, then it’s likely time to either extend the functionality of your current system or explore an entirely new system – either option can be implemented without impacting your bottom line when planned for appropriately. It could be that your business phone system simply needs an assessment, in which case our experienced team are on hand to assist. A full evaluation of your current set-up will be examined with an analysis of solutions presented to you to meet your needs as well as your budget. When the time comes, possible solutions include managing your PBX via our Infinitum cloud-based solution, where you enjoy the depth of benefits courtesy of VoIP technology while also lowering your costs by utilizing your existing equipment investment. This way, you’re using your current telecom sets and their functionality, while make an important upgrade on the backend.\n\nAlternatively, you may find that a system with more functionality, features, and integrations is just what you need, and in that case, a switch to more unified communications may be the perfect solution. With voice, data, and video integrated into one option, you receive a wide variety of feature via one solution.\n\nContact the Hilltop team today to outline your 2016 telecommunications plan today.','Preparing Your Telecommunications for the New Year','','inherit','closed','closed','','213-autosave-v1','','','2015-10-01 15:59:18','2015-10-01 19:59:18','',213,'http://hilltoptech.com/news/213-autosave-v1/',0,'revision','',0),(220,1,'2015-11-17 14:26:38','2015-11-17 19:26:38','Hilltop Technologies is pleased to welcome Peter D\'Amario, Jr. to its sales team.\r\n\r\nD’Amario, a Springfield native, recently graduated from Southern New Hampshire University. He will bring to Hilltop leadership and initiative skills he received from participating in three years’ of University-level lacrosse, as well as coaching the sport to children. D’Amario will further build his experience and expertise as part of the Hilltop Team.','Hilltop Adds to Team','','publish','closed','closed','','hilltop-adds-to-team','','','2015-11-17 14:26:38','2015-11-17 19:26:38','',0,'http://hilltoptech.com/news/?p=220',0,'post','',0),(221,1,'2015-11-17 14:26:38','2015-11-17 19:26:38','Hilltop Technologies is pleased to welcome Peter D\'Amario, Jr. to its sales team.\r\n\r\nD’Amario, a Springfield native, recently graduated from Southern New Hampshire University. He will bring to Hilltop leadership and initiative skills he received from participating in three years’ of University-level lacrosse, as well as coaching the sport to children. D’Amario will further build his experience and expertise as part of the Hilltop Team.','Hilltop Adds to Team','','inherit','closed','closed','','220-revision-v1','','','2015-11-17 14:26:38','2015-11-17 19:26:38','',220,'http://hilltoptech.com/news/220-revision-v1/',0,'revision','',0),(222,1,'2015-11-23 11:30:56','2015-11-23 16:30:56','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/11/Expand-Your-Scope.png\"><img class=\"alignright wp-image-223 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/11/Expand-Your-Scope-300x199.png\" alt=\"Expand-Your-Scope\" width=\"300\" height=\"199\" /></a>Did you know that 81% of employees access documents remotely with their mobile devices? Working on the road is a common feature of today’s workplace. Millions of Americans now work primarily from their home or on the go. Is your telecommunications system equipped to keep your business running efficiently from everywhere?\r\n\r\nStaying efficient in today’s workplace means being agile and flexible. To stay current with your customers, you need to have a fluid and adaptable telecommunications system. We know what’s important to your team; the ability to transfer calls, access documents, view media, and fully integrate with your existing network, even when they are miles apart. We’re not just connecting the members of your office team. We’re expanding the scope of your office. From the home terminal, to the airplane, to the hotel room, to the mobile device, we’ll provide you a unified front.\r\n\r\nYour valuable data is often stored by multiple vendors, to accommodate the fact that your offices or team members are in separate locations. Your security is only as strong as the weakest link, and by using multiple vendors, your data is at greater risk. Our unified storage system improves data security, no matter where your team may be. And, if there is an issue such as a power outage at one location, your other locations will not be affected.\r\n\r\nWe know that technology changes constantly. We thrive on that fact. Our cloud-based telecommunications systems gives you instant access to software updates and technological improvements. As new needs arise, workplace technology will advance. As advancements take place, your system will accommodate them. Don’t just keep up with new technology, stay in front of it.\r\n\r\nLet us speak with you about your business, and show you how we can save you time and energy by systematizing your telecommunications solution. We can show you how we work to improve your customer service, sales, and inter-office communication, by establishing our back end software into your network. Our features are highly customizable, and often work with your existing hardware.','Expand Your Scope','','publish','closed','closed','','expand-your-scope','','','2015-11-23 11:31:59','2015-11-23 16:31:59','',0,'http://hilltoptech.com/news/?p=222',0,'post','',0),(223,1,'2015-11-23 11:30:38','2015-11-23 16:30:38','','Expand-Your-Scope','','inherit','closed','closed','','expand-your-scope','','','2015-11-23 11:30:38','2015-11-23 16:30:38','',222,'http://hilltoptech.com/news/wp-content/uploads/2015/11/Expand-Your-Scope.png',0,'attachment','image/png',0),(224,1,'2015-11-23 11:30:56','2015-11-23 16:30:56','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/11/Expand-Your-Scope.png\"><img class=\"alignright size-large wp-image-223\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/11/Expand-Your-Scope-1024x678.png\" alt=\"Expand-Your-Scope\" width=\"640\" height=\"424\" /></a>Did you know that 81% of employees access documents remotely with their mobile devices? Working on the road is a common feature of today’s workplace. Millions of Americans now work primarily from their home or on the go. Is your telecommunications system equipped to keep your business running efficiently from everywhere?\r\n\r\nStaying efficient in today’s workplace means being agile and flexible. To stay current with your customers, you need to have a fluid and adaptable telecommunications system. We know what’s important to your team; the ability to transfer calls, access documents, view media, and fully integrate with your existing network, even when they are miles apart. We’re not just connecting the members of your office team. We’re expanding the scope of your office. From the home terminal, to the airplane, to the hotel room, to the mobile device, we’ll provide you a unified front.\r\n\r\nYour valuable data is often stored by multiple vendors, to accommodate the fact that your offices or team members are in separate locations. Your security is only as strong as the weakest link, and by using multiple vendors, your data is at greater risk. Our unified storage system improves data security, no matter where your team may be. And, if there is an issue such as a power outage at one location, your other locations will not be affected.\r\n\r\nWe know that technology changes constantly. We thrive on that fact. Our cloud-based telecommunications systems gives you instant access to software updates and technological improvements. As new needs arise, workplace technology will advance. As advancements take place, your system will accommodate them. Don’t just keep up with new technology, stay in front of it.\r\n\r\nLet us speak with you about your business, and show you how we can save you time and energy by systematizing your telecommunications solution. We can show you how we work to improve your customer service, sales, and inter-office communication, by establishing our back end software into your network. Our features are highly customizable, and often work with your existing hardware.','Expand Your Scope','','inherit','closed','closed','','222-revision-v1','','','2015-11-23 11:30:56','2015-11-23 16:30:56','',222,'http://hilltoptech.com/news/222-revision-v1/',0,'revision','',0),(225,1,'2015-11-23 11:31:59','2015-11-23 16:31:59','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/11/Expand-Your-Scope.png\"><img class=\"alignright wp-image-223 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/11/Expand-Your-Scope-300x199.png\" alt=\"Expand-Your-Scope\" width=\"300\" height=\"199\" /></a>Did you know that 81% of employees access documents remotely with their mobile devices? Working on the road is a common feature of today’s workplace. Millions of Americans now work primarily from their home or on the go. Is your telecommunications system equipped to keep your business running efficiently from everywhere?\r\n\r\nStaying efficient in today’s workplace means being agile and flexible. To stay current with your customers, you need to have a fluid and adaptable telecommunications system. We know what’s important to your team; the ability to transfer calls, access documents, view media, and fully integrate with your existing network, even when they are miles apart. We’re not just connecting the members of your office team. We’re expanding the scope of your office. From the home terminal, to the airplane, to the hotel room, to the mobile device, we’ll provide you a unified front.\r\n\r\nYour valuable data is often stored by multiple vendors, to accommodate the fact that your offices or team members are in separate locations. Your security is only as strong as the weakest link, and by using multiple vendors, your data is at greater risk. Our unified storage system improves data security, no matter where your team may be. And, if there is an issue such as a power outage at one location, your other locations will not be affected.\r\n\r\nWe know that technology changes constantly. We thrive on that fact. Our cloud-based telecommunications systems gives you instant access to software updates and technological improvements. As new needs arise, workplace technology will advance. As advancements take place, your system will accommodate them. Don’t just keep up with new technology, stay in front of it.\r\n\r\nLet us speak with you about your business, and show you how we can save you time and energy by systematizing your telecommunications solution. We can show you how we work to improve your customer service, sales, and inter-office communication, by establishing our back end software into your network. Our features are highly customizable, and often work with your existing hardware.','Expand Your Scope','','inherit','closed','closed','','222-revision-v1','','','2015-11-23 11:31:59','2015-11-23 16:31:59','',222,'http://hilltoptech.com/news/222-revision-v1/',0,'revision','',0),(227,1,'2015-12-15 08:53:30','2015-12-15 13:53:30','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/12/elbert.png\"><img class=\"alignright size-full wp-image-228\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/12/elbert.png\" alt=\"elbert\" width=\"200\" height=\"200\" /></a>The holidays are usually filled with the warmest of wishes and memories. A glowing tree with dozens of perfectly wrapped presents surrounding it; a table filled with food ready for a feast; family and friends gathered for a celebration. It’s the typical scene we all know and look forward to each year. However, for many, it may not be as picture perfect.\r\n\r\nDid you know that 16.2 million children in the U.S. live in a household without the means to provide enough nutritious food on a regular basis? How about the fact that 60% of armed forces veterans feel that there is little to no meaning in the things they do in their daily lives?\r\n\r\nFor the past four years, we’ve taken the funds we would have spent on printing and mailing a holiday card and instead donated that amount to different organizations. This year we have selected to yet again help food-insecure children and families by making a contribution to <a href=\"https://www.nokidhungry.org/\">No Kid Hungry</a> in their fight to end child hunger in America. We have also included a donation to the <a href=\"http://www.woundedwarriorproject.org/\">Wounded Warrior Project</a> this year - helping their efforts to heal the invisible wounds of war by filling gaps in government care and reaching those who might otherwise go untreated.\r\n\r\nWe know our contribution is small when looking at the bigger picture, but coming together to give and be a part of something greater than ourselves is what the holiday represents. We are thankful for such opportunities and enormously thankful for you, our customers – who make such giving a possibility!\r\n\r\nWe wish you all a happy and safe holiday season and a Merry Christmas.','Merry Christmas from Hilltop Technologies','','publish','closed','closed','','merry-christmas-from-hilltop-technologies','','','2015-12-15 08:53:30','2015-12-15 13:53:30','',0,'http://hilltoptech.com/news/?p=227',0,'post','',0),(228,1,'2015-12-15 08:53:22','2015-12-15 13:53:22','','elbert','','inherit','closed','closed','','elbert','','','2015-12-15 08:53:22','2015-12-15 13:53:22','',227,'http://hilltoptech.com/news/wp-content/uploads/2015/12/elbert.png',0,'attachment','image/png',0),(229,1,'2015-12-15 08:53:30','2015-12-15 13:53:30','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2015/12/elbert.png\"><img class=\"alignright size-full wp-image-228\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/12/elbert.png\" alt=\"elbert\" width=\"200\" height=\"200\" /></a>The holidays are usually filled with the warmest of wishes and memories. A glowing tree with dozens of perfectly wrapped presents surrounding it; a table filled with food ready for a feast; family and friends gathered for a celebration. It’s the typical scene we all know and look forward to each year. However, for many, it may not be as picture perfect.\r\n\r\nDid you know that 16.2 million children in the U.S. live in a household without the means to provide enough nutritious food on a regular basis? How about the fact that 60% of armed forces veterans feel that there is little to no meaning in the things they do in their daily lives?\r\n\r\nFor the past four years, we’ve taken the funds we would have spent on printing and mailing a holiday card and instead donated that amount to different organizations. This year we have selected to yet again help food-insecure children and families by making a contribution to <a href=\"https://www.nokidhungry.org/\">No Kid Hungry</a> in their fight to end child hunger in America. We have also included a donation to the <a href=\"http://www.woundedwarriorproject.org/\">Wounded Warrior Project</a> this year - helping their efforts to heal the invisible wounds of war by filling gaps in government care and reaching those who might otherwise go untreated.\r\n\r\nWe know our contribution is small when looking at the bigger picture, but coming together to give and be a part of something greater than ourselves is what the holiday represents. We are thankful for such opportunities and enormously thankful for you, our customers – who make such giving a possibility!\r\n\r\nWe wish you all a happy and safe holiday season and a Merry Christmas.','Merry Christmas from Hilltop Technologies','','inherit','closed','closed','','227-revision-v1','','','2015-12-15 08:53:30','2015-12-15 13:53:30','',227,'http://hilltoptech.com/news/227-revision-v1/',0,'revision','',0),(231,1,'2016-01-20 17:21:39','2016-01-20 22:21:39','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2016/01/SIP-Trunking-VoIP-Improved.png\"><img class=\"alignright size-full wp-image-233\" src=\"http://hilltoptech.com/news/wp-content/uploads/2016/01/SIP-Trunking-VoIP-Improved.png\" alt=\"SIP-Trunking-VoIP-Improved\" width=\"250\" height=\"167\" /></a>We are pleased to announce that we have added SIP Trunking to our product offerings. SIP stands for Session Initiation Protocol and a trunk is a physical line that connects switching equipment. SIP trunk provides a direct connection between your organization and an internet phone service provider. This direct connection allows you to take VoIP to the next level, extending beyond your organization\'s firewall, surpassing the need for an IP-PSTN gateway. This means you\'re getting a simplified design that can be deployed over your existing IP and broadband network or bundled with your broadband services.\r\n\r\nIn addition to providing a simplified design, SIP Trunking supports a variety of real-time modes of communication, including instant messaging, multimedia conferencing, emergency calls, and more. SIP Trunking boasts a fast return on investment, saving businesses money by eliminating PRI trunks and analog lines as well as reducing hardware expenses. SIP Trunking also offers extremely flexible, cloud-based routing that you can depend on to manage and distribute your calls through multiple channels in a centralized portal.\r\n\r\nWith SIP Trunking, we aim to provide our customers assurance that their business is always reachable, and can count on their phone system without breaking the bank. We ensure that any overflow calls, IP issues, or PBX failures are not obstacles in your day-to-day by providing business continuity features and failover options.\r\n\r\n<a href=\"mailto:owilson@hilltoptech.com\">Contact us today</a> to discuss adding SIP Trunking to your telecommunications solution for simplified design, reduced operational costs, and greater efficiency.','Greater Efficiency with SIP Trunking','','publish','closed','closed','','greater-efficiency-with-sip-trunking','','','2016-01-22 08:53:24','2016-01-22 13:53:24','',0,'http://hilltoptech.com/news/?p=231',0,'post','',0),(232,1,'2016-01-20 17:21:39','2016-01-20 22:21:39','We are pleased to announce that we have added SIP Trunking to our product offerings. SIP stands for Session Initiation Protocol and a trunk is a physical line that connects switching equipment. An SIP trunk provides a direct connection between your organization and an internet phone service provider. This direct connection allows you to take VoIP to the next level, extending beyond your organization\'s firewall, surpassing the need for an IP-PSTN gateway. This means you\'re getting a simplified design that can be deployed over your existing IP and broadband network or bundled with your broadband services.\r\n\r\nIn addition to providing a simplified design, SIP Trunking supports a variety of real-time modes of communication, including instant messaging, multimedia conferencing, emergency calls, and more. SIP Trunking boasts a fast return on investment, saving businesses money by eliminating PRI trunks and analog lines as well as reducing hardware expenses. SIP Trunking also offers extremely flexible, cloud-based routing that you can depend on to manage and distribute your calls through multiple channels in a centralized portal.\r\n\r\nWith SIP Trunking, we aim to provide our customers assurance that their business is always reachable, and can count on their phone system without breaking the bank. We ensure that any overflow calls, IP issues, or PBX failures are not obstacles in your day-to-day by providing business continuity features and failover options.\r\n\r\n<a href=\"mailto:owilson@hilltoptech.com\">Contact us today</a> to discuss adding SIP Trunking to your telecommunications solution for simplified design, reduced operational costs, and greater efficiency.','Greater Efficiency with SIP Trunking','','inherit','closed','closed','','231-revision-v1','','','2016-01-20 17:21:39','2016-01-20 22:21:39','',231,'http://hilltoptech.com/news/231-revision-v1/',0,'revision','',0),(233,1,'2016-01-20 17:22:07','2016-01-20 22:22:07','','SIP-Trunking-VoIP-Improved','','inherit','closed','closed','','sip-trunking-voip-improved','','','2016-01-20 17:22:07','2016-01-20 22:22:07','',231,'http://hilltoptech.com/news/wp-content/uploads/2016/01/SIP-Trunking-VoIP-Improved.png',0,'attachment','image/png',0),(234,1,'2016-01-20 17:22:16','2016-01-20 22:22:16','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2016/01/SIP-Trunking-VoIP-Improved.png\"><img class=\"alignright size-full wp-image-233\" src=\"http://hilltoptech.com/news/wp-content/uploads/2016/01/SIP-Trunking-VoIP-Improved.png\" alt=\"SIP-Trunking-VoIP-Improved\" width=\"250\" height=\"167\" /></a>We are pleased to announce that we have added SIP Trunking to our product offerings. SIP stands for Session Initiation Protocol and a trunk is a physical line that connects switching equipment. An SIP trunk provides a direct connection between your organization and an internet phone service provider. This direct connection allows you to take VoIP to the next level, extending beyond your organization\'s firewall, surpassing the need for an IP-PSTN gateway. This means you\'re getting a simplified design that can be deployed over your existing IP and broadband network or bundled with your broadband services.\r\n\r\nIn addition to providing a simplified design, SIP Trunking supports a variety of real-time modes of communication, including instant messaging, multimedia conferencing, emergency calls, and more. SIP Trunking boasts a fast return on investment, saving businesses money by eliminating PRI trunks and analog lines as well as reducing hardware expenses. SIP Trunking also offers extremely flexible, cloud-based routing that you can depend on to manage and distribute your calls through multiple channels in a centralized portal.\r\n\r\nWith SIP Trunking, we aim to provide our customers assurance that their business is always reachable, and can count on their phone system without breaking the bank. We ensure that any overflow calls, IP issues, or PBX failures are not obstacles in your day-to-day by providing business continuity features and failover options.\r\n\r\n<a href=\"mailto:owilson@hilltoptech.com\">Contact us today</a> to discuss adding SIP Trunking to your telecommunications solution for simplified design, reduced operational costs, and greater efficiency.','Greater Efficiency with SIP Trunking','','inherit','closed','closed','','231-revision-v1','','','2016-01-20 17:22:16','2016-01-20 22:22:16','',231,'http://hilltoptech.com/news/231-revision-v1/',0,'revision','',0),(235,1,'2016-01-22 08:53:24','2016-01-22 13:53:24','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2016/01/SIP-Trunking-VoIP-Improved.png\"><img class=\"alignright size-full wp-image-233\" src=\"http://hilltoptech.com/news/wp-content/uploads/2016/01/SIP-Trunking-VoIP-Improved.png\" alt=\"SIP-Trunking-VoIP-Improved\" width=\"250\" height=\"167\" /></a>We are pleased to announce that we have added SIP Trunking to our product offerings. SIP stands for Session Initiation Protocol and a trunk is a physical line that connects switching equipment. SIP trunk provides a direct connection between your organization and an internet phone service provider. This direct connection allows you to take VoIP to the next level, extending beyond your organization\'s firewall, surpassing the need for an IP-PSTN gateway. This means you\'re getting a simplified design that can be deployed over your existing IP and broadband network or bundled with your broadband services.\r\n\r\nIn addition to providing a simplified design, SIP Trunking supports a variety of real-time modes of communication, including instant messaging, multimedia conferencing, emergency calls, and more. SIP Trunking boasts a fast return on investment, saving businesses money by eliminating PRI trunks and analog lines as well as reducing hardware expenses. SIP Trunking also offers extremely flexible, cloud-based routing that you can depend on to manage and distribute your calls through multiple channels in a centralized portal.\r\n\r\nWith SIP Trunking, we aim to provide our customers assurance that their business is always reachable, and can count on their phone system without breaking the bank. We ensure that any overflow calls, IP issues, or PBX failures are not obstacles in your day-to-day by providing business continuity features and failover options.\r\n\r\n<a href=\"mailto:owilson@hilltoptech.com\">Contact us today</a> to discuss adding SIP Trunking to your telecommunications solution for simplified design, reduced operational costs, and greater efficiency.','Greater Efficiency with SIP Trunking','','inherit','closed','closed','','231-revision-v1','','','2016-01-22 08:53:24','2016-01-22 13:53:24','',231,'http://hilltoptech.com/news/231-revision-v1/',0,'revision','',0),(283,1,'2016-09-22 10:42:58','2016-09-22 14:42:58','<img class=\"alignright size-medium wp-image-284\" src=\"http://hilltoptech.com/news/wp-content/uploads/2016/09/Trend-Alert-integrations-300x199.png\" alt=\"trend-alert-integrations\" width=\"300\" height=\"199\" />Thanks to their relatively low costs, lack of upfront investment, and universal reach, hosted business phone systems are popular because they can so easily be integrated with other software/solutions you may already be using in your company. Adopting a VoIP system allows you to manage multiple functions through a single communication system, reducing further operating costs and leading to quicker customer service. To get the most out of your phone system, the name of the game is integrations. A good business phone system should integrate with these critical business solutions likely already in use at your organization. We’ve outlined three of the most basic integrations you should be focused on.\r\n\r\n<strong>CRM Software</strong>\r\n\r\nCustomer Relationship Management (CRM) software compiles existing and prospective customer data, organizes it, and uses it to manage sales and find new opportunities for growth. Integrating your phone system with your CRM\r\nsolution into the same interface allows your customer service team to quickly find customer information during calls, as well as expedite inquiries to the sales team. The CRM will keep a log of the length of customers’ calls, what the call was about, and other information about the customer. You can use this data to serve customers more effectively, building a stronger relationship and likely fostering future business with you.\r\n\r\n<strong>Unified Communications</strong>\r\n\r\nImprove employee productivity in the office and on the road with unified communications that allow fully integrated voice, video, instant messaging, desktop sharing, and audio/web conferencing. Plus, link into integrations with applications such as Microsoft Outlook and Lync, Google Apps, and salesforce.com – ensuring consistent experience across desktop, tablet and mobile operating systems.\r\n\r\n<strong>Virtual Private Network </strong>\r\n\r\nSending audio files over the internet makes it easy for hackers to obtain sensitive company information, potentially putting you and your clients at risk. To minimize the risk, consider integrating your VoIP system with a virtual private network, or VPN. Your router will automatically encrypt all of your audio files and then send them through a secure channel, allowing you to access your phone network from anywhere without having to worry about leaking confidential information.\r\n\r\n \r\n\r\nOf course, there are several integration options with enterprise phone systems. Need more info on any these or additional integrations? Don’t hesitate to <a href=\"http://www.hilltoptech.com/contacts.php\">reach out to us</a>!\r\n\r\n ','Trend Alert: Integrations','','publish','closed','closed','','trend-alert-integrations','','','2016-09-22 10:42:58','2016-09-22 14:42:58','',0,'http://hilltoptech.com/news/?p=283',0,'post','',0),(238,1,'2016-02-29 15:32:54','2016-02-29 20:32:54','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2016/02/BPU_CaseStudyHeader.png\"><img class=\"aligncenter wp-image-239\" src=\"http://hilltoptech.com/news/wp-content/uploads/2016/02/BPU_CaseStudyHeader.png\" alt=\"BPU_CaseStudyHeader\" width=\"500\" height=\"250\" /></a>\r\n\r\n<em>Corporate Overview</em>\r\n\r\nA pioneer in innovative undergraduate programs for women and professional graduate degrees for men and women, <a href=\"http://baypath.edu/\">Bay Path University</a> educates students to become confident and resourceful contributors to the increasingly interdependent world through its focus on leadership, communication, and technology.\r\n\r\nIn 2014, amidst significant growth, the institution’s name was changed from Bay Path College to Bay Path University. This sparked a new evolution in Bay Path’s history, one that included multiple campus sites, over 2500 students, and establishing an online international presence, broadening the reputation and solidifying the future of the University. Presently, the institution has five locations: American Women’s College TAWC (Springfield, MA), Bay Path University Main Campus (Longmeadow, MA), Burlington Campus (Burlington MA), Central Mass Campus (Sturbridge, MA), and Philip H. Ryan Health Science Center (East Longmeadow MA).\r\n\r\n<em>Building a Partnership</em>\r\n\r\nHilltop Technologies began their partnership with Bay Path University in 1999, assisting the university on any and all telecommunications purchases, upgrades, and implementations.\r\n\r\nIn 2010, Bay Path’s phone system was housed under the umbrella of the Purchasing Department. Internal additions to their IT Department, including a new director, pushed the organization to alter how the system was managed, shifting the phone system to the IT Department’s management. The antiquated infrastructure of the phone system, coupled with the need to meet the E-911 requirements put pressure on the IT Department to update the system and ensure its sustainability for the foreseeable future.\r\n\r\nDue to organizational expansion, one of the first initiatives under the IT Department’s helm was to migrate from a 3-digit dialing system, to a 4-digit system. Thus the decision was made to upgrade their current system to Communications Manager 5.2 with an S8800 server. The new server included the on-board voicemail to replace the non-supported <em>Intuity</em>. The updated solution allowed Bay Path to be VoIP-ready while maintaining existing TN cards for TDM devices. The next step, once VoIP-ready, was replacing staff and faculty’s digital sets with VoIP phones. At this point the Central Mass Campus and Burlington sites were operational and the Springfield site was getting started.\r\n\r\n<em>Continuing System Improvements and Expansions</em>\r\n\r\nIn November 2014, as their new science center (Philip H. Ryan Health Science Center) was being primed, the university re-engaged with Hilltop Technologies for the implementation of an S8300 and G450 server, configuration, upgrades, service packs, rack and stack, switch translations, registration, licensing, uploading, and eventual phone deployment. “Hilltop was on-site to make any recommendations,” noted Linda Simonds, ITS Systems Administrator at Bay Path University. “They advised us on details right down to the wall phones, conference phones and 911 towers, not to mention the G450 install. Survivability and network assessment as VoIP was implemented across campus.” The building opened just several weeks later in January 2015, a testament to Hilltop’s ability to work quickly and in synchronicity with the construction timeline.\r\n\r\nThe university also made major renovations to several halls in recent years, including the Elliott Hall, which serves as the primary residence for full-time faculty offices. There are also several classrooms throughout the building. Renovation construction required digging up the copper house cable that were not only feeding Elliott, but several other buildings. Removing the copper cable proved an opportunity to upgrade telecommunications infrastructure, allowing Hilltop Technologies to implement major IP upgrades and in doing so, created an efficiency within the entire construction project. The IP deployment allowed the institution to convert service to gateways and IP phones and abandon the copper cable.\r\n\r\n“The success overall with new projects and upgrades was the result of having a vendor that totally understood the project,” said Simonds. “The quotes we requested were prepared with all the requirements needed for a successful implementation.”\r\n\r\n<em>The Customer Comes First</em>\r\n\r\nBay Path University saw expenses reduced as a result of their ongoing partnership with Hilltop Technologies. Rather than bringing in a technician for each and every move or installation, the university instead benefitted from an on-going partnership with Hilltop to assist with those needs. From an administration standpoint, Bay Path gained efficiencies by merging all five of their sites onto a single system.\r\n\r\nAdditionally, Hilltop Technologies designed, managed, and deployed Bay Path’s solution to meet their needs and worked within their necessary construction schedule. “It’s evident that with Hilltop, the customer comes first. We received expertise directly from the knowledgeable Hilltop staff,” noted Simonds. “Anytime a piece of hardware was requested even as minor as a headset, Hilltop ensured that the proper device was ordered.”\r\n\r\nThe money and time saved, coupled with Hilltop Technologies’ expertise of the industry, has afforded Bay Path University the opportunity to focus more on providing a superior educational experience. With technology continuously advancing, having such a partner like Hilltop Technologies to rely on is crucial for workflow efficiency throughout the organization.\r\n\r\n<a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-190\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/05/consultation-line.jpg\" alt=\"consultation-line\" width=\"500\" height=\"42\" /></a>\r\n\r\n<strong><em>For more information on getting your organization VoIP-ready, as well as Hilltop Technologies’ telecommunications solutions, <a href=\"mailto:info12@hilltoptech.com\">contact us today</a>.</em></strong>','Customer Spotlight: Bay Path University','','publish','closed','closed','','customer-spotlight-bay-path-university','','','2016-07-06 13:12:30','2016-07-06 17:12:30','',0,'http://hilltoptech.com/news/?p=238',0,'post','',0),(239,1,'2016-02-29 15:20:10','2016-02-29 20:20:10','','BPU_CaseStudyHeader','','inherit','closed','closed','','bpu_casestudyheader','','','2016-02-29 15:20:10','2016-02-29 20:20:10','',238,'http://hilltoptech.com/news/wp-content/uploads/2016/02/BPU_CaseStudyHeader.png',0,'attachment','image/png',0),(240,1,'2016-02-29 15:20:37','2016-02-29 20:20:37','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2016/02/BPU_CaseStudyHeader.png\"><img class=\"alignright size-full wp-image-239\" src=\"http://hilltoptech.com/news/wp-content/uploads/2016/02/BPU_CaseStudyHeader.png\" alt=\"BPU_CaseStudyHeader\" width=\"600\" height=\"300\" /></a>\r\n\r\n<em>Corporate Overview</em>\r\n\r\nA pioneer in innovative undergraduate programs for women and professional graduate degrees for men and women, <a href=\"http://baypath.edu/\">Bay Path University</a> educates students to become confident and resourceful contributors to the increasingly interdependent world through its focus on leadership, communication, and technology.\r\n\r\nIn 2014, amidst significant growth, the institution’s name was changed from Bay Path College to Bay Path University. This sparked a new evolution in Bay Path’s history, one that included multiple campus sites, over 2500 students, and establishing an online international presence, broadening the reputation and solidifying the future of the University. Presently, the institution has five locations: American Women’s College TAWC (Springfield, MA), Bay Path University Main Campus (Longmeadow, MA), Burlington Campus (Burlington MA), Central Mass Campus (Sturbridge, MA), and Philip H. Ryan Health Science Center (East Longmeadow MA).\r\n\r\n \r\n\r\n<em>Building a Partnership</em>\r\n\r\nHilltop Technologies began their partnership with Bay Path University in 1999, assisting the university on any and all telecommunications purchases, upgrades, and implementations.\r\n\r\nIn 2010, Bay Path’s phone system was housed under the umbrella of the Purchasing Department. Internal additions to their IT Department, including a new director, pushed the organization to alter how the system was managed, shifting the phone system to the IT Department’s management. The antiquated infrastructure of the phone system, coupled with the need to meet the E-911 requirements put pressure on the IT Department to update the system and ensure its sustainability for the foreseeable future.\r\n\r\nDue to organizational expansion, one of the first initiatives under the IT Department’s helm was to migrate from a 3-digit dialing system, to a 4-digit system. Thus the decision was made to upgrade their current system to Communications Manager 5.2 with an S8800 server. The new server included the on-board voicemail to replace the non-supported <em>Intuity</em>. The updated solution allowed Bay Path to be VoIP-ready while maintaining existing TN cards for TDM devices. The next step, once VoIP-ready, was replacing staff and faculty’s digital sets with VoIP phones. At this point the Central Mass Campus and Burlington sites were operational and the Springfield site was getting started.\r\n\r\n \r\n\r\n<em>Continuing System Improvements and Expansions</em>\r\n\r\nIn November 2014, as their new science center (Philip H. Ryan Health Science Center) was being primed, the university re-engaged with Hilltop Technologies for the implementation of an S8300 and G450 server, configuration, upgrades, service packs, rack and stack, switch translations, registration, licensing, uploading, and eventual phone deployment. “Hilltop was on-site to make any recommendations,” noted Linda Simonds, ITS Systems Administrator at Bay Path University. “They advised us on details right down to the wall phones, conference phones and 911 towers, not to mention the G450 install. Survivability and network assessment as VoIP was implemented across campus.” The building opened just several weeks later in January 2015, a testament to Hilltop’s ability to work quickly and in synchronicity with the construction timeline.\r\n\r\nThe university also made major renovations to several halls in recent years, including the Elliott Hall, which serves as the primary residence for full-time faculty offices. There are also several classrooms throughout the building. Renovation construction required digging up the copper house cable that were not only feeding Elliott, but several other buildings. Removing the copper cable proved an opportunity to upgrade telecommunications infrastructure, allowing Hilltop Technologies to implement major IP upgrades and in doing so, created an efficiency within the entire construction project. The IP deployment allowed the institution to convert service to gateways and IP phones and abandon the copper cable.\r\n\r\n“The success overall with new projects and upgrades was the result of having a vendor that totally understood the project,” said Simonds. “The quotes we requested were prepared with all the requirements needed for a successful implementation.”\r\n\r\n \r\n\r\n<em>The Customer Comes First</em>\r\n\r\nBay Path University saw expenses reduced as a result of their ongoing partnership with Hilltop Technologies. Rather than bringing in a technician for each and every move or installation, the university instead benefitted from an on-going partnership with Hilltop to assist with those needs. From an administration standpoint, Bay Path gained efficiencies by merging all five of their sites onto a single system.\r\n\r\nAdditionally, Hilltop Technologies designed, managed, and deployed Bay Path’s solution to meet their needs and worked within their necessary construction schedule. “It’s evident that with Hilltop, the customer comes first. We received expertise directly from the knowledgeable Hilltop staff,” noted Simonds. “Anytime a piece of hardware was requested even as minor as a headset, Hilltop ensured that the proper device was ordered.”\r\n\r\nThe money and time saved, coupled with Hilltop Technologies’ expertise of the industry, has afforded Bay Path University the opportunity to focus more on providing a superior educational experience. With technology continuously advancing, having such a partner like Hilltop Technologies to rely on is crucial for workflow efficiency throughout the organization.\r\n\r\n \r\n\r\nFor more information on getting your organization VoIP-ready, as well as Hilltop Technologies’ telecommunications solutions, visit www.hilltoptech.com.','Customer Spotlight: Bay Path University','','inherit','closed','closed','','238-revision-v1','','','2016-02-29 15:20:37','2016-02-29 20:20:37','',238,'http://hilltoptech.com/news/238-revision-v1/',0,'revision','',0),(243,1,'2016-02-29 15:34:04','2016-02-29 20:34:04','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2016/02/BPU_CaseStudyHeader.png\"><img class=\"aligncenter wp-image-239\" src=\"http://hilltoptech.com/news/wp-content/uploads/2016/02/BPU_CaseStudyHeader.png\" alt=\"BPU_CaseStudyHeader\" width=\"500\" height=\"250\" /></a>\r\n\r\n<em>Corporate Overview</em>\r\n\r\nA pioneer in innovative undergraduate programs for women and professional graduate degrees for men and women, <a href=\"http://baypath.edu/\">Bay Path University</a> educates students to become confident and resourceful contributors to the increasingly interdependent world through its focus on leadership, communication, and technology.\r\n\r\nIn 2014, amidst significant growth, the institution’s name was changed from Bay Path College to Bay Path University. This sparked a new evolution in Bay Path’s history, one that included multiple campus sites, over 2500 students, and establishing an online international presence, broadening the reputation and solidifying the future of the University. Presently, the institution has five locations: American Women’s College TAWC (Springfield, MA), Bay Path University Main Campus (Longmeadow, MA), Burlington Campus (Burlington MA), Central Mass Campus (Sturbridge, MA), and Philip H. Ryan Health Science Center (East Longmeadow MA).\r\n\r\n<em>Building a Partnership</em>\r\n\r\nHilltop Technologies began their partnership with Bay Path University in 1999, assisting the university on any and all telecommunications purchases, upgrades, and implementations.\r\n\r\nIn 2010, Bay Path’s phone system was housed under the umbrella of the Purchasing Department. Internal additions to their IT Department, including a new director, pushed the organization to alter how the system was managed, shifting the phone system to the IT Department’s management. The antiquated infrastructure of the phone system, coupled with the need to meet the E-911 requirements put pressure on the IT Department to update the system and ensure its sustainability for the foreseeable future.\r\n\r\nDue to organizational expansion, one of the first initiatives under the IT Department’s helm was to migrate from a 3-digit dialing system, to a 4-digit system. Thus the decision was made to upgrade their current system to Communications Manager 5.2 with an S8800 server. The new server included the on-board voicemail to replace the non-supported <em>Intuity</em>. The updated solution allowed Bay Path to be VoIP-ready while maintaining existing TN cards for TDM devices. The next step, once VoIP-ready, was replacing staff and faculty’s digital sets with VoIP phones. At this point the Central Mass Campus and Burlington sites were operational and the Springfield site was getting started.\r\n\r\n<em>Continuing System Improvements and Expansions</em>\r\n\r\nIn November 2014, as their new science center (Philip H. Ryan Health Science Center) was being primed, the university re-engaged with Hilltop Technologies for the implementation of an S8300 and G450 server, configuration, upgrades, service packs, rack and stack, switch translations, registration, licensing, uploading, and eventual phone deployment. “Hilltop was on-site to make any recommendations,” noted Linda Simonds, ITS Systems Administrator at Bay Path University. “They advised us on details right down to the wall phones, conference phones and 911 towers, not to mention the G450 install. Survivability and network assessment as VoIP was implemented across campus.” The building opened just several weeks later in January 2015, a testament to Hilltop’s ability to work quickly and in synchronicity with the construction timeline.\r\n\r\nThe university also made major renovations to several halls in recent years, including the Elliott Hall, which serves as the primary residence for full-time faculty offices. There are also several classrooms throughout the building. Renovation construction required digging up the copper house cable that were not only feeding Elliott, but several other buildings. Removing the copper cable proved an opportunity to upgrade telecommunications infrastructure, allowing Hilltop Technologies to implement major IP upgrades and in doing so, created an efficiency within the entire construction project. The IP deployment allowed the institution to convert service to gateways and IP phones and abandon the copper cable.\r\n\r\n“The success overall with new projects and upgrades was the result of having a vendor that totally understood the project,” said Simonds. “The quotes we requested were prepared with all the requirements needed for a successful implementation.”\r\n\r\n<em>The Customer Comes First</em>\r\n\r\nBay Path University saw expenses reduced as a result of their ongoing partnership with Hilltop Technologies. Rather than bringing in a technician for each and every move or installation, the university instead benefitted from an on-going partnership with Hilltop to assist with those needs. From an administration standpoint, Bay Path gained efficiencies by merging all five of their sites onto a single system.\r\n\r\nAdditionally, Hilltop Technologies designed, managed, and deployed Bay Path’s solution to meet their needs and worked within their necessary construction schedule. “It’s evident that with Hilltop, the customer comes first. We received expertise directly from the knowledgeable Hilltop staff,” noted Simonds. “Anytime a piece of hardware was requested even as minor as a headset, Hilltop ensured that the proper device was ordered.”\r\n\r\nThe money and time saved, coupled with Hilltop Technologies’ expertise of the industry, has afforded Bay Path University the opportunity to focus more on providing a superior educational experience. With technology continuously advancing, having such a partner like Hilltop Technologies to rely on is crucial for workflow efficiency throughout the organization.\r\n\r\nFor more information on getting your organization VoIP-ready, as well as Hilltop Technologies’ telecommunications solutions, visit www.hilltoptech.com.','Customer Spotlight: Bay Path University','','inherit','closed','closed','','238-revision-v1','','','2016-02-29 15:34:04','2016-02-29 20:34:04','',238,'http://hilltoptech.com/news/238-revision-v1/',0,'revision','',0),(241,1,'2016-02-29 15:32:54','2016-02-29 20:32:54','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2016/02/BPU_CaseStudyHeader.png\"><img class=\"aligncenter wp-image-239\" src=\"http://hilltoptech.com/news/wp-content/uploads/2016/02/BPU_CaseStudyHeader.png\" alt=\"BPU_CaseStudyHeader\" width=\"500\" height=\"250\" /></a>\r\n\r\n<em>Corporate Overview</em>\r\n\r\nA pioneer in innovative undergraduate programs for women and professional graduate degrees for men and women, <a href=\"http://baypath.edu/\">Bay Path University</a> educates students to become confident and resourceful contributors to the increasingly interdependent world through its focus on leadership, communication, and technology.\r\n\r\nIn 2014, amidst significant growth, the institution’s name was changed from Bay Path College to Bay Path University. This sparked a new evolution in Bay Path’s history, one that included multiple campus sites, over 2500 students, and establishing an online international presence, broadening the reputation and solidifying the future of the University. Presently, the institution has five locations: American Women’s College TAWC (Springfield, MA), Bay Path University Main Campus (Longmeadow, MA), Burlington Campus (Burlington MA), Central Mass Campus (Sturbridge, MA), and Philip H. Ryan Health Science Center (East Longmeadow MA).\r\n\r\n \r\n\r\n<em>Building a Partnership</em>\r\n\r\nHilltop Technologies began their partnership with Bay Path University in 1999, assisting the university on any and all telecommunications purchases, upgrades, and implementations.\r\n\r\nIn 2010, Bay Path’s phone system was housed under the umbrella of the Purchasing Department. Internal additions to their IT Department, including a new director, pushed the organization to alter how the system was managed, shifting the phone system to the IT Department’s management. The antiquated infrastructure of the phone system, coupled with the need to meet the E-911 requirements put pressure on the IT Department to update the system and ensure its sustainability for the foreseeable future.\r\n\r\nDue to organizational expansion, one of the first initiatives under the IT Department’s helm was to migrate from a 3-digit dialing system, to a 4-digit system. Thus the decision was made to upgrade their current system to Communications Manager 5.2 with an S8800 server. The new server included the on-board voicemail to replace the non-supported <em>Intuity</em>. The updated solution allowed Bay Path to be VoIP-ready while maintaining existing TN cards for TDM devices. The next step, once VoIP-ready, was replacing staff and faculty’s digital sets with VoIP phones. At this point the Central Mass Campus and Burlington sites were operational and the Springfield site was getting started.\r\n\r\n \r\n\r\n<em>Continuing System Improvements and Expansions</em>\r\n\r\nIn November 2014, as their new science center (Philip H. Ryan Health Science Center) was being primed, the university re-engaged with Hilltop Technologies for the implementation of an S8300 and G450 server, configuration, upgrades, service packs, rack and stack, switch translations, registration, licensing, uploading, and eventual phone deployment. “Hilltop was on-site to make any recommendations,” noted Linda Simonds, ITS Systems Administrator at Bay Path University. “They advised us on details right down to the wall phones, conference phones and 911 towers, not to mention the G450 install. Survivability and network assessment as VoIP was implemented across campus.” The building opened just several weeks later in January 2015, a testament to Hilltop’s ability to work quickly and in synchronicity with the construction timeline.\r\n\r\nThe university also made major renovations to several halls in recent years, including the Elliott Hall, which serves as the primary residence for full-time faculty offices. There are also several classrooms throughout the building. Renovation construction required digging up the copper house cable that were not only feeding Elliott, but several other buildings. Removing the copper cable proved an opportunity to upgrade telecommunications infrastructure, allowing Hilltop Technologies to implement major IP upgrades and in doing so, created an efficiency within the entire construction project. The IP deployment allowed the institution to convert service to gateways and IP phones and abandon the copper cable.\r\n\r\n“The success overall with new projects and upgrades was the result of having a vendor that totally understood the project,” said Simonds. “The quotes we requested were prepared with all the requirements needed for a successful implementation.”\r\n\r\n \r\n\r\n<em>The Customer Comes First</em>\r\n\r\nBay Path University saw expenses reduced as a result of their ongoing partnership with Hilltop Technologies. Rather than bringing in a technician for each and every move or installation, the university instead benefitted from an on-going partnership with Hilltop to assist with those needs. From an administration standpoint, Bay Path gained efficiencies by merging all five of their sites onto a single system.\r\n\r\nAdditionally, Hilltop Technologies designed, managed, and deployed Bay Path’s solution to meet their needs and worked within their necessary construction schedule. “It’s evident that with Hilltop, the customer comes first. We received expertise directly from the knowledgeable Hilltop staff,” noted Simonds. “Anytime a piece of hardware was requested even as minor as a headset, Hilltop ensured that the proper device was ordered.”\r\n\r\nThe money and time saved, coupled with Hilltop Technologies’ expertise of the industry, has afforded Bay Path University the opportunity to focus more on providing a superior educational experience. With technology continuously advancing, having such a partner like Hilltop Technologies to rely on is crucial for workflow efficiency throughout the organization.\r\n\r\n \r\n\r\nFor more information on getting your organization VoIP-ready, as well as Hilltop Technologies’ telecommunications solutions, visit www.hilltoptech.com.','Customer Spotlight: Bay Path University','','inherit','closed','closed','','238-revision-v1','','','2016-02-29 15:32:54','2016-02-29 20:32:54','',238,'http://hilltoptech.com/news/238-revision-v1/',0,'revision','',0),(242,1,'2016-07-06 13:09:43','2016-07-06 17:09:43','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2016/02/BPU_CaseStudyHeader.png\"><img class=\"aligncenter wp-image-239\" src=\"http://hilltoptech.com/news/wp-content/uploads/2016/02/BPU_CaseStudyHeader.png\" alt=\"BPU_CaseStudyHeader\" width=\"500\" height=\"250\" /></a>\n\n<em>Corporate Overview</em>\n\nA pioneer in innovative undergraduate programs for women and professional graduate degrees for men and women, <a href=\"http://baypath.edu/\">Bay Path University</a> educates students to become confident and resourceful contributors to the increasingly interdependent world through its focus on leadership, communication, and technology.\n\nIn 2014, amidst significant growth, the institution’s name was changed from Bay Path College to Bay Path University. This sparked a new evolution in Bay Path’s history, one that included multiple campus sites, over 2500 students, and establishing an online international presence, broadening the reputation and solidifying the future of the University. Presently, the institution has five locations: American Women’s College TAWC (Springfield, MA), Bay Path University Main Campus (Longmeadow, MA), Burlington Campus (Burlington MA), Central Mass Campus (Sturbridge, MA), and Philip H. Ryan Health Science Center (East Longmeadow MA).\n\n<em>Building a Partnership</em>\n\nHilltop Technologies began their partnership with Bay Path University in 1999, assisting the university on any and all telecommunications purchases, upgrades, and implementations.\n\nIn 2010, Bay Path’s phone system was housed under the umbrella of the Purchasing Department. Internal additions to their IT Department, including a new director, pushed the organization to alter how the system was managed, shifting the phone system to the IT Department’s management. The antiquated infrastructure of the phone system, coupled with the need to meet the E-911 requirements put pressure on the IT Department to update the system and ensure its sustainability for the foreseeable future.\n\nDue to organizational expansion, one of the first initiatives under the IT Department’s helm was to migrate from a 3-digit dialing system, to a 4-digit system. Thus the decision was made to upgrade their current system to Communications Manager 5.2 with an S8800 server. The new server included the on-board voicemail to replace the non-supported <em>Intuity</em>. The updated solution allowed Bay Path to be VoIP-ready while maintaining existing TN cards for TDM devices. The next step, once VoIP-ready, was replacing staff and faculty’s digital sets with VoIP phones. At this point the Central Mass Campus and Burlington sites were operational and the Springfield site was getting started.\n\n<em>Continuing System Improvements and Expansions</em>\n\nIn November 2014, as their new science center (Philip H. Ryan Health Science Center) was being primed, the university re-engaged with Hilltop Technologies for the implementation of an S8300 and G450 server, configuration, upgrades, service packs, rack and stack, switch translations, registration, licensing, uploading, and eventual phone deployment. “Hilltop was on-site to make any recommendations,” noted Linda Simonds, ITS Systems Administrator at Bay Path University. “They advised us on details right down to the wall phones, conference phones and 911 towers, not to mention the G450 install. Survivability and network assessment as VoIP was implemented across campus.” The building opened just several weeks later in January 2015, a testament to Hilltop’s ability to work quickly and in synchronicity with the construction timeline.\n\nThe university also made major renovations to several halls in recent years, including the Elliott Hall, which serves as the primary residence for full-time faculty offices. There are also several classrooms throughout the building. Renovation construction required digging up the copper house cable that were not only feeding Elliott, but several other buildings. Removing the copper cable proved an opportunity to upgrade telecommunications infrastructure, allowing Hilltop Technologies to implement major IP upgrades and in doing so, created an efficiency within the entire construction project. The IP deployment allowed the institution to convert service to gateways and IP phones and abandon the copper cable.\n\n“The success overall with new projects and upgrades was the result of having a vendor that totally understood the project,” said Simonds. “The quotes we requested were prepared with all the requirements needed for a successful implementation.”\n\n<em>The Customer Comes First</em>\n\nBay Path University saw expenses reduced as a result of their ongoing partnership with Hilltop Technologies. Rather than bringing in a technician for each and every move or installation, the university instead benefitted from an on-going partnership with Hilltop to assist with those needs. From an administration standpoint, Bay Path gained efficiencies by merging all five of their sites onto a single system.\n\nAdditionally, Hilltop Technologies designed, managed, and deployed Bay Path’s solution to meet their needs and worked within their necessary construction schedule. “It’s evident that with Hilltop, the customer comes first. We received expertise directly from the knowledgeable Hilltop staff,” noted Simonds. “Anytime a piece of hardware was requested even as minor as a headset, Hilltop ensured that the proper device was ordered.”\n\nThe money and time saved, coupled with Hilltop Technologies’ expertise of the industry, has afforded Bay Path University the opportunity to focus more on providing a superior educational experience. With technology continuously advancing, having such a partner like Hilltop Technologies to rely on is crucial for workflow efficiency throughout the organization.\n\n<img class=\"wp-image-190 size-full aligncenter\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/05/consultation-line.jpg\" alt=\"consultation-line\" width=\"500\" height=\"50\" />\n\n<strong><em>For more information on getting your organization VoIP-ready, as well as Hilltop Technologies’ telecommunications solutions, <a href=\"mailto:info12@hilltoptech.com\">contact us today</a>.</em></strong>','Customer Spotlight: Bay Path University','','inherit','closed','closed','','238-autosave-v1','','','2016-07-06 13:09:43','2016-07-06 17:09:43','',238,'http://hilltoptech.com/news/238-autosave-v1/',0,'revision','',0),(246,1,'2016-03-18 13:37:59','2016-03-18 17:37:59','','DeathofLandline','','inherit','closed','closed','','deathoflandline','','','2016-03-18 13:37:59','2016-03-18 17:37:59','',245,'http://hilltoptech.com/news/wp-content/uploads/2016/03/DeathofLandline.jpg',0,'attachment','image/jpeg',0),(247,1,'2016-03-18 13:39:06','2016-03-18 17:39:06','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2016/03/DeathofLandline.jpg\"><img class=\"alignright size-medium wp-image-246\" src=\"http://hilltoptech.com/news/wp-content/uploads/2016/03/DeathofLandline-300x171.jpg\" alt=\"DeathofLandline\" width=\"300\" height=\"171\" /></a>It’s hard to avoid the headlines when they are so glaring. “The end of copper wire landlines is near,” and “Within five years there will be no business landlines.” It’s just another movement in the IT world that your team will be tasked to bend with in order to stay upright in the ever-changing telecommunications ecosystem.\r\n\r\nSure, the headlines are a little dramatic and maybe a little hurried. Yes, we will eventually see a definite shift away from copper wires as we become more dependent on new technologies and the Internet. But will there be no such thing as a business landline in five years? Maybe. It will depend on many factors, and no one here is a fortune teller. For now, we make the changes we think will best poise us into the future.\r\n\r\nOne of those moves could be towards VoIP. Chances are, for medium to large businesses, this will be the best route to go considering the amount of lines and the base infrastructure they use. We’ve discussed VoIP upgrades in the past in several instances. Take our recent <a href=\"http://hilltoptech.com/news/customer-spotlight-bay-path-university/\">customer spotlight on Bay Path University</a>, where significant growth was a stepping stone into replacing their copper wire lines with VoIP. Or our blog about <a href=\"http://hilltoptech.com/news/reach-new-heights-voip-readiness/\">preparing for VoIP Readiness</a>, in which we compare the transition to VoIP to that of a long hiking excursion where every preparedness measure is critical.\r\n\r\nFor smaller organizations, or organizations with a large percentage of remote or mobile workforce, the move towards BYOD (Bring Your Own Device) could be your best bet. We’ve been talking about this trend for years, and at this point perhaps ‘trend’ isn’t the correct term anymore, as it’s here to stay despite its flaws. The <a href=\"http://hilltoptech.com/news/top-5-emerging-technology-trends/\">BYOD movement</a> allows employees to use their personal (or company-issued) devices as both their professional and personal devices. This has shown heightened productivity levels, allowing your workforce access to their business around the clock, during hours that previously were closed off to anything work-related. Work calls are routed right to their device allowing for more calls to be answered and greater efficiency. But it’s also come with its share of issues – including security precautions, work/home boundary-crossing, and other kinks that have had to be ironed out. The best bet is to set up a BYOD Policy prior to any implementation. This sets the stage for employees and upper management. Better yet, develop the policy and then slowly implement BYOD starting with the executive team and working its way down the ladder so that by the time the entire company has transitioned all issues have been worked out.\r\n\r\nSo does this all mean that tomorrow you should go around and start yanking the cords from the wall? No. We definitely suggest you don’t do that. But depending on your <a href=\"http://www.wsj.com/articles/SB10001424052702303325204579465321638954500\">state’s pending legislation</a> to lift the guarantee to wired telecommunication service, you may need to make changes sooner than later to prevent last minute, expensive upgrades to your infrastructure. Contact us today to make sure you are making the right moves for your business’s telecommunications future. We’ll assess your current infrastructure, make recommendations, and assist your IT department along the way with every implemented move. Give us a call!','What the Death of the Landline Means for Your Business','','inherit','closed','closed','','245-revision-v1','','','2016-03-18 13:39:06','2016-03-18 17:39:06','',245,'http://hilltoptech.com/news/245-revision-v1/',0,'revision','',0),(249,1,'2016-05-11 15:58:23','2016-05-11 19:58:23','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2016/05/Radio-Flyer-600w1.png\"><img class=\" wp-image-253 size-full alignnone\" src=\"http://hilltoptech.com/news/wp-content/uploads/2016/05/Radio-Flyer-600w1.png\" alt=\"\" width=\"500\" height=\"250\" /></a>\r\n\r\nRadio Flyer. It’s a household name in the United States that conjures up nostalgic memories for generations of Americans. Founded in 1917 by Italian immigrant Antonio Pasin, the company is still family-owned and privately held, with 100 employees worldwide. How does the “David” of the toy industry compete with the “Goliath” toy company giants and thrive for 99 years?\r\n\r\nA key part of the strong Radio Flyer service experience is effective consumer call handling. Radio Flyer’s Avaya IP Office Platform allows the company to reliably and cost effectively deliver the excellent customer service that has been an important part of its reputation for nearly a century.\r\n\r\nTo learn more about <a href=\"http://www.avaya.com/usa/product/ip-office/#\" target=\"_blank\">Avaya IP Office Platform</a>, <a href=\"mailto:info12@hilltoptech.com\" target=\"_blank\">contact us today</a> or <a href=\"http://hilltoptech.com/news/lunchlearn/\" target=\"_blank\">schedule a Lunch & Learn</a>.\r\n\r\nRead the entire <a href=\"http://www.avaya.com/usa/documents/cs_radio-flyer_case_study_sme7854.pdf\" target=\"_blank\">Avaya case study on Radio Flyer here</a>.','Iconic Company Focuses on Staying Connected with Customers','','publish','closed','closed','','iconic-company-focuses-on-staying-connected-with-customers','','','2016-05-11 16:13:18','2016-05-11 20:13:18','',0,'http://hilltoptech.com/news/?p=249',0,'post','',0),(250,1,'2016-05-11 15:48:04','2016-05-11 19:48:04','','Radio-Flyer-600w','','inherit','closed','closed','','radio-flyer-600w','','','2016-05-11 15:48:04','2016-05-11 19:48:04','',249,'http://hilltoptech.com/news/wp-content/uploads/2016/05/Radio-Flyer-600w.png',0,'attachment','image/png',0),(251,1,'2016-05-11 15:58:23','2016-05-11 19:58:23','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2016/05/Radio-Flyer-600w.png\"><img class=\"aligncenter wp-image-250 size-full\" src=\"http://hilltoptech.com/news/wp-content/uploads/2016/05/Radio-Flyer-600w.png\" alt=\"Radio-Flyer-600w\" width=\"600\" height=\"300\" /></a>Radio Flyer. It’s a household name in the United States that conjures up nostalgic memories for generations of Americans. Founded in 1917 by Italian immigrant Antonio Pasin, the company is still family-owned and privately held, with 100 employees worldwide. How does the “David” of the toy industry compete with the “Goliath” toy company giants and thrive for 99 years?\r\n\r\nA key part of the strong Radio Flyer service experience is effective consumer call handling. Radio Flyer’s Avaya IP Office Platform allows the company to reliably and cost effectively deliver the excellent customer service that has been an important part of its reputation for nearly a century.\r\n\r\nTo learn more about <a href=\"http://www.avaya.com/usa/product/ip-office/#\" target=\"_blank\">Avaya IP Office Platform</a>, <a href=\"mailto:info12@hilltoptech.com\" target=\"_blank\">contact us today</a> or <a href=\"http://hilltoptech.com/news/lunchlearn/\" target=\"_blank\">schedule a Lunch & Learn</a>.\r\n\r\nRead the entire <a href=\"http://www.avaya.com/usa/documents/cs_radio-flyer_case_study_sme7854.pdf\" target=\"_blank\">Avaya case study on Radio Flyer here</a>.','Iconic Company Focuses on Staying Connected with Customers','','inherit','closed','closed','','249-revision-v1','','','2016-05-11 15:58:23','2016-05-11 19:58:23','',249,'http://hilltoptech.com/news/249-revision-v1/',0,'revision','',0),(252,1,'2016-05-11 16:00:38','2016-05-11 20:00:38','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2016/05/Radio-Flyer-600w.png\"><img class=\"aligncenter wp-image-250\" src=\"http://hilltoptech.com/news/wp-content/uploads/2016/05/Radio-Flyer-600w.png\" alt=\"Radio-Flyer-600w\" width=\"500\" height=\"250\" /></a>Radio Flyer. It’s a household name in the United States that conjures up nostalgic memories for generations of Americans. Founded in 1917 by Italian immigrant Antonio Pasin, the company is still family-owned and privately held, with 100 employees worldwide. How does the “David” of the toy industry compete with the “Goliath” toy company giants and thrive for 99 years?\r\n\r\nA key part of the strong Radio Flyer service experience is effective consumer call handling. Radio Flyer’s Avaya IP Office Platform allows the company to reliably and cost effectively deliver the excellent customer service that has been an important part of its reputation for nearly a century.\r\n\r\nTo learn more about <a href=\"http://www.avaya.com/usa/product/ip-office/#\" target=\"_blank\">Avaya IP Office Platform</a>, <a href=\"mailto:info12@hilltoptech.com\" target=\"_blank\">contact us today</a> or <a href=\"http://hilltoptech.com/news/lunchlearn/\" target=\"_blank\">schedule a Lunch & Learn</a>.\r\n\r\nRead the entire <a href=\"http://www.avaya.com/usa/documents/cs_radio-flyer_case_study_sme7854.pdf\" target=\"_blank\">Avaya case study on Radio Flyer here</a>.','Iconic Company Focuses on Staying Connected with Customers','','inherit','closed','closed','','249-revision-v1','','','2016-05-11 16:00:38','2016-05-11 20:00:38','',249,'http://hilltoptech.com/news/249-revision-v1/',0,'revision','',0),(253,1,'2016-05-11 16:12:51','2016-05-11 20:12:51','','Radio Flyer 600w','','inherit','closed','closed','','radio-flyer-600w-2','','','2016-05-11 16:12:51','2016-05-11 20:12:51','',249,'http://hilltoptech.com/news/wp-content/uploads/2016/05/Radio-Flyer-600w1.png',0,'attachment','image/png',0),(254,1,'2016-05-11 16:13:18','2016-05-11 20:13:18','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2016/05/Radio-Flyer-600w1.png\"><img class=\" wp-image-253 size-full alignnone\" src=\"http://hilltoptech.com/news/wp-content/uploads/2016/05/Radio-Flyer-600w1.png\" alt=\"\" width=\"500\" height=\"250\" /></a>\r\n\r\nRadio Flyer. It’s a household name in the United States that conjures up nostalgic memories for generations of Americans. Founded in 1917 by Italian immigrant Antonio Pasin, the company is still family-owned and privately held, with 100 employees worldwide. How does the “David” of the toy industry compete with the “Goliath” toy company giants and thrive for 99 years?\r\n\r\nA key part of the strong Radio Flyer service experience is effective consumer call handling. Radio Flyer’s Avaya IP Office Platform allows the company to reliably and cost effectively deliver the excellent customer service that has been an important part of its reputation for nearly a century.\r\n\r\nTo learn more about <a href=\"http://www.avaya.com/usa/product/ip-office/#\" target=\"_blank\">Avaya IP Office Platform</a>, <a href=\"mailto:info12@hilltoptech.com\" target=\"_blank\">contact us today</a> or <a href=\"http://hilltoptech.com/news/lunchlearn/\" target=\"_blank\">schedule a Lunch & Learn</a>.\r\n\r\nRead the entire <a href=\"http://www.avaya.com/usa/documents/cs_radio-flyer_case_study_sme7854.pdf\" target=\"_blank\">Avaya case study on Radio Flyer here</a>.','Iconic Company Focuses on Staying Connected with Customers','','inherit','closed','closed','','249-revision-v1','','','2016-05-11 16:13:18','2016-05-11 20:13:18','',249,'http://hilltoptech.com/news/249-revision-v1/',0,'revision','',0),(256,1,'2016-05-25 15:05:19','2016-05-25 19:05:19','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2016/05/Spring-clean-snapshot.png\"><img class=\"alignright size-full wp-image-257\" src=\"http://hilltoptech.com/news/wp-content/uploads/2016/05/Spring-clean-snapshot.png\" alt=\"Spring-clean-snapshot\" width=\"250\" height=\"150\" /></a>Aw, the fresh scents of spring. The trees have all popped out their leaves, flowers in bloom, the lawn freshly mown…does it get any better? It’s no wonder folks have traditionally used this season to clean out their homes, make upgrades to their property, and haul out their old, unused belongings. Now, who is to say that this is not also the perfect time for a business to do the same with their phone systems.\r\n\r\nWe know you have a lot on your plate, so we will make it easy with our quick guide of our Top 4 Business Phone System Spring Cleaning Tasks!\r\n<p style=\"padding-left: 30px;\"><strong>1. Get a telecommunications workflow assessment</strong></p>\r\n<p style=\"padding-left: 30px;\">Sure, everything seems to be going just fine with your phone system. But you don’t know what you don’t know! Let our experienced team assess your setup to ensure that you are using the equipment you have to the best of its ability.</p>\r\n<p style=\"padding-left: 30px;\"><strong>2. Schedule a Lunch & Learn</strong></p>\r\n<p style=\"padding-left: 30px;\">Shake things up! Let us treat you to lunch while we show your team the latest technologies and how to improve your current system. No pressure, no hassle. Just lunch, some knowledge, and something different to break up your workday.</p>\r\n<p style=\"padding-left: 30px;\"><strong>3. Upgrade your legacy equipment</strong></p>\r\n<p style=\"padding-left: 30px;\">Don’t wait until your important equipment decides to stop working or you need to replace a part and find that it’s no longer manufactured (this happens far more frequently than you would think!). Track down your most ancient equipment and replace it with the comparable model.</p>\r\n<p style=\"padding-left: 30px;\"><strong>4. E-cycle that pile of cords, accessories, and equipment</strong></p>\r\n<p style=\"padding-left: 30px;\">Like most things, there is a proper way to discard electronics. Check <a href=\"http://www.eiae.org/\">this website</a> to find out e-cycling locations and practices in your state. Some states like Oregon and Vermont even have state-funded programs where you can clean out and recycle your junk telecom parts and pieces for free.</p>','Top 4 Business Phone System Spring Cleaning Tasks','','publish','closed','closed','','springcleaning','','','2016-05-25 15:06:57','2016-05-25 19:06:57','',0,'http://hilltoptech.com/news/?p=256',0,'post','',0),(257,1,'2016-05-25 15:04:49','2016-05-25 19:04:49','','Spring-clean-snapshot','','inherit','closed','closed','','spring-clean-snapshot','','','2016-05-25 15:04:49','2016-05-25 19:04:49','',256,'http://hilltoptech.com/news/wp-content/uploads/2016/05/Spring-clean-snapshot.png',0,'attachment','image/png',0),(258,1,'2016-05-25 15:05:19','2016-05-25 19:05:19','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2016/05/Spring-clean-snapshot.png\"><img class=\"alignright size-full wp-image-257\" src=\"http://hilltoptech.com/news/wp-content/uploads/2016/05/Spring-clean-snapshot.png\" alt=\"Spring-clean-snapshot\" width=\"250\" height=\"150\" /></a>Aw, the fresh scents of spring. The trees have all popped out their leaves, flowers in bloom, the lawn freshly mown…does it get any better? It’s no wonder folks have traditionally used this season to clean out their homes, make upgrades to their property, and haul out their old, unused belongings. Now, who is to say that this is not also the perfect time for a business to do the same with their phone systems.\r\n\r\nWe know you have a lot on your plate, so we will make it easy with our quick guide of our Top 4 Business Phone System Spring Cleaning Tasks!\r\n<ol>\r\n <li><strong>Get a telecommunications workflow assessment</strong></li>\r\n</ol>\r\n<p style=\"padding-left: 30px;\">Sure, everything seems to be going just fine with your phone system. But you don’t know what you don’t know! Let our experienced team assess your setup to ensure that you are using the equipment you have to the best of its ability.</p>\r\n\r\n<ol start=\"2\">\r\n <li><strong>Schedule a Lunch & Learn</strong></li>\r\n</ol>\r\n<p style=\"padding-left: 30px;\">Shake things up! Let us treat you to lunch while we show your team the latest technologies and how to improve your current system. No pressure, no hassle. Just lunch, some knowledge, and something different to break up your workday.</p>\r\n\r\n<ol start=\"3\">\r\n <li><strong>Upgrade your legacy equipment</strong></li>\r\n</ol>\r\n<p style=\"padding-left: 30px;\">Don’t wait until your important equipment decides to stop working or you need to replace a part and find that it’s no longer manufactured (this happens far more frequently than you would think!). Track down your most ancient equipment and replace it with the comparable model.</p>\r\n\r\n<ol start=\"4\">\r\n <li><strong>E-cycle that pile of cords, accessories, and equipment</strong></li>\r\n</ol>\r\n<p style=\"padding-left: 30px;\">Like most things, there is a proper way to discard electronics. Check <a href=\"http://www.eiae.org/\">this website</a> to find out e-cycling locations and practices in your state. Some states like Oregon and Vermont even have state-funded programs where you can clean out and recycle your junk telecom parts and pieces for free.</p>','','','inherit','closed','closed','','256-revision-v1','','','2016-05-25 15:05:19','2016-05-25 19:05:19','',256,'http://hilltoptech.com/news/256-revision-v1/',0,'revision','',0),(259,1,'2016-05-25 15:06:47','2016-05-25 19:06:47','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2016/05/Spring-clean-snapshot.png\"><img class=\"alignright size-full wp-image-257\" src=\"http://hilltoptech.com/news/wp-content/uploads/2016/05/Spring-clean-snapshot.png\" alt=\"Spring-clean-snapshot\" width=\"250\" height=\"150\" /></a>Aw, the fresh scents of spring. The trees have all popped out their leaves, flowers in bloom, the lawn freshly mown…does it get any better? It’s no wonder folks have traditionally used this season to clean out their homes, make upgrades to their property, and haul out their old, unused belongings. Now, who is to say that this is not also the perfect time for a business to do the same with their phone systems.\n\nWe know you have a lot on your plate, so we will make it easy with our quick guide of our Top 4 Business Phone System Spring Cleaning Tasks!\n<p style=\"padding-left: 30px;\"><strong>1. Get a telecommunications workflow assessment</strong></p>\n<p style=\"padding-left: 30px;\">Sure, everything seems to be going just fine with your phone system. But you don’t know what you don’t know! Let our experienced team assess your setup to ensure that you are using the equipment you have to the best of its ability.</p>\n<p style=\"padding-left: 30px;\"><strong>2. Schedule a Lunch & Learn</strong></p>\n<p style=\"padding-left: 30px;\">Shake things up! Let us treat you to lunch while we show your team the latest technologies and how to improve your current system. No pressure, no hassle. Just lunch, some knowledge, and something different to break up your workday.</p>\n<p style=\"padding-left: 30px;\"><strong>3. Upgrade your legacy equipment</strong></p>\n<p style=\"padding-left: 30px;\">Don’t wait until your important equipment decides to stop working or you need to replace a part and find that it’s no longer manufactured (this happens far more frequently than you would think!). Track down your most ancient equipment and replace it with the comparable model.</p>\n<p style=\"padding-left: 30px;\"><strong>4. E-cycle that pile of cords, accessories, and equipment</strong></p>\n<p style=\"padding-left: 30px;\">Like most things, there is a proper way to discard electronics. Check <a href=\"http://www.eiae.org/\">this website</a> to find out e-cycling locations and practices in your state. Some states like Oregon and Vermont even have state-funded programs where you can clean out and recycle your junk telecom parts and pieces for free.</p>','Top 4 Business Phone System Spring Cleaning Tasks','','inherit','closed','closed','','256-autosave-v1','','','2016-05-25 15:06:47','2016-05-25 19:06:47','',256,'http://hilltoptech.com/news/256-autosave-v1/',0,'revision','',0),(260,1,'2016-05-25 15:06:57','2016-05-25 19:06:57','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2016/05/Spring-clean-snapshot.png\"><img class=\"alignright size-full wp-image-257\" src=\"http://hilltoptech.com/news/wp-content/uploads/2016/05/Spring-clean-snapshot.png\" alt=\"Spring-clean-snapshot\" width=\"250\" height=\"150\" /></a>Aw, the fresh scents of spring. The trees have all popped out their leaves, flowers in bloom, the lawn freshly mown…does it get any better? It’s no wonder folks have traditionally used this season to clean out their homes, make upgrades to their property, and haul out their old, unused belongings. Now, who is to say that this is not also the perfect time for a business to do the same with their phone systems.\r\n\r\nWe know you have a lot on your plate, so we will make it easy with our quick guide of our Top 4 Business Phone System Spring Cleaning Tasks!\r\n<p style=\"padding-left: 30px;\"><strong>1. Get a telecommunications workflow assessment</strong></p>\r\n<p style=\"padding-left: 30px;\">Sure, everything seems to be going just fine with your phone system. But you don’t know what you don’t know! Let our experienced team assess your setup to ensure that you are using the equipment you have to the best of its ability.</p>\r\n<p style=\"padding-left: 30px;\"><strong>2. Schedule a Lunch & Learn</strong></p>\r\n<p style=\"padding-left: 30px;\">Shake things up! Let us treat you to lunch while we show your team the latest technologies and how to improve your current system. No pressure, no hassle. Just lunch, some knowledge, and something different to break up your workday.</p>\r\n<p style=\"padding-left: 30px;\"><strong>3. Upgrade your legacy equipment</strong></p>\r\n<p style=\"padding-left: 30px;\">Don’t wait until your important equipment decides to stop working or you need to replace a part and find that it’s no longer manufactured (this happens far more frequently than you would think!). Track down your most ancient equipment and replace it with the comparable model.</p>\r\n<p style=\"padding-left: 30px;\"><strong>4. E-cycle that pile of cords, accessories, and equipment</strong></p>\r\n<p style=\"padding-left: 30px;\">Like most things, there is a proper way to discard electronics. Check <a href=\"http://www.eiae.org/\">this website</a> to find out e-cycling locations and practices in your state. Some states like Oregon and Vermont even have state-funded programs where you can clean out and recycle your junk telecom parts and pieces for free.</p>','Top 4 Business Phone System Spring Cleaning Tasks','','inherit','closed','closed','','256-revision-v1','','','2016-05-25 15:06:57','2016-05-25 19:06:57','',256,'http://hilltoptech.com/news/256-revision-v1/',0,'revision','',0),(263,1,'2016-07-06 13:04:54','2016-07-06 17:04:54','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2016/02/BPU_CaseStudyHeader.png\"><img class=\"aligncenter wp-image-239\" src=\"http://hilltoptech.com/news/wp-content/uploads/2016/02/BPU_CaseStudyHeader.png\" alt=\"BPU_CaseStudyHeader\" width=\"500\" height=\"250\" /></a>\r\n\r\n<em>Corporate Overview</em>\r\n\r\nA pioneer in innovative undergraduate programs for women and professional graduate degrees for men and women, <a href=\"http://baypath.edu/\">Bay Path University</a> educates students to become confident and resourceful contributors to the increasingly interdependent world through its focus on leadership, communication, and technology.\r\n\r\nIn 2014, amidst significant growth, the institution’s name was changed from Bay Path College to Bay Path University. This sparked a new evolution in Bay Path’s history, one that included multiple campus sites, over 2500 students, and establishing an online international presence, broadening the reputation and solidifying the future of the University. Presently, the institution has five locations: American Women’s College TAWC (Springfield, MA), Bay Path University Main Campus (Longmeadow, MA), Burlington Campus (Burlington MA), Central Mass Campus (Sturbridge, MA), and Philip H. Ryan Health Science Center (East Longmeadow MA).\r\n\r\n<em>Building a Partnership</em>\r\n\r\nHilltop Technologies began their partnership with Bay Path University in 1999, assisting the university on any and all telecommunications purchases, upgrades, and implementations.\r\n\r\nIn 2010, Bay Path’s phone system was housed under the umbrella of the Purchasing Department. Internal additions to their IT Department, including a new director, pushed the organization to alter how the system was managed, shifting the phone system to the IT Department’s management. The antiquated infrastructure of the phone system, coupled with the need to meet the E-911 requirements put pressure on the IT Department to update the system and ensure its sustainability for the foreseeable future.\r\n\r\nDue to organizational expansion, one of the first initiatives under the IT Department’s helm was to migrate from a 3-digit dialing system, to a 4-digit system. Thus the decision was made to upgrade their current system to Communications Manager 5.2 with an S8800 server. The new server included the on-board voicemail to replace the non-supported <em>Intuity</em>. The updated solution allowed Bay Path to be VoIP-ready while maintaining existing TN cards for TDM devices. The next step, once VoIP-ready, was replacing staff and faculty’s digital sets with VoIP phones. At this point the Central Mass Campus and Burlington sites were operational and the Springfield site was getting started.\r\n\r\n<em>Continuing System Improvements and Expansions</em>\r\n\r\nIn November 2014, as their new science center (Philip H. Ryan Health Science Center) was being primed, the university re-engaged with Hilltop Technologies for the implementation of an S8300 and G450 server, configuration, upgrades, service packs, rack and stack, switch translations, registration, licensing, uploading, and eventual phone deployment. “Hilltop was on-site to make any recommendations,” noted Linda Simonds, ITS Systems Administrator at Bay Path University. “They advised us on details right down to the wall phones, conference phones and 911 towers, not to mention the G450 install. Survivability and network assessment as VoIP was implemented across campus.” The building opened just several weeks later in January 2015, a testament to Hilltop’s ability to work quickly and in synchronicity with the construction timeline.\r\n\r\nThe university also made major renovations to several halls in recent years, including the Elliott Hall, which serves as the primary residence for full-time faculty offices. There are also several classrooms throughout the building. Renovation construction required digging up the copper house cable that were not only feeding Elliott, but several other buildings. Removing the copper cable proved an opportunity to upgrade telecommunications infrastructure, allowing Hilltop Technologies to implement major IP upgrades and in doing so, created an efficiency within the entire construction project. The IP deployment allowed the institution to convert service to gateways and IP phones and abandon the copper cable.\r\n\r\n“The success overall with new projects and upgrades was the result of having a vendor that totally understood the project,” said Simonds. “The quotes we requested were prepared with all the requirements needed for a successful implementation.”\r\n\r\n<em>The Customer Comes First</em>\r\n\r\nBay Path University saw expenses reduced as a result of their ongoing partnership with Hilltop Technologies. Rather than bringing in a technician for each and every move or installation, the university instead benefitted from an on-going partnership with Hilltop to assist with those needs. From an administration standpoint, Bay Path gained efficiencies by merging all five of their sites onto a single system.\r\n\r\nAdditionally, Hilltop Technologies designed, managed, and deployed Bay Path’s solution to meet their needs and worked within their necessary construction schedule. “It’s evident that with Hilltop, the customer comes first. We received expertise directly from the knowledgeable Hilltop staff,” noted Simonds. “Anytime a piece of hardware was requested even as minor as a headset, Hilltop ensured that the proper device was ordered.”\r\n\r\nThe money and time saved, coupled with Hilltop Technologies’ expertise of the industry, has afforded Bay Path University the opportunity to focus more on providing a superior educational experience. With technology continuously advancing, having such a partner like Hilltop Technologies to rely on is crucial for workflow efficiency throughout the organization.\r\n\r\n<strong><em>For more information on getting your organization VoIP-ready, as well as Hilltop Technologies’ telecommunications solutions, <a href=\"mailto:info12@hilltoptech.com\">contact us today</a>.</em></strong>','Customer Spotlight: Bay Path University','','inherit','closed','closed','','238-revision-v1','','','2016-07-06 13:04:54','2016-07-06 17:04:54','',238,'http://hilltoptech.com/news/238-revision-v1/',0,'revision','',0),(264,1,'2016-07-06 13:06:52','2016-07-06 17:06:52','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2016/02/BPU_CaseStudyHeader.png\"><img class=\"aligncenter wp-image-239\" src=\"http://hilltoptech.com/news/wp-content/uploads/2016/02/BPU_CaseStudyHeader.png\" alt=\"BPU_CaseStudyHeader\" width=\"500\" height=\"250\" /></a>\r\n\r\n<em>Corporate Overview</em>\r\n\r\nA pioneer in innovative undergraduate programs for women and professional graduate degrees for men and women, <a href=\"http://baypath.edu/\">Bay Path University</a> educates students to become confident and resourceful contributors to the increasingly interdependent world through its focus on leadership, communication, and technology.\r\n\r\nIn 2014, amidst significant growth, the institution’s name was changed from Bay Path College to Bay Path University. This sparked a new evolution in Bay Path’s history, one that included multiple campus sites, over 2500 students, and establishing an online international presence, broadening the reputation and solidifying the future of the University. Presently, the institution has five locations: American Women’s College TAWC (Springfield, MA), Bay Path University Main Campus (Longmeadow, MA), Burlington Campus (Burlington MA), Central Mass Campus (Sturbridge, MA), and Philip H. Ryan Health Science Center (East Longmeadow MA).\r\n\r\n<em>Building a Partnership</em>\r\n\r\nHilltop Technologies began their partnership with Bay Path University in 1999, assisting the university on any and all telecommunications purchases, upgrades, and implementations.\r\n\r\nIn 2010, Bay Path’s phone system was housed under the umbrella of the Purchasing Department. Internal additions to their IT Department, including a new director, pushed the organization to alter how the system was managed, shifting the phone system to the IT Department’s management. The antiquated infrastructure of the phone system, coupled with the need to meet the E-911 requirements put pressure on the IT Department to update the system and ensure its sustainability for the foreseeable future.\r\n\r\n<img class=\"alignright wp-image-190 size-full\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/05/consultation-line.jpg\" alt=\"consultation-line\" width=\"600\" height=\"50\" />Due to organizational expansion, one of the first initiatives under the IT Department’s helm was to migrate from a 3-digit dialing system, to a 4-digit system. Thus the decision was made to upgrade their current system to Communications Manager 5.2 with an S8800 server. The new server included the on-board voicemail to replace the non-supported <em>Intuity</em>. The updated solution allowed Bay Path to be VoIP-ready while maintaining existing TN cards for TDM devices. The next step, once VoIP-ready, was replacing staff and faculty’s digital sets with VoIP phones. At this point the Central Mass Campus and Burlington sites were operational and the Springfield site was getting started.\r\n\r\n<em>Continuing System Improvements and Expansions</em>\r\n\r\nIn November 2014, as their new science center (Philip H. Ryan Health Science Center) was being primed, the university re-engaged with Hilltop Technologies for the implementation of an S8300 and G450 server, configuration, upgrades, service packs, rack and stack, switch translations, registration, licensing, uploading, and eventual phone deployment. “Hilltop was on-site to make any recommendations,” noted Linda Simonds, ITS Systems Administrator at Bay Path University. “They advised us on details right down to the wall phones, conference phones and 911 towers, not to mention the G450 install. Survivability and network assessment as VoIP was implemented across campus.” The building opened just several weeks later in January 2015, a testament to Hilltop’s ability to work quickly and in synchronicity with the construction timeline.\r\n\r\nThe university also made major renovations to several halls in recent years, including the Elliott Hall, which serves as the primary residence for full-time faculty offices. There are also several classrooms throughout the building. Renovation construction required digging up the copper house cable that were not only feeding Elliott, but several other buildings. Removing the copper cable proved an opportunity to upgrade telecommunications infrastructure, allowing Hilltop Technologies to implement major IP upgrades and in doing so, created an efficiency within the entire construction project. The IP deployment allowed the institution to convert service to gateways and IP phones and abandon the copper cable.\r\n\r\n“The success overall with new projects and upgrades was the result of having a vendor that totally understood the project,” said Simonds. “The quotes we requested were prepared with all the requirements needed for a successful implementation.”\r\n\r\n<em>The Customer Comes First</em>\r\n\r\nBay Path University saw expenses reduced as a result of their ongoing partnership with Hilltop Technologies. Rather than bringing in a technician for each and every move or installation, the university instead benefitted from an on-going partnership with Hilltop to assist with those needs. From an administration standpoint, Bay Path gained efficiencies by merging all five of their sites onto a single system.\r\n\r\nAdditionally, Hilltop Technologies designed, managed, and deployed Bay Path’s solution to meet their needs and worked within their necessary construction schedule. “It’s evident that with Hilltop, the customer comes first. We received expertise directly from the knowledgeable Hilltop staff,” noted Simonds. “Anytime a piece of hardware was requested even as minor as a headset, Hilltop ensured that the proper device was ordered.”\r\n\r\nThe money and time saved, coupled with Hilltop Technologies’ expertise of the industry, has afforded Bay Path University the opportunity to focus more on providing a superior educational experience. With technology continuously advancing, having such a partner like Hilltop Technologies to rely on is crucial for workflow efficiency throughout the organization.\r\n\r\n<strong><em>For more information on getting your organization VoIP-ready, as well as Hilltop Technologies’ telecommunications solutions, <a href=\"mailto:info12@hilltoptech.com\">contact us today</a>.</em></strong>','Customer Spotlight: Bay Path University','','inherit','closed','closed','','238-revision-v1','','','2016-07-06 13:06:52','2016-07-06 17:06:52','',238,'http://hilltoptech.com/news/238-revision-v1/',0,'revision','',0),(265,1,'2016-07-06 13:10:08','2016-07-06 17:10:08','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2016/02/BPU_CaseStudyHeader.png\"><img class=\"aligncenter wp-image-239\" src=\"http://hilltoptech.com/news/wp-content/uploads/2016/02/BPU_CaseStudyHeader.png\" alt=\"BPU_CaseStudyHeader\" width=\"500\" height=\"250\" /></a>\r\n\r\n<em>Corporate Overview</em>\r\n\r\nA pioneer in innovative undergraduate programs for women and professional graduate degrees for men and women, <a href=\"http://baypath.edu/\">Bay Path University</a> educates students to become confident and resourceful contributors to the increasingly interdependent world through its focus on leadership, communication, and technology.\r\n\r\nIn 2014, amidst significant growth, the institution’s name was changed from Bay Path College to Bay Path University. This sparked a new evolution in Bay Path’s history, one that included multiple campus sites, over 2500 students, and establishing an online international presence, broadening the reputation and solidifying the future of the University. Presently, the institution has five locations: American Women’s College TAWC (Springfield, MA), Bay Path University Main Campus (Longmeadow, MA), Burlington Campus (Burlington MA), Central Mass Campus (Sturbridge, MA), and Philip H. Ryan Health Science Center (East Longmeadow MA).\r\n\r\n<em>Building a Partnership</em>\r\n\r\nHilltop Technologies began their partnership with Bay Path University in 1999, assisting the university on any and all telecommunications purchases, upgrades, and implementations.\r\n\r\nIn 2010, Bay Path’s phone system was housed under the umbrella of the Purchasing Department. Internal additions to their IT Department, including a new director, pushed the organization to alter how the system was managed, shifting the phone system to the IT Department’s management. The antiquated infrastructure of the phone system, coupled with the need to meet the E-911 requirements put pressure on the IT Department to update the system and ensure its sustainability for the foreseeable future.\r\n\r\nDue to organizational expansion, one of the first initiatives under the IT Department’s helm was to migrate from a 3-digit dialing system, to a 4-digit system. Thus the decision was made to upgrade their current system to Communications Manager 5.2 with an S8800 server. The new server included the on-board voicemail to replace the non-supported <em>Intuity</em>. The updated solution allowed Bay Path to be VoIP-ready while maintaining existing TN cards for TDM devices. The next step, once VoIP-ready, was replacing staff and faculty’s digital sets with VoIP phones. At this point the Central Mass Campus and Burlington sites were operational and the Springfield site was getting started.\r\n\r\n<em>Continuing System Improvements and Expansions</em>\r\n\r\nIn November 2014, as their new science center (Philip H. Ryan Health Science Center) was being primed, the university re-engaged with Hilltop Technologies for the implementation of an S8300 and G450 server, configuration, upgrades, service packs, rack and stack, switch translations, registration, licensing, uploading, and eventual phone deployment. “Hilltop was on-site to make any recommendations,” noted Linda Simonds, ITS Systems Administrator at Bay Path University. “They advised us on details right down to the wall phones, conference phones and 911 towers, not to mention the G450 install. Survivability and network assessment as VoIP was implemented across campus.” The building opened just several weeks later in January 2015, a testament to Hilltop’s ability to work quickly and in synchronicity with the construction timeline.\r\n\r\nThe university also made major renovations to several halls in recent years, including the Elliott Hall, which serves as the primary residence for full-time faculty offices. There are also several classrooms throughout the building. Renovation construction required digging up the copper house cable that were not only feeding Elliott, but several other buildings. Removing the copper cable proved an opportunity to upgrade telecommunications infrastructure, allowing Hilltop Technologies to implement major IP upgrades and in doing so, created an efficiency within the entire construction project. The IP deployment allowed the institution to convert service to gateways and IP phones and abandon the copper cable.\r\n\r\n“The success overall with new projects and upgrades was the result of having a vendor that totally understood the project,” said Simonds. “The quotes we requested were prepared with all the requirements needed for a successful implementation.”\r\n\r\n<em>The Customer Comes First</em>\r\n\r\nBay Path University saw expenses reduced as a result of their ongoing partnership with Hilltop Technologies. Rather than bringing in a technician for each and every move or installation, the university instead benefitted from an on-going partnership with Hilltop to assist with those needs. From an administration standpoint, Bay Path gained efficiencies by merging all five of their sites onto a single system.\r\n\r\nAdditionally, Hilltop Technologies designed, managed, and deployed Bay Path’s solution to meet their needs and worked within their necessary construction schedule. “It’s evident that with Hilltop, the customer comes first. We received expertise directly from the knowledgeable Hilltop staff,” noted Simonds. “Anytime a piece of hardware was requested even as minor as a headset, Hilltop ensured that the proper device was ordered.”\r\n\r\nThe money and time saved, coupled with Hilltop Technologies’ expertise of the industry, has afforded Bay Path University the opportunity to focus more on providing a superior educational experience. With technology continuously advancing, having such a partner like Hilltop Technologies to rely on is crucial for workflow efficiency throughout the organization.\r\n\r\n<a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-190 size-full\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/05/consultation-line.jpg\" alt=\"consultation-line\" width=\"600\" height=\"50\" /></a>\r\n\r\n<strong><em>For more information on getting your organization VoIP-ready, as well as Hilltop Technologies’ telecommunications solutions, <a href=\"mailto:info12@hilltoptech.com\">contact us today</a>.</em></strong>','Customer Spotlight: Bay Path University','','inherit','closed','closed','','238-revision-v1','','','2016-07-06 13:10:08','2016-07-06 17:10:08','',238,'http://hilltoptech.com/news/238-revision-v1/',0,'revision','',0),(266,1,'2016-07-06 13:12:30','2016-07-06 17:12:30','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2016/02/BPU_CaseStudyHeader.png\"><img class=\"aligncenter wp-image-239\" src=\"http://hilltoptech.com/news/wp-content/uploads/2016/02/BPU_CaseStudyHeader.png\" alt=\"BPU_CaseStudyHeader\" width=\"500\" height=\"250\" /></a>\r\n\r\n<em>Corporate Overview</em>\r\n\r\nA pioneer in innovative undergraduate programs for women and professional graduate degrees for men and women, <a href=\"http://baypath.edu/\">Bay Path University</a> educates students to become confident and resourceful contributors to the increasingly interdependent world through its focus on leadership, communication, and technology.\r\n\r\nIn 2014, amidst significant growth, the institution’s name was changed from Bay Path College to Bay Path University. This sparked a new evolution in Bay Path’s history, one that included multiple campus sites, over 2500 students, and establishing an online international presence, broadening the reputation and solidifying the future of the University. Presently, the institution has five locations: American Women’s College TAWC (Springfield, MA), Bay Path University Main Campus (Longmeadow, MA), Burlington Campus (Burlington MA), Central Mass Campus (Sturbridge, MA), and Philip H. Ryan Health Science Center (East Longmeadow MA).\r\n\r\n<em>Building a Partnership</em>\r\n\r\nHilltop Technologies began their partnership with Bay Path University in 1999, assisting the university on any and all telecommunications purchases, upgrades, and implementations.\r\n\r\nIn 2010, Bay Path’s phone system was housed under the umbrella of the Purchasing Department. Internal additions to their IT Department, including a new director, pushed the organization to alter how the system was managed, shifting the phone system to the IT Department’s management. The antiquated infrastructure of the phone system, coupled with the need to meet the E-911 requirements put pressure on the IT Department to update the system and ensure its sustainability for the foreseeable future.\r\n\r\nDue to organizational expansion, one of the first initiatives under the IT Department’s helm was to migrate from a 3-digit dialing system, to a 4-digit system. Thus the decision was made to upgrade their current system to Communications Manager 5.2 with an S8800 server. The new server included the on-board voicemail to replace the non-supported <em>Intuity</em>. The updated solution allowed Bay Path to be VoIP-ready while maintaining existing TN cards for TDM devices. The next step, once VoIP-ready, was replacing staff and faculty’s digital sets with VoIP phones. At this point the Central Mass Campus and Burlington sites were operational and the Springfield site was getting started.\r\n\r\n<em>Continuing System Improvements and Expansions</em>\r\n\r\nIn November 2014, as their new science center (Philip H. Ryan Health Science Center) was being primed, the university re-engaged with Hilltop Technologies for the implementation of an S8300 and G450 server, configuration, upgrades, service packs, rack and stack, switch translations, registration, licensing, uploading, and eventual phone deployment. “Hilltop was on-site to make any recommendations,” noted Linda Simonds, ITS Systems Administrator at Bay Path University. “They advised us on details right down to the wall phones, conference phones and 911 towers, not to mention the G450 install. Survivability and network assessment as VoIP was implemented across campus.” The building opened just several weeks later in January 2015, a testament to Hilltop’s ability to work quickly and in synchronicity with the construction timeline.\r\n\r\nThe university also made major renovations to several halls in recent years, including the Elliott Hall, which serves as the primary residence for full-time faculty offices. There are also several classrooms throughout the building. Renovation construction required digging up the copper house cable that were not only feeding Elliott, but several other buildings. Removing the copper cable proved an opportunity to upgrade telecommunications infrastructure, allowing Hilltop Technologies to implement major IP upgrades and in doing so, created an efficiency within the entire construction project. The IP deployment allowed the institution to convert service to gateways and IP phones and abandon the copper cable.\r\n\r\n“The success overall with new projects and upgrades was the result of having a vendor that totally understood the project,” said Simonds. “The quotes we requested were prepared with all the requirements needed for a successful implementation.”\r\n\r\n<em>The Customer Comes First</em>\r\n\r\nBay Path University saw expenses reduced as a result of their ongoing partnership with Hilltop Technologies. Rather than bringing in a technician for each and every move or installation, the university instead benefitted from an on-going partnership with Hilltop to assist with those needs. From an administration standpoint, Bay Path gained efficiencies by merging all five of their sites onto a single system.\r\n\r\nAdditionally, Hilltop Technologies designed, managed, and deployed Bay Path’s solution to meet their needs and worked within their necessary construction schedule. “It’s evident that with Hilltop, the customer comes first. We received expertise directly from the knowledgeable Hilltop staff,” noted Simonds. “Anytime a piece of hardware was requested even as minor as a headset, Hilltop ensured that the proper device was ordered.”\r\n\r\nThe money and time saved, coupled with Hilltop Technologies’ expertise of the industry, has afforded Bay Path University the opportunity to focus more on providing a superior educational experience. With technology continuously advancing, having such a partner like Hilltop Technologies to rely on is crucial for workflow efficiency throughout the organization.\r\n\r\n<a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-190\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/05/consultation-line.jpg\" alt=\"consultation-line\" width=\"500\" height=\"42\" /></a>\r\n\r\n<strong><em>For more information on getting your organization VoIP-ready, as well as Hilltop Technologies’ telecommunications solutions, <a href=\"mailto:info12@hilltoptech.com\">contact us today</a>.</em></strong>','Customer Spotlight: Bay Path University','','inherit','closed','closed','','238-revision-v1','','','2016-07-06 13:12:30','2016-07-06 17:12:30','',238,'http://hilltoptech.com/news/238-revision-v1/',0,'revision','',0),(268,1,'2016-07-27 10:38:14','2016-07-27 14:38:14','<img class=\"size-medium wp-image-269 alignright\" src=\"http://hilltoptech.com/news/wp-content/uploads/2016/07/bigstock-business-people-cloud-comput-79684360-300x200.jpg\" alt=\"business, people, cloud computing and technology concept - smiling business team with smartphones, tablet pc computers working in office\" width=\"300\" height=\"200\" />\r\n\r\nMore businesses than ever are using the cloud for their business processes and the same goes for phone systems. One of the key benefits businesses are finding with cloud phone systems are cost savings. The following are just a few reasons why cloud phones can save your business money.\r\n\r\n<strong>Greater Efficiency. </strong>Cloud phones offer the ability to integrate business process applications such as CRM, ERP and ATS. This enables employees to streamline communication, both with their colleagues and with customers. For example, as the phone starts ringing, a complete customer record can appear on the phone screen. Not only does this save time, it also enables a richer conversation between the employee and the customer.\r\n\r\n<strong>Increased Productivity. </strong>Cloud phones can shave minutes from everything an employee does. For example, knowing which co-workers are available at any given moment can save up to 20 minutes a day, according to a survey by market research firm Chadwick Martin and Bailey. That frees up to 86 hours a year for each employee – time that can be spent on initiatives to help the business grow.\r\n\r\n<strong>Reduced Toll Calls. </strong>For businesses with offices in international markets, the savings on toll charges can be significant. When<a href=\"https://www.shoretel.com/resource-center/idx-corporation-case-study\"> IdX Corporation implemented ShoreTel Unified Communications</a> across all its global offices, for instance, it reduced toll call charges by two-thirds.\r\n\r\n<strong>Lower IT Costs. </strong>Cloud phones also enable businesses to shift responsibilities from their IT department to the vendor. By having others manage their IP telephony in the cloud, a company reduces its costs. Businesses no longer have to purchase, install and maintain applications or hardware, lessening the need for dedicated IT resources.\r\n\r\n<a href=\"https://www.shoretel.com/blog/how-moving-cloud-phone-system-will-save-your-business-money\">See more reasons over on the ShoreTel blog >></a>\r\n\r\n<a href=\"mailto:info12@hilltoptech.com\">Contact us today to move to the cloud >></a>\r\n\r\n<a href=\"http://www.hilltoptech.com/lunch-and-learn.php\">Schedule a Lunch & Learn at your company to test-drive the latest technology >></a>','How Moving To A Cloud Phone System Will Save Your Business Money','','publish','closed','closed','','movingtothecloud','','','2016-07-27 10:38:32','2016-07-27 14:38:32','',0,'http://hilltoptech.com/news/?p=268',0,'post','',0),(269,1,'2016-07-27 10:37:05','2016-07-27 14:37:05','','business, people, cloud computing and technology concept - smili','business, people, cloud computing and technology concept - smiling business team with smartphones, tablet pc computers working in office','inherit','closed','closed','','business-people-cloud-computing-and-technology-concept-smili','','','2016-07-27 10:37:05','2016-07-27 14:37:05','',268,'http://hilltoptech.com/news/wp-content/uploads/2016/07/bigstock-business-people-cloud-comput-79684360.jpg',0,'attachment','image/jpeg',0),(270,1,'2016-07-27 10:38:14','2016-07-27 14:38:14','<img class=\"size-medium wp-image-269\" src=\"http://hilltoptech.com/news/wp-content/uploads/2016/07/bigstock-business-people-cloud-comput-79684360-300x200.jpg\" alt=\"business, people, cloud computing and technology concept - smiling business team with smartphones, tablet pc computers working in office\" width=\"300\" height=\"200\" />\r\n\r\nMore businesses than ever are using the cloud for their business processes and the same goes for phone systems. One of the key benefits businesses are finding with cloud phone systems are cost savings. The following are just a few reasons why cloud phones can save your business money.\r\n\r\n<strong>Greater Efficiency. </strong>Cloud phones offer the ability to integrate business process applications such as CRM, ERP and ATS. This enables employees to streamline communication, both with their colleagues and with customers. For example, as the phone starts ringing, a complete customer record can appear on the phone screen. Not only does this save time, it also enables a richer conversation between the employee and the customer.\r\n\r\n<strong>Increased Productivity. </strong>Cloud phones can shave minutes from everything an employee does. For example, knowing which co-workers are available at any given moment can save up to 20 minutes a day, according to a survey by market research firm Chadwick Martin and Bailey. That frees up to 86 hours a year for each employee – time that can be spent on initiatives to help the business grow.\r\n\r\n<strong>Reduced Toll Calls. </strong>For businesses with offices in international markets, the savings on toll charges can be significant. When<a href=\"https://www.shoretel.com/resource-center/idx-corporation-case-study\"> IdX Corporation implemented ShoreTel Unified Communications</a> across all its global offices, for instance, it reduced toll call charges by two-thirds.\r\n\r\n<strong>Lower IT Costs. </strong>Cloud phones also enable businesses to shift responsibilities from their IT department to the vendor. By having others manage their IP telephony in the cloud, a company reduces its costs. Businesses no longer have to purchase, install and maintain applications or hardware, lessening the need for dedicated IT resources.\r\n\r\n<a href=\"https://www.shoretel.com/blog/how-moving-cloud-phone-system-will-save-your-business-money\">See more reasons over on the ShoreTel blog >></a>\r\n\r\n<a href=\"mailto:info12@hilltoptech.com\">Contact us today to move to the cloud >></a>\r\n\r\n<a href=\"http://www.hilltoptech.com/lunch-and-learn.php\">Schedule a Lunch & Learn at your company to test-drive the latest technology >></a>','How Moving To A Cloud Phone System Will Save Your Business Money','','inherit','closed','closed','','268-revision-v1','','','2016-07-27 10:38:14','2016-07-27 14:38:14','',268,'http://hilltoptech.com/news/268-revision-v1/',0,'revision','',0),(271,1,'2016-07-27 10:38:32','2016-07-27 14:38:32','<img class=\"size-medium wp-image-269 alignright\" src=\"http://hilltoptech.com/news/wp-content/uploads/2016/07/bigstock-business-people-cloud-comput-79684360-300x200.jpg\" alt=\"business, people, cloud computing and technology concept - smiling business team with smartphones, tablet pc computers working in office\" width=\"300\" height=\"200\" />\r\n\r\nMore businesses than ever are using the cloud for their business processes and the same goes for phone systems. One of the key benefits businesses are finding with cloud phone systems are cost savings. The following are just a few reasons why cloud phones can save your business money.\r\n\r\n<strong>Greater Efficiency. </strong>Cloud phones offer the ability to integrate business process applications such as CRM, ERP and ATS. This enables employees to streamline communication, both with their colleagues and with customers. For example, as the phone starts ringing, a complete customer record can appear on the phone screen. Not only does this save time, it also enables a richer conversation between the employee and the customer.\r\n\r\n<strong>Increased Productivity. </strong>Cloud phones can shave minutes from everything an employee does. For example, knowing which co-workers are available at any given moment can save up to 20 minutes a day, according to a survey by market research firm Chadwick Martin and Bailey. That frees up to 86 hours a year for each employee – time that can be spent on initiatives to help the business grow.\r\n\r\n<strong>Reduced Toll Calls. </strong>For businesses with offices in international markets, the savings on toll charges can be significant. When<a href=\"https://www.shoretel.com/resource-center/idx-corporation-case-study\"> IdX Corporation implemented ShoreTel Unified Communications</a> across all its global offices, for instance, it reduced toll call charges by two-thirds.\r\n\r\n<strong>Lower IT Costs. </strong>Cloud phones also enable businesses to shift responsibilities from their IT department to the vendor. By having others manage their IP telephony in the cloud, a company reduces its costs. Businesses no longer have to purchase, install and maintain applications or hardware, lessening the need for dedicated IT resources.\r\n\r\n<a href=\"https://www.shoretel.com/blog/how-moving-cloud-phone-system-will-save-your-business-money\">See more reasons over on the ShoreTel blog >></a>\r\n\r\n<a href=\"mailto:info12@hilltoptech.com\">Contact us today to move to the cloud >></a>\r\n\r\n<a href=\"http://www.hilltoptech.com/lunch-and-learn.php\">Schedule a Lunch & Learn at your company to test-drive the latest technology >></a>','How Moving To A Cloud Phone System Will Save Your Business Money','','inherit','closed','closed','','268-revision-v1','','','2016-07-27 10:38:32','2016-07-27 14:38:32','',268,'http://hilltoptech.com/news/268-revision-v1/',0,'revision','',0),(272,1,'2016-07-27 10:53:04','2016-07-27 14:53:04','<em><img class=\"alignright size-medium wp-image-273\" src=\"http://hilltoptech.com/news/wp-content/uploads/2016/07/Trend-Alert-Telecommuting-300x200.png\" alt=\"Trend Alert Telecommuting\" width=\"300\" height=\"200\" />Is Your Company Growing with the Trend?</em>\r\n\r\nFor decades, we have seen more and more companies embracing the idea of employees working from home. In 1995, 9% of employees telecommuted, which is quite small compared to the 37% of the U.S. workforce who telecommuted in 2015. With the rate of employees working virtually on the rise, it is up to the employers to make sure that everything can still run just as smoothly when an employee isn’t at the headquarters. Unfortunately, not every business has a phone system that can handle this extra load. Even when employees are away, they still need to be able to collaborate with each other as if they were all in the same office. They need to be able to do desktop sharing, chat online, take video calls, and be able to hold online meetings.\r\n\r\nHaving a phone system that can handle all of this determines whether working virtually will be a success or a failure. Just like if employees were working in the office, employees need to have the ability to ask the person next to them a question, or ask someone else’s opinion on something, and employees still need to meet with each other to foster good communication. With 41% of corporate teams having never met each other, fostering these connections within virtual groups is key.\r\n\r\nWith Avaya IP Office being a highly modular hybrid solution that provides sophisticated real-time collaboration and unified communications for businesses, you can create a system that allows for employees to connect with everyone on their team from where ever they are in the world. And the options don’t stop there. ShoreTel’s award-winning Unified Communications solutions system can also provide the efficiencies needed for your expanding business. These systems give you real-time collaboration and provides your employees the opportunity to choose which device they want to use to handle their business on a wired, wireless, or broadband connection.\r\n\r\nMake sure your business phone system is well-suited for your entire company. While you may not have remote employees today, position yourself for growth in the future. With several seamless, cloud-based solutions at your fingertips, there is better time than now to find out how yours can be improved. <a href=\"http://hilltoptech.com/contacts.php\">Contact us</a> to learn more about the needed adjustments to your telecommunications solutions.','Trend Alert: Telecommuting','','publish','closed','closed','','trend-alert-telecommuting','','','2016-07-27 10:53:04','2016-07-27 14:53:04','',0,'http://hilltoptech.com/news/?p=272',0,'post','',0),(273,1,'2016-07-27 10:49:14','2016-07-27 14:49:14','','Trend Alert Telecommuting','','inherit','closed','closed','','trend-alert-telecommuting','','','2016-07-27 10:49:14','2016-07-27 14:49:14','',272,'http://hilltoptech.com/news/wp-content/uploads/2016/07/Trend-Alert-Telecommuting.png',0,'attachment','image/png',0),(274,1,'2016-07-27 10:53:04','2016-07-27 14:53:04','<em><img class=\"alignright size-medium wp-image-273\" src=\"http://hilltoptech.com/news/wp-content/uploads/2016/07/Trend-Alert-Telecommuting-300x200.png\" alt=\"Trend Alert Telecommuting\" width=\"300\" height=\"200\" />Is Your Company Growing with the Trend?</em>\r\n\r\nFor decades, we have seen more and more companies embracing the idea of employees working from home. In 1995, 9% of employees telecommuted, which is quite small compared to the 37% of the U.S. workforce who telecommuted in 2015. With the rate of employees working virtually on the rise, it is up to the employers to make sure that everything can still run just as smoothly when an employee isn’t at the headquarters. Unfortunately, not every business has a phone system that can handle this extra load. Even when employees are away, they still need to be able to collaborate with each other as if they were all in the same office. They need to be able to do desktop sharing, chat online, take video calls, and be able to hold online meetings.\r\n\r\nHaving a phone system that can handle all of this determines whether working virtually will be a success or a failure. Just like if employees were working in the office, employees need to have the ability to ask the person next to them a question, or ask someone else’s opinion on something, and employees still need to meet with each other to foster good communication. With 41% of corporate teams having never met each other, fostering these connections within virtual groups is key.\r\n\r\nWith Avaya IP Office being a highly modular hybrid solution that provides sophisticated real-time collaboration and unified communications for businesses, you can create a system that allows for employees to connect with everyone on their team from where ever they are in the world. And the options don’t stop there. ShoreTel’s award-winning Unified Communications solutions system can also provide the efficiencies needed for your expanding business. These systems give you real-time collaboration and provides your employees the opportunity to choose which device they want to use to handle their business on a wired, wireless, or broadband connection.\r\n\r\nMake sure your business phone system is well-suited for your entire company. While you may not have remote employees today, position yourself for growth in the future. With several seamless, cloud-based solutions at your fingertips, there is better time than now to find out how yours can be improved. <a href=\"http://hilltoptech.com/contacts.php\">Contact us</a> to learn more about the needed adjustments to your telecommunications solutions.','Trend Alert: Telecommuting','','inherit','closed','closed','','272-revision-v1','','','2016-07-27 10:53:04','2016-07-27 14:53:04','',272,'http://hilltoptech.com/news/272-revision-v1/',0,'revision','',0),(294,1,'2016-11-08 15:29:23','2016-11-08 20:29:23','<img class=\"alignright wp-image-295 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2016/11/moveon-300x171.png\" alt=\"move on\" width=\"300\" height=\"171\" />It’s not every day that your business’s phone system is on your mind. You’re busy conducting business as usual and unless something is disrupting that, you’re likely not thinking about your next phone system or upgrade. But if you’re using a legacy on-premise phone system, it may be a good time to consider some alternatives. Legacy systems are becoming obsolete at an increasingly rapid pace. It’s not your fault – technology in general is making advances that make it difficult to keep up. But it’s best to not be behind the curve when you need to be effectively maximizing service for your customers and productivity for your employees.\r\n\r\nOne solution we see business owners and IT departments making is adding on functionality. Such add-ons to legacy systems can be helpful short-term solutions that allow you to continue your investment versus fully replacing it. However, we have also seen so many add-ons piled onto systems that businesses have spent more money across various vendors than they would have if they just moved to a cloud solution or a hybrid. The maintenance alone on too many solutions and vendors can get nightmarish.\r\n\r\nIt is important to point out too, that switching phone systems does not need to be completed in one clean sweep. That can be a big, daunting move. Instead, consider the circumstances. Are you growing? Increasing remote activity or expanding to new locations? Take a slower migration to a new system. Switch the most logical parts of your department to the cloud. Begin where the cost savings is the greatest – where the call volume or staff fluctuation is the highest.\r\n\r\nOne thing is certain – it will be time to move on eventually. You’ve got nothing to lose in at least exploring your options now and getting ready for such a switch. If anything, you just have time and money to gain in the long run. Make a move now when you’ve got time to weigh options with a clear head and not when it’s forced upon you with non-functioning infrastructure. <a href=\"http://www.hilltoptech.com/contacts.php\">Contact us</a> and we will help you identify the best action plan to put you in the best position for continued growth and clear communication.','When It’s Time to Move On','','publish','closed','closed','','move-on','','','2016-11-08 16:31:16','2016-11-08 21:31:16','',0,'http://hilltoptech.com/news/?p=294',0,'post','',0),(277,1,'2016-08-29 14:07:34','2016-08-29 18:07:34','<table class=\"mcnTextBlock\" border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody class=\"mcnTextBlockOuter\">\r\n<tr>\r\n<td class=\"mcnTextBlockInner\" valign=\"top\">\r\n<table class=\"mcnTextContentContainer\" border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"left\">\r\n<tbody>\r\n<tr>\r\n<td class=\"mcnTextContent\" valign=\"top\"><img class=\"alignright size-medium wp-image-278\" src=\"http://hilltoptech.com/news/wp-content/uploads/2016/08/header-image-300x166.png\" alt=\"header-image\" width=\"300\" height=\"166\" />Understanding your business\'s communication workflow can be the key to achieving increased efficiency.\r\n\r\nHilltop Technologies has partnered with Xima to offer the Chronicall call-display product to all Avaya or ShoreTel users. Integrating a call-display software like Chronicall into your current phone systems\' package allows you to measure the productivity of your workflow. Chronicall integrates easily and provides users the following:</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n• Reporting for entire phone system\r\n• Wallboard displays\r\n• Real-time alerts\r\n• Emergency call notifications\r\n• Call recording\r\n• Cradle-to-Grave call reporting\r\n\r\nChronicall offers a revolutionary set of features designed to overcome the limitation of traditional call history an\r\n\r\nWith a simple, attractive interface and a flexible licensing model, Chronicall is easy to deploy and scale. A single inexpensive site license allows you to report on hundred of users, groups, and trunks with little to no phone system configuration required.d reporting software, and does do by connecting directly to your phone system and logging everything that happens on each call, from the moment it starts, to the second it ends.\r\n\r\n<a href=\"mailto:owilson@hilltoptech.com\">Contact us today</a> for a free 14-day trial of Xima\'s Chronicall.','You Can\'t Manage What you Don\'t Measure.','','publish','closed','closed','','xima','','','2016-08-29 14:10:33','2016-08-29 18:10:33','',0,'http://hilltoptech.com/news/?p=277',0,'post','',0),(278,1,'2016-08-29 14:04:47','2016-08-29 18:04:47','','header-image','','inherit','closed','closed','','header-image','','','2016-08-29 14:04:47','2016-08-29 18:04:47','',277,'http://hilltoptech.com/news/wp-content/uploads/2016/08/header-image.png',0,'attachment','image/png',0),(281,1,'2016-08-29 14:10:33','2016-08-29 18:10:33','<table class=\"mcnTextBlock\" border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody class=\"mcnTextBlockOuter\">\r\n<tr>\r\n<td class=\"mcnTextBlockInner\" valign=\"top\">\r\n<table class=\"mcnTextContentContainer\" border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"left\">\r\n<tbody>\r\n<tr>\r\n<td class=\"mcnTextContent\" valign=\"top\"><img class=\"alignright size-medium wp-image-278\" src=\"http://hilltoptech.com/news/wp-content/uploads/2016/08/header-image-300x166.png\" alt=\"header-image\" width=\"300\" height=\"166\" />Understanding your business\'s communication workflow can be the key to achieving increased efficiency.\r\n\r\nHilltop Technologies has partnered with Xima to offer the Chronicall call-display product to all Avaya or ShoreTel users. Integrating a call-display software like Chronicall into your current phone systems\' package allows you to measure the productivity of your workflow. Chronicall integrates easily and provides users the following:</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n• Reporting for entire phone system\r\n• Wallboard displays\r\n• Real-time alerts\r\n• Emergency call notifications\r\n• Call recording\r\n• Cradle-to-Grave call reporting\r\n\r\nChronicall offers a revolutionary set of features designed to overcome the limitation of traditional call history an\r\n\r\nWith a simple, attractive interface and a flexible licensing model, Chronicall is easy to deploy and scale. A single inexpensive site license allows you to report on hundred of users, groups, and trunks with little to no phone system configuration required.d reporting software, and does do by connecting directly to your phone system and logging everything that happens on each call, from the moment it starts, to the second it ends.\r\n\r\n<a href=\"mailto:owilson@hilltoptech.com\">Contact us today</a> for a free 14-day trial of Xima\'s Chronicall.','You Can\'t Manage What you Don\'t Measure.','','inherit','closed','closed','','277-revision-v1','','','2016-08-29 14:10:33','2016-08-29 18:10:33','',277,'http://hilltoptech.com/news/277-revision-v1/',0,'revision','',0),(279,1,'2016-08-29 14:07:34','2016-08-29 18:07:34','<table class=\"mcnTextBlock\" border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody class=\"mcnTextBlockOuter\">\r\n<tr>\r\n<td class=\"mcnTextBlockInner\" valign=\"top\">\r\n<table class=\"mcnTextContentContainer\" border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"left\">\r\n<tbody>\r\n<tr>\r\n<td class=\"mcnTextContent\" valign=\"top\"><img class=\"alignright size-medium wp-image-278\" src=\"http://hilltoptech.com/news/wp-content/uploads/2016/08/header-image-300x166.png\" alt=\"header-image\" width=\"300\" height=\"166\" />Understanding your business\'s communication workflow can be the key to achieving increased efficiency.\r\n\r\nHilltop Technologies has partnered with Xima to offer the Chronicall call-display product to all Avaya or ShoreTel users. Integrating a call-display software like Chronicall into your current phone systems\' package allows you to measure the productivity of your workflow. Chronicall integrates easily and provides users the following:</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table class=\"mcnTextBlock\" border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody class=\"mcnTextBlockOuter\">\r\n<tr>\r\n<td class=\"mcnTextBlockInner\" valign=\"top\">\r\n<table class=\"mcnTextContentContainer\" style=\"height: 131px;\" border=\"0\" width=\"413\" cellspacing=\"0\" cellpadding=\"0\" align=\"left\">\r\n<tbody>\r\n<tr>\r\n<td class=\"mcnTextContent\" valign=\"top\">\r\n<ul>\r\n <li>Reporting for entire phone system</li>\r\n <li>Wallboard displays</li>\r\n <li>Real-time alerts</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table class=\"mcnTextContentContainer\" style=\"height: 107px;\" border=\"0\" width=\"406\" cellspacing=\"0\" cellpadding=\"0\" align=\"right\">\r\n<tbody>\r\n<tr>\r\n<td class=\"mcnTextContent\" valign=\"top\">\r\n<ul>\r\n <li>Emergency call notifications</li>\r\n <li>Call recording</li>\r\n <li>Cradle-to-Grave call reporting</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nChronicall offers a revolutionary set of features designed to overcome the limitation of traditional call history and reporting software, and does do by connecting directly to your phone system and logging everything that happens on each call, from the moment it starts, to the second it ends.\r\n\r\nWith a simple, attractive interface and a flexible licensing model, Chronicall is easy to deploy and scale. A single inexpensive site license allows you to report on hundred of users, groups, and trunks with little to no phone system configuration required.\r\n\r\n<a href=\"mailto:owilson@hilltoptech.com\">Contact us today</a> for a free 14-day trial of Xima\'s Chronicall.','You Can\'t Manage What you Don\'t Measure.','','inherit','closed','closed','','277-revision-v1','','','2016-08-29 14:07:34','2016-08-29 18:07:34','',277,'http://hilltoptech.com/news/277-revision-v1/',0,'revision','',0),(280,1,'2016-08-29 14:10:24','2016-08-29 18:10:24','<table class=\"mcnTextBlock\" border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody class=\"mcnTextBlockOuter\">\n<tr>\n<td class=\"mcnTextBlockInner\" valign=\"top\">\n<table class=\"mcnTextContentContainer\" border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"left\">\n<tbody>\n<tr>\n<td class=\"mcnTextContent\" valign=\"top\"><img class=\"alignright size-medium wp-image-278\" src=\"http://hilltoptech.com/news/wp-content/uploads/2016/08/header-image-300x166.png\" alt=\"header-image\" width=\"300\" height=\"166\" />Understanding your business\'s communication workflow can be the key to achieving increased efficiency.\n\nHilltop Technologies has partnered with Xima to offer the Chronicall call-display product to all Avaya or ShoreTel users. Integrating a call-display software like Chronicall into your current phone systems\' package allows you to measure the productivity of your workflow. Chronicall integrates easily and provides users the following:</td>\n</tr>\n</tbody>\n</table>\n</td>\n</tr>\n</tbody>\n</table>\n \n\nChronicall offers a revolutionary set of features designed to overcome the limitation of traditional call history an\n\nWith a simple, attractive interface and a flexible licensing model, Chronicall is easy to deploy and scale. A single inexpensive site license allows you to report on hundred of users, groups, and trunks with little to no phone system configuration required.d reporting software, and does do by connecting directly to your phone system and logging everything that happens on each call, from the moment it starts, to the second it ends.\n\n<a href=\"mailto:owilson@hilltoptech.com\">Contact us today</a> for a free 14-day trial of Xima\'s Chronicall.','You Can\'t Manage What you Don\'t Measure.','','inherit','closed','closed','','277-autosave-v1','','','2016-08-29 14:10:24','2016-08-29 18:10:24','',277,'http://hilltoptech.com/news/277-autosave-v1/',0,'revision','',0),(284,1,'2016-09-19 15:45:13','2016-09-19 19:45:13','','trend-alert-integrations','','inherit','closed','closed','','trend-alert-integrations','','','2016-09-19 15:45:13','2016-09-19 19:45:13','',283,'http://hilltoptech.com/news/wp-content/uploads/2016/09/Trend-Alert-integrations.png',0,'attachment','image/png',0),(285,1,'2016-09-19 15:46:41','2016-09-19 19:46:41','<img class=\"alignright size-medium wp-image-284\" src=\"http://hilltoptech.com/news/wp-content/uploads/2016/09/Trend-Alert-integrations-300x199.png\" alt=\"trend-alert-integrations\" width=\"300\" height=\"199\" />Thanks to their relatively low costs, lack of upfront investment, and universal reach, hosted business phone systems are popular because they can so easily be integrated with other software/solutions you may already be using in your company. Adopting a VoIP system allows you to manage multiple functions through a single communication system, reducing further operating costs and leading to quicker customer service. To get the most out of your phone system, the name of the game is integrations. A good business phone system should integrate with these critical business solutions likely already in use at your organization. We’ve outlined three of the most basic integrations you should be focused on.\r\n\r\n<strong>CRM Software</strong>\r\n\r\nCustomer Relationship Management (CRM) software compiles existing and prospective customer data, organizes it, and uses it to manage sales and find new opportunities for growth. Integrating your phone system with your CRM\r\nsolution into the same interface allows your customer service team to quickly find customer information during calls, as well as expedite inquiries to the sales team. The CRM will keep a log of the length of customers’ calls, what the call was about, and other information about the customer. You can use this data to serve customers more effectively, building a stronger relationship and likely fostering future business with you.\r\n\r\n<strong>Unified Communications</strong>\r\n\r\nImprove employee productivity in the office and on the road with unified communications that allow fully integrated voice, video, instant messaging, desktop sharing, and audio/web conferencing. Plus, link into integrations with applications such as Microsoft Outlook and Lync, Google Apps, and salesforce.com – ensuring consistent experience across desktop, tablet and mobile operating systems.\r\n\r\n<strong>Virtual Private Network </strong>\r\n\r\nSending audio files over the internet makes it easy for hackers to obtain sensitive company information, potentially putting you and your clients at risk. To minimize the risk, consider integrating your VoIP system with a virtual private network, or VPN. Your router will automatically encrypt all of your audio files and then send them through a secure channel, allowing you to access your phone network from anywhere without having to worry about leaking confidential information.\r\n\r\n \r\n\r\nOf course, there are several integration options with enterprise phone systems. Need more info on any these or additional integrations? Don’t hesitate to <a href=\"http://www.hilltoptech.com/contacts.php\">reach out to us</a>!\r\n\r\n ','Trend Alert: Integrations','','inherit','closed','closed','','283-revision-v1','','','2016-09-19 15:46:41','2016-09-19 19:46:41','',283,'http://hilltoptech.com/news/283-revision-v1/',0,'revision','',0),(288,1,'2016-10-19 11:25:34','2016-10-19 15:25:34','<img class=\"alignright wp-image-178 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/04/Avaya-Partner-in-Customer-Excellence-300x149.jpg\" alt=\"Partner in Customer Excellence\" width=\"300\" height=\"149\" />We at Hilltop Technologies are pleased to announce that we have achieved <em>Partner in Customer Excellence</em> designation by Avaya. Receiving this title is based on superior customer satisfaction, as indicated by an average customer satisfaction score of 4.4 or higher on completed surveys initiated by Avaya in our geographical region.\r\n\r\nOur EVP, Owen Wilson, commented, “It’s an honor to receive this designation from Avaya, as a result of our customers’ satisfaction with our quality of service and implementation for which we pride ourselves on.”\r\n\r\nAvaya awards the designation to a limited number of partners via their <a href=\"http://www.avaya.com/en/partners/connect/avaya-connect/\">Avaya Connect Partner Program</a>. The Avaya \"Partner in Customer Excellence\" designation identifies and rewards channel partners who achieve significantly higher scores in their customer satisfaction surveys. The companies who receive this award are the ones whom consistently go above and beyond for each of their customers. Avaya bestows only the very best of their partners with the \"Partner in Customer Excellence\" and Hilltop Technologies is currently the only one in the greater Hartford, CT area.\r\n\r\nTo learn more about how you can receive a better partner for your telecommunications needs, <a href=\"http://www.hilltoptech.com/contacts.php\">contact us</a>.','Hilltop Technologies Receives Partner in Customer Excellence Designation from Avaya','','publish','closed','closed','','partner-customer-excellence','','','2016-10-19 11:25:34','2016-10-19 15:25:34','',0,'http://hilltoptech.com/news/?p=288',0,'post','',0),(289,1,'2016-10-19 11:25:34','2016-10-19 15:25:34','<img class=\"alignright wp-image-178 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2015/04/Avaya-Partner-in-Customer-Excellence-300x149.jpg\" alt=\"Partner in Customer Excellence\" width=\"300\" height=\"149\" />We at Hilltop Technologies are pleased to announce that we have achieved <em>Partner in Customer Excellence</em> designation by Avaya. Receiving this title is based on superior customer satisfaction, as indicated by an average customer satisfaction score of 4.4 or higher on completed surveys initiated by Avaya in our geographical region.\r\n\r\nOur EVP, Owen Wilson, commented, “It’s an honor to receive this designation from Avaya, as a result of our customers’ satisfaction with our quality of service and implementation for which we pride ourselves on.”\r\n\r\nAvaya awards the designation to a limited number of partners via their <a href=\"http://www.avaya.com/en/partners/connect/avaya-connect/\">Avaya Connect Partner Program</a>. The Avaya \"Partner in Customer Excellence\" designation identifies and rewards channel partners who achieve significantly higher scores in their customer satisfaction surveys. The companies who receive this award are the ones whom consistently go above and beyond for each of their customers. Avaya bestows only the very best of their partners with the \"Partner in Customer Excellence\" and Hilltop Technologies is currently the only one in the greater Hartford, CT area.\r\n\r\nTo learn more about how you can receive a better partner for your telecommunications needs, <a href=\"http://www.hilltoptech.com/contacts.php\">contact us</a>.','Hilltop Technologies Receives Partner in Customer Excellence Designation from Avaya','','inherit','closed','closed','','288-revision-v1','','','2016-10-19 11:25:34','2016-10-19 15:25:34','',288,'http://hilltoptech.com/news/288-revision-v1/',0,'revision','',0),(290,1,'2016-10-27 12:15:02','2016-10-27 16:15:02','<img class=\"alignright wp-image-291 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2016/10/SixSteps-300x171.png\" alt=\"Planning New Business Phone System\" width=\"300\" height=\"171\" />Moving to a new business phone system takes proper planning and execution. Rushing to a decision can mean disastrous outcomes for your company if the options aren’t weighed and the proper system put in place. After all, phone systems are an investment – one that your company will need to live with for years. However, if you follow these six steps, you’ll be on track for success and when the system and communication is improved, you’ll be the hero.\r\n\r\n<strong>1. Know the Terms</strong>\r\n\r\nChances are you’re in a contract. Review the original contract and verify the expiration date. Proper planning should begin 10-12 months before the expiration date of your contract. The first step is understanding what is and isn’t possible under your current agreement – what can be changed under contract and how much lead time is required for such changes? If you’re planning for the following year’s budget, don’t forget to include the new phone system on your list and be sure to mention that a new phone system doesn’t always mean there will be upfront capital expenses or increased costs.\r\n\r\n<strong>2. Pick</strong> <strong>Your Team</strong>\r\n\r\nThere are several vendors and solutions and making the decision as to which will be able to assist you in your implementation is an important one. Your best bet is to form an internal team to be charged with assessing your company’s needs and weighing the options. Make sure your team members meet regularly and know the plan of action from the get-go, including expectations with regard to the final decision and their participation in the process.\r\n\r\n<strong>3. Perform an Audit</strong>\r\n\r\nWith your new team in place, establish clear goals and objectives and evaluate how they align to the corporate vision and expectations. Is your current phone system helping or hindering you? What works? What doesn’t? Scrutinize your customer service processes. Does your current technology dictate how you perform certain functions? Review current costs as well, making sure to not just include the monthly phone bill, but energy costs, productivity losses, etc. Then create a list with the features, functionality, maintenance, and reliability that you wish to see in your next system.\r\n\r\n<strong>4. Research the Option</strong>\r\n\r\nWith your list of desired functionality, have your team members perform an online search based on the key features you’ve identified, exploring vendor testimonials, online reviews, and analyst insights. Consider hiring a telecommunications partner to assist with evaluating and recommending a communications system that fits your company’s needs. You can also attend a webinar to learn more about available options in the market or <a href=\"http://www.hilltoptech.com/lunch-and-learn.php\">request a lunch and learn</a> that can speak to your needs or questions.\r\n\r\n<strong>5. Vet the Vendors</strong>\r\n\r\nBased on your research and the list of top vendors, begin to drill-down to see what the vendor’s capabilities are holistically – product, support, training, scalability, etc. Ask for a demo so you can see the system for yourself, how it will work, and verifying it can perform the functions you need it to. Don’t just listen to what they are saying, but consider what they aren’t saying too. Sometimes the devil is in the details. Ask what the typical implementation process might look like so your team can plan on the time needed and their involvement during the transition.\r\n\r\n<strong>6. Prepare for Lift-Off</strong>\r\n\r\nDepending on the decision you reach, whether that means renewing your existing contract or not, notify your current vendor of your plans. If you move to a new vendor, work closely with them to outline a plan that will ensure successful user adoption. Cushion a migration with enough time to solidify a smooth transition from one to the other. Communicate with other departments about the plan and timing so they can prepare for the new system’s implementation. From there, sign the new contract and consider your work done. Cheers to being well-prepared and thoughtful.\r\n\r\n \r\n\r\nConsider Hilltop Technologies in your planning process. We have been helping our clients plan for and evaluate what systems are best for them since 1999, but our services don’t stop there. We also provide comprehensive training and support to ensure they are maximizing their system. Our certified team possesses top-notch expertise and is ready to help you no matter where you are in the planning process. Schedule a <a href=\"http://www.hilltoptech.com/lunch-and-learn.php\">Lunch & Learn</a> and see the latest phone systems in action. Need more information on possibilities? Contact us today.','Planning for a New Business Phone System in 6 Steps','','publish','closed','closed','','planning-new-business-phone-system','','','2016-10-19 12:29:19','2016-10-19 16:29:19','',0,'http://hilltoptech.com/news/?p=290',0,'post','',0),(291,1,'2016-10-19 12:21:49','2016-10-19 16:21:49','','sixsteps','','inherit','closed','closed','','sixsteps','','','2016-10-19 12:21:49','2016-10-19 16:21:49','',290,'http://hilltoptech.com/news/wp-content/uploads/2016/10/SixSteps.png',0,'attachment','image/png',0),(292,1,'2016-10-19 12:29:19','2016-10-19 16:29:19','<img class=\"alignright wp-image-291 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2016/10/SixSteps-300x171.png\" alt=\"Planning New Business Phone System\" width=\"300\" height=\"171\" />Moving to a new business phone system takes proper planning and execution. Rushing to a decision can mean disastrous outcomes for your company if the options aren’t weighed and the proper system put in place. After all, phone systems are an investment – one that your company will need to live with for years. However, if you follow these six steps, you’ll be on track for success and when the system and communication is improved, you’ll be the hero.\r\n\r\n<strong>1. Know the Terms</strong>\r\n\r\nChances are you’re in a contract. Review the original contract and verify the expiration date. Proper planning should begin 10-12 months before the expiration date of your contract. The first step is understanding what is and isn’t possible under your current agreement – what can be changed under contract and how much lead time is required for such changes? If you’re planning for the following year’s budget, don’t forget to include the new phone system on your list and be sure to mention that a new phone system doesn’t always mean there will be upfront capital expenses or increased costs.\r\n\r\n<strong>2. Pick</strong> <strong>Your Team</strong>\r\n\r\nThere are several vendors and solutions and making the decision as to which will be able to assist you in your implementation is an important one. Your best bet is to form an internal team to be charged with assessing your company’s needs and weighing the options. Make sure your team members meet regularly and know the plan of action from the get-go, including expectations with regard to the final decision and their participation in the process.\r\n\r\n<strong>3. Perform an Audit</strong>\r\n\r\nWith your new team in place, establish clear goals and objectives and evaluate how they align to the corporate vision and expectations. Is your current phone system helping or hindering you? What works? What doesn’t? Scrutinize your customer service processes. Does your current technology dictate how you perform certain functions? Review current costs as well, making sure to not just include the monthly phone bill, but energy costs, productivity losses, etc. Then create a list with the features, functionality, maintenance, and reliability that you wish to see in your next system.\r\n\r\n<strong>4. Research the Option</strong>\r\n\r\nWith your list of desired functionality, have your team members perform an online search based on the key features you’ve identified, exploring vendor testimonials, online reviews, and analyst insights. Consider hiring a telecommunications partner to assist with evaluating and recommending a communications system that fits your company’s needs. You can also attend a webinar to learn more about available options in the market or <a href=\"http://www.hilltoptech.com/lunch-and-learn.php\">request a lunch and learn</a> that can speak to your needs or questions.\r\n\r\n<strong>5. Vet the Vendors</strong>\r\n\r\nBased on your research and the list of top vendors, begin to drill-down to see what the vendor’s capabilities are holistically – product, support, training, scalability, etc. Ask for a demo so you can see the system for yourself, how it will work, and verifying it can perform the functions you need it to. Don’t just listen to what they are saying, but consider what they aren’t saying too. Sometimes the devil is in the details. Ask what the typical implementation process might look like so your team can plan on the time needed and their involvement during the transition.\r\n\r\n<strong>6. Prepare for Lift-Off</strong>\r\n\r\nDepending on the decision you reach, whether that means renewing your existing contract or not, notify your current vendor of your plans. If you move to a new vendor, work closely with them to outline a plan that will ensure successful user adoption. Cushion a migration with enough time to solidify a smooth transition from one to the other. Communicate with other departments about the plan and timing so they can prepare for the new system’s implementation. From there, sign the new contract and consider your work done. Cheers to being well-prepared and thoughtful.\r\n\r\n \r\n\r\nConsider Hilltop Technologies in your planning process. We have been helping our clients plan for and evaluate what systems are best for them since 1999, but our services don’t stop there. We also provide comprehensive training and support to ensure they are maximizing their system. Our certified team possesses top-notch expertise and is ready to help you no matter where you are in the planning process. Schedule a <a href=\"http://www.hilltoptech.com/lunch-and-learn.php\">Lunch & Learn</a> and see the latest phone systems in action. Need more information on possibilities? Contact us today.','Planning for a New Business Phone System in 6 Steps','','inherit','closed','closed','','290-revision-v1','','','2016-10-19 12:29:19','2016-10-19 16:29:19','',290,'http://hilltoptech.com/news/290-revision-v1/',0,'revision','',0),(295,1,'2016-11-08 15:27:28','2016-11-08 20:27:28','','moveon','','inherit','closed','closed','','moveon','','','2016-11-08 15:27:28','2016-11-08 20:27:28','',294,'http://hilltoptech.com/news/wp-content/uploads/2016/11/moveon.png',0,'attachment','image/png',0),(296,1,'2016-11-08 15:29:23','2016-11-08 20:29:23','<img class=\"alignright wp-image-295 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2016/11/moveon-300x171.png\" alt=\"move on\" width=\"300\" height=\"171\" />It’s not every day that your business’s phone system is on your mind. You’re busy conducting business as usual and unless something is disrupting that, you’re likely not thinking about your next phone system or upgrade. But if you’re using a legacy on-premise phone system, it may be a good time to consider some alternatives. Legacy systems are becoming obsolete at an increasingly rapid pace. It’s not your fault – technology in general is making advances that make it difficult to keep up. But it’s best to not be behind the curve when you need to be effectively maximizing service for your customers and productivity for your employees.\r\nOne solution we see business owners and IT departments making is adding on functionality. Such add-ons to legacy systems can be helpful short-term solutions that allow you to continue your investment versus fully replacing it. However, we have also seen so many add-ons piled onto systems that businesses have spent more money across various vendors than they would have if they just moved to a cloud solution or a hybrid. The maintenance alone on too many solutions and vendors can get nightmarish.\r\nIt is important to point out too, that switching phone systems does not need to be completed in one clean sweep. That can be a big, daunting move. Instead, consider the circumstances. Are you growing? Increasing remote activity or expanding to new locations? Take a slower migration to a new system. Switch the most logical parts of your department to the cloud. Begin where the cost savings is the greatest – where the call volume or staff fluctuation is the highest.\r\nOne thing is certain – it will be time to move on eventually. You’ve got nothing to lose in at least exploring your options now and getting ready for such a switch. If anything, you just have time and money to gain in the long run. Make a move now when you’ve got time to weigh options with a clear head and not when it’s forced upon you with non-functioning infrastructure. <a href=\"http://www.hilltoptech.com/contacts.php\">Contact us</a> and we will help you identify the best action plan to put you in the best position for continued growth and clear communication.','When It’s Time to Move On','','inherit','closed','closed','','294-revision-v1','','','2016-11-08 15:29:23','2016-11-08 20:29:23','',294,'http://hilltoptech.com/news/294-revision-v1/',0,'revision','',0),(297,1,'2016-11-08 16:31:31','2016-11-08 21:31:31','<img class=\"alignright wp-image-295 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2016/11/moveon-300x171.png\" alt=\"move on\" width=\"300\" height=\"171\" />It’s not every day that your business’s phone system is on your mind. You’re busy conducting business as usual and unless something is disrupting that, you’re likely not thinking about your next phone system or upgrade. But if you’re using a legacy on-premise phone system, it may be a good time to consider some alternatives. Legacy systems are becoming obsolete at an increasingly rapid pace. It’s not your fault – technology in general is making advances that make it difficult to keep up. But it’s best to not be behind the curve when you need to be effectively maximizing service for your customers and productivity for your employees.\n\nOne solution we see business owners and IT departments making is adding on functionality. Such add-ons to legacy systems can be helpful short-term solutions that allow you to continue your investment versus fully replacing it. However, we have also seen so many add-ons piled onto systems that businesses have spent more money across various vendors than they would have if they just moved to a cloud solution or a hybrid. The maintenance alone on too many solutions and vendors can get nightmarish.\n\nIt is important to point out too, that switching phone systems does not need to be completed in one clean sweep. That can be a big, daunting move. Instead, consider the circumstances. Are you growing? Increasing remote activity or expanding to new locations? Take a slower migration to a new system. Switch the most logical parts of your department to the cloud. Begin where the cost savings is the greatest – where the call volume or staff fluctuation is the highest.\n\nOne thing is certain – it will be time to move on eventually. You’ve got nothing to lose in at least exploring your options now and getting ready for such a switch. If anything, you just have time and money to gain in the long run. Make a move now when you’ve got time to weigh options with a clear head and not when it’s forced upon you with non-functioning infrastructure. <a href=\"http://www.hilltoptech.com/contacts.php\">Contact us</a> and we will help you identify the best action plan to put you in the best position for continued growth and clear communication.','When It’s Time to Move On','','inherit','closed','closed','','294-autosave-v1','','','2016-11-08 16:31:31','2016-11-08 21:31:31','',294,'http://hilltoptech.com/news/294-autosave-v1/',0,'revision','',0),(299,1,'2016-12-09 10:25:01','2016-12-09 15:25:01','<img class=\"alignright size-medium wp-image-300\" src=\"http://hilltoptech.com/news/wp-content/uploads/2016/12/Staying-Agile-in-the-New-Year-300x199.png\" alt=\"staying-agile-in-the-new-year\" width=\"300\" height=\"199\" />One of the ways successful companies prosper is to keep employees agile and well-connected, however as each year comes and goes, safeguarding a positive ROI for such connectivity gets lost in the shuffle, worse yet chalked up to a run of the mill office expense. As companies grow and expand workforce, investing in communication systems and strategies enables them to not only survive, but thrive. Is your team well-connected?\r\n\r\nThe UC Connect Contact Center from ShoreTel does just that, offering universal queuing, access from any location, and a single-screen view to assess all interactions at once. When a customer calls in to your business, employees can manage and oversee all activities for that customer in one place. The history, agent who handled their last correspondence, as well as trunk activity, is all handled in the database in an easy to see centralized screen.\r\n\r\nTraining and supervisor support functionality is unparalleled. Supervisors can route in to calls either privately or publicly to assist in situations or feedback or give feedback and monitor the employee without barging in on a call. Customers gain the satisfaction of getting managerial assistance while employees gain problem-solving ability, all without the customer getting shifted and transferred multiple times.\r\n\r\nAutomated appointment scheduling emails and text notifications alert customers of their appointments and payment scheduling, cutting back on no-shows during valuable times of the day.\r\n\r\nDon’t forget too, that consumers are increasingly picky when it comes to selecting brands to do business with. Loyalty is an important factor, but a business that refuses to modernize and remain competitive, will find itself losing out. The UC Connect Contact Center allows you to go digital with increased web utilization and customer access including web chat and Call Me Now functionality. For businesses where your call center is also the front-facing customer service representative (think financial institutions like banks and credit unions), decreased call volume allows for more personal interaction with customers face-to-face with you.\r\n\r\nWith more and more employees working reduced hours at the headquarters and more time on the go or at home, features like mobility access which routes work calls to employee’s personal phones without needing to give out personal phone numbers, are most necessary. It’s these process improvements that will continuously place your business ahead of the competition.\r\n\r\nThese personal touchpoints are what makes the UC Connect Contact Center the complete package for many institutions. Lower multi-transfer calls, make customer service more efficient, call volume management, and fewer customer appointment no-shows – having more engaged customers increases satisfaction and revenue.\r\n<h3>Contact Us</h3>\r\nTo learn more about ShoreTel’s UC Connect Contact Center, give us a shout, 860.668.5285 or e-mail info12@hilltoptech.com.','Staying Agile in the New Year','','publish','closed','closed','','staying-agile','','','2016-12-09 10:25:01','2016-12-09 15:25:01','',0,'http://hilltoptech.com/news/?p=299',0,'post','',0),(300,1,'2016-12-09 10:19:59','2016-12-09 15:19:59','','staying-agile-in-the-new-year','','inherit','closed','closed','','staying-agile-in-the-new-year','','','2016-12-09 10:19:59','2016-12-09 15:19:59','',299,'http://hilltoptech.com/news/wp-content/uploads/2016/12/Staying-Agile-in-the-New-Year.png',0,'attachment','image/png',0),(301,1,'2016-12-09 10:25:01','2016-12-09 15:25:01','<img class=\"alignright size-medium wp-image-300\" src=\"http://hilltoptech.com/news/wp-content/uploads/2016/12/Staying-Agile-in-the-New-Year-300x199.png\" alt=\"staying-agile-in-the-new-year\" width=\"300\" height=\"199\" />One of the ways successful companies prosper is to keep employees agile and well-connected, however as each year comes and goes, safeguarding a positive ROI for such connectivity gets lost in the shuffle, worse yet chalked up to a run of the mill office expense. As companies grow and expand workforce, investing in communication systems and strategies enables them to not only survive, but thrive. Is your team well-connected?\r\n\r\nThe UC Connect Contact Center from ShoreTel does just that, offering universal queuing, access from any location, and a single-screen view to assess all interactions at once. When a customer calls in to your business, employees can manage and oversee all activities for that customer in one place. The history, agent who handled their last correspondence, as well as trunk activity, is all handled in the database in an easy to see centralized screen.\r\n\r\nTraining and supervisor support functionality is unparalleled. Supervisors can route in to calls either privately or publicly to assist in situations or feedback or give feedback and monitor the employee without barging in on a call. Customers gain the satisfaction of getting managerial assistance while employees gain problem-solving ability, all without the customer getting shifted and transferred multiple times.\r\n\r\nAutomated appointment scheduling emails and text notifications alert customers of their appointments and payment scheduling, cutting back on no-shows during valuable times of the day.\r\n\r\nDon’t forget too, that consumers are increasingly picky when it comes to selecting brands to do business with. Loyalty is an important factor, but a business that refuses to modernize and remain competitive, will find itself losing out. The UC Connect Contact Center allows you to go digital with increased web utilization and customer access including web chat and Call Me Now functionality. For businesses where your call center is also the front-facing customer service representative (think financial institutions like banks and credit unions), decreased call volume allows for more personal interaction with customers face-to-face with you.\r\n\r\nWith more and more employees working reduced hours at the headquarters and more time on the go or at home, features like mobility access which routes work calls to employee’s personal phones without needing to give out personal phone numbers, are most necessary. It’s these process improvements that will continuously place your business ahead of the competition.\r\n\r\nThese personal touchpoints are what makes the UC Connect Contact Center the complete package for many institutions. Lower multi-transfer calls, make customer service more efficient, call volume management, and fewer customer appointment no-shows – having more engaged customers increases satisfaction and revenue.\r\n<h3>Contact Us</h3>\r\nTo learn more about ShoreTel’s UC Connect Contact Center, give us a shout, 860.668.5285 or e-mail info12@hilltoptech.com.','Staying Agile in the New Year','','inherit','closed','closed','','299-revision-v1','','','2016-12-09 10:25:01','2016-12-09 15:25:01','',299,'http://hilltoptech.com/news/299-revision-v1/',0,'revision','',0),(304,1,'2017-04-04 12:57:38','0000-00-00 00:00:00','t','Extend the Voice of your Communications System','','draft','closed','closed','','','','','2017-04-04 12:57:38','2017-04-04 16:57:38','',0,'http://hilltoptech.com/news/?p=304',0,'post','',0),(305,1,'2017-04-04 13:10:58','2017-04-04 17:10:58','Communications are increasingly important for businesses. Without a good communications system, your internal team can crumble, your customers leave you, and you could ultimately see your business vaporize. This isn’t some new concept by any means, except for the fact that communications are constantly evolving and businesses must keep up.\r\n\r\n<img class=\"alignright size-medium wp-image-307\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/04/Extend-Communication-Header-300x232.png\" alt=\"Extend your Communications\" width=\"300\" height=\"232\" />Did you know, that as of right now, there are officially more mobile devices in the world than there are people? Kind of impressive and yet a little scary, right? Because of this, you can safely assume that all of the people you come into contact with on a regular basis have cell phones.\r\n\r\nBut just because the majority of business life these days is via text, email, or web, doesn’t mean that voice is obsolete. Remember that making a phone call doesn’t just send a notification to someone; it makes that little device in their pocket ring constantly, compelling that person to answer. Phone calls can provide instant gratification whereas email and anything else that sends push notifications would probably take some time before they are noticed, or before people send back a response. The immediacy of a phone call is, by and large, the most compelling reason why you should not abandon voice communication.\r\n\r\nIt’s safe to assume that you carry your mobile phone with you everywhere you go outside of your home and office. With today’s phone system offerings, your phone can become much more than a personal communication device, allowing you to take your office number and extension with you in the form of an application. By doing this, you would be able to respond to clients and partners with an unprecedented agility from any location in the world. Being accessible as such makes you look more professional and better-attuned to the needs of customers, partners, employees and other contacts. You can do this for your team as well, allowing them to be agile and available even when they are not working in one central location. It gives your business a line of communication that is easily accessible.\r\n\r\nWhile keeping an open line with your clients is a crucial part of ensuring that your business grows, you must also keep in mind that internal communication is crucial too. By having a virtual hosted PBX, your colleagues can also easily remember how to contact you by using an extension, making quick phone calls to each other to collaborate on various goals. This increases productivity across your connected organization, again even if the team is dispersed across different locations.\r\n\r\nTransform the way you conduct business by creating a seamless engagement experience for your customers and employees. Reduce IT overhead with a true plug-and-play system that effortlessly rolls out applications to your staff. Regardless of their locations, devices, or applications, users can have telephony, messaging, conferencing, contact center, video, and unified communications—all in a flexible platform.\r\n\r\nDon’t eliminate voice, but also don’t stay in the past. Diversify your communications with a unified communications platform like Avaya’s IP Office or one of ShoreTel’s hybrid phone systems for an example. <a href=\"http://hilltoptech.com/contacts.php\">Contact us</a> today to explore all of your options via a consultative analysis of your current system and your company’s needs. E-mail info12@hilltoptech.com or call 860.668.5285.\r\n\r\n ','Extend the Voice of your Communications System','','publish','closed','closed','','extend-voice-communications-system','','','2017-04-04 13:12:06','2017-04-04 17:12:06','',0,'http://hilltoptech.com/news/?p=305',0,'post','',0),(306,1,'2017-04-04 13:10:10','2017-04-04 17:10:10','Communications are increasingly important for businesses. Without a good communications system, your internal team can crumble, your customers leave you, and you could ultimately see your business vaporize. This isn’t some new concept by any means, except for the fact that communications are constantly evolving and businesses must keep up.\r\n\r\nDid you know, that as of right now, there are officially more mobile devices in the world than there are people? Kind of impressive and yet a little scary, right? Because of this, you can safely assume that all of the people you come into contact with on a regular basis have cell phones.\r\n\r\nBut just because the majority of business life these days is via text, email, or web, doesn’t mean that voice is obsolete. Remember that making a phone call doesn’t just send a notification to someone; it makes that little device in their pocket ring constantly, compelling that person to answer. Phone calls can provide instant gratification whereas email and anything else that sends push notifications would probably take some time before they are noticed, or before people send back a response. The immediacy of a phone call is, by and large, the most compelling reason why you should not abandon voice communication.\r\n\r\nIt’s safe to assume that you carry your mobile phone with you everywhere you go outside of your home and office. With today’s phone system offerings, your phone can become much more than a personal communication device, allowing you to take your office number and extension with you in the form of an application. By doing this, you would be able to respond to clients and partners with an unprecedented agility from any location in the world. Being accessible as such makes you look more professional and better-attuned to the needs of customers, partners, employees and other contacts. You can do this for your team as well, allowing them to be agile and available even when they are not working in one central location. It gives your business a line of communication that is easily accessible.\r\n\r\nWhile keeping an open line with your clients is a crucial part of ensuring that your business grows, you must also keep in mind that internal communication is crucial too. By having a virtual hosted PBX, your colleagues can also easily remember how to contact you by using an extension, making quick phone calls to each other to collaborate on various goals. This increases productivity across your connected organization, again even if the team is dispersed across different locations.\r\n\r\nTransform the way you conduct business by creating a seamless engagement experience for your customers and employees. Reduce IT overhead with a true plug-and-play system that effortlessly rolls out applications to your staff. Regardless of their locations, devices, or applications, users can have telephony, messaging, conferencing, contact center, video, and unified communications—all in a flexible platform.\r\n\r\nDon’t eliminate voice, but also don’t stay in the past. Diversify your communications with a unified communications platform like Avaya’s IP Office or one of ShoreTel’s hybrid phone systems for an example. <a href=\"http://hilltoptech.com/contacts.php\">Contact us</a> today to explore all of your options via a consultative analysis of your current system and your company’s needs. E-mail info12@hilltoptech.com or call 860.668.5285.\r\n\r\n ','Extend the Voice of your Communications System','','inherit','closed','closed','','305-revision-v1','','','2017-04-04 13:10:10','2017-04-04 17:10:10','',305,'http://hilltoptech.com/news/305-revision-v1/',0,'revision','',0),(307,1,'2017-04-04 13:10:36','2017-04-04 17:10:36','','Extend-Communication-Header','','inherit','closed','closed','','extend-communication-header','','','2017-04-04 13:10:54','2017-04-04 17:10:54','',305,'http://hilltoptech.com/news/wp-content/uploads/2017/04/Extend-Communication-Header.png',0,'attachment','image/png',0),(308,1,'2017-04-04 13:12:06','2017-04-04 17:12:06','Communications are increasingly important for businesses. Without a good communications system, your internal team can crumble, your customers leave you, and you could ultimately see your business vaporize. This isn’t some new concept by any means, except for the fact that communications are constantly evolving and businesses must keep up.\r\n\r\n<img class=\"alignright size-medium wp-image-307\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/04/Extend-Communication-Header-300x232.png\" alt=\"Extend your Communications\" width=\"300\" height=\"232\" />Did you know, that as of right now, there are officially more mobile devices in the world than there are people? Kind of impressive and yet a little scary, right? Because of this, you can safely assume that all of the people you come into contact with on a regular basis have cell phones.\r\n\r\nBut just because the majority of business life these days is via text, email, or web, doesn’t mean that voice is obsolete. Remember that making a phone call doesn’t just send a notification to someone; it makes that little device in their pocket ring constantly, compelling that person to answer. Phone calls can provide instant gratification whereas email and anything else that sends push notifications would probably take some time before they are noticed, or before people send back a response. The immediacy of a phone call is, by and large, the most compelling reason why you should not abandon voice communication.\r\n\r\nIt’s safe to assume that you carry your mobile phone with you everywhere you go outside of your home and office. With today’s phone system offerings, your phone can become much more than a personal communication device, allowing you to take your office number and extension with you in the form of an application. By doing this, you would be able to respond to clients and partners with an unprecedented agility from any location in the world. Being accessible as such makes you look more professional and better-attuned to the needs of customers, partners, employees and other contacts. You can do this for your team as well, allowing them to be agile and available even when they are not working in one central location. It gives your business a line of communication that is easily accessible.\r\n\r\nWhile keeping an open line with your clients is a crucial part of ensuring that your business grows, you must also keep in mind that internal communication is crucial too. By having a virtual hosted PBX, your colleagues can also easily remember how to contact you by using an extension, making quick phone calls to each other to collaborate on various goals. This increases productivity across your connected organization, again even if the team is dispersed across different locations.\r\n\r\nTransform the way you conduct business by creating a seamless engagement experience for your customers and employees. Reduce IT overhead with a true plug-and-play system that effortlessly rolls out applications to your staff. Regardless of their locations, devices, or applications, users can have telephony, messaging, conferencing, contact center, video, and unified communications—all in a flexible platform.\r\n\r\nDon’t eliminate voice, but also don’t stay in the past. Diversify your communications with a unified communications platform like Avaya’s IP Office or one of ShoreTel’s hybrid phone systems for an example. <a href=\"http://hilltoptech.com/contacts.php\">Contact us</a> today to explore all of your options via a consultative analysis of your current system and your company’s needs. E-mail info12@hilltoptech.com or call 860.668.5285.\r\n\r\n ','Extend the Voice of your Communications System','','inherit','closed','closed','','305-revision-v1','','','2017-04-04 13:12:06','2017-04-04 17:12:06','',305,'http://hilltoptech.com/news/305-revision-v1/',0,'revision','',0),(309,1,'2017-04-10 14:08:29','2017-04-10 18:08:29','<img class=\"aligncenter wp-image-313\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/04/comm-tech-services-all-in-box-1024x296.jpg\" alt=\"Communications Technology\" width=\"498\" height=\"144\" />\r\n\r\nVersatility and scalability are more than nice to have when it comes to your business’s communications system. So, what are the pivotal features and functionality that allow for a more universal telecommunications solution?\r\n\r\n<strong>1. IP Office</strong>\r\n• Highly modular system allows real-time collaboration\r\n• Employees able to handle business communications on device of their choice\r\n• Provides individual user productivity solutions to give your employees the capabilities they need\r\n\r\n<strong>2. Enterprise Contact Center</strong>\r\n• Manage your contacts the same way you manage your voice interactions\r\n• Multichannel contact center matches callers with appropriate resource\r\n• Delivers a unified, efficient, and highly-personalized experience\r\n\r\n<strong>3. Unified Communications</strong>\r\n• Designed to be easy to manage and scale\r\n• Able to coexist with current infrastructure\r\n• Each site is able to function independently\r\n\r\n<strong>4. Cloud Hosted System</strong>\r\n• Turn-key solution with a per-seat monthly subscription\r\n• Benefit from not incurring capitol business expenses for equipment or software\r\n\r\nIf you need help in determining which features and functionality will provide the best solutions for how you work, give us a call, or schedule a free lunch and learn session with us. We can walk through the options when it comes to new systems, enhanced features, or provide a workflow evaluation. We also offer training and support.\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/08/Overview.pdf\">Download</a> an overview of our Communication Technology Services here.','4 Keys to your Communications’ System Success','','publish','closed','closed','','4-keys-to-your-communications-system-success','','','2017-08-31 10:16:20','2017-08-31 14:16:20','',0,'http://hilltoptech.com/news/?p=309',0,'post','',0),(321,1,'2017-04-10 14:08:10','2017-04-10 18:08:10','<img class=\"aligncenter wp-image-313\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/04/comm-tech-services-all-in-box-1024x296.jpg\" alt=\"Communications Technology\" width=\"498\" height=\"144\" />\r\n\r\nVersatility and scalability are more than nice to have when it comes to your business’s communications system. So, what are the pivotal features and functionality that allow for a more universal telecommunications solution?\r\n\r\n<strong>1. IP Office</strong>\r\n• Highly modular system allows real-time collaboration\r\n\r\n• Employees able to handle business communications on device of their choice\r\n\r\n• Provides individual user productivity solutions to give your employees the capabilities they need\r\n\r\n<strong>2. Enterprise Contact Center</strong>\r\n• Manage your contacts the same way you manage your voice interactions\r\n• Multichannel contact center matches callers with appropriate resource\r\n• Delivers a unified, efficient, and highly-personalized experience\r\n\r\n<strong>3. Unified Communications</strong>\r\n\r\n• Designed to be easy to manage and scale\r\n• Able to coexist with current infrastructure\r\n• Each site is able to function independently\r\n<strong>4. Cloud Hosted System</strong>\r\n• Turn-key solution with a per-seat monthly subscription\r\n• Benefit from not incurring capitol business expenses for equipment or software\r\n\r\nIf you need help in determining which features and functionality will provide the best solutions for how you work, give us a call, or schedule a free lunch and learn session with us. We can walk through the options when it comes to new systems, enhanced features, or provide a workflow evaluation. We also offer training and support.\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/04/Overview.pdf\">Download</a> an overview of our Communication Technology Services here.','4 Keys to your Communications’ System Success','','inherit','closed','closed','','309-revision-v1','','','2017-04-10 14:08:10','2017-04-10 18:08:10','',309,'http://hilltoptech.com/news/309-revision-v1/',0,'revision','',0),(310,1,'2017-04-10 12:10:02','2017-04-10 16:10:02','Versatility and scalability are more than nice to have when it comes to your business’s communications system. So, what are the pivotal features and functionality that allow for a more universal telecommunications solution?\r\n\r\nIP Office\r\nHighly modular system allows real-time collaboration\r\nEmployees able to handle business communications on device of their choice\r\nProvides individual user productivity solutions to give your employees the capabilities they need\r\nEnterprise Contact Center\r\nManage your contacts the same way you manage your voice interactions\r\nMultichannel contact center matches callers with appropriate resource \r\nDelivers a unified, efficient, and highly-personalized experience\r\nUnified Communications\r\nDesigned to be easy to manage and scale\r\nAble to coexist with current infrastructure\r\nEach site is able to function independently\r\nCloud Hosted System\r\nTurn-key solution with a per-seat monthly subscription \r\nBenefit from not incurring capitol business expenses for equipment or software\r\n\r\nIf you need help in determining which features and functionality will provide the best solutions for how you work, give us a call, or schedule a free lunch and learn session with us. We can walk through the options when it comes to new systems, enhanced features, or provide a workflow evaluation. We also offer training and support. \r\n\r\nDownload an overview of our Communication Technology Services here.\r\n','4 Keys to your Communications’ System Success','','inherit','closed','closed','','309-revision-v1','','','2017-04-10 12:10:02','2017-04-10 16:10:02','',309,'http://hilltoptech.com/news/309-revision-v1/',0,'revision','',0),(311,1,'2017-04-10 12:15:24','2017-04-10 16:15:24','Versatility and scalability are more than nice to have when it comes to your business’s communications system. So, what are the pivotal features and functionality that allow for a more universal telecommunications solution?\r\n<ol>\r\n <li>IP Office\r\n<ul>\r\n <li>Highly modular system allows real-time collaboration</li>\r\n <li>Employees able to handle business communications on device of their choice</li>\r\n <li>Provides individual user productivity solutions to give your employees the capabilities they need</li>\r\n</ul>\r\n</li>\r\n <li>Enterprise Contact Center\r\n<ul>\r\n <li>Manage your contacts the same way you manage your voice interactions</li>\r\n <li>Multichannel contact center matches callers with appropriate resource</li>\r\n <li>Delivers a unified, efficient, and highly-personalized experience</li>\r\n</ul>\r\n</li>\r\n <li>Unified Communications\r\n<ul>\r\n <li>Designed to be easy to manage and scale</li>\r\n <li>Able to coexist with current infrastructure</li>\r\n <li>Each site is able to function independently</li>\r\n</ul>\r\n</li>\r\n <li>Cloud Hosted System\r\n<ul>\r\n <li>Turn-key solution with a per-seat monthly subscription</li>\r\n <li>Benefit from not incurring capitol business expenses for equipment or software</li>\r\n</ul>\r\n</li>\r\n</ol>\r\nIf you need help in determining which features and functionality will provide the best solutions for how you work, give us a call, or schedule a free lunch and learn session with us. We can walk through the options when it comes to new systems, enhanced features, or provide a workflow evaluation. We also offer training and support.\r\n\r\nDownload an overview of our Communication Technology Services here.','4 Keys to your Communications’ System Success','','inherit','closed','closed','','309-revision-v1','','','2017-04-10 12:15:24','2017-04-10 16:15:24','',309,'http://hilltoptech.com/news/309-revision-v1/',0,'revision','',0),(443,1,'2017-08-31 10:16:29','2017-08-31 14:16:29','<img class=\"aligncenter wp-image-313\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/04/comm-tech-services-all-in-box-1024x296.jpg\" alt=\"Communications Technology\" width=\"498\" height=\"144\" />\r\n\r\nVersatility and scalability are more than nice to have when it comes to your business’s communications system. So, what are the pivotal features and functionality that allow for a more universal telecommunications solution?\r\n\r\n<strong>1. IP Office</strong>\r\n• Highly modular system allows real-time collaboration\r\n• Employees able to handle business communications on device of their choice\r\n• Provides individual user productivity solutions to give your employees the capabilities they need\r\n\r\n<strong>2. Enterprise Contact Center</strong>\r\n• Manage your contacts the same way you manage your voice interactions\r\n• Multichannel contact center matches callers with appropriate resource\r\n• Delivers a unified, efficient, and highly-personalized experience\r\n\r\n<strong>3. Unified Communications</strong>\r\n• Designed to be easy to manage and scale\r\n• Able to coexist with current infrastructure\r\n• Each site is able to function independently\r\n\r\n<strong>4. Cloud Hosted System</strong>\r\n• Turn-key solution with a per-seat monthly subscription\r\n• Benefit from not incurring capitol business expenses for equipment or software\r\n\r\nIf you need help in determining which features and functionality will provide the best solutions for how you work, give us a call, or schedule a free lunch and learn session with us. We can walk through the options when it comes to new systems, enhanced features, or provide a workflow evaluation. We also offer training and support.\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/08/Overview.pdf\">Download</a> an overview of our Communication Technology Services here.','4 Keys to your Communications’ System Success','','inherit','closed','closed','','309-autosave-v1','','','2017-08-31 10:16:29','2017-08-31 14:16:29','',309,'http://hilltoptech.com/news/309-autosave-v1/',0,'revision','',0),(313,1,'2017-04-10 12:18:58','2017-04-10 16:18:58','','comm-tech-services-all-in-box','','inherit','closed','closed','','comm-tech-services-all-in-box','','','2017-04-10 12:28:52','2017-04-10 16:28:52','',309,'http://hilltoptech.com/news/wp-content/uploads/2017/04/comm-tech-services-all-in-box.jpg',0,'attachment','image/jpeg',0),(314,1,'2017-04-10 12:30:30','2017-04-10 16:30:30','<img class=\"aligncenter size-full wp-image-313\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/04/comm-tech-services-all-in-box.jpg\" alt=\"Communications Technology\" width=\"1180\" height=\"341\" />\r\n\r\nVersatility and scalability are more than nice to have when it comes to your business’s communications system. So, what are the pivotal features and functionality that allow for a more universal telecommunications solution?\r\n<ol>\r\n <li>IP Office\r\n<ul>\r\n <li>Highly modular system allows real-time collaboration</li>\r\n <li>Employees able to handle business communications on device of their choice</li>\r\n <li>Provides individual user productivity solutions to give your employees the capabilities they need</li>\r\n</ul>\r\n</li>\r\n <li>Enterprise Contact Center\r\n<ul>\r\n <li>Manage your contacts the same way you manage your voice interactions</li>\r\n <li>Multichannel contact center matches callers with appropriate resource</li>\r\n <li>Delivers a unified, efficient, and highly-personalized experience</li>\r\n</ul>\r\n</li>\r\n <li>Unified Communications\r\n<ul>\r\n <li>Designed to be easy to manage and scale</li>\r\n <li>Able to coexist with current infrastructure</li>\r\n <li>Each site is able to function independently</li>\r\n</ul>\r\n</li>\r\n <li>Cloud Hosted System\r\n<ul>\r\n <li>Turn-key solution with a per-seat monthly subscription</li>\r\n <li>Benefit from not incurring capitol business expenses for equipment or software</li>\r\n</ul>\r\n</li>\r\n</ol>\r\nIf you need help in determining which features and functionality will provide the best solutions for how you work, give us a call, or schedule a free lunch and learn session with us. We can walk through the options when it comes to new systems, enhanced features, or provide a workflow evaluation. We also offer training and support.\r\n\r\nDownload an overview of our Communication Technology Services here.','4 Keys to your Communications’ System Success','','inherit','closed','closed','','309-revision-v1','','','2017-04-10 12:30:30','2017-04-10 16:30:30','',309,'http://hilltoptech.com/news/309-revision-v1/',0,'revision','',0),(315,1,'2017-04-10 12:32:16','2017-04-10 16:32:16','<img class=\"aligncenter size-full wp-image-313\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/04/comm-tech-services-all-in-box.jpg\" alt=\"Communications Technology\" width=\"1180\" height=\"341\" />\r\n\r\nVersatility and scalability are more than nice to have when it comes to your business’s communications system. So, what are the pivotal features and functionality that allow for a more universal telecommunications solution?\r\n<ol>\r\n <li>IP Office\r\n<ul>\r\n <li>Highly modular system allows real-time collaboration</li>\r\n <li>Employees able to handle business communications on device of their choice</li>\r\n <li>Provides individual user productivity solutions to give your employees the capabilities they need</li>\r\n</ul>\r\n</li>\r\n <li>Enterprise Contact Center\r\n<ul>\r\n <li>Manage your contacts the same way you manage your voice interactions</li>\r\n <li>Multichannel contact center matches callers with appropriate resource</li>\r\n <li>Delivers a unified, efficient, and highly-personalized experience</li>\r\n</ul>\r\n</li>\r\n <li>Unified Communications\r\n<ul>\r\n <li>Designed to be easy to manage and scale</li>\r\n <li>Able to coexist with current infrastructure</li>\r\n <li>Each site is able to function independently</li>\r\n</ul>\r\n</li>\r\n <li>Cloud Hosted System\r\n<ul>\r\n <li>Turn-key solution with a per-seat monthly subscription</li>\r\n <li>Benefit from not incurring capitol business expenses for equipment or software</li>\r\n</ul>\r\n</li>\r\n</ol>\r\nIf you need help in determining which features and functionality will provide the best solutions for how you work, give us a call, or schedule a free lunch and learn session with us. We can walk through the options when it comes to new systems, enhanced features, or provide a workflow evaluation. We also offer training and support.\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/04/Overview.pdf\">Download</a> an overview of our Communication Technology Services here.','4 Keys to your Communications’ System Success','','inherit','closed','closed','','309-revision-v1','','','2017-04-10 12:32:16','2017-04-10 16:32:16','',309,'http://hilltoptech.com/news/309-revision-v1/',0,'revision','',0),(316,1,'2017-04-10 13:12:54','2017-04-10 17:12:54','<img class=\"aligncenter wp-image-313 size-large\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/04/comm-tech-services-all-in-box-1024x296.jpg\" alt=\"Communications Technology\" width=\"640\" height=\"185\" />\r\n\r\nVersatility and scalability are more than nice to have when it comes to your business’s communications system. So, what are the pivotal features and functionality that allow for a more universal telecommunications solution?\r\n<ol>\r\n <li>IP Office\r\n<ul>\r\n <li>Highly modular system allows real-time collaboration</li>\r\n <li>Employees able to handle business communications on device of their choice</li>\r\n <li>Provides individual user productivity solutions to give your employees the capabilities they need</li>\r\n</ul>\r\n</li>\r\n <li>Enterprise Contact Center\r\n<ul>\r\n <li>Manage your contacts the same way you manage your voice interactions</li>\r\n <li>Multichannel contact center matches callers with appropriate resource</li>\r\n <li>Delivers a unified, efficient, and highly-personalized experience</li>\r\n</ul>\r\n</li>\r\n <li>Unified Communications\r\n<ul>\r\n <li>Designed to be easy to manage and scale</li>\r\n <li>Able to coexist with current infrastructure</li>\r\n <li>Each site is able to function independently</li>\r\n</ul>\r\n</li>\r\n <li>Cloud Hosted System\r\n<ul>\r\n <li>Turn-key solution with a per-seat monthly subscription</li>\r\n <li>Benefit from not incurring capitol business expenses for equipment or software</li>\r\n</ul>\r\n</li>\r\n</ol>\r\nIf you need help in determining which features and functionality will provide the best solutions for how you work, give us a call, or schedule a free lunch and learn session with us. We can walk through the options when it comes to new systems, enhanced features, or provide a workflow evaluation. We also offer training and support.\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/04/Overview.pdf\">Download</a> an overview of our Communication Technology Services here.','4 Keys to your Communications’ System Success','','inherit','closed','closed','','309-revision-v1','','','2017-04-10 13:12:54','2017-04-10 17:12:54','',309,'http://hilltoptech.com/news/309-revision-v1/',0,'revision','',0),(317,1,'2017-04-10 13:14:04','2017-04-10 17:14:04','<img class=\"aligncenter wp-image-313\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/04/comm-tech-services-all-in-box-1024x296.jpg\" alt=\"Communications Technology\" width=\"600\" height=\"173\" />\r\n\r\nVersatility and scalability are more than nice to have when it comes to your business’s communications system. So, what are the pivotal features and functionality that allow for a more universal telecommunications solution?\r\n<ol>\r\n <li>IP Office\r\n<ul>\r\n <li>Highly modular system allows real-time collaboration</li>\r\n <li>Employees able to handle business communications on device of their choice</li>\r\n <li>Provides individual user productivity solutions to give your employees the capabilities they need</li>\r\n</ul>\r\n</li>\r\n <li>Enterprise Contact Center\r\n<ul>\r\n <li>Manage your contacts the same way you manage your voice interactions</li>\r\n <li>Multichannel contact center matches callers with appropriate resource</li>\r\n <li>Delivers a unified, efficient, and highly-personalized experience</li>\r\n</ul>\r\n</li>\r\n <li>Unified Communications\r\n<ul>\r\n <li>Designed to be easy to manage and scale</li>\r\n <li>Able to coexist with current infrastructure</li>\r\n <li>Each site is able to function independently</li>\r\n</ul>\r\n</li>\r\n <li>Cloud Hosted System\r\n<ul>\r\n <li>Turn-key solution with a per-seat monthly subscription</li>\r\n <li>Benefit from not incurring capitol business expenses for equipment or software</li>\r\n</ul>\r\n</li>\r\n</ol>\r\nIf you need help in determining which features and functionality will provide the best solutions for how you work, give us a call, or schedule a free lunch and learn session with us. We can walk through the options when it comes to new systems, enhanced features, or provide a workflow evaluation. We also offer training and support.\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/04/Overview.pdf\">Download</a> an overview of our Communication Technology Services here.','4 Keys to your Communications’ System Success','','inherit','closed','closed','','309-revision-v1','','','2017-04-10 13:14:04','2017-04-10 17:14:04','',309,'http://hilltoptech.com/news/309-revision-v1/',0,'revision','',0),(318,1,'2017-04-10 13:26:24','2017-04-10 17:26:24','<img class=\"aligncenter wp-image-313\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/04/comm-tech-services-all-in-box-1024x296.jpg\" alt=\"Communications Technology\" width=\"498\" height=\"144\" />\r\n\r\nVersatility and scalability are more than nice to have when it comes to your business’s communications system. So, what are the pivotal features and functionality that allow for a more universal telecommunications solution?\r\n<ol>\r\n <li>IP Office\r\n<ul>\r\n <li>Highly modular system allows real-time collaboration</li>\r\n <li>Employees able to handle business communications on device of their choice</li>\r\n <li>Provides individual user productivity solutions to give your employees the capabilities they need</li>\r\n</ul>\r\n</li>\r\n <li>Enterprise Contact Center\r\n<ul>\r\n <li>Manage your contacts the same way you manage your voice interactions</li>\r\n <li>Multichannel contact center matches callers with appropriate resource</li>\r\n <li>Delivers a unified, efficient, and highly-personalized experience</li>\r\n</ul>\r\n</li>\r\n <li>Unified Communications\r\n<ul>\r\n <li>Designed to be easy to manage and scale</li>\r\n <li>Able to coexist with current infrastructure</li>\r\n <li>Each site is able to function independently</li>\r\n</ul>\r\n</li>\r\n <li>Cloud Hosted System\r\n<ul>\r\n <li>Turn-key solution with a per-seat monthly subscription</li>\r\n <li>Benefit from not incurring capitol business expenses for equipment or software</li>\r\n</ul>\r\n</li>\r\n</ol>\r\nIf you need help in determining which features and functionality will provide the best solutions for how you work, give us a call, or schedule a free lunch and learn session with us. We can walk through the options when it comes to new systems, enhanced features, or provide a workflow evaluation. We also offer training and support.\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/04/Overview.pdf\">Download</a> an overview of our Communication Technology Services here.','4 Keys to your Communications’ System Success','','inherit','closed','closed','','309-revision-v1','','','2017-04-10 13:26:24','2017-04-10 17:26:24','',309,'http://hilltoptech.com/news/309-revision-v1/',0,'revision','',0),(319,1,'2017-04-10 14:05:12','2017-04-10 18:05:12','<img class=\"aligncenter wp-image-313\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/04/comm-tech-services-all-in-box-1024x296.jpg\" alt=\"Communications Technology\" width=\"498\" height=\"144\" />\r\n\r\nVersatility and scalability are more than nice to have when it comes to your business’s communications system. So, what are the pivotal features and functionality that allow for a more universal telecommunications solution?\r\n<ol>1. IP Office</ol>\r\n<ul>\r\n <li>Highly modular system allows real-time collaboration</li>\r\n <li>Employees able to handle business communications on device of their choice</li>\r\n <li>Provides individual user productivity solutions to give your employees the capabilities they need</li>\r\n</ul>\r\n<ol>2. Enterprise Contact Center</ol>\r\n<ul>\r\n <li>Manage your contacts the same way you manage your voice interactions</li>\r\n <li>Multichannel contact center matches callers with appropriate resource</li>\r\n <li>Delivers a unified, efficient, and highly-personalized experience</li>\r\n</ul>\r\n<ol>3. Unified Communications</ol>\r\n<ul>\r\n <li>Designed to be easy to manage and scale</li>\r\n <li>Able to coexist with current infrastructure</li>\r\n <li>Each site is able to function independently</li>\r\n</ul>\r\n<ol>4. Cloud Hosted System</ol>\r\n<ul>\r\n <li>Turn-key solution with a per-seat monthly subscription</li>\r\n <li>Benefit from not incurring capitol business expenses for equipment or software</li>\r\n</ul>\r\nIf you need help in determining which features and functionality will provide the best solutions for how you work, give us a call, or schedule a free lunch and learn session with us. We can walk through the options when it comes to new systems, enhanced features, or provide a workflow evaluation. We also offer training and support.\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/04/Overview.pdf\">Download</a> an overview of our Communication Technology Services here.','4 Keys to your Communications’ System Success','','inherit','closed','closed','','309-revision-v1','','','2017-04-10 14:05:12','2017-04-10 18:05:12','',309,'http://hilltoptech.com/news/309-revision-v1/',0,'revision','',0),(320,1,'2017-04-10 14:05:58','2017-04-10 18:05:58','<img class=\"aligncenter wp-image-313\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/04/comm-tech-services-all-in-box-1024x296.jpg\" alt=\"Communications Technology\" width=\"498\" height=\"144\" />\r\n\r\nVersatility and scalability are more than nice to have when it comes to your business’s communications system. So, what are the pivotal features and functionality that allow for a more universal telecommunications solution?\r\n\r\n1. IP Office\r\n• Highly modular system allows real-time collaboration\r\n\r\n• Employees able to handle business communications on device of their choice\r\n<ul>\r\n <li>Provides individual user productivity solutions to give your employees the capabilities they need</li>\r\n</ul>\r\n \r\n<ol>2. Enterprise Contact Center</ol>\r\n<ul>\r\n <li>Manage your contacts the same way you manage your voice interactions</li>\r\n <li>Multichannel contact center matches callers with appropriate resource</li>\r\n <li>Delivers a unified, efficient, and highly-personalized experience</li>\r\n</ul>\r\n<ol>3. Unified Communications</ol>\r\n<ul>\r\n <li>Designed to be easy to manage and scale</li>\r\n <li>Able to coexist with current infrastructure</li>\r\n <li>Each site is able to function independently</li>\r\n</ul>\r\n<ol>4. Cloud Hosted System</ol>\r\n<ul>\r\n <li>Turn-key solution with a per-seat monthly subscription</li>\r\n <li>Benefit from not incurring capitol business expenses for equipment or software</li>\r\n</ul>\r\nIf you need help in determining which features and functionality will provide the best solutions for how you work, give us a call, or schedule a free lunch and learn session with us. We can walk through the options when it comes to new systems, enhanced features, or provide a workflow evaluation. We also offer training and support.\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/04/Overview.pdf\">Download</a> an overview of our Communication Technology Services here.','4 Keys to your Communications’ System Success','','inherit','closed','closed','','309-revision-v1','','','2017-04-10 14:05:58','2017-04-10 18:05:58','',309,'http://hilltoptech.com/news/309-revision-v1/',0,'revision','',0),(322,1,'2017-05-31 13:36:47','2017-05-31 17:36:47','<p style=\"text-align: center;\"><a href=\"http://hilltoptech.com/infinitum.php\"><img class=\"aligncenter size-full wp-image-330\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/05/Avaya-IP-Office-in-the-cloud.jpg\" alt=\"Avaya IP Office in the Cloud\" width=\"900\" height=\"2989\" /></a></p>\r\n<div style=\"text-align:center; width: 140px; display:block; margin:12px auto;\">\r\n<div class=\"short-link-dark\"><a href=\"https://hilltoptech.com/infinitum.php\">Benefits of the Cloud</a></div>\r\n</div>\r\n<!-- Google Code for Remarketing Tag -->\r\n<!-------------------------------------------------- Remarketing tags may not be associated with personally identifiable information or placed on pages related to sensitive categories. See more information and instructions on how to setup the tag on: http://google.com/ads/remarketingsetup --------------------------------------------------->\r\n<script type=\"text/javascript\">\r\n/* <![CDATA[ */ var google_conversion_id = 853373596; var google_custom_params = window.google_tag_params; var google_remarketing_only = true; /* ]]> */\r\n</script>\r\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\r\n</script>\r\n<noscript>\r\n<div style=\"display:inline;\">\r\n<img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//googleads.g.doubleclick.net/pagead/viewthroughconversion/853373596/?guid=ON&script=0\"/></div>\r\n</noscript>\r\n\r\n<!-- Google Code for Aug Avaya Ads Conversion Page --> <script type=\"text/javascript\">\r\n\r\n/* <![CDATA[ */ var google_conversion_id = 853373596; var google_conversion_language = \"en\"; var google_conversion_format = \"3\"; var google_conversion_color = \"ffffff\"; var google_conversion_label = \"sgMdCOH6y3MQnOX1lgM\"; var google_conversion_value = 5.00; var google_conversion_currency = \"USD\"; var google_remarketing_only = false; /* ]]> */\r\n\r\n</script>\r\n\r\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\r\n\r\n</script>\r\n\r\n<noscript>&amp;lt;/p&amp;gt;&lt;br /&gt;<br />\r\n&amp;lt;div style=\"display:inline;\"&amp;gt;&lt;br /&gt;<br />\r\n&amp;lt;p&amp;gt;&amp;lt;img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//www.googleadservices.com/pagead/conversion/853373596/?value=5.00&amp;amp;amp;currency_code=USD&amp;amp;amp;label=sgMdCOH6y3MQnOX1lgM&amp;amp;amp;guid=ON&amp;amp;amp;script=0\"/&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;<br />\r\n&amp;lt;/div&amp;gt;&lt;br /&gt;<br />\r\n&amp;lt;p&amp;gt;</noscript>','Avaya IP Office in the Cloud','','publish','closed','closed','','avaya-ip-office-in-the-cloud','','','2017-11-02 16:00:41','2017-11-02 20:00:41','',0,'http://hilltoptech.com/news/?page_id=322',0,'page','',0),(323,1,'2017-05-23 11:54:02','2017-05-23 15:54:02','','Avaya IP Office in the Cloud','','inherit','closed','closed','','322-revision-v1','','','2017-05-23 11:54:02','2017-05-23 15:54:02','',322,'http://hilltoptech.com/news/322-revision-v1/',0,'revision','',0),(328,1,'2017-05-31 13:29:52','2017-05-31 17:29:52','','Avaya-IP-Office-in-the-cloud','','inherit','closed','closed','','avaya-ip-office-pdf','','','2017-05-31 13:47:33','2017-05-31 17:47:33','',322,'http://hilltoptech.com/news/wp-content/uploads/2017/05/Avaya-IP-Office-PDF.jpg',0,'attachment','image/jpeg',0),(334,1,'2017-05-31 13:50:32','2017-05-31 17:50:32','Avaya IP Office PDF2','Avaya IP Office in the Cloud','','inherit','closed','closed','','322-revision-v1','','','2017-05-31 13:50:32','2017-05-31 17:50:32','',322,'http://hilltoptech.com/news/322-revision-v1/',0,'revision','',0),(327,1,'2017-05-31 13:24:55','2017-05-31 17:24:55','','Avaya IP Office PDF2','','inherit','closed','closed','','avaya-ip-office-pdf2-3','','','2017-05-31 13:24:55','2017-05-31 17:24:55','',322,'http://hilltoptech.com/news/wp-content/uploads/2017/05/Avaya-IP-Office-PDF2-2.pdf',0,'attachment','application/pdf',0),(326,1,'2017-05-31 13:23:30','2017-05-31 17:23:30','Avaya IP Office PDF2','Avaya IP Office in the Cloud','','inherit','closed','closed','','322-revision-v1','','','2017-05-31 13:23:30','2017-05-31 17:23:30','',322,'http://hilltoptech.com/news/322-revision-v1/',0,'revision','',0),(329,1,'2017-05-31 13:31:03','2017-05-31 17:31:03','<img class=\"aligncenter size-full wp-image-328\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/05/Avaya-IP-Office-PDF.jpg\" alt=\"\" width=\"1200\" height=\"3985\" />','Avaya IP Office in the Cloud','','inherit','closed','closed','','322-revision-v1','','','2017-05-31 13:31:03','2017-05-31 17:31:03','',322,'http://hilltoptech.com/news/322-revision-v1/',0,'revision','',0),(330,1,'2017-05-31 13:33:50','2017-05-31 17:33:50','','Avaya-IP-Office-in-the-cloud','','inherit','closed','closed','','avaya-ip-office-in-the-cloud-2','','','2017-05-31 13:52:39','2017-05-31 17:52:39','',322,'http://hilltoptech.com/news/wp-content/uploads/2017/05/Avaya-IP-Office-in-the-cloud.jpg',0,'attachment','image/jpeg',0),(331,1,'2017-05-31 13:36:14','2017-05-31 17:36:14','<img class=\"aligncenter size-full wp-image-330\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/05/Avaya-IP-Office-in-the-cloud.jpg\" alt=\"\" width=\"900\" height=\"2989\" />','Avaya IP Office in the Cloud','','inherit','closed','closed','','322-revision-v1','','','2017-05-31 13:36:14','2017-05-31 17:36:14','',322,'http://hilltoptech.com/news/322-revision-v1/',0,'revision','',0),(333,1,'2017-05-31 13:49:14','2017-05-31 17:49:14','<img class=\"aligncenter size-full wp-image-328\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/05/Avaya-IP-Office-PDF.jpg\" alt=\"\" width=\"1200\" height=\"3985\" />','Avaya IP Office in the Cloud','','inherit','closed','closed','','322-revision-v1','','','2017-05-31 13:49:14','2017-05-31 17:49:14','',322,'http://hilltoptech.com/news/322-revision-v1/',0,'revision','',0),(332,1,'2017-08-10 13:07:39','2017-08-10 17:07:39','<p style=\"text-align: center;\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/05/Avaya-IP-Office-in-the-cloud.jpg\"><img class=\"aligncenter size-full wp-image-330\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/05/Avaya-IP-Office-in-the-cloud.jpg\" alt=\"Avaya IP Office in the Cloud\" width=\"900\" height=\"2989\" /></a></p>\n<!-- Google Code for Aug Avaya Ads Conversion Page --> <script type=\"text/javascript\">\n\n/* <![CDATA[ */ var google_conversion_id = 853373596; var google_conversion_language = \"en\"; var google_conversion_format = \"3\"; var google_conversion_color = \"ffffff\"; var google_conversion_label = \"sgMdCOH6y3MQnOX1lgM\"; var google_conversion_value = 5.00; var google_conversion_currency = \"USD\"; var google_remarketing_only = false; /* ]]> */\n\n</script>\n\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\n\n</script>\n\n<noscript>&amp;lt;/p&amp;gt;&lt;br /&gt;<br />\n&amp;lt;div style=\"display:inline;\"&amp;gt;&lt;br /&gt;<br />\n&amp;lt;p&amp;gt;&amp;lt;img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//www.googleadservices.com/pagead/conversion/853373596/?value=5.00&amp;amp;amp;currency_code=USD&amp;amp;amp;label=sgMdCOH6y3MQnOX1lgM&amp;amp;amp;guid=ON&amp;amp;amp;script=0\"/&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;<br />\n&amp;lt;/div&amp;gt;&lt;br /&gt;<br />\n&amp;lt;p&amp;gt;</noscript>','Avaya IP Office in the Cloud','','inherit','closed','closed','','322-autosave-v1','','','2017-08-10 13:07:39','2017-08-10 17:07:39','',322,'http://hilltoptech.com/news/322-autosave-v1/',0,'revision','',0),(335,1,'2017-05-31 13:52:10','2017-05-31 17:52:10','<img class=\"aligncenter size-full wp-image-330\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/05/Avaya-IP-Office-in-the-cloud.jpg\" alt=\"\" width=\"900\" height=\"2989\" />','Avaya IP Office in the Cloud','','inherit','closed','closed','','322-revision-v1','','','2017-05-31 13:52:10','2017-05-31 17:52:10','',322,'http://hilltoptech.com/news/322-revision-v1/',0,'revision','',0),(336,1,'2017-05-31 13:52:53','2017-05-31 17:52:53','<p style=\"text-align: center;\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/05/Avaya-IP-Office-in-the-cloud.jpg\"><img class=\"aligncenter size-full wp-image-330\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/05/Avaya-IP-Office-in-the-cloud.jpg\" alt=\"Avaya IP Office in the Cloud\" width=\"900\" height=\"2989\" /></a></p>','Avaya IP Office in the Cloud','','inherit','closed','closed','','322-revision-v1','','','2017-05-31 13:52:53','2017-05-31 17:52:53','',322,'http://hilltoptech.com/news/322-revision-v1/',0,'revision','',0),(337,1,'2017-06-06 10:06:41','2017-06-06 14:06:41','<div style=\"text-align: center;\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a></div>\r\n \r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<div align=\"center\"><a href=\"http://hilltoptech.com/news/avaya-ip-office-in-the-cloud/\"><img class=\"aligncenter size-medium wp-image-363\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button-300x79.png\" alt=\"Avaya IP Office\" width=\"300\" height=\"79\" /></a></div>\r\n \r\n\r\n<hr />\r\n\r\n<div class=\"larger-text\" align=\"center\"><strong><em>Whether you have 2 or 2000 employees\r\nJust getting started or already established\r\nHave a single office, a home office or multiple stores/sites</em></strong></div>\r\n<div class=\"larger-text\" style=\"margin: 18px 0;\" align=\"center\"><strong><span style=\"color: #c32026;\">Avaya can provide streamlined efficiency when it comes to communication.</span></strong></div>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 300px;\" /> <col style=\"width: 351px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Internet-And-Information-Tech.jpg\"><img class=\"alignleft size-medium wp-image-406\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Internet-And-Information-Tech-300x210.jpg\" alt=\"\" width=\"300\" height=\"210\" /></a></td>\r\n<td class=\"tg-yw4l\"><span class=\"larger-text\"><strong>Additional cloud hosting benefits:</strong></span>\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Lower cost of ownership</li>\r\n <li>Reduced IT overhead</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n<!-- Google Code for Remarketing Tag -->\r\n<!--------------------------------------------------\r\nRemarketing tags may not be associated with personally identifiable information or placed on pages related to sensitive categories. See more information and instructions on how to setup the tag on: http://google.com/ads/remarketingsetup\r\n--------------------------------------------------->\r\n<script type=\"text/javascript\">\r\n/* <![CDATA[ */\r\nvar google_conversion_id = 853373596;\r\nvar google_custom_params = window.google_tag_params;\r\nvar google_remarketing_only = true;\r\n/* ]]> */\r\n</script>\r\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\r\n</script>\r\n<noscript>\r\n<div style=\"display:inline;\">\r\n<img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//googleads.g.doubleclick.net/pagead/viewthroughconversion/853373596/?guid=ON&script=0\"/>\r\n</div>\r\n</noscript>\r\n\r\n\r\n<hr />\r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\" style=\"padding: 15px; background-color: #c32026;\">\r\n<p class=\"larger-text\" style=\"color: #ffffff; text-align: center;\">At <a style=\"color: #ffffff;\" href=\"http://hilltoptech.com/\">Hilltop Technologies</a> we take pride in providing businesses with the guidance, training, service, and support they need to reap the rewards of a trusted, unified communication systems. We look forward to the opportunity to help your business streamline communications with cloud hosting technology. Please contact us at 860.668.5285 or <a style=\"color: #ffffff;\" href=\"mailto:info12@hilltoptech.com\">info12@hilltoptech.com</a> today to discuss your specific goals and objectives.</p>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','publish','closed','closed','','cloud-hosting-voip','','','2017-09-05 13:31:19','2017-09-05 17:31:19','',0,'http://hilltoptech.com/news/?page_id=337',0,'page','',0),(338,1,'2017-06-02 11:36:22','2017-06-02 15:36:22','','Cloud-host-header','','inherit','closed','closed','','cloud-host-header','','','2017-06-02 11:36:46','2017-06-02 15:36:46','',337,'http://hilltoptech.com/news/wp-content/uploads/2017/06/Cloud-host-header.png',0,'attachment','image/png',0),(339,1,'2017-06-02 11:36:52','2017-06-02 15:36:52','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Cloud-host-header.png\"><img class=\"aligncenter size-full wp-image-338\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Cloud-host-header.png\" alt=\"Cloud Hosting VOIP\" width=\"2000\" height=\"816\" /></a>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-02 11:36:52','2017-06-02 15:36:52','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(340,1,'2017-06-02 11:44:05','2017-06-02 15:44:05','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Cloud-host-header.png\"><img class=\"aligncenter size-full wp-image-338\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Cloud-host-header.png\" alt=\"Cloud Hosting VOIP\" width=\"1000\" height=\"408\" /></a>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-02 11:44:05','2017-06-02 15:44:05','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(341,1,'2017-06-02 11:45:07','2017-06-02 15:45:07','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Cloud-host-header.png\"><img class=\"aligncenter size-full wp-image-338\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Cloud-host-header.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"367\" /></a>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-02 11:45:07','2017-06-02 15:45:07','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(342,1,'2017-06-02 11:46:24','2017-06-02 15:46:24','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Cloud-host-header.png\"><img class=\"aligncenter size-full wp-image-338\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Cloud-host-header.png\" alt=\"Cloud Hosting VOIP\" width=\"950\" height=\"388\" /></a>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-02 11:46:24','2017-06-02 15:46:24','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(343,1,'2017-06-02 12:07:31','2017-06-02 16:07:31','','man with phone','','inherit','closed','closed','','man-with-phone','','','2017-06-02 13:26:06','2017-06-02 17:26:06','',337,'http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone.png',0,'attachment','image/png',0),(344,1,'2017-06-02 12:08:26','2017-06-02 16:08:26','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Cloud-host-header.png\"><img class=\"size-full wp-image-338 aligncenter\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Cloud-host-header.png\" alt=\"Cloud Hosting VOIP\" width=\"950\" height=\"388\" /></a>\r\n\r\n<hr style=\"color: #c32026;\" align=\"center\" size=\"2\" width=\"80%\" />\r\n<p style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></p>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 451px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 451px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-02 12:08:26','2017-06-02 16:08:26','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(345,1,'2017-06-02 12:21:44','2017-06-02 16:21:44','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Cloud-host-header.png\"><img class=\"size-full wp-image-338 align=\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Cloud-host-header.png\" alt=\"Cloud Hosting VOIP\" width=\"950\" height=\"388\" /></a>\r\n\r\n<hr style=\"color: #c32026;\" align=\"center\" size=\"2\" width=\"80%\" />\r\n<p style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></p>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 451px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 451px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"450\" height=\"299\" /></a></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\nWhether you have 2 or 2000 employees... just getting started or already established... have a single office, a home office or multiple stores/sites Avaya can provide streamlined efficiency when it comes to communication.\r\n<p style=\"padding-left: 30px;\">• Highly modular hybrid solution provides real-time collaboration and unified communications\r\n• Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone - using wired, wireless or broadband connections\r\n• IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it\'s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker\r\nUtilizing cloud hosting further provides:\r\n• Lower cost of ownership\r\n• Flexibility to scale up or down\r\n• Business continuity and disaster recovery\r\n• Ease and speed of adoption</p>\r\nCall to action here\r\n\r\nLearn more about Hilltop, block and link to Hilltop website','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-02 12:21:44','2017-06-02 16:21:44','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(346,1,'2017-06-02 12:22:26','2017-06-02 16:22:26','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Cloud-host-header.png\"><img class=\"size-full wp-image-338 align=\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Cloud-host-header.png\" alt=\"Cloud Hosting VOIP\" width=\"950\" height=\"388\" /></a>\r\n\r\n<hr style=\"color: #c32026;\" align=\"center\" size=\"2\" width=\"80%\" />\r\n<p style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></p>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 451px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 451px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"450\" height=\"299\" /></a></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\nWhether you have 2 or 2000 employees... just getting started or already established... have a single office, a home office or multiple stores/sites Avaya can provide streamlined efficiency when it comes to communication.\r\n<p style=\"padding-left: 30px;\">• Highly modular hybrid solution provides real-time collaboration and unified communications\r\n• Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone - using wired, wireless or broadband connections\r\n• IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it\'s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</p>\r\n<p style=\"padding-left: 270px;\"><strong>Utilizing cloud hosting further provides:</strong>\r\n• Lower cost of ownership\r\n• Flexibility to scale up or down\r\n• Business continuity and disaster recovery\r\n• Ease and speed of adoption</p>\r\nCall to action here\r\n\r\nLearn more about Hilltop, block and link to Hilltop website','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-02 12:22:26','2017-06-02 16:22:26','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(347,1,'2017-06-02 12:24:35','2017-06-02 16:24:35','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Cloud-host-header.png\"><img class=\"size-full wp-image-338 align=\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Cloud-host-header.png\" alt=\"Cloud Hosting VOIP\" width=\"950\" height=\"388\" /></a>\r\n\r\n<hr style=\"color: #c32026;\" align=\"center\" size=\"2\" width=\"80%\" />\r\n<p style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></p>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"450\" height=\"299\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\nWhether you have 2 or 2000 employees... just getting started or already established... have a single office, a home office or multiple stores/sites Avaya can provide streamlined efficiency when it comes to communication.\r\n<p style=\"padding-left: 30px;\">• Highly modular hybrid solution provides real-time collaboration and unified communications\r\n• Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone - using wired, wireless or broadband connections\r\n• IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it\'s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</p>\r\n<p style=\"padding-left: 270px;\"><strong>Utilizing cloud hosting further provides:</strong>\r\n• Lower cost of ownership\r\n• Flexibility to scale up or down\r\n• Business continuity and disaster recovery\r\n• Ease and speed of adoption</p>\r\nCall to action here\r\n\r\nLearn more about Hilltop, block and link to Hilltop website','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-02 12:24:35','2017-06-02 16:24:35','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(348,1,'2017-06-02 12:25:00','2017-06-02 16:25:00','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Cloud-host-header.png\"><img class=\"size-full wp-image-338 align=\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Cloud-host-header.png\" alt=\"Cloud Hosting VOIP\" width=\"950\" height=\"388\" /></a>\r\n\r\n<hr style=\"color: #c32026;\" align=\"center\" size=\"2\" width=\"80%\" />\r\n<p style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></p>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\nWhether you have 2 or 2000 employees... just getting started or already established... have a single office, a home office or multiple stores/sites Avaya can provide streamlined efficiency when it comes to communication.\r\n<p style=\"padding-left: 30px;\">• Highly modular hybrid solution provides real-time collaboration and unified communications\r\n• Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone - using wired, wireless or broadband connections\r\n• IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it\'s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</p>\r\n<p style=\"padding-left: 270px;\"><strong>Utilizing cloud hosting further provides:</strong>\r\n• Lower cost of ownership\r\n• Flexibility to scale up or down\r\n• Business continuity and disaster recovery\r\n• Ease and speed of adoption</p>\r\nCall to action here\r\n\r\nLearn more about Hilltop, block and link to Hilltop website','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-02 12:25:00','2017-06-02 16:25:00','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(353,1,'2017-06-02 12:44:58','2017-06-02 16:44:58','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Cloud-host-header.png\"><img class=\"size-full wp-image-338 align=\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Cloud-host-header.png\" alt=\"Cloud Hosting VOIP\" width=\"950\" height=\"388\" /></a>\r\n\r\n<hr style=\"color: #c32026;\" align=\"center\" size=\"2\" width=\"80%\" />\r\n<p style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></p>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">Whether you have 2 or 2000 employees... just getting started or already established... have a single office, a home office or multiple stores/sites Avaya can provide streamlined efficiency when it comes to communication.</th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">• Highly modular hybrid solution provides real-time collaboration and unified communications\r\n• Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections\r\n• IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<br>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><strong>Utilizing cloud hosting further provides:</strong></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">• Lower cost of ownership\r\n• Flexibility to scale up or down\r\n• Business continuity and disaster recovery\r\n• Ease and speed of adoption</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<br>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">CALL TO ACTION</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<br>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">Founded in 1999, Hilltop Technologies is a total solutions provider of Avaya and ShoreTel VoIP telecommunications’ products as well as Cloud and ShoreTel Sky hosted solutions. Headquartered in Suffield, CT, Hilltop Technologies provides services throughout the northeast and mid-west regions of the United States.</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-02 12:44:58','2017-06-02 16:44:58','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(349,1,'2017-06-02 12:38:48','2017-06-02 16:38:48','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Cloud-host-header.png\"><img class=\"size-full wp-image-338 align=\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Cloud-host-header.png\" alt=\"Cloud Hosting VOIP\" width=\"950\" height=\"388\" /></a>\r\n\r\n<hr style=\"color: #c32026;\" align=\"center\" size=\"2\" width=\"80%\" />\r\n<p style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></p>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />\r\n.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />\r\n.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />\r\n.tg .tg-yw4l{vertical-align:top}<br />\r\n.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br />\r\n</style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1133px;\"><colgroup> <col style=\"width: 121px;\" /> <col style=\"width: 893px;\" /> <col style=\"width: 119px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">Whether you have 2 or 2000 employees... just getting started or already established... have a single office, a home office or multiple stores/sites Avaya can provide streamlined efficiency when it comes to communication.</th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">• Highly modular hybrid solution provides real-time collaboration and unified communications\r\n• Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections\r\n• IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\">Utilizing cloud hosting further provides:</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">• Lower cost of ownership\r\n• Flexibility to scale up or down\r\n• Business continuity and disaster recovery\r\n• Ease and speed of adoption</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">CALL TO ACTION</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">Founded in 1999, Hilltop Technologies is a total solutions provider of Avaya and ShoreTel VoIP telecommunications’ products as well as Cloud and ShoreTel Sky hosted solutions. Headquartered in Suffield, CT, Hilltop Technologies provides services throughout the northeast and mid-west regions of the United States.</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-02 12:38:48','2017-06-02 16:38:48','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(350,1,'2017-06-02 12:40:12','2017-06-02 16:40:12','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Cloud-host-header.png\"><img class=\"size-full wp-image-338 align=\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Cloud-host-header.png\" alt=\"Cloud Hosting VOIP\" width=\"950\" height=\"388\" /></a>\r\n\r\n<hr style=\"color: #c32026;\" align=\"center\" size=\"2\" width=\"80%\" />\r\n<p style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></p>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">Whether you have 2 or 2000 employees... just getting started or already established... have a single office, a home office or multiple stores/sites Avaya can provide streamlined efficiency when it comes to communication.</th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">• Highly modular hybrid solution provides real-time collaboration and unified communications\r\n• Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections\r\n• IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\">Utilizing cloud hosting further provides:</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">• Lower cost of ownership\r\n• Flexibility to scale up or down\r\n• Business continuity and disaster recovery\r\n• Ease and speed of adoption</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">CALL TO ACTION</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">Founded in 1999, Hilltop Technologies is a total solutions provider of Avaya and ShoreTel VoIP telecommunications’ products as well as Cloud and ShoreTel Sky hosted solutions. Headquartered in Suffield, CT, Hilltop Technologies provides services throughout the northeast and mid-west regions of the United States.</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-02 12:40:12','2017-06-02 16:40:12','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(352,1,'2017-06-02 12:43:07','2017-06-02 16:43:07','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Cloud-host-header.png\"><img class=\"size-full wp-image-338 align=\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Cloud-host-header.png\" alt=\"Cloud Hosting VOIP\" width=\"950\" height=\"388\" /></a>\r\n\r\n<hr style=\"color: #c32026;\" align=\"center\" size=\"2\" width=\"80%\" />\r\n<p style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></p>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">Whether you have 2 or 2000 employees... just getting started or already established... have a single office, a home office or multiple stores/sites Avaya can provide streamlined efficiency when it comes to communication.</th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">• Highly modular hybrid solution provides real-time collaboration and unified communications\r\n• Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections\r\n• IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><strong>Utilizing cloud hosting further provides:</strong></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">• Lower cost of ownership\r\n• Flexibility to scale up or down\r\n• Business continuity and disaster recovery\r\n• Ease and speed of adoption</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">CALL TO ACTION</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">Founded in 1999, Hilltop Technologies is a total solutions provider of Avaya and ShoreTel VoIP telecommunications’ products as well as Cloud and ShoreTel Sky hosted solutions. Headquartered in Suffield, CT, Hilltop Technologies provides services throughout the northeast and mid-west regions of the United States.</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-02 12:43:07','2017-06-02 16:43:07','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(351,1,'2017-06-02 12:42:28','2017-06-02 16:42:28','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Cloud-host-header.png\"><img class=\"size-full wp-image-338 align=\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Cloud-host-header.png\" alt=\"Cloud Hosting VOIP\" width=\"950\" height=\"388\" /></a>\r\n\r\n<hr style=\"color: #c32026;\" align=\"center\" size=\"2\" width=\"80%\" />\r\n<p style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></p>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">Whether you have 2 or 2000 employees... just getting started or already established... have a single office, a home office or multiple stores/sites Avaya can provide streamlined efficiency when it comes to communication.</th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">• Highly modular hybrid solution provides real-time collaboration and unified communications\r\n• Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections\r\n• IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><span style=\"color: #ffffff;\">H</span></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\">Utilizing cloud hosting further provides:</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">• Lower cost of ownership\r\n• Flexibility to scale up or down\r\n• Business continuity and disaster recovery\r\n• Ease and speed of adoption</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><span style=\"color: #ffffff;\">H</span></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">CALL TO ACTION</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><span style=\"color: #ffffff;\">H</span></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">Founded in 1999, Hilltop Technologies is a total solutions provider of Avaya and ShoreTel VoIP telecommunications’ products as well as Cloud and ShoreTel Sky hosted solutions. Headquartered in Suffield, CT, Hilltop Technologies provides services throughout the northeast and mid-west regions of the United States.</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-02 12:42:28','2017-06-02 16:42:28','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(356,1,'2017-06-02 12:52:32','2017-06-02 16:52:32','','CTA','','inherit','closed','closed','','cta','','','2017-06-02 12:52:32','2017-06-02 16:52:32','',337,'http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA.png',0,'attachment','image/png',0),(355,1,'2017-06-02 12:48:19','2017-06-02 16:48:19','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Cloud-host-header.png\"><img class=\"size-full wp-image-338 align=\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Cloud-host-header.png\" alt=\"Cloud Hosting VOIP\" width=\"950\" height=\"388\" /></a>\r\n\r\n<hr style=\"color: #c32026;\" align=\"center\" size=\"2\" width=\"80%\" />\r\n<p style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></p>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">Whether you have 2 or 2000 employees... just getting started or already established... have a single office, a home office or multiple stores/sites Avaya can provide streamlined efficiency when it comes to communication.</th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">• Highly modular hybrid solution provides real-time collaboration and unified communications\r\n• Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections\r\n• IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><strong>Utilizing cloud hosting further provides:</strong></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">• Lower cost of ownership\r\n• Flexibility to scale up or down\r\n• Business continuity and disaster recovery\r\n• Ease and speed of adoption</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">CALL TO ACTION</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">Founded in 1999, Hilltop Technologies is a total solutions provider of Avaya and ShoreTel VoIP telecommunications’ products as well as Cloud and ShoreTel Sky hosted solutions. Headquartered in Suffield, CT, Hilltop Technologies provides services throughout the northeast and mid-west regions of the United States.</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-02 12:48:19','2017-06-02 16:48:19','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(354,1,'2017-06-02 12:47:13','2017-06-02 16:47:13','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Cloud-host-header.png\"><img class=\"size-full wp-image-338 align=\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Cloud-host-header.png\" alt=\"Cloud Hosting VOIP\" width=\"950\" height=\"388\" /></a>\r\n\r\n<hr style=\"color: #c32026;\" align=\"center\" size=\"2\" width=\"80%\" />\r\n<p style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></p>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">Whether you have 2 or 2000 employees... just getting started or already established... have a single office, a home office or multiple stores/sites Avaya can provide streamlined efficiency when it comes to communication.</th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">• Highly modular hybrid solution provides real-time collaboration and unified communications\r\n• Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections\r\n• IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><strong>Utilizing cloud hosting further provides:</strong></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">• Lower cost of ownership\r\n• Flexibility to scale up or down\r\n• Business continuity and disaster recovery\r\n• Ease and speed of adoption</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table><style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">CALL TO ACTION</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">Founded in 1999, Hilltop Technologies is a total solutions provider of Avaya and ShoreTel VoIP telecommunications’ products as well as Cloud and ShoreTel Sky hosted solutions. Headquartered in Suffield, CT, Hilltop Technologies provides services throughout the northeast and mid-west regions of the United States.</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-02 12:47:13','2017-06-02 16:47:13','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(357,1,'2017-06-02 12:53:28','2017-06-02 16:53:28','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Cloud-host-header.png\"><img class=\"size-full wp-image-338 align=\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Cloud-host-header.png\" alt=\"Cloud Hosting VOIP\" width=\"950\" height=\"388\" /></a>\r\n\r\n<hr style=\"color: #c32026;\" align=\"center\" size=\"2\" width=\"80%\" />\r\n<p style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></p>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">Whether you have 2 or 2000 employees... just getting started or already established... have a single office, a home office or multiple stores/sites Avaya can provide streamlined efficiency when it comes to communication.</th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">• Highly modular hybrid solution provides real-time collaboration and unified communications\r\n• Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections\r\n• IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><strong>Utilizing cloud hosting further provides:</strong></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">• Lower cost of ownership\r\n• Flexibility to scale up or down\r\n• Business continuity and disaster recovery\r\n• Ease and speed of adoption</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA.png\"><img class=\"aligncenter size-medium wp-image-356\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">Founded in 1999, Hilltop Technologies is a total solutions provider of Avaya and ShoreTel VoIP telecommunications’ products as well as Cloud and ShoreTel Sky hosted solutions. Headquartered in Suffield, CT, Hilltop Technologies provides services throughout the northeast and mid-west regions of the United States.</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-02 12:53:28','2017-06-02 16:53:28','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(358,1,'2017-06-02 12:55:09','2017-06-02 16:55:09','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Cloud-host-header.png\"><img class=\"size-full wp-image-338 align=\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Cloud-host-header.png\" alt=\"Cloud Hosting VOIP\" width=\"950\" height=\"388\" /></a>\r\n\r\n<hr style=\"color: #c32026;\" align=\"center\" size=\"2\" width=\"80%\" />\r\n<p style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></p>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">Whether you have 2 or 2000 employees... just getting started or already established... have a single office, a home office or multiple stores/sites Avaya can provide streamlined efficiency when it comes to communication.</th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">• Highly modular hybrid solution provides real-time collaboration and unified communications\r\n• Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections\r\n• IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><strong>Utilizing cloud hosting further provides:</strong></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">• Lower cost of ownership\r\n• Flexibility to scale up or down\r\n• Business continuity and disaster recovery\r\n• Ease and speed of adoption</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">Founded in 1999, Hilltop Technologies is a total solutions provider of Avaya and ShoreTel VoIP telecommunications’ products as well as Cloud and ShoreTel Sky hosted solutions. Headquartered in Suffield, CT, Hilltop Technologies provides services throughout the northeast and mid-west regions of the United States.</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-02 12:55:09','2017-06-02 16:55:09','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(360,1,'2017-06-02 15:56:11','2017-06-02 19:56:11','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Cloud-host-header.png\"><img class=\"size-full wp-image-338 align=\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Cloud-host-header.png\" alt=\"Cloud Hosting VOIP\" width=\"950\" height=\"388\" /></a>\r\n\r\n<hr style=\"color: #c32026;\" align=\"center\" size=\"2\" width=\"80%\" />\r\n\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<h4>Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</h4>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">Whether you have 2 or 2000 employees... just getting started or already established... have a single office, a home office or multiple stores/sites Avaya can provide streamlined efficiency when it comes to communication.</th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul>\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><strong>Utilizing cloud hosting further provides:</strong></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul>\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">Founded in 1999, Hilltop Technologies is a total solutions provider of Avaya and ShoreTel VoIP telecommunications’ products as well as Cloud and ShoreTel Sky hosted solutions. Headquartered in Suffield, CT, Hilltop Technologies provides services throughout the northeast and mid-west regions of the United States.</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-02 15:56:11','2017-06-02 19:56:11','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(359,1,'2017-06-02 13:27:01','2017-06-02 17:27:01','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Cloud-host-header.png\"><img class=\"size-full wp-image-338 align=\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Cloud-host-header.png\" alt=\"Cloud Hosting VOIP\" width=\"950\" height=\"388\" /></a>\r\n\r\n<hr style=\"color: #c32026;\" align=\"center\" size=\"2\" width=\"80%\" />\r\n\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2>\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"alignright size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"Business Phone cloud hosted\" width=\"300\" height=\"199\" /></a>Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!\r\n\r\n \r\n<p style=\"text-align: center;\">Whether you have 2 or 2000 employees... just getting started or already established... have a single office, a home office or multiple stores/sites Avaya can provide streamlined efficiency when it comes to communication.</p>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">Whether you have 2 or 2000 employees... just getting started or already established... have a single office, a home office or multiple stores/sites Avaya can provide streamlined efficiency when it comes to communication.</th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">• Highly modular hybrid solution provides real-time collaboration and unified communications\r\n• Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections\r\n• IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><strong>Utilizing cloud hosting further provides:</strong></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">• Lower cost of ownership\r\n• Flexibility to scale up or down\r\n• Business continuity and disaster recovery\r\n• Ease and speed of adoption</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">Founded in 1999, Hilltop Technologies is a total solutions provider of Avaya and ShoreTel VoIP telecommunications’ products as well as Cloud and ShoreTel Sky hosted solutions. Headquartered in Suffield, CT, Hilltop Technologies provides services throughout the northeast and mid-west regions of the United States.</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-02 13:27:01','2017-06-02 17:27:01','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(362,1,'2017-06-02 16:15:41','2017-06-02 20:15:41','','cloud-headerv2','','inherit','closed','closed','','cloud-headerv2','','','2017-06-02 16:16:08','2017-06-02 20:16:08','',337,'http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png',0,'attachment','image/png',0),(361,1,'2017-06-02 15:56:45','2017-06-02 19:56:45','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Cloud-host-header.png\"><img class=\"size-full wp-image-338 align=\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Cloud-host-header.png\" alt=\"Cloud Hosting VOIP\" width=\"950\" height=\"388\" /></a>\r\n\r\n<hr style=\"color: #c32026;\" align=\"center\" size=\"2\" width=\"80%\" />\r\n\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">Whether you have 2 or 2000 employees... just getting started or already established... have a single office, a home office or multiple stores/sites Avaya can provide streamlined efficiency when it comes to communication.</th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul>\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><strong>Utilizing cloud hosting further provides:</strong></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul>\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">Founded in 1999, Hilltop Technologies is a total solutions provider of Avaya and ShoreTel VoIP telecommunications’ products as well as Cloud and ShoreTel Sky hosted solutions. Headquartered in Suffield, CT, Hilltop Technologies provides services throughout the northeast and mid-west regions of the United States.</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-02 15:56:45','2017-06-02 19:56:45','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(363,1,'2017-06-02 16:15:43','2017-06-02 20:15:43','','Enter-Avaya-Button','','inherit','closed','closed','','enter-avaya-button','','','2017-06-02 16:16:32','2017-06-02 20:16:32','',337,'http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button.png',0,'attachment','image/png',0),(366,1,'2017-06-02 16:21:03','2017-06-02 20:21:03','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">Whether you have 2 or 2000 employees... just getting started or already established... have a single office, a home office or multiple stores/sites Avaya can provide streamlined efficiency when it comes to communication.</th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul>\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><strong>Utilizing cloud hosting further provides:</strong></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul>\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">Founded in 1999, Hilltop Technologies is a total solutions provider of Avaya and ShoreTel VoIP telecommunications’ products as well as Cloud and ShoreTel Sky hosted solutions. Headquartered in Suffield, CT, Hilltop Technologies provides services throughout the northeast and mid-west regions of the United States.</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-02 16:21:03','2017-06-02 20:21:03','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(364,1,'2017-06-02 16:16:37','2017-06-02 20:16:37','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"aligncenter size-full wp-image-362\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button.png\"><img class=\"aligncenter size-full wp-image-363\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button.png\" alt=\"Avaya IP Office\" width=\"450\" height=\"119\" /></a></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">Whether you have 2 or 2000 employees... just getting started or already established... have a single office, a home office or multiple stores/sites Avaya can provide streamlined efficiency when it comes to communication.</th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul>\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><strong>Utilizing cloud hosting further provides:</strong></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul>\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">Founded in 1999, Hilltop Technologies is a total solutions provider of Avaya and ShoreTel VoIP telecommunications’ products as well as Cloud and ShoreTel Sky hosted solutions. Headquartered in Suffield, CT, Hilltop Technologies provides services throughout the northeast and mid-west regions of the United States.</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-02 16:16:37','2017-06-02 20:16:37','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(365,1,'2017-06-02 16:18:55','2017-06-02 20:18:55','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"> <a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button.png\"><img class=\"alignleft size-medium wp-image-363\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button-300x79.png\" alt=\"Avaya IP Office\" width=\"300\" height=\"79\" /></a></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">Whether you have 2 or 2000 employees... just getting started or already established... have a single office, a home office or multiple stores/sites Avaya can provide streamlined efficiency when it comes to communication.</th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul>\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><strong>Utilizing cloud hosting further provides:</strong></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul>\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">Founded in 1999, Hilltop Technologies is a total solutions provider of Avaya and ShoreTel VoIP telecommunications’ products as well as Cloud and ShoreTel Sky hosted solutions. Headquartered in Suffield, CT, Hilltop Technologies provides services throughout the northeast and mid-west regions of the United States.</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-02 16:18:55','2017-06-02 20:18:55','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(368,1,'2017-06-06 10:40:11','2017-06-06 14:40:11','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">Whether you have 2 or 2000 employees... just getting started or already established... have a single office, a home office or multiple stores/sites Avaya can provide streamlined efficiency when it comes to communication.</th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul>\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><strong>Utilizing cloud hosting further provides:</strong></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted\">\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">Founded in 1999, Hilltop Technologies is a total solutions provider of Avaya and ShoreTel VoIP telecommunications’ products as well as Cloud and ShoreTel Sky hosted solutions. Headquartered in Suffield, CT, Hilltop Technologies provides services throughout the northeast and mid-west regions of the United States.</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-06 10:40:11','2017-06-06 14:40:11','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(369,1,'2017-06-06 10:41:45','2017-06-06 14:41:45','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">Whether you have 2 or 2000 employees... just getting started or already established... have a single office, a home office or multiple stores/sites Avaya can provide streamlined efficiency when it comes to communication.</th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul>\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><strong>Utilizing cloud hosting further provides:</strong></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted\">\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">Founded in 1999, Hilltop Technologies is a total solutions provider of Avaya and ShoreTel VoIP telecommunications’ products as well as Cloud and ShoreTel Sky hosted solutions. Headquartered in Suffield, CT, Hilltop Technologies provides services throughout the northeast and mid-west regions of the United States.</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-06 10:41:45','2017-06-06 14:41:45','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(370,1,'2017-06-06 10:44:45','2017-06-06 14:44:45','<div style=\"text-align:center\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2></div>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">Whether you have 2 or 2000 employees... just getting started or already established... have a single office, a home office or multiple stores/sites Avaya can provide streamlined efficiency when it comes to communication.</th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul>\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><strong>Utilizing cloud hosting further provides:</strong></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted\">\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">Founded in 1999, Hilltop Technologies is a total solutions provider of Avaya and ShoreTel VoIP telecommunications’ products as well as Cloud and ShoreTel Sky hosted solutions. Headquartered in Suffield, CT, Hilltop Technologies provides services throughout the northeast and mid-west regions of the United States.</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-06 10:44:45','2017-06-06 14:44:45','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(371,1,'2017-06-06 10:47:39','2017-06-06 14:47:39','<div style=\"text-align:center\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2></div>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><p class=\"class=\"larger-text-not-bolded\">Whether you have 2 or 2000 employees... just getting started or already established... have a single office, a home office or multiple stores/sites Avaya can provide streamlined efficiency when it comes to communication.</p></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul>\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><strong>Utilizing cloud hosting further provides:</strong></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted\">\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">Founded in 1999, Hilltop Technologies is a total solutions provider of Avaya and ShoreTel VoIP telecommunications’ products as well as Cloud and ShoreTel Sky hosted solutions. Headquartered in Suffield, CT, Hilltop Technologies provides services throughout the northeast and mid-west regions of the United States.</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-06 10:47:39','2017-06-06 14:47:39','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(372,1,'2017-06-06 10:50:44','2017-06-06 14:50:44','<div style=\"text-align:center\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2></div>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><p class=\"class=\"larger-text-not-bolded\">Whether you have 2 or 2000 employees... just getting started or already established... have a single office, a home office or multiple stores/sites Avaya can provide streamlined efficiency when it comes to communication.</p></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted\">\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><strong>Utilizing cloud hosting further provides:</strong></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted\">\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">Founded in 1999, Hilltop Technologies is a total solutions provider of Avaya and ShoreTel VoIP telecommunications’ products as well as Cloud and ShoreTel Sky hosted solutions. Headquartered in Suffield, CT, Hilltop Technologies provides services throughout the northeast and mid-west regions of the United States.</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-06 10:50:44','2017-06-06 14:50:44','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(373,1,'2017-06-06 10:52:38','2017-06-06 14:52:38','<div style=\"text-align:center\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2></div>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><p class=\"class=\"larger-text-not-bolded\">Whether you have 2 or 2000 employees... just getting started or already established... have a single office, a home office or multiple stores/sites Avaya can provide streamlined efficiency when it comes to communication.</p></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted\">\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><strong>Utilizing cloud hosting further provides:</strong></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted\">\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">At <a href=\"http://hilltoptech.com/>Hilltop Technologies</a> we take pride in providing businesses with the guidance, training, service, and support they need to reap the rewards of a trusted, unified communication systems. We look forward to the opportunity to serve your business, whether you have a single question or many to determine \'where to go from here\', and regardless if you a couple of phones or over 500, we can help. Please contact us at 860.668.5285 or <a href=\"mailto:info12@hilltoptech.com\">info12@hilltoptech.com</a> today to get started.</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-06 10:52:38','2017-06-06 14:52:38','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(374,1,'2017-06-06 10:53:04','2017-06-06 14:53:04','<div style=\"text-align:center\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2></div>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><p class=\"class=\"larger-text-not-bolded\">Whether you have 2 or 2000 employees... just getting started or already established... have a single office, a home office or multiple stores/sites Avaya can provide streamlined efficiency when it comes to communication.</p></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted\">\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><strong>Utilizing cloud hosting further provides:</strong></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted\">\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">At <a href=\"http://hilltoptech.com/\">Hilltop Technologies</a> we take pride in providing businesses with the guidance, training, service, and support they need to reap the rewards of a trusted, unified communication systems. We look forward to the opportunity to serve your business, whether you have a single question or many to determine \'where to go from here\', and regardless if you a couple of phones or over 500, we can help. Please contact us at 860.668.5285 or <a href=\"mailto:info12@hilltoptech.com\">info12@hilltoptech.com</a> today to get started.</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-06 10:53:04','2017-06-06 14:53:04','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(376,1,'2017-06-06 10:56:50','2017-06-06 14:56:50','<div style=\"text-align:center\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2></div>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><p class=\"class=\"larger-text-not-bolded\">Whether you have 2 or 2000 employees... just getting started or already established... have a single office, a home office or multiple stores/sites Avaya can provide streamlined efficiency when it comes to communication.</p></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted\">\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><strong>Utilizing cloud hosting further provides:</strong></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted\">\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">At <a href=\"http://hilltoptech.com/\">Hilltop Technologies</a> we take pride in providing businesses with the guidance, training, service, and support they need to reap the rewards of a trusted, unified communication systems. We look forward to the opportunity to serve your business, whether you have a single question or many to determine \'where to go from here\', and regardless if you a couple of phones or over 500, we can help. Please contact us at 860.668.5285 or <a href=\"mailto:info12@hilltoptech.com\">info12@hilltoptech.com</a> today to get started.</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-06 10:56:50','2017-06-06 14:56:50','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(375,1,'2017-06-06 10:55:46','2017-06-06 14:55:46','<div style=\"text-align:center\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2></div>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><p class=\"class=\"larger-text-not-bolded\">Whether you have 2 or 2000 employees... just getting started or already established... have a single office, a home office or multiple stores/sites Avaya can provide streamlined efficiency when it comes to communication.</p></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted\">\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><strong>Utilizing cloud hosting further provides:</strong></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</table>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted\">\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">At <a href=\"http://hilltoptech.com/\">Hilltop Technologies</a> we take pride in providing businesses with the guidance, training, service, and support they need to reap the rewards of a trusted, unified communication systems. We look forward to the opportunity to serve your business, whether you have a single question or many to determine \'where to go from here\', and regardless if you a couple of phones or over 500, we can help. Please contact us at 860.668.5285 or <a href=\"mailto:info12@hilltoptech.com\">info12@hilltoptech.com</a> today to get started.</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-06 10:55:46','2017-06-06 14:55:46','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(377,1,'2017-06-06 10:58:07','2017-06-06 14:58:07','<div style=\"text-align:center\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2></div>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><p class=\"class=\"larger-text-not-bolded\">Whether you have 2 or 2000 employees... just getting started or already established... have a single office, a home office or multiple stores/sites Avaya can provide streamlined efficiency when it comes to communication.</p></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted\">\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><strong>Utilizing cloud hosting further provides:</strong></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted\">\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">At <a href=\"http://hilltoptech.com/\">Hilltop Technologies</a> we take pride in providing businesses with the guidance, training, service, and support they need to reap the rewards of a trusted, unified communication systems. We look forward to the opportunity to serve your business, whether you have a single question or many to determine \'where to go from here\', and regardless if you a couple of phones or over 500, we can help. Please contact us at 860.668.5285 or <a href=\"mailto:info12@hilltoptech.com\">info12@hilltoptech.com</a> today to get started.</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-06 10:58:07','2017-06-06 14:58:07','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(378,1,'2017-06-06 10:59:14','2017-06-06 14:59:14','<div style=\"text-align:center\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2></div>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><p class=\"class=\"larger-text-not-bolded\">Whether you have 2 or 2000 employees... just getting started or already established... have a single office, a home office or multiple stores/sites Avaya can provide streamlined efficiency when it comes to communication.</p></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted\">\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><strong>Utilizing cloud hosting further provides:</strong></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted\">\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">At <a href=\"http://hilltoptech.com/\">Hilltop Technologies</a> we take pride in providing businesses with the guidance, training, service, and support they need to reap the rewards of a trusted, unified communication systems. We look forward to the opportunity to serve your business, whether you have a single question or many to determine \'where to go from here\', and regardless if you a couple of phones or over 500, we can help. Please contact us at 860.668.5285 or <a href=\"mailto:info12@hilltoptech.com\">info12@hilltoptech.com</a> today to get started.</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-06 10:59:14','2017-06-06 14:59:14','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(379,1,'2017-06-06 11:00:51','2017-06-06 15:00:51','<div style=\"text-align:center\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2></div>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><p class=\"class=\"larger-text-not-bolded\"><em>Whether you have 2 or 2000 employees... just getting started or already established... have a single office, a home office or multiple stores/sites Avaya can provide streamlined efficiency when it comes to communication.</em></p></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted\">\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><strong>Utilizing cloud hosting further provides:</strong></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted\">\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">At <a href=\"http://hilltoptech.com/\">Hilltop Technologies</a> we take pride in providing businesses with the guidance, training, service, and support they need to reap the rewards of a trusted, unified communication systems. We look forward to the opportunity to serve your business, whether you have a single question or many to determine \'where to go from here\', and regardless if you a couple of phones or over 500, we can help. Please contact us at 860.668.5285 or <a href=\"mailto:info12@hilltoptech.com\">info12@hilltoptech.com</a> today to get started.</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-06 11:00:51','2017-06-06 15:00:51','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(380,1,'2017-06-06 11:02:26','2017-06-06 15:02:26','<div style=\"text-align:center\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2></div>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><p class=\"class=\"larger-text-not-bolded\"><em>Whether you have 2 or 2000 employees... just getting started or already established... have a single office, a home office or multiple stores/sites Avaya can provide streamlined efficiency when it comes to communication.</em></p></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted\">\r\n <li class=\"larger-text-not-bolded\">Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><strong>Utilizing cloud hosting further provides:</strong></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted\">\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">At <a href=\"http://hilltoptech.com/\">Hilltop Technologies</a> we take pride in providing businesses with the guidance, training, service, and support they need to reap the rewards of a trusted, unified communication systems. We look forward to the opportunity to serve your business, whether you have a single question or many to determine \'where to go from here\', and regardless if you a couple of phones or over 500, we can help. Please contact us at 860.668.5285 or <a href=\"mailto:info12@hilltoptech.com\">info12@hilltoptech.com</a> today to get started.</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-06 11:02:26','2017-06-06 15:02:26','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(381,1,'2017-06-06 11:03:05','2017-06-06 15:03:05','<div style=\"text-align:center\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2></div>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><p class=\"class=\"larger-text-not-bolded\"><em>Whether you have 2 or 2000 employees... just getting started or already established... have a single office, a home office or multiple stores/sites Avaya can provide streamlined efficiency when it comes to communication.</em></p></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><strong>Utilizing cloud hosting further provides:</strong></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted\">\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">At <a href=\"http://hilltoptech.com/\">Hilltop Technologies</a> we take pride in providing businesses with the guidance, training, service, and support they need to reap the rewards of a trusted, unified communication systems. We look forward to the opportunity to serve your business, whether you have a single question or many to determine \'where to go from here\', and regardless if you a couple of phones or over 500, we can help. Please contact us at 860.668.5285 or <a href=\"mailto:info12@hilltoptech.com\">info12@hilltoptech.com</a> today to get started.</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-06 11:03:05','2017-06-06 15:03:05','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(382,1,'2017-06-06 11:03:46','2017-06-06 15:03:46','<div style=\"text-align:center\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2></div>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><p class=\"class=larger-text-not-bolded\"><em>Whether you have 2 or 2000 employees... just getting started or already established... have a single office, a home office or multiple stores/sites Avaya can provide streamlined efficiency when it comes to communication.</em></p></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><strong>Utilizing cloud hosting further provides:</strong></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted\">\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">At <a href=\"http://hilltoptech.com/\">Hilltop Technologies</a> we take pride in providing businesses with the guidance, training, service, and support they need to reap the rewards of a trusted, unified communication systems. We look forward to the opportunity to serve your business, whether you have a single question or many to determine \'where to go from here\', and regardless if you a couple of phones or over 500, we can help. Please contact us at 860.668.5285 or <a href=\"mailto:info12@hilltoptech.com\">info12@hilltoptech.com</a> today to get started.</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-06 11:03:46','2017-06-06 15:03:46','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(383,1,'2017-06-06 11:04:00','2017-06-06 15:04:00','<div style=\"text-align:center\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2></div>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><p class=\"larger-text-not-bolded\"><em>Whether you have 2 or 2000 employees... just getting started or already established... have a single office, a home office or multiple stores/sites Avaya can provide streamlined efficiency when it comes to communication.</em></p></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><strong>Utilizing cloud hosting further provides:</strong></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted\">\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">At <a href=\"http://hilltoptech.com/\">Hilltop Technologies</a> we take pride in providing businesses with the guidance, training, service, and support they need to reap the rewards of a trusted, unified communication systems. We look forward to the opportunity to serve your business, whether you have a single question or many to determine \'where to go from here\', and regardless if you a couple of phones or over 500, we can help. Please contact us at 860.668.5285 or <a href=\"mailto:info12@hilltoptech.com\">info12@hilltoptech.com</a> today to get started.</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-06 11:04:00','2017-06-06 15:04:00','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(384,1,'2017-06-06 11:04:27','2017-06-06 15:04:27','<div style=\"text-align:center\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2></div>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><p class=\"larger-text-not-bolded\"><em>Whether you have 2 or 2000 employees... just getting started or already established... have a single office, a home office or multiple stores/sites Avaya can provide streamlined efficiency when it comes to communication.</em></p></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><strong>Utilizing cloud hosting further provides:</strong></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">At <a href=\"http://hilltoptech.com/\">Hilltop Technologies</a> we take pride in providing businesses with the guidance, training, service, and support they need to reap the rewards of a trusted, unified communication systems. We look forward to the opportunity to serve your business, whether you have a single question or many to determine \'where to go from here\', and regardless if you a couple of phones or over 500, we can help. Please contact us at 860.668.5285 or <a href=\"mailto:info12@hilltoptech.com\">info12@hilltoptech.com</a> today to get started.</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-06 11:04:27','2017-06-06 15:04:27','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(385,1,'2017-06-06 11:06:09','2017-06-06 15:06:09','<div style=\"text-align:center\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2></div>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><p class=\"larger-text-not-bolded\"><em>Whether you have 2 or 2000 employees... just getting started or already established... have a single office, a home office or multiple stores/sites Avaya can provide streamlined efficiency when it comes to communication.</em></p></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><span class=\"larger-text\"><strong>Utilizing cloud hosting further provides:</strong></span></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">At <a href=\"http://hilltoptech.com/\">Hilltop Technologies</a> we take pride in providing businesses with the guidance, training, service, and support they need to reap the rewards of a trusted, unified communication systems. We look forward to the opportunity to serve your business, whether you have a single question or many to determine \'where to go from here\', and regardless if you a couple of phones or over 500, we can help. Please contact us at 860.668.5285 or <a href=\"mailto:info12@hilltoptech.com\">info12@hilltoptech.com</a> today to get started.</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-06 11:06:09','2017-06-06 15:06:09','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(386,1,'2017-06-06 11:07:42','2017-06-06 15:07:42','<div style=\"text-align: center;\">\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2>\r\n</div>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button.png\"><img class=\"aligncenter size-medium wp-image-363\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button-300x79.png\" alt=\"Avaya IP Office\" width=\"300\" height=\"79\" /></a>\r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\"><em>Whether you have 2 or 2000 employees... just getting started or already established... have a single office, a home office or multiple stores/sites Avaya can provide streamlined efficiency when it comes to communication.</em></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><span class=\"larger-text\"><strong>Utilizing cloud hosting further provides:</strong></span></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">At <a href=\"http://hilltoptech.com/\">Hilltop Technologies</a> we take pride in providing businesses with the guidance, training, service, and support they need to reap the rewards of a trusted, unified communication systems. We look forward to the opportunity to serve your business, whether you have a single question or many to determine \'where to go from here\', and regardless if you a couple of phones or over 500, we can help. Please contact us at 860.668.5285 or <a href=\"mailto:info12@hilltoptech.com\">info12@hilltoptech.com</a> today to get started.</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-06 11:07:42','2017-06-06 15:07:42','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(387,1,'2017-06-06 11:08:25','2017-06-06 15:08:25','<div style=\"text-align: center;\">\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2>\r\n</div>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div align=\"center\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button.png\"><img class=\"aligncenter size-medium wp-image-363\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button-300x79.png\" alt=\"Avaya IP Office\" width=\"300\" height=\"79\" /></a></div>\r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\"><em>Whether you have 2 or 2000 employees... just getting started or already established... have a single office, a home office or multiple stores/sites Avaya can provide streamlined efficiency when it comes to communication.</em></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><span class=\"larger-text\"><strong>Utilizing cloud hosting further provides:</strong></span></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">At <a href=\"http://hilltoptech.com/\">Hilltop Technologies</a> we take pride in providing businesses with the guidance, training, service, and support they need to reap the rewards of a trusted, unified communication systems. We look forward to the opportunity to serve your business, whether you have a single question or many to determine \'where to go from here\', and regardless if you a couple of phones or over 500, we can help. Please contact us at 860.668.5285 or <a href=\"mailto:info12@hilltoptech.com\">info12@hilltoptech.com</a> today to get started.</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-06 11:08:25','2017-06-06 15:08:25','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(388,1,'2017-06-06 11:08:43','2017-06-06 15:08:43','<div style=\"text-align: center;\">\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2>\r\n</div>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div align=\"center\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button.png\"><img class=\"aligncenter size-medium wp-image-363\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button-300x79.png\" alt=\"Avaya IP Office\" width=\"300\" height=\"79\" /></a></div>\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\"><em>Whether you have 2 or 2000 employees... just getting started or already established... have a single office, a home office or multiple stores/sites Avaya can provide streamlined efficiency when it comes to communication.</em></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><span class=\"larger-text\"><strong>Utilizing cloud hosting further provides:</strong></span></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">At <a href=\"http://hilltoptech.com/\">Hilltop Technologies</a> we take pride in providing businesses with the guidance, training, service, and support they need to reap the rewards of a trusted, unified communication systems. We look forward to the opportunity to serve your business, whether you have a single question or many to determine \'where to go from here\', and regardless if you a couple of phones or over 500, we can help. Please contact us at 860.668.5285 or <a href=\"mailto:info12@hilltoptech.com\">info12@hilltoptech.com</a> today to get started.</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-06 11:08:43','2017-06-06 15:08:43','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(389,1,'2017-06-06 11:09:42','2017-06-06 15:09:42','<div style=\"text-align: center;\">\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2>\r\n</div>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div align=\"center\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button.png\"><img class=\"aligncenter size-medium wp-image-363\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button-300x79.png\" alt=\"Avaya IP Office\" width=\"300\" height=\"79\" /></a></div>\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\"><em>Whether you have 2 or 2000 employees<br>Just getting started or already established<br>Have a single office, a home office or multiple stores/sites Avaya can provide streamlined efficiency when it comes to communication.</em></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><span class=\"larger-text\"><strong>Utilizing cloud hosting further provides:</strong></span></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">At <a href=\"http://hilltoptech.com/\">Hilltop Technologies</a> we take pride in providing businesses with the guidance, training, service, and support they need to reap the rewards of a trusted, unified communication systems. We look forward to the opportunity to serve your business, whether you have a single question or many to determine \'where to go from here\', and regardless if you a couple of phones or over 500, we can help. Please contact us at 860.668.5285 or <a href=\"mailto:info12@hilltoptech.com\">info12@hilltoptech.com</a> today to get started.</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-06 11:09:42','2017-06-06 15:09:42','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(390,1,'2017-06-06 11:10:58','2017-06-06 15:10:58','<div style=\"text-align: center;\">\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2>\r\n</div>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div align=\"center\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button.png\"><img class=\"aligncenter size-medium wp-image-363\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button-300x79.png\" alt=\"Avaya IP Office\" width=\"300\" height=\"79\" /></a></div>\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded center\"><em>Whether you have 2 or 2000 employees<br>Just getting started or already established<br>Have a single office, a home office or multiple stores/sites Avaya can provide streamlined efficiency when it comes to communication.</em></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><span class=\"larger-text\"><strong>Utilizing cloud hosting further provides:</strong></span></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">At <a href=\"http://hilltoptech.com/\">Hilltop Technologies</a> we take pride in providing businesses with the guidance, training, service, and support they need to reap the rewards of a trusted, unified communication systems. We look forward to the opportunity to serve your business, whether you have a single question or many to determine \'where to go from here\', and regardless if you a couple of phones or over 500, we can help. Please contact us at 860.668.5285 or <a href=\"mailto:info12@hilltoptech.com\">info12@hilltoptech.com</a> today to get started.</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-06 11:10:58','2017-06-06 15:10:58','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(391,1,'2017-06-06 11:12:26','2017-06-06 15:12:26','<div style=\"text-align: center;\">\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2>\r\n</div>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div align=\"center\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button.png\"><img class=\"aligncenter size-medium wp-image-363\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button-300x79.png\" alt=\"Avaya IP Office\" width=\"300\" height=\"79\" /></a></div>\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded center\"><em>Whether you have 2 or 2000 employees<br>Just getting started or already established<br>Have a single office, a home office or multiple stores/sites</em></p>\r\n<p class=\"larger-text-not-bolded center red\">Avaya can provide streamlined efficiency when it comes to communication.</p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><span class=\"larger-text\"><strong>Utilizing cloud hosting further provides:</strong></span></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">At <a href=\"http://hilltoptech.com/\">Hilltop Technologies</a> we take pride in providing businesses with the guidance, training, service, and support they need to reap the rewards of a trusted, unified communication systems. We look forward to the opportunity to serve your business, whether you have a single question or many to determine \'where to go from here\', and regardless if you a couple of phones or over 500, we can help. Please contact us at 860.668.5285 or <a href=\"mailto:info12@hilltoptech.com\">info12@hilltoptech.com</a> today to get started.</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-06 11:12:26','2017-06-06 15:12:26','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(392,1,'2017-06-06 11:25:42','2017-06-06 15:25:42','<div style=\"text-align: center;\">\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2>\r\n</div>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div align=\"center\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button.png\"><img class=\"aligncenter size-medium wp-image-363\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button-300x79.png\" alt=\"Avaya IP Office\" width=\"300\" height=\"79\" /></a></div>\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text center\"><strong><em>Whether you have 2 or 2000 employees<br>Just getting started or already established<br>Have a single office, a home office or multiple stores/sites</em></strong></p>\r\n<p class=\"larger-text center\"><strong><span style=\"color: #c32026;\">Avaya can provide streamlined efficiency when it comes to communication.</span></strong></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><span class=\"larger-text\"><strong>Utilizing cloud hosting further provides:</strong></span></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">At <a href=\"http://hilltoptech.com/\">Hilltop Technologies</a> we take pride in providing businesses with the guidance, training, service, and support they need to reap the rewards of a trusted, unified communication systems. We look forward to the opportunity to serve your business, whether you have a single question or many to determine \'where to go from here\', and regardless if you a couple of phones or over 500, we can help. Please contact us at 860.668.5285 or <a href=\"mailto:info12@hilltoptech.com\">info12@hilltoptech.com</a> today to get started.</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-06 11:25:42','2017-06-06 15:25:42','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(393,1,'2017-06-06 11:31:47','2017-06-06 15:31:47','<div style=\"text-align: center;\">\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2>\r\n</div>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div align=\"center\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button.png\"><img class=\"aligncenter size-medium wp-image-363\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button-300x79.png\" alt=\"Avaya IP Office\" width=\"300\" height=\"79\" /></a></div>\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text center\"><strong><em>Whether you have 2 or 2000 employees\r\nJust getting started or already established\r\nHave a single office, a home office or multiple stores/sites</em></strong></p>\r\n<p class=\"larger-text center\"><strong><span style=\"color: #c32026;\">Avaya can provide streamlined efficiency when it comes to communication.</span></strong></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><span class=\"larger-text\"><strong>Utilizing cloud hosting further provides:</strong></span></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px; font-color:#ffffff; background-color:#c32026;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><p class=larger-text\">At <a href=\"http://hilltoptech.com/\">Hilltop Technologies</a> we take pride in providing businesses with the guidance, training, service, and support they need to reap the rewards of a trusted, unified communication systems. We look forward to the opportunity to serve your business, whether you have a single question or many to determine \'where to go from here\', and regardless if you a couple of phones or over 500, we can help. Please contact us at 860.668.5285 or <a href=\"mailto:info12@hilltoptech.com\">info12@hilltoptech.com</a> today to get started.</p></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-06 11:31:47','2017-06-06 15:31:47','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(394,1,'2017-06-06 11:33:00','2017-06-06 15:33:00','<div style=\"text-align: center;\">\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2>\r\n</div>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div align=\"center\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button.png\"><img class=\"aligncenter size-medium wp-image-363\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button-300x79.png\" alt=\"Avaya IP Office\" width=\"300\" height=\"79\" /></a></div>\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text center\"><strong><em>Whether you have 2 or 2000 employees\r\nJust getting started or already established\r\nHave a single office, a home office or multiple stores/sites</em></strong></p>\r\n<p class=\"larger-text center\"><strong><span style=\"color: #c32026;\">Avaya can provide streamlined efficiency when it comes to communication.</span></strong></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><span class=\"larger-text\"><strong>Utilizing cloud hosting further provides:</strong></span></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px; font-color:#ffffff; background-color:#c32026;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><p class=larger-text\">At <a href=\"http://hilltoptech.com/\">Hilltop Technologies</a> we take pride in providing businesses with the guidance, training, service, and support they need to reap the rewards of a trusted, unified communication systems. We look forward to the opportunity to serve your business, whether you have a single question or many to determine \'where to go from here\', and regardless if you a couple of phones or over 500, we can help. Please contact us at 860.668.5285 or <a href=\"mailto:info12@hilltoptech.com\">info12@hilltoptech.com</a> today to get started.</p></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-06 11:33:00','2017-06-06 15:33:00','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(395,1,'2017-06-06 11:33:33','2017-06-06 15:33:33','<div style=\"text-align: center;\">\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2>\r\n</div>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div align=\"center\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button.png\"><img class=\"aligncenter size-medium wp-image-363\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button-300x79.png\" alt=\"Avaya IP Office\" width=\"300\" height=\"79\" /></a></div>\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text center\"><strong><em>Whether you have 2 or 2000 employees\r\nJust getting started or already established\r\nHave a single office, a home office or multiple stores/sites</em></strong></p>\r\n<p class=\"larger-text center\"><strong><span style=\"color: #c32026;\">Avaya can provide streamlined efficiency when it comes to communication.</span></strong></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><span class=\"larger-text\"><strong>Utilizing cloud hosting further provides:</strong></span></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;font-color:#ffffff; background-color:#c32026;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><p class=larger-text\">At <a href=\"http://hilltoptech.com/\">Hilltop Technologies</a> we take pride in providing businesses with the guidance, training, service, and support they need to reap the rewards of a trusted, unified communication systems. We look forward to the opportunity to serve your business, whether you have a single question or many to determine \'where to go from here\', and regardless if you a couple of phones or over 500, we can help. Please contact us at 860.668.5285 or <a href=\"mailto:info12@hilltoptech.com\">info12@hilltoptech.com</a> today to get started.</p></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-06 11:33:33','2017-06-06 15:33:33','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(396,1,'2017-06-06 11:34:15','2017-06-06 15:34:15','<div style=\"text-align: center;\">\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2>\r\n</div>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div align=\"center\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button.png\"><img class=\"aligncenter size-medium wp-image-363\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button-300x79.png\" alt=\"Avaya IP Office\" width=\"300\" height=\"79\" /></a></div>\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text center\"><strong><em>Whether you have 2 or 2000 employees\r\nJust getting started or already established\r\nHave a single office, a home office or multiple stores/sites</em></strong></p>\r\n<p class=\"larger-text center\"><strong><span style=\"color: #c32026;\">Avaya can provide streamlined efficiency when it comes to communication.</span></strong></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><span class=\"larger-text\"><strong>Utilizing cloud hosting further provides:</strong></span></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px; padding:15px; font-color:#ffffff !important; background-color:#c32026;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><p class=larger-text\">At <a href=\"http://hilltoptech.com/\">Hilltop Technologies</a> we take pride in providing businesses with the guidance, training, service, and support they need to reap the rewards of a trusted, unified communication systems. We look forward to the opportunity to serve your business, whether you have a single question or many to determine \'where to go from here\', and regardless if you a couple of phones or over 500, we can help. Please contact us at 860.668.5285 or <a href=\"mailto:info12@hilltoptech.com\">info12@hilltoptech.com</a> today to get started.</p></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-06 11:34:15','2017-06-06 15:34:15','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(397,1,'2017-06-06 11:35:18','2017-06-06 15:35:18','<div style=\"text-align: center;\">\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2>\r\n</div>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div align=\"center\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button.png\"><img class=\"aligncenter size-medium wp-image-363\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button-300x79.png\" alt=\"Avaya IP Office\" width=\"300\" height=\"79\" /></a></div>\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text center\"><strong><em>Whether you have 2 or 2000 employees\r\nJust getting started or already established\r\nHave a single office, a home office or multiple stores/sites</em></strong></p>\r\n<p class=\"larger-text center\"><strong><span style=\"color: #c32026;\">Avaya can provide streamlined efficiency when it comes to communication.</span></strong></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><span class=\"larger-text\"><strong>Utilizing cloud hosting further provides:</strong></span></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\" style=\"padding:15px; font-color:#ffffff !important; background-color:#c32026;\"><p class=larger-text\">At <a href=\"http://hilltoptech.com/\">Hilltop Technologies</a> we take pride in providing businesses with the guidance, training, service, and support they need to reap the rewards of a trusted, unified communication systems. We look forward to the opportunity to serve your business, whether you have a single question or many to determine \'where to go from here\', and regardless if you a couple of phones or over 500, we can help. Please contact us at 860.668.5285 or <a href=\"mailto:info12@hilltoptech.com\">info12@hilltoptech.com</a> today to get started.</p></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-06 11:35:18','2017-06-06 15:35:18','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(399,1,'2017-06-06 11:37:08','2017-06-06 15:37:08','<div style=\"text-align: center;\">\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2>\r\n</div>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div align=\"center\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button.png\"><img class=\"aligncenter size-medium wp-image-363\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button-300x79.png\" alt=\"Avaya IP Office\" width=\"300\" height=\"79\" /></a></div>\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text center\"><strong><em>Whether you have 2 or 2000 employees\r\nJust getting started or already established\r\nHave a single office, a home office or multiple stores/sites</em></strong></p>\r\n<p class=\"larger-text center\"><strong><span style=\"color: #c32026;\">Avaya can provide streamlined efficiency when it comes to communication.</span></strong></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><span class=\"larger-text\"><strong>Utilizing cloud hosting further provides:</strong></span></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\" style=\"padding:15px; background-color:#c32026;\"><p style=\"color:#ffffff;\" class=larger-text\">At <a href=\"http://hilltoptech.com/\">Hilltop Technologies</a> we take pride in providing businesses with the guidance, training, service, and support they need to reap the rewards of a trusted, unified communication systems. We look forward to the opportunity to serve your business, whether you have a single question or many to determine \'where to go from here\', and regardless if you a couple of phones or over 500, we can help. Please contact us at 860.668.5285 or <a href=\"mailto:info12@hilltoptech.com\">info12@hilltoptech.com</a> today to get started.</p></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-06 11:37:08','2017-06-06 15:37:08','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(398,1,'2017-06-06 11:36:01','2017-06-06 15:36:01','<div style=\"text-align: center;\">\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2>\r\n</div>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div align=\"center\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button.png\"><img class=\"aligncenter size-medium wp-image-363\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button-300x79.png\" alt=\"Avaya IP Office\" width=\"300\" height=\"79\" /></a></div>\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text center\"><strong><em>Whether you have 2 or 2000 employees\r\nJust getting started or already established\r\nHave a single office, a home office or multiple stores/sites</em></strong></p>\r\n<p class=\"larger-text center\"><strong><span style=\"color: #c32026;\">Avaya can provide streamlined efficiency when it comes to communication.</span></strong></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><span class=\"larger-text\"><strong>Utilizing cloud hosting further provides:</strong></span></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\" style=\"padding:15px; background-color:#c32026;\"><p style=\"font-color:#ffffff !important;\" class=larger-text\">At <a href=\"http://hilltoptech.com/\">Hilltop Technologies</a> we take pride in providing businesses with the guidance, training, service, and support they need to reap the rewards of a trusted, unified communication systems. We look forward to the opportunity to serve your business, whether you have a single question or many to determine \'where to go from here\', and regardless if you a couple of phones or over 500, we can help. Please contact us at 860.668.5285 or <a href=\"mailto:info12@hilltoptech.com\">info12@hilltoptech.com</a> today to get started.</p></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-06 11:36:01','2017-06-06 15:36:01','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(400,1,'2017-06-06 11:38:10','2017-06-06 15:38:10','<div style=\"text-align: center;\">\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2>\r\n</div>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div align=\"center\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button.png\"><img class=\"aligncenter size-medium wp-image-363\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button-300x79.png\" alt=\"Avaya IP Office\" width=\"300\" height=\"79\" /></a></div>\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text center\"><strong><em>Whether you have 2 or 2000 employees\r\nJust getting started or already established\r\nHave a single office, a home office or multiple stores/sites</em></strong></p>\r\n<p class=\"larger-text center\"><strong><span style=\"color: #c32026;\">Avaya can provide streamlined efficiency when it comes to communication.</span></strong></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><span class=\"larger-text\"><strong>Utilizing cloud hosting further provides:</strong></span></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\" style=\"padding:15px; background-color:#c32026;\"><p style=\"color:#ffffff;\" class=\"larger-text\">At <a style=\"color:#ffffff;\" href=\"http://hilltoptech.com/\">Hilltop Technologies</a> we take pride in providing businesses with the guidance, training, service, and support they need to reap the rewards of a trusted, unified communication systems. We look forward to the opportunity to serve your business, whether you have a single question or many to determine \'where to go from here\', and regardless if you a couple of phones or over 500, we can help. Please contact us at 860.668.5285 or <a style=\"color:#ffffff;\" href=\"mailto:info12@hilltoptech.com\">info12@hilltoptech.com</a> today to get started.</p></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-06 11:38:10','2017-06-06 15:38:10','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(402,1,'2017-06-06 14:12:34','2017-06-06 18:12:34','<div style=\"text-align: center;\">\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2>\r\n</div>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div align=\"center\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button.png\"><img class=\"aligncenter size-medium wp-image-363\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button-300x79.png\" alt=\"Avaya IP Office\" width=\"300\" height=\"79\" /></a></div>\r\n \r\n\r\n<hr />\r\n\r\n\r\n<div align=\"center\" class=\"larger-text\"><strong><em>Whether you have 2 or 2000 employees\r\nJust getting started or already established\r\nHave a single office, a home office or multiple stores/sites</em></strong></div>\r\n<div align=\"center\"class=\"larger-text\"><strong><span style=\"color: #c32026;\">Avaya can provide streamlined efficiency when it comes to communication.</span></strong></div>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><span class=\"larger-text\"><strong>Utilizing cloud hosting further provides:</strong></span></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\" style=\"padding: 15px; background-color: #c32026;\">\r\n<p class=\"larger-text\" style=\"color: #ffffff;\">At <a style=\"color: #ffffff;\" href=\"http://hilltoptech.com/\">Hilltop Technologies</a> we take pride in providing businesses with the guidance, training, service, and support they need to reap the rewards of a trusted, unified communication systems. We look forward to the opportunity to serve your business, whether you have a single question or many to determine \'where to go from here\', and regardless if you a couple of phones or over 500, we can help. Please contact us at 860.668.5285 or <a style=\"color: #ffffff;\" href=\"mailto:info12@hilltoptech.com\">info12@hilltoptech.com</a> today to get started.</p>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-06 14:12:34','2017-06-06 18:12:34','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(401,1,'2017-06-06 14:09:39','2017-06-06 18:09:39','<div style=\"text-align: center;\">\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2>\r\n</div>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div align=\"center\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button.png\"><img class=\"aligncenter size-medium wp-image-363\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button-300x79.png\" alt=\"Avaya IP Office\" width=\"300\" height=\"79\" /></a></div>\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<div align=\"center\" class=\"larger-text\"><strong><em>Whether you have 2 or 2000 employees\r\nJust getting started or already established\r\nHave a single office, a home office or multiple stores/sites</em></strong></div>\r\n<p class=\"larger-text center\"><strong><span style=\"color: #c32026;\">Avaya can provide streamlined efficiency when it comes to communication.</span></strong></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><span class=\"larger-text\"><strong>Utilizing cloud hosting further provides:</strong></span></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\" style=\"padding: 15px; background-color: #c32026;\">\r\n<p class=\"larger-text\" style=\"color: #ffffff;\">At <a style=\"color: #ffffff;\" href=\"http://hilltoptech.com/\">Hilltop Technologies</a> we take pride in providing businesses with the guidance, training, service, and support they need to reap the rewards of a trusted, unified communication systems. We look forward to the opportunity to serve your business, whether you have a single question or many to determine \'where to go from here\', and regardless if you a couple of phones or over 500, we can help. Please contact us at 860.668.5285 or <a style=\"color: #ffffff;\" href=\"mailto:info12@hilltoptech.com\">info12@hilltoptech.com</a> today to get started.</p>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-06 14:09:39','2017-06-06 18:09:39','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(404,1,'2017-06-06 14:15:20','2017-06-06 18:15:20','<div style=\"text-align: center;\">\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2>\r\n</div>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div align=\"center\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button.png\"><img class=\"aligncenter size-medium wp-image-363\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button-300x79.png\" alt=\"Avaya IP Office\" width=\"300\" height=\"79\" /></a></div>\r\n \r\n\r\n<hr />\r\n\r\n\r\n<div align=\"center\" class=\"larger-text\"><strong><em>Whether you have 2 or 2000 employees\r\nJust getting started or already established\r\nHave a single office, a home office or multiple stores/sites</em></strong></div>\r\n<div align=\"center\"class=\"larger-text\"><strong><span style=\"color: #c32026;\">Avaya can provide streamlined efficiency when it comes to communication.</span></strong></div>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><span class=\"larger-text\"><strong>Utilizing cloud hosting further provides:</strong></span></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\" style=\"padding: 15px; background-color: #c32026;\">\r\n<p class=\"larger-text\" style=\"color: #ffffff;\">At <a style=\"color: #ffffff;\" href=\"http://hilltoptech.com/\">Hilltop Technologies</a> we take pride in providing businesses with the guidance, training, service, and support they need to reap the rewards of a trusted, unified communication systems. We look forward to the opportunity to serve your business, whether you have a single question or many to determine \'where to go from here\', and regardless if you a couple of phones or over 500, we can help. Please contact us at 860.668.5285 or <a style=\"color: #ffffff;\" href=\"mailto:info12@hilltoptech.com\">info12@hilltoptech.com</a> today to get started.</p>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-06 14:15:20','2017-06-06 18:15:20','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(403,1,'2017-06-06 14:13:28','2017-06-06 18:13:28','<div style=\"text-align: center;\">\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2>\r\n</div>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div align=\"center\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button.png\"><img class=\"aligncenter size-medium wp-image-363\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button-300x79.png\" alt=\"Avaya IP Office\" width=\"300\" height=\"79\" /></a></div>\r\n \r\n\r\n<hr />\r\n\r\n\r\n<div align=\"center\" class=\"larger-text\"><strong><em>Whether you have 2 or 2000 employees\r\nJust getting started or already established\r\nHave a single office, a home office or multiple stores/sites</em></strong></div>\r\n<div align=\"center\"class=\"larger-text\"><strong><span style=\"color: #c32026;\">Avaya can provide streamlined efficiency when it comes to communication.</span></strong></div>\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><span class=\"larger-text\"><strong>Utilizing cloud hosting further provides:</strong></span></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\" style=\"padding: 15px; background-color: #c32026;\">\r\n<p class=\"larger-text\" style=\"color: #ffffff;\">At <a style=\"color: #ffffff;\" href=\"http://hilltoptech.com/\">Hilltop Technologies</a> we take pride in providing businesses with the guidance, training, service, and support they need to reap the rewards of a trusted, unified communication systems. We look forward to the opportunity to serve your business, whether you have a single question or many to determine \'where to go from here\', and regardless if you a couple of phones or over 500, we can help. Please contact us at 860.668.5285 or <a style=\"color: #ffffff;\" href=\"mailto:info12@hilltoptech.com\">info12@hilltoptech.com</a> today to get started.</p>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-06 14:13:28','2017-06-06 18:13:28','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(405,1,'2017-06-06 14:22:20','2017-06-06 18:22:20','<div style=\"text-align: center;\">\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2>\r\n</div>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div align=\"center\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button.png\"><img class=\"aligncenter size-medium wp-image-363\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button-300x79.png\" alt=\"Avaya IP Office\" width=\"300\" height=\"79\" /></a></div>\r\n \r\n\r\n<hr />\r\n\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text center\"><strong><em>Whether you have 2 or 2000 employees\r\nJust getting started or already established\r\nHave a single office, a home office or multiple stores/sites</em></strong></p>\r\n<p class=\"larger-text center\"><strong><span style=\"color: #c32026;\">Avaya can provide streamlined efficiency when it comes to communication.</span></strong></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><span class=\"larger-text\"><strong>Utilizing cloud hosting further provides:</strong></span></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\" style=\"padding:15px; background-color:#c32026;\"><p style=\"color:#ffffff;\" class=\"larger-text\">At <a style=\"color:#ffffff;\" href=\"http://hilltoptech.com/\">Hilltop Technologies</a> we take pride in providing businesses with the guidance, training, service, and support they need to reap the rewards of a trusted, unified communication systems. We look forward to the opportunity to serve your business, whether you have a single question or many to determine \'where to go from here\', and regardless if you a couple of phones or over 500, we can help. Please contact us at 860.668.5285 or <a style=\"color:#ffffff;\" href=\"mailto:info12@hilltoptech.com\">info12@hilltoptech.com</a> today to get started.</p></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-06 14:22:20','2017-06-06 18:22:20','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(406,1,'2017-06-06 14:24:50','2017-06-06 18:24:50','','Internet-And-Information-Tech','','inherit','closed','closed','','internet-and-information-tech','','','2017-06-06 14:24:50','2017-06-06 18:24:50','',337,'http://hilltoptech.com/news/wp-content/uploads/2017/06/Internet-And-Information-Tech.jpg',0,'attachment','image/jpeg',0),(446,1,'2017-09-05 13:31:19','2017-09-05 17:31:19','<div style=\"text-align: center;\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a></div>\r\n \r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<div align=\"center\"><a href=\"http://hilltoptech.com/news/avaya-ip-office-in-the-cloud/\"><img class=\"aligncenter size-medium wp-image-363\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button-300x79.png\" alt=\"Avaya IP Office\" width=\"300\" height=\"79\" /></a></div>\r\n \r\n\r\n<hr />\r\n\r\n<div class=\"larger-text\" align=\"center\"><strong><em>Whether you have 2 or 2000 employees\r\nJust getting started or already established\r\nHave a single office, a home office or multiple stores/sites</em></strong></div>\r\n<div class=\"larger-text\" style=\"margin: 18px 0;\" align=\"center\"><strong><span style=\"color: #c32026;\">Avaya can provide streamlined efficiency when it comes to communication.</span></strong></div>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 300px;\" /> <col style=\"width: 351px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Internet-And-Information-Tech.jpg\"><img class=\"alignleft size-medium wp-image-406\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Internet-And-Information-Tech-300x210.jpg\" alt=\"\" width=\"300\" height=\"210\" /></a></td>\r\n<td class=\"tg-yw4l\"><span class=\"larger-text\"><strong>Additional cloud hosting benefits:</strong></span>\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Lower cost of ownership</li>\r\n <li>Reduced IT overhead</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n<!-- Google Code for Remarketing Tag -->\r\n<!--------------------------------------------------\r\nRemarketing tags may not be associated with personally identifiable information or placed on pages related to sensitive categories. See more information and instructions on how to setup the tag on: http://google.com/ads/remarketingsetup\r\n--------------------------------------------------->\r\n<script type=\"text/javascript\">\r\n/* <![CDATA[ */\r\nvar google_conversion_id = 853373596;\r\nvar google_custom_params = window.google_tag_params;\r\nvar google_remarketing_only = true;\r\n/* ]]> */\r\n</script>\r\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\r\n</script>\r\n<noscript>\r\n<div style=\"display:inline;\">\r\n<img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//googleads.g.doubleclick.net/pagead/viewthroughconversion/853373596/?guid=ON&script=0\"/>\r\n</div>\r\n</noscript>\r\n\r\n\r\n<hr />\r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\" style=\"padding: 15px; background-color: #c32026;\">\r\n<p class=\"larger-text\" style=\"color: #ffffff; text-align: center;\">At <a style=\"color: #ffffff;\" href=\"http://hilltoptech.com/\">Hilltop Technologies</a> we take pride in providing businesses with the guidance, training, service, and support they need to reap the rewards of a trusted, unified communication systems. We look forward to the opportunity to help your business streamline communications with cloud hosting technology. Please contact us at 860.668.5285 or <a style=\"color: #ffffff;\" href=\"mailto:info12@hilltoptech.com\">info12@hilltoptech.com</a> today to discuss your specific goals and objectives.</p>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-09-05 13:31:19','2017-09-05 17:31:19','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(408,1,'2017-06-06 14:27:52','2017-06-06 18:27:52','<div style=\"text-align: center;\">\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2>\r\n</div>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div align=\"center\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button.png\"><img class=\"aligncenter size-medium wp-image-363\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button-300x79.png\" alt=\"Avaya IP Office\" width=\"300\" height=\"79\" /></a></div>\r\n \r\n\r\n<hr />\r\n\r\n<div class=\"larger-text\" align=\"center\"><strong><em>Whether you have 2 or 2000 employees\r\nJust getting started or already established\r\nHave a single office, a home office or multiple stores/sites</em></strong></div>\r\n<div class=\"larger-text\" align=\"center\"><strong><span style=\"color: #c32026;\">Avaya can provide streamlined efficiency when it comes to communication.</span></strong></div>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 351px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><span class=\"larger-text\"><strong>Utilizing cloud hosting further provides:</strong></span>\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"> <a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Internet-And-Information-Tech.jpg\"><img class=\"aligncenter size-medium wp-image-406\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Internet-And-Information-Tech-300x210.jpg\" alt=\"\" width=\"300\" height=\"210\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\" style=\"padding: 15px; background-color: #c32026;\">\r\n<p class=\"larger-text\" style=\"color: #ffffff;\">At <a style=\"color: #ffffff;\" href=\"http://hilltoptech.com/\">Hilltop Technologies</a> we take pride in providing businesses with the guidance, training, service, and support they need to reap the rewards of a trusted, unified communication systems. We look forward to the opportunity to serve your business, whether you have a single question or many to determine \'where to go from here\', and regardless if you a couple of phones or over 500, we can help. Please contact us at 860.668.5285 or <a style=\"color: #ffffff;\" href=\"mailto:info12@hilltoptech.com\">info12@hilltoptech.com</a> today to get started.</p>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-06 14:27:52','2017-06-06 18:27:52','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0); INSERT INTO `wpht_posts` VALUES (407,1,'2017-06-06 14:25:08','2017-06-06 18:25:08','<div style=\"text-align: center;\">\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2>\r\n</div>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div align=\"center\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button.png\"><img class=\"aligncenter size-medium wp-image-363\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button-300x79.png\" alt=\"Avaya IP Office\" width=\"300\" height=\"79\" /></a></div>\r\n \r\n\r\n<hr />\r\n\r\n<div class=\"larger-text\" align=\"center\"><strong><em>Whether you have 2 or 2000 employees\r\nJust getting started or already established\r\nHave a single office, a home office or multiple stores/sites</em></strong></div>\r\n<div class=\"larger-text\" align=\"center\"><strong><span style=\"color: #c32026;\">Avaya can provide streamlined efficiency when it comes to communication.</span></strong></div>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><span class=\"larger-text\"><strong>Utilizing cloud hosting further provides:</strong></span>\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"> <a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Internet-And-Information-Tech.jpg\"><img class=\"aligncenter size-medium wp-image-406\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Internet-And-Information-Tech-300x210.jpg\" alt=\"\" width=\"300\" height=\"210\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\" style=\"padding: 15px; background-color: #c32026;\">\r\n<p class=\"larger-text\" style=\"color: #ffffff;\">At <a style=\"color: #ffffff;\" href=\"http://hilltoptech.com/\">Hilltop Technologies</a> we take pride in providing businesses with the guidance, training, service, and support they need to reap the rewards of a trusted, unified communication systems. We look forward to the opportunity to serve your business, whether you have a single question or many to determine \'where to go from here\', and regardless if you a couple of phones or over 500, we can help. Please contact us at 860.668.5285 or <a style=\"color: #ffffff;\" href=\"mailto:info12@hilltoptech.com\">info12@hilltoptech.com</a> today to get started.</p>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-06 14:25:08','2017-06-06 18:25:08','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(409,1,'2017-06-06 14:30:47','2017-06-06 18:30:47','<div style=\"text-align: center;\">\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362 alignleft\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2>\r\n</div>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div align=\"center\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button.png\"><img class=\"aligncenter size-medium wp-image-363\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button-300x79.png\" alt=\"Avaya IP Office\" width=\"300\" height=\"79\" /></a></div>\r\n \r\n\r\n<hr />\r\n\r\n<div class=\"larger-text\" align=\"center\"><strong><em>Whether you have 2 or 2000 employees\r\nJust getting started or already established\r\nHave a single office, a home office or multiple stores/sites</em></strong></div>\r\n<div class=\"larger-text\" align=\"center\"><strong><span style=\"color: #c32026;\">Avaya can provide streamlined efficiency when it comes to communication.</span></strong></div>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 340px;\" /> <col style=\"width: 351px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><span class=\"larger-text\"><strong>Utilizing cloud hosting further provides:</strong></span>\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"> <a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Internet-And-Information-Tech.jpg\"><img class=\"alignleft size-medium wp-image-406\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Internet-And-Information-Tech-300x210.jpg\" alt=\"\" width=\"300\" height=\"210\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\" style=\"padding: 15px; background-color: #c32026;\">\r\n<p class=\"larger-text\" style=\"color: #ffffff;\">At <a style=\"color: #ffffff;\" href=\"http://hilltoptech.com/\">Hilltop Technologies</a> we take pride in providing businesses with the guidance, training, service, and support they need to reap the rewards of a trusted, unified communication systems. We look forward to the opportunity to serve your business, whether you have a single question or many to determine \'where to go from here\', and regardless if you a couple of phones or over 500, we can help. Please contact us at 860.668.5285 or <a style=\"color: #ffffff;\" href=\"mailto:info12@hilltoptech.com\">info12@hilltoptech.com</a> today to get started.</p>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-06 14:30:47','2017-06-06 18:30:47','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(410,1,'2017-06-06 14:31:30','2017-06-06 18:31:30','<div style=\"text-align: center;\">\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362 alignleft\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2>\r\n</div>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div align=\"center\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button.png\"><img class=\"aligncenter size-medium wp-image-363\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button-300x79.png\" alt=\"Avaya IP Office\" width=\"300\" height=\"79\" /></a></div>\r\n \r\n\r\n<hr />\r\n\r\n<div class=\"larger-text\" align=\"center\"><strong><em>Whether you have 2 or 2000 employees\r\nJust getting started or already established\r\nHave a single office, a home office or multiple stores/sites</em></strong></div>\r\n<div class=\"larger-text\" align=\"center\"><strong><span style=\"color: #c32026;\">Avaya can provide streamlined efficiency when it comes to communication.</span></strong></div>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 330px;\" /> <col style=\"width: 351px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><span class=\"larger-text\"><strong>Utilizing cloud hosting further provides:</strong></span>\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"> <a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Internet-And-Information-Tech.jpg\"><img class=\"alignleft size-medium wp-image-406\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Internet-And-Information-Tech-300x210.jpg\" alt=\"\" width=\"300\" height=\"210\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\" style=\"padding: 15px; background-color: #c32026;\">\r\n<p class=\"larger-text\" style=\"color: #ffffff;\">At <a style=\"color: #ffffff;\" href=\"http://hilltoptech.com/\">Hilltop Technologies</a> we take pride in providing businesses with the guidance, training, service, and support they need to reap the rewards of a trusted, unified communication systems. We look forward to the opportunity to serve your business, whether you have a single question or many to determine \'where to go from here\', and regardless if you a couple of phones or over 500, we can help. Please contact us at 860.668.5285 or <a style=\"color: #ffffff;\" href=\"mailto:info12@hilltoptech.com\">info12@hilltoptech.com</a> today to get started.</p>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-06 14:31:30','2017-06-06 18:31:30','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(411,1,'2017-06-06 14:32:52','2017-06-06 18:32:52','<div style=\"text-align: center;\">\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362 alignleft\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2>\r\n</div>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div align=\"center\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button.png\"><img class=\"aligncenter size-medium wp-image-363\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button-300x79.png\" alt=\"Avaya IP Office\" width=\"300\" height=\"79\" /></a></div>\r\n \r\n\r\n<hr />\r\n\r\n<div class=\"larger-text\" align=\"center\"><strong><em>Whether you have 2 or 2000 employees\r\nJust getting started or already established\r\nHave a single office, a home office or multiple stores/sites</em></strong></div>\r\n<div class=\"larger-text\" align=\"center\"><strong><span style=\"color: #c32026;\">Avaya can provide streamlined efficiency when it comes to communication.</span></strong></div>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 325px;\" /> <col style=\"width: 351px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><span class=\"larger-text\"><strong>Utilizing cloud hosting further provides:</strong></span>\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"> <a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Internet-And-Information-Tech.jpg\"><img class=\"alignleft size-medium wp-image-406\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Internet-And-Information-Tech-300x210.jpg\" alt=\"\" width=\"300\" height=\"210\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\" style=\"padding: 15px; background-color: #c32026;\">\r\n<p class=\"larger-text\" style=\"color: #ffffff;\">At <a style=\"color: #ffffff;\" href=\"http://hilltoptech.com/\">Hilltop Technologies</a> we take pride in providing businesses with the guidance, training, service, and support they need to reap the rewards of a trusted, unified communication systems. We look forward to the opportunity to serve your business, whether you have a single question or many to determine \'where to go from here\', and regardless if you a couple of phones or over 500, we can help. Please contact us at 860.668.5285 or <a style=\"color: #ffffff;\" href=\"mailto:info12@hilltoptech.com\">info12@hilltoptech.com</a> today to get started.</p>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-06 14:32:52','2017-06-06 18:32:52','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(414,1,'2017-06-06 14:35:13','2017-06-06 18:35:13','<div style=\"text-align: center;\">\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362 alignleft\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2>\r\n</div>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div align=\"center\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button.png\"><img class=\"aligncenter size-medium wp-image-363\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button-300x79.png\" alt=\"Avaya IP Office\" width=\"300\" height=\"79\" /></a></div>\r\n \r\n\r\n<hr />\r\n\r\n<div class=\"larger-text\" align=\"center\"><strong><em>Whether you have 2 or 2000 employees\r\nJust getting started or already established\r\nHave a single office, a home office or multiple stores/sites</em></strong></div>\r\n<div class=\"larger-text\" align=\"center\"><strong><span style=\"color: #c32026;\">Avaya can provide streamlined efficiency when it comes to communication.</span></strong></div>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 325px;\" /> <col style=\"width: 351px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Internet-And-Information-Tech.jpg\"><img class=\"alignleft size-medium wp-image-406\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Internet-And-Information-Tech-300x210.jpg\" alt=\"\" width=\"300\" height=\"210\" /></a></td>\r\n<td class=\"tg-yw4l\"><span class=\"larger-text\"><strong>Utilizing cloud hosting further provides:</strong></span>\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\" style=\"padding: 15px; background-color: #c32026;\">\r\n<p class=\"larger-text\" style=\"color: #ffffff;\">At <a style=\"color: #ffffff;\" href=\"http://hilltoptech.com/\">Hilltop Technologies</a> we take pride in providing businesses with the guidance, training, service, and support they need to reap the rewards of a trusted, unified communication systems. We look forward to the opportunity to serve your business, whether you have a single question or many to determine \'where to go from here\', and regardless if you a couple of phones or over 500, we can help. Please contact us at 860.668.5285 or <a style=\"color: #ffffff;\" href=\"mailto:info12@hilltoptech.com\">info12@hilltoptech.com</a> today to get started.</p>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-06 14:35:13','2017-06-06 18:35:13','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(412,1,'2017-06-06 14:33:32','2017-06-06 18:33:32','<div style=\"text-align: center;\">\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362 alignleft\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2>\r\n</div>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div align=\"center\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button.png\"><img class=\"aligncenter size-medium wp-image-363\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button-300x79.png\" alt=\"Avaya IP Office\" width=\"300\" height=\"79\" /></a></div>\r\n \r\n\r\n<hr />\r\n\r\n<div class=\"larger-text\" align=\"center\"><strong><em>Whether you have 2 or 2000 employees\r\nJust getting started or already established\r\nHave a single office, a home office or multiple stores/sites</em></strong></div>\r\n<div class=\"larger-text\" align=\"center\"><strong><span style=\"color: #c32026;\">Avaya can provide streamlined efficiency when it comes to communication.</span></strong></div>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 325px;\" /> <col style=\"width: 351px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td valign=\"middle\" class=\"tg-9hbo\"><span class=\"larger-text\"><strong>Utilizing cloud hosting further provides:</strong></span>\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"> <a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Internet-And-Information-Tech.jpg\"><img class=\"alignleft size-medium wp-image-406\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Internet-And-Information-Tech-300x210.jpg\" alt=\"\" width=\"300\" height=\"210\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\" style=\"padding: 15px; background-color: #c32026;\">\r\n<p class=\"larger-text\" style=\"color: #ffffff;\">At <a style=\"color: #ffffff;\" href=\"http://hilltoptech.com/\">Hilltop Technologies</a> we take pride in providing businesses with the guidance, training, service, and support they need to reap the rewards of a trusted, unified communication systems. We look forward to the opportunity to serve your business, whether you have a single question or many to determine \'where to go from here\', and regardless if you a couple of phones or over 500, we can help. Please contact us at 860.668.5285 or <a style=\"color: #ffffff;\" href=\"mailto:info12@hilltoptech.com\">info12@hilltoptech.com</a> today to get started.</p>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-06 14:33:32','2017-06-06 18:33:32','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(413,1,'2017-06-06 14:34:58','2017-06-06 18:34:58','<div style=\"text-align: center;\">\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362 alignleft\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2>\r\n</div>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div align=\"center\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button.png\"><img class=\"aligncenter size-medium wp-image-363\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button-300x79.png\" alt=\"Avaya IP Office\" width=\"300\" height=\"79\" /></a></div>\r\n \r\n\r\n<hr />\r\n\r\n<div class=\"larger-text\" align=\"center\"><strong><em>Whether you have 2 or 2000 employees\r\nJust getting started or already established\r\nHave a single office, a home office or multiple stores/sites</em></strong></div>\r\n<div class=\"larger-text\" align=\"center\"><strong><span style=\"color: #c32026;\">Avaya can provide streamlined efficiency when it comes to communication.</span></strong></div>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 325px;\" /> <col style=\"width: 351px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td valign=\"middle\" class=\"tg-9hbo\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Internet-And-Information-Tech.jpg\"><img class=\"alignleft size-medium wp-image-406\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Internet-And-Information-Tech-300x210.jpg\" alt=\"\" width=\"300\" height=\"210\" /></a></td>\r\n<td class=\"tg-yw4l\"><span class=\"larger-text\"><strong>Utilizing cloud hosting further provides:</strong></span>\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\" style=\"padding: 15px; background-color: #c32026;\">\r\n<p class=\"larger-text\" style=\"color: #ffffff;\">At <a style=\"color: #ffffff;\" href=\"http://hilltoptech.com/\">Hilltop Technologies</a> we take pride in providing businesses with the guidance, training, service, and support they need to reap the rewards of a trusted, unified communication systems. We look forward to the opportunity to serve your business, whether you have a single question or many to determine \'where to go from here\', and regardless if you a couple of phones or over 500, we can help. Please contact us at 860.668.5285 or <a style=\"color: #ffffff;\" href=\"mailto:info12@hilltoptech.com\">info12@hilltoptech.com</a> today to get started.</p>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-06 14:34:58','2017-06-06 18:34:58','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(415,1,'2017-06-06 14:36:07','2017-06-06 18:36:07','<div style=\"text-align: center;\">\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362 alignleft\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2>\r\n</div>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div align=\"center\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button.png\"><img class=\"aligncenter size-medium wp-image-363\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button-300x79.png\" alt=\"Avaya IP Office\" width=\"300\" height=\"79\" /></a></div>\r\n \r\n\r\n<hr />\r\n\r\n<div class=\"larger-text\" align=\"center\"><strong><em>Whether you have 2 or 2000 employees\r\nJust getting started or already established\r\nHave a single office, a home office or multiple stores/sites</em></strong></div>\r\n<div class=\"larger-text\" align=\"center\"><strong><span style=\"color: #c32026;\">Avaya can provide streamlined efficiency when it comes to communication.</span></strong></div>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 305px;\" /> <col style=\"width: 351px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Internet-And-Information-Tech.jpg\"><img class=\"alignleft size-medium wp-image-406\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Internet-And-Information-Tech-300x210.jpg\" alt=\"\" width=\"300\" height=\"210\" /></a></td>\r\n<td class=\"tg-yw4l\"><span class=\"larger-text\"><strong>Utilizing cloud hosting further provides:</strong></span>\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\" style=\"padding: 15px; background-color: #c32026;\">\r\n<p class=\"larger-text\" style=\"color: #ffffff;\">At <a style=\"color: #ffffff;\" href=\"http://hilltoptech.com/\">Hilltop Technologies</a> we take pride in providing businesses with the guidance, training, service, and support they need to reap the rewards of a trusted, unified communication systems. We look forward to the opportunity to serve your business, whether you have a single question or many to determine \'where to go from here\', and regardless if you a couple of phones or over 500, we can help. Please contact us at 860.668.5285 or <a style=\"color: #ffffff;\" href=\"mailto:info12@hilltoptech.com\">info12@hilltoptech.com</a> today to get started.</p>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-06 14:36:07','2017-06-06 18:36:07','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(416,1,'2017-06-06 14:36:41','2017-06-06 18:36:41','<div style=\"text-align: center;\">\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362 alignleft\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2>\r\n</div>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div align=\"center\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button.png\"><img class=\"aligncenter size-medium wp-image-363\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button-300x79.png\" alt=\"Avaya IP Office\" width=\"300\" height=\"79\" /></a></div>\r\n \r\n\r\n<hr />\r\n\r\n<div class=\"larger-text\" align=\"center\"><strong><em>Whether you have 2 or 2000 employees\r\nJust getting started or already established\r\nHave a single office, a home office or multiple stores/sites</em></strong></div>\r\n<div class=\"larger-text\" align=\"center\"><strong><span style=\"color: #c32026;\">Avaya can provide streamlined efficiency when it comes to communication.</span></strong></div>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 300px;\" /> <col style=\"width: 351px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Internet-And-Information-Tech.jpg\"><img class=\"alignleft size-medium wp-image-406\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Internet-And-Information-Tech-300x210.jpg\" alt=\"\" width=\"300\" height=\"210\" /></a></td>\r\n<td class=\"tg-yw4l\"><span class=\"larger-text\"><strong>Utilizing cloud hosting further provides:</strong></span>\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\" style=\"padding: 15px; background-color: #c32026;\">\r\n<p class=\"larger-text\" style=\"color: #ffffff;\">At <a style=\"color: #ffffff;\" href=\"http://hilltoptech.com/\">Hilltop Technologies</a> we take pride in providing businesses with the guidance, training, service, and support they need to reap the rewards of a trusted, unified communication systems. We look forward to the opportunity to serve your business, whether you have a single question or many to determine \'where to go from here\', and regardless if you a couple of phones or over 500, we can help. Please contact us at 860.668.5285 or <a style=\"color: #ffffff;\" href=\"mailto:info12@hilltoptech.com\">info12@hilltoptech.com</a> today to get started.</p>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-06 14:36:41','2017-06-06 18:36:41','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(417,1,'2017-06-06 14:37:35','2017-06-06 18:37:35','<div style=\"text-align: center;\">\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362 alignleft\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2>\r\n</div>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div align=\"center\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button.png\"><img class=\"aligncenter size-medium wp-image-363\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button-300x79.png\" alt=\"Avaya IP Office\" width=\"300\" height=\"79\" /></a></div>\r\n \r\n\r\n<hr />\r\n\r\n<div class=\"larger-text\" align=\"center\"><strong><em>Whether you have 2 or 2000 employees\r\nJust getting started or already established\r\nHave a single office, a home office or multiple stores/sites</em></strong></div>\r\n<div class=\"larger-text\" align=\"center\"><strong><span style=\"margin:18px 0;color: #c32026;\">Avaya can provide streamlined efficiency when it comes to communication.</span></strong></div>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 300px;\" /> <col style=\"width: 351px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Internet-And-Information-Tech.jpg\"><img class=\"alignleft size-medium wp-image-406\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Internet-And-Information-Tech-300x210.jpg\" alt=\"\" width=\"300\" height=\"210\" /></a></td>\r\n<td class=\"tg-yw4l\"><span class=\"larger-text\"><strong>Utilizing cloud hosting further provides:</strong></span>\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\" style=\"padding: 15px; background-color: #c32026;\">\r\n<p class=\"larger-text\" style=\"color: #ffffff;\">At <a style=\"color: #ffffff;\" href=\"http://hilltoptech.com/\">Hilltop Technologies</a> we take pride in providing businesses with the guidance, training, service, and support they need to reap the rewards of a trusted, unified communication systems. We look forward to the opportunity to serve your business, whether you have a single question or many to determine \'where to go from here\', and regardless if you a couple of phones or over 500, we can help. Please contact us at 860.668.5285 or <a style=\"color: #ffffff;\" href=\"mailto:info12@hilltoptech.com\">info12@hilltoptech.com</a> today to get started.</p>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-06 14:37:35','2017-06-06 18:37:35','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(419,1,'2017-06-06 14:43:02','2017-06-06 18:43:02','<div style=\"text-align: center;\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a></div>\r\n \r\n\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div align=\"center\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button.png\"><img class=\"aligncenter size-medium wp-image-363\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button-300x79.png\" alt=\"Avaya IP Office\" width=\"300\" height=\"79\" /></a></div>\r\n \r\n\r\n<hr />\r\n\r\n<div class=\"larger-text\" align=\"center\"><strong><em>Whether you have 2 or 2000 employees\r\nJust getting started or already established\r\nHave a single office, a home office or multiple stores/sites</em></strong></div>\r\n<div class=\"larger-text\" style=\"margin:18px 0;\" align=\"center\"><strong><span style=\"color: #c32026;\">Avaya can provide streamlined efficiency when it comes to communication.</span></strong></div>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 300px;\" /> <col style=\"width: 351px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Internet-And-Information-Tech.jpg\"><img class=\"alignleft size-medium wp-image-406\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Internet-And-Information-Tech-300x210.jpg\" alt=\"\" width=\"300\" height=\"210\" /></a></td>\r\n<td class=\"tg-yw4l\"><span class=\"larger-text\"><strong>Utilizing cloud hosting further provides:</strong></span>\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\" style=\"padding: 15px; background-color: #c32026;\">\r\n<p class=\"larger-text\" style=\"color: #ffffff;\">At <a style=\"color: #ffffff;\" href=\"http://hilltoptech.com/\">Hilltop Technologies</a> we take pride in providing businesses with the guidance, training, service, and support they need to reap the rewards of a trusted, unified communication systems. We look forward to the opportunity to serve your business, whether you have a single question or many to determine \'where to go from here\', and regardless if you a couple of phones or over 500, we can help. Please contact us at 860.668.5285 or <a style=\"color: #ffffff;\" href=\"mailto:info12@hilltoptech.com\">info12@hilltoptech.com</a> today to get started.</p>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-06 14:43:02','2017-06-06 18:43:02','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(418,1,'2017-06-06 14:38:30','2017-06-06 18:38:30','<div style=\"text-align: center;\">\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362 alignleft\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2>\r\n</div>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div align=\"center\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button.png\"><img class=\"aligncenter size-medium wp-image-363\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button-300x79.png\" alt=\"Avaya IP Office\" width=\"300\" height=\"79\" /></a></div>\r\n \r\n\r\n<hr />\r\n\r\n<div class=\"larger-text\" align=\"center\"><strong><em>Whether you have 2 or 2000 employees\r\nJust getting started or already established\r\nHave a single office, a home office or multiple stores/sites</em></strong></div>\r\n<div class=\"larger-text\" style=\"margin:18px 0;\" align=\"center\"><strong><span style=\"color: #c32026;\">Avaya can provide streamlined efficiency when it comes to communication.</span></strong></div>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 300px;\" /> <col style=\"width: 351px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Internet-And-Information-Tech.jpg\"><img class=\"alignleft size-medium wp-image-406\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Internet-And-Information-Tech-300x210.jpg\" alt=\"\" width=\"300\" height=\"210\" /></a></td>\r\n<td class=\"tg-yw4l\"><span class=\"larger-text\"><strong>Utilizing cloud hosting further provides:</strong></span>\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\" style=\"padding: 15px; background-color: #c32026;\">\r\n<p class=\"larger-text\" style=\"color: #ffffff;\">At <a style=\"color: #ffffff;\" href=\"http://hilltoptech.com/\">Hilltop Technologies</a> we take pride in providing businesses with the guidance, training, service, and support they need to reap the rewards of a trusted, unified communication systems. We look forward to the opportunity to serve your business, whether you have a single question or many to determine \'where to go from here\', and regardless if you a couple of phones or over 500, we can help. Please contact us at 860.668.5285 or <a style=\"color: #ffffff;\" href=\"mailto:info12@hilltoptech.com\">info12@hilltoptech.com</a> today to get started.</p>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-06 14:38:30','2017-06-06 18:38:30','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(421,1,'2017-06-07 11:57:08','2017-06-07 15:57:08','<div style=\"text-align: center;\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a></div>\r\n \r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<div align=\"center\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button.png\"><img class=\"aligncenter size-medium wp-image-363\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button-300x79.png\" alt=\"Avaya IP Office\" width=\"300\" height=\"79\" /></a></div>\r\n \r\n\r\n<hr />\r\n\r\n<div class=\"larger-text\" align=\"center\"><strong><em>Whether you have 2 or 2000 employees\r\nJust getting started or already established\r\nHave a single office, a home office or multiple stores/sites</em></strong></div>\r\n<div class=\"larger-text\" style=\"margin: 18px 0;\" align=\"center\"><strong><span style=\"color: #c32026;\">Avaya can provide streamlined efficiency when it comes to communication.</span></strong></div>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 300px;\" /> <col style=\"width: 351px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Internet-And-Information-Tech.jpg\"><img class=\"alignleft size-medium wp-image-406\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Internet-And-Information-Tech-300x210.jpg\" alt=\"\" width=\"300\" height=\"210\" /></a></td>\r\n<td class=\"tg-yw4l\"><span class=\"larger-text\"><strong>Additional cloud hosting benefits:</strong></span>\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Lower cost of ownership</li>\r\n <li>Reduced IT overhead</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\" style=\"padding: 15px; background-color: #c32026;\">\r\n<p class=\"larger-text\" style=\"color: #ffffff; text-align: center;\">At <a style=\"color: #ffffff;\" href=\"http://hilltoptech.com/\">Hilltop Technologies</a> we take pride in providing businesses with the guidance, training, service, and support they need to reap the rewards of a trusted, unified communication systems. We look forward to the opportunity to help your business streamline communications with cloud hosting technology. Please contact us at 860.668.5285 or <a style=\"color: #ffffff;\" href=\"mailto:info12@hilltoptech.com\">info12@hilltoptech.com</a> today to discuss your specific goals and objectives.</p>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-07 11:57:08','2017-06-07 15:57:08','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(420,1,'2017-06-06 15:48:54','2017-06-06 19:48:54','<div style=\"text-align: center;\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a></div>\r\n \r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<div align=\"center\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button.png\"><img class=\"aligncenter size-medium wp-image-363\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button-300x79.png\" alt=\"Avaya IP Office\" width=\"300\" height=\"79\" /></a></div>\r\n \r\n\r\n<hr />\r\n\r\n<div class=\"larger-text\" align=\"center\"><strong><em>Whether you have 2 or 2000 employees\r\nJust getting started or already established\r\nHave a single office, a home office or multiple stores/sites</em></strong></div>\r\n<div class=\"larger-text\" style=\"margin: 18px 0;\" align=\"center\"><strong><span style=\"color: #c32026;\">Avaya can provide streamlined efficiency when it comes to communication.</span></strong></div>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 300px;\" /> <col style=\"width: 351px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Internet-And-Information-Tech.jpg\"><img class=\"alignleft size-medium wp-image-406\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Internet-And-Information-Tech-300x210.jpg\" alt=\"\" width=\"300\" height=\"210\" /></a></td>\r\n<td class=\"tg-yw4l\"><span class=\"larger-text\"><strong>Utilizing cloud hosting further provides:</strong></span>\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\" style=\"padding: 15px; background-color: #c32026;\">\r\n<p class=\"larger-text\" style=\"color:#ffffff; text-align:center;\">At <a style=\"color: #ffffff;\" href=\"http://hilltoptech.com/\">Hilltop Technologies</a> we take pride in providing businesses with the guidance, training, service, and support they need to reap the rewards of a trusted, unified communication systems. We look forward to the opportunity to serve your business, whether you have a single question or many to determine \'where to go from here\', and regardless if you a couple of phones or over 500, we can help. Please contact us at 860.668.5285 or <a style=\"color: #ffffff;\" href=\"mailto:info12@hilltoptech.com\">info12@hilltoptech.com</a> today to get started.</p>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-06 15:48:54','2017-06-06 19:48:54','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(424,1,'2017-06-16 10:59:37','0000-00-00 00:00:00','We know all too well change is hard and switching te','Another Successful Telephony Transition Story','','draft','closed','closed','','','','','2017-06-16 10:59:37','2017-06-16 14:59:37','',0,'http://hilltoptech.com/news/?p=424',0,'post','',0),(422,1,'2017-06-07 12:35:37','2017-06-07 16:35:37','<a href=\"https://docs.google.com/forms/d/1lZ6b-IouQgRjoba_YOtiGQI3ppY4UiylaW-xj_ZDTuw/viewform?usp=send_form\"><img class=\"aligncenter size-full wp-image-113\" src=\"http://hilltoptech.com/news/wp-content/uploads/2014/11/chalkboardlunchlearn21.png\" alt=\"chalkboardlunchlearn2\" width=\"960\" height=\"1732\" /></a>\r\n<iframe src=\"https://docs.google.com/forms/d/1lZ6b-IouQgRjoba_YOtiGQI3ppY4UiylaW-xj_ZDTuw/viewform?embedded=true\" width=\"960\" height=\"933\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" align=\"right\">Loading...</iframe>','Lunch & Learn','','inherit','closed','closed','','98-revision-v1','','','2017-06-07 12:35:37','2017-06-07 16:35:37','',98,'http://hilltoptech.com/news/98-revision-v1/',0,'revision','',0),(423,1,'2017-06-08 07:36:53','2017-06-08 11:36:53','<div style=\"text-align: center;\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\"><img class=\"size-full wp-image-362\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png\" alt=\"Cloud Hosting VOIP\" width=\"900\" height=\"269\" /></a></div>\r\n \r\n<h2 style=\"text-align: center;\"><span style=\"color: #c32026;\"><strong>Using a cloud hosted telecom solution gives</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> businesses the ability to flex their muscles</strong></span>\r\n<span style=\"color: #c32026;\"> <strong> when it comes to connectivity.</strong></span></h2>\r\n \r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 1003px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> <col style=\"width: 351px;\" /> <col style=\"width: 101px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\">\r\n<p class=\"larger-text-not-bolded\" style=\"text-align: left;\">Imagine having voice, conferencing, IM, and mobility fully integrated across all devices and available in one monthly subscription. Cloud hosting makes your connectivity simple and scalable. Businesses only pay what for what they use and leave the headache of securing and maintaining the infrastructure to the hosting provider. The need to acquire or update equipment eliminated and the costly capital expenses tied to it… gone!</p>\r\n<p style=\"text-align: left;\"></p>\r\n</th>\r\n<th class=\"tg-yw4l\"></th>\r\n<th class=\"tg-yw4l\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png\"><img class=\"aligncenter size-medium wp-image-343\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-300x199.png\" alt=\"\" width=\"300\" height=\"199\" /></a></th>\r\n<th class=\"tg-yw4l\"></th>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<div align=\"center\"><a href=\"http://hilltoptech.com/news/avaya-ip-office-in-the-cloud/\"><img class=\"aligncenter size-medium wp-image-363\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Enter-Avaya-Button-300x79.png\" alt=\"Avaya IP Office\" width=\"300\" height=\"79\" /></a></div>\r\n \r\n\r\n<hr />\r\n\r\n<div class=\"larger-text\" align=\"center\"><strong><em>Whether you have 2 or 2000 employees\r\nJust getting started or already established\r\nHave a single office, a home office or multiple stores/sites</em></strong></div>\r\n<div class=\"larger-text\" style=\"margin: 18px 0;\" align=\"center\"><strong><span style=\"color: #c32026;\">Avaya can provide streamlined efficiency when it comes to communication.</span></strong></div>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<th class=\"tg-yw4l\"></th>\r\n<td class=\"tg-yw4l\">\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Highly modular hybrid solution provides real-time collaboration and unified communications</li>\r\n <li>Employees can handle all of their business communications on the device of their choice: their laptop, mobile phone, office phone or home phone – using wired, wireless or broadband connections</li>\r\n <li>IP Office easily adapts to your goals and budget and provides individual user productivity solutions to give each of your employees just the capabilities they need whether it’s your receptionist, sales or service representatives, home telecommuter or on-the-go knowledge worker</li>\r\n</ul>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\"><a href=\"mailto:info12@hilltoptech.com\"><img class=\"aligncenter wp-image-356 size-medium\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/CTA-300x43.png\" alt=\"\" width=\"700\" height=\"100\" /></a></td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 101px;\" /> <col style=\"width: 300px;\" /> <col style=\"width: 351px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-9hbo\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Internet-And-Information-Tech.jpg\"><img class=\"alignleft size-medium wp-image-406\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/Internet-And-Information-Tech-300x210.jpg\" alt=\"\" width=\"300\" height=\"210\" /></a></td>\r\n<td class=\"tg-yw4l\"><span class=\"larger-text\"><strong>Additional cloud hosting benefits:</strong></span>\r\n<ul class=\"bulleted larger-text-not-bolded\">\r\n <li>Lower cost of ownership</li>\r\n <li>Reduced IT overhead</li>\r\n <li>Flexibility to scale up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n\r\n \r\n\r\n<hr />\r\n\r\n<style type=\"text/css\">\r\n.tg {border-collapse:collapse;border-spacing:0;}<br />.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}<br />.tg .tg-yw4l{vertical-align:top}<br />.tg .tg-9hbo{font-weight:bold;vertical-align:top}<br /></style>\r\n<table class=\"tg\" style=\"undefined;table-layout: fixed; width: 900px;\"><colgroup> <col style=\"width: 100px;\" /> <col style=\"width: 700px;\" /> <col style=\"width: 100px;\" /> </colgroup>\r\n<tbody>\r\n<tr>\r\n<td class=\"tg-yw4l\"></td>\r\n<td class=\"tg-yw4l\" style=\"padding: 15px; background-color: #c32026;\">\r\n<p class=\"larger-text\" style=\"color: #ffffff; text-align: center;\">At <a style=\"color: #ffffff;\" href=\"http://hilltoptech.com/\">Hilltop Technologies</a> we take pride in providing businesses with the guidance, training, service, and support they need to reap the rewards of a trusted, unified communication systems. We look forward to the opportunity to help your business streamline communications with cloud hosting technology. Please contact us at 860.668.5285 or <a style=\"color: #ffffff;\" href=\"mailto:info12@hilltoptech.com\">info12@hilltoptech.com</a> today to discuss your specific goals and objectives.</p>\r\n</td>\r\n<td class=\"tg-yw4l\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Cloud Hosting VOIP','','inherit','closed','closed','','337-revision-v1','','','2017-06-08 07:36:53','2017-06-08 11:36:53','',337,'http://hilltoptech.com/news/337-revision-v1/',0,'revision','',0),(425,1,'2017-06-16 11:16:27','2017-06-16 15:16:27','We know all too well that change is hard and migrating to a new telecommunications system can in some cases be a down right nightmare. We get that. Knowing that communication is vital piece to any business, we work with our clients to ensure a smooth transition as possible. Kelley & Ferraro, attorneys & counselors at law, in Cleveland, Ohio recently transitioned to a new Avaya IP office solution and we were there to help. Here is what they had to say:\r\n<p style=\"padding-left: 60px;\"><em><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/testimonial-e1497626142580.jpg\"><img class=\"alignright size-medium wp-image-427\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/testimonial-e1497626142580-225x300.jpg\" alt=\"Avaya IP Office Testimonial\" width=\"225\" height=\"300\" /></a>\"We are very pleased with our new Avaya IP Office system from Hilltop Technologies. Very special thanks to Leslie Gilbert and Tom Johnston who oversaw the entire project and were on-site here in Cleveland for our successful transition. We at Kelley & Ferraro highly recommend Hilltop Technologies.\"</em></p>\r\n<p style=\"padding-left: 60px;\"><strong>John Murphy</strong>\r\nPartner in Charge, Kelley & Ferraro (Cleveland, Ohio)</p>\r\nIf we can help you and your team with transitioning your telecommunications system <a href=\"info12@hilltoptech.com\">give us a shout</a>. We can also help provider service, support, and training to ensure you are using your system to its full potential. Let communications increase your productivity.','Successful Transition to Avaya IP Office','','publish','closed','closed','','successful-transition-avaya-ip-office','','','2017-06-16 11:34:49','2017-06-16 15:34:49','',0,'http://hilltoptech.com/news/?p=425',0,'post','',0),(426,1,'2017-06-16 11:13:29','2017-06-16 15:13:29','We know all too well that change is hard and migrating to a new telecommunications system can in some cases be a down right nightmare. We get that. Knowing that communication is vital piece to any business, we work with our clients to ensure a smooth transition as possible. Kelley & Ferraro, attorneys & counselors at law, in Cleveland, Ohio recently transitioned to a new Avaya IP office solution and we were there to help. Here is what they had to say:\r\n<blockquote>\"We are very pleased with our new Avaya IP Office system from Hilltop Technologies. Very special thanks to Leslie Gilbert and Tom Johnston who oversaw the entire project and were on-site here in Cleveland for our successful transition. We at Kelley & Ferraro highly recommend Hilltop Technologies.\"</blockquote>\r\n<p style=\"padding-left: 60px;\">John Murphy\r\nPartner in Charge, Kelley & Ferraro (Cleveland, Ohio)</p>\r\nIf we can help you and your team with transitioning your telecommunications system <a href=\"info12@hilltoptech.com\">give us a shout</a>. We can also help provider service, support, and training to ensure you are using your system to its full potential. Let communications increase your productivity.','Successful Transition to Avaya IP Office','','inherit','closed','closed','','425-revision-v1','','','2017-06-16 11:13:29','2017-06-16 15:13:29','',425,'http://hilltoptech.com/news/425-revision-v1/',0,'revision','',0),(427,1,'2017-06-16 11:15:15','2017-06-16 15:15:15','','Avaya IP Office Testimonial','','inherit','closed','closed','','testimonial','','','2017-06-16 11:16:12','2017-06-16 15:16:12','',425,'http://hilltoptech.com/news/wp-content/uploads/2017/06/testimonial.jpg',0,'attachment','image/jpeg',0),(428,1,'2017-06-16 11:16:27','2017-06-16 15:16:27','We know all too well that change is hard and migrating to a new telecommunications system can in some cases be a down right nightmare. We get that. Knowing that communication is vital piece to any business, we work with our clients to ensure a smooth transition as possible. Kelley & Ferraro, attorneys & counselors at law, in Cleveland, Ohio recently transitioned to a new Avaya IP office solution and we were there to help. Here is what they had to say:\r\n<p style=\"padding-left: 60px;\"><em><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/testimonial-e1497626142580.jpg\"><img class=\"alignright size-medium wp-image-427\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/testimonial-e1497626142580-225x300.jpg\" alt=\"Avaya IP Office Testimonial\" width=\"225\" height=\"300\" /></a>\"We are very pleased with our new Avaya IP Office system from Hilltop Technologies. Very special thanks to Leslie Gilbert and Tom Johnston who oversaw the entire project and were on-site here in Cleveland for our successful transition. We at Kelley & Ferraro highly recommend Hilltop Technologies.\"</em></p>\r\n<p style=\"padding-left: 60px;\"><strong>John Murphy</strong>\r\nPartner in Charge, Kelley & Ferraro (Cleveland, Ohio)</p>\r\nIf we can help you and your team with transitioning your telecommunications system <a href=\"info12@hilltoptech.com\">give us a shout</a>. We can also help provider service, support, and training to ensure you are using your system to its full potential. Let communications increase your productivity.','Successful Transition to Avaya IP Office','','inherit','closed','closed','','425-revision-v1','','','2017-06-16 11:16:27','2017-06-16 15:16:27','',425,'http://hilltoptech.com/news/425-revision-v1/',0,'revision','',0),(429,1,'2017-06-16 13:28:32','2017-06-16 17:28:32','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/unified-communications.jpg\"><img class=\"aligncenter size-full wp-image-431\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/unified-communications.jpg\" alt=\"Unified Communications\" width=\"600\" height=\"308\" /></a>\r\n\r\nNeed a reason to move your unified communication system to the cloud? We\'ve got 10!\r\n<ol>\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility of scaling up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n <li>Ability to assign IT to more strategic tasks</li>\r\n <li>Predictability of operational expenses and budget planning</li>\r\n <li>Enablement of the mobile or remote workforce</li>\r\n <li>Reduced travel and conferencing costs</li>\r\n <li>Easy, instant updates</li>\r\n <li>Lower risk of technology obsolescence</li>\r\n</ol>\r\n<em>\r\nAccording to Frost and Sullivan, the cloud communication user base is projected to grow an annual rate of 25% - 30% through 2020.</em>\r\n\r\n<a href=\"http://hilltoptech.com/news/avaya-ip-office-in-the-cloud/\">Learn more about how Avaya IP Office</a> in the cloud can help empower your company\'s connectivity.','10 Reasons to Move your Unified Communications System to the Cloud','','publish','closed','closed','','10-reasons-to-move-your-unified-communications-system-to-the-cloud','','','2017-06-16 13:33:59','2017-06-16 17:33:59','',0,'http://hilltoptech.com/news/?p=429',0,'post','',0),(430,1,'2017-06-16 11:29:18','2017-06-16 15:29:18','Need a reason to move your unified communication system to the cloud? We\'ve got 10!\r\n<ol>\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility of scaling up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n <li>Ability to assign IT to more strategic tasks</li>\r\n <li>Predictability of operational expenses and budget planning</li>\r\n <li>Enablement of the mobile or remote workforce</li>\r\n <li>Reduced travel and conferencing costs</li>\r\n <li>Easy, instant updates</li>\r\n <li>Lower risk of technology obsolescence</li>\r\n</ol>\r\n<em>According to Frost and Sullivan, the cloud communication user base is projected to grow an annual rate of 25% - 30% through 2020.</em>\r\n\r\n ','10 Reasons to Move your Unified Communications System to the Cloud','','inherit','closed','closed','','429-revision-v1','','','2017-06-16 11:29:18','2017-06-16 15:29:18','',429,'http://hilltoptech.com/news/429-revision-v1/',0,'revision','',0),(431,1,'2017-06-16 13:26:49','2017-06-16 17:26:49','','unified-communications','','inherit','closed','closed','','unified-communications-2','','','2017-06-16 13:27:02','2017-06-16 17:27:02','',429,'http://hilltoptech.com/news/wp-content/uploads/2017/06/unified-communications.jpg',0,'attachment','image/jpeg',0),(432,1,'2017-06-16 13:27:41','2017-06-16 17:27:41','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/unified-communications.jpg\"><img class=\"aligncenter size-full wp-image-431\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/unified-communications.jpg\" alt=\"Unified Communications\" width=\"600\" height=\"308\" /></a>\r\n\r\nNeed a reason to move your unified communication system to the cloud? We\'ve got 10!\r\n<ol>\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility of scaling up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n <li>Ability to assign IT to more strategic tasks</li>\r\n <li>Predictability of operational expenses and budget planning</li>\r\n <li>Enablement of the mobile or remote workforce</li>\r\n <li>Reduced travel and conferencing costs</li>\r\n <li>Easy, instant updates</li>\r\n <li>Lower risk of technology obsolescence</li>\r\n</ol>\r\n<em>According to Frost and Sullivan, the cloud communication user base is projected to grow an annual rate of 25% - 30% through 2020.</em>\r\n\r\n ','10 Reasons to Move your Unified Communications System to the Cloud','','inherit','closed','closed','','429-revision-v1','','','2017-06-16 13:27:41','2017-06-16 17:27:41','',429,'http://hilltoptech.com/news/429-revision-v1/',0,'revision','',0),(433,1,'2017-06-16 13:33:09','2017-06-16 17:33:09','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/unified-communications.jpg\"><img class=\"aligncenter size-full wp-image-431\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/unified-communications.jpg\" alt=\"Unified Communications\" width=\"600\" height=\"308\" /></a>\n\nNeed a reason to move your unified communication system to the cloud? We\'ve got 10!\n<ol>\n <li>Lower cost of ownership</li>\n <li>Flexibility of scaling up or down</li>\n <li>Business continuity and disaster recovery</li>\n <li>Ease and speed of adoption</li>\n <li>Ability to assign IT to more strategic tasks</li>\n <li>Predictability of operational expenses and budget planning</li>\n <li>Enablement of the mobile or remote workforce</li>\n <li>Reduced travel and conferencing costs</li>\n <li>Easy, instant updates</li>\n <li>Lower risk of technology obsolescence</li>\n</ol>\n<em>\nAccording to Frost and Sullivan, the cloud communication user base is projected to grow an annual rate of 25% - 30% through 2020.</em>\n\nLearn more about Avaya IP office','10 Reasons to Move your Unified Communications System to the Cloud','','inherit','closed','closed','','429-autosave-v1','','','2017-06-16 13:33:09','2017-06-16 17:33:09','',429,'http://hilltoptech.com/news/429-autosave-v1/',0,'revision','',0),(434,1,'2017-06-16 13:30:29','2017-06-16 17:30:29','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/unified-communications.jpg\"><img class=\"aligncenter size-full wp-image-431\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/unified-communications.jpg\" alt=\"Unified Communications\" width=\"600\" height=\"308\" /></a>\r\n\r\nNeed a reason to move your unified communication system to the cloud? We\'ve got 10!\r\n<ol>\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility of scaling up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n <li>Ability to assign IT to more strategic tasks</li>\r\n <li>Predictability of operational expenses and budget planning</li>\r\n <li>Enablement of the mobile or remote workforce</li>\r\n <li>Reduced travel and conferencing costs</li>\r\n <li>Easy, instant updates</li>\r\n <li>Lower risk of technology obsolescence</li>\r\n</ol>\r\n<em>\r\nAccording to Frost and Sullivan, the cloud communication user base is projected to grow an annual rate of 25% - 30% through 2020.</em>\r\n\r\n ','10 Reasons to Move your Unified Communications System to the Cloud','','inherit','closed','closed','','429-revision-v1','','','2017-06-16 13:30:29','2017-06-16 17:30:29','',429,'http://hilltoptech.com/news/429-revision-v1/',0,'revision','',0),(435,1,'2017-06-16 13:33:59','2017-06-16 17:33:59','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/unified-communications.jpg\"><img class=\"aligncenter size-full wp-image-431\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/06/unified-communications.jpg\" alt=\"Unified Communications\" width=\"600\" height=\"308\" /></a>\r\n\r\nNeed a reason to move your unified communication system to the cloud? We\'ve got 10!\r\n<ol>\r\n <li>Lower cost of ownership</li>\r\n <li>Flexibility of scaling up or down</li>\r\n <li>Business continuity and disaster recovery</li>\r\n <li>Ease and speed of adoption</li>\r\n <li>Ability to assign IT to more strategic tasks</li>\r\n <li>Predictability of operational expenses and budget planning</li>\r\n <li>Enablement of the mobile or remote workforce</li>\r\n <li>Reduced travel and conferencing costs</li>\r\n <li>Easy, instant updates</li>\r\n <li>Lower risk of technology obsolescence</li>\r\n</ol>\r\n<em>\r\nAccording to Frost and Sullivan, the cloud communication user base is projected to grow an annual rate of 25% - 30% through 2020.</em>\r\n\r\n<a href=\"http://hilltoptech.com/news/avaya-ip-office-in-the-cloud/\">Learn more about how Avaya IP Office</a> in the cloud can help empower your company\'s connectivity.','10 Reasons to Move your Unified Communications System to the Cloud','','inherit','closed','closed','','429-revision-v1','','','2017-06-16 13:33:59','2017-06-16 17:33:59','',429,'http://hilltoptech.com/news/429-revision-v1/',0,'revision','',0),(437,1,'2017-08-10 13:13:37','2017-08-10 17:13:37','<p style=\"text-align: center;\"><a href=\"http://hilltoptech.com\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/05/Avaya-IP-Office-in-the-cloud.jpg\" alt=\"Avaya IP Office in the Cloud\" width=\"900\" height=\"2989\" /></a></p>\r\n\r\n<!-- Google Code for Aug Avaya Ads Conversion Page --> <script type=\"text/javascript\">\r\n\r\n/* <![CDATA[ */ var google_conversion_id = 853373596; var google_conversion_language = \"en\"; var google_conversion_format = \"3\"; var google_conversion_color = \"ffffff\"; var google_conversion_label = \"sgMdCOH6y3MQnOX1lgM\"; var google_conversion_value = 5.00; var google_conversion_currency = \"USD\"; var google_remarketing_only = false; /* ]]> */\r\n\r\n</script>\r\n\r\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\r\n\r\n</script>\r\n\r\n<noscript></p>\r\n<div style=\"display:inline;\">\r\n<p><img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//www.googleadservices.com/pagead/conversion/853373596/?value=5.00&amp;currency_code=USD&amp;label=sgMdCOH6y3MQnOX1lgM&amp;guid=ON&amp;script=0\"/></p>\r\n</div>\r\n<p></noscript>','Avaya IP Office in the Cloud','','inherit','closed','closed','','322-revision-v1','','','2017-08-10 13:13:37','2017-08-10 17:13:37','',322,'http://hilltoptech.com/news/322-revision-v1/',0,'revision','',0),(436,1,'2017-08-07 12:24:59','2017-08-07 16:24:59','<p style=\"text-align: center;\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/05/Avaya-IP-Office-in-the-cloud.jpg\"><img class=\"aligncenter size-full wp-image-330\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/05/Avaya-IP-Office-in-the-cloud.jpg\" alt=\"Avaya IP Office in the Cloud\" width=\"900\" height=\"2989\" /></a></p>\r\n\r\n<!-- Google Code for Aug Avaya Ads Conversion Page --> <script type=\"text/javascript\">\r\n\r\n/* <![CDATA[ */ var google_conversion_id = 853373596; var google_conversion_language = \"en\"; var google_conversion_format = \"3\"; var google_conversion_color = \"ffffff\"; var google_conversion_label = \"sgMdCOH6y3MQnOX1lgM\"; var google_conversion_value = 5.00; var google_conversion_currency = \"USD\"; var google_remarketing_only = false; /* ]]> */\r\n\r\n</script>\r\n\r\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\r\n\r\n</script>\r\n\r\n<noscript></p>\r\n<div style=\"display:inline;\">\r\n<p><img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//www.googleadservices.com/pagead/conversion/853373596/?value=5.00&amp;currency_code=USD&amp;label=sgMdCOH6y3MQnOX1lgM&amp;guid=ON&amp;script=0\"/></p>\r\n</div>\r\n<p></noscript>','Avaya IP Office in the Cloud','','inherit','closed','closed','','322-revision-v1','','','2017-08-07 12:24:59','2017-08-07 16:24:59','',322,'http://hilltoptech.com/news/322-revision-v1/',0,'revision','',0),(438,1,'2017-08-10 13:14:07','2017-08-10 17:14:07','<p style=\"text-align: center;\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/05/Avaya-IP-Office-in-the-cloud.jpg\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/05/Avaya-IP-Office-in-the-cloud.jpg\" alt=\"Avaya IP Office in the Cloud\" width=\"900\" height=\"2989\" /></a></p>\r\n\r\n<!-- Google Code for Aug Avaya Ads Conversion Page --> <script type=\"text/javascript\">\r\n\r\n/* <![CDATA[ */ var google_conversion_id = 853373596; var google_conversion_language = \"en\"; var google_conversion_format = \"3\"; var google_conversion_color = \"ffffff\"; var google_conversion_label = \"sgMdCOH6y3MQnOX1lgM\"; var google_conversion_value = 5.00; var google_conversion_currency = \"USD\"; var google_remarketing_only = false; /* ]]> */\r\n\r\n</script>\r\n\r\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\r\n\r\n</script>\r\n\r\n<noscript></p>\r\n<div style=\"display:inline;\">\r\n<p><img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//www.googleadservices.com/pagead/conversion/853373596/?value=5.00&amp;currency_code=USD&amp;label=sgMdCOH6y3MQnOX1lgM&amp;guid=ON&amp;script=0\"/></p>\r\n</div>\r\n<p></noscript>','Avaya IP Office in the Cloud','','inherit','closed','closed','','322-revision-v1','','','2017-08-10 13:14:07','2017-08-10 17:14:07','',322,'http://hilltoptech.com/news/322-revision-v1/',0,'revision','',0),(440,1,'2017-08-10 13:16:21','2017-08-10 17:16:21','<p style=\"text-align: center;\"><a href=\"http://hilltoptech.com/\"><img class=\"aligncenter size-full wp-image-330\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/05/Avaya-IP-Office-in-the-cloud.jpg\" alt=\"Avaya IP Office in the Cloud\" width=\"900\" height=\"2989\" /></a></p>\r\n<!-- Google Code for Aug Avaya Ads Conversion Page --> <script type=\"text/javascript\">\r\n\r\n/* <![CDATA[ */ var google_conversion_id = 853373596; var google_conversion_language = \"en\"; var google_conversion_format = \"3\"; var google_conversion_color = \"ffffff\"; var google_conversion_label = \"sgMdCOH6y3MQnOX1lgM\"; var google_conversion_value = 5.00; var google_conversion_currency = \"USD\"; var google_remarketing_only = false; /* ]]> */\r\n\r\n</script>\r\n\r\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\r\n\r\n</script>\r\n\r\n<noscript>&amp;lt;/p&amp;gt;&lt;br /&gt;<br />\r\n&amp;lt;div style=\"display:inline;\"&amp;gt;&lt;br /&gt;<br />\r\n&amp;lt;p&amp;gt;&amp;lt;img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//www.googleadservices.com/pagead/conversion/853373596/?value=5.00&amp;amp;amp;currency_code=USD&amp;amp;amp;label=sgMdCOH6y3MQnOX1lgM&amp;amp;amp;guid=ON&amp;amp;amp;script=0\"/&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;<br />\r\n&amp;lt;/div&amp;gt;&lt;br /&gt;<br />\r\n&amp;lt;p&amp;gt;</noscript>','Avaya IP Office in the Cloud','','inherit','closed','closed','','322-revision-v1','','','2017-08-10 13:16:21','2017-08-10 17:16:21','',322,'http://hilltoptech.com/news/322-revision-v1/',0,'revision','',0),(439,1,'2017-08-10 13:15:32','2017-08-10 17:15:32','<p style=\"text-align: center;\"><a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/05/Avaya-IP-Office-in-the-cloud.jpg\"><img class=\"aligncenter size-full wp-image-330\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/05/Avaya-IP-Office-in-the-cloud.jpg\" alt=\"Avaya IP Office in the Cloud\" width=\"900\" height=\"2989\" /></a></p>\n<!-- Google Code for Aug Avaya Ads Conversion Page --> <script type=\"text/javascript\">\n\n/* <![CDATA[ */ var google_conversion_id = 853373596; var google_conversion_language = \"en\"; var google_conversion_format = \"3\"; var google_conversion_color = \"ffffff\"; var google_conversion_label = \"sgMdCOH6y3MQnOX1lgM\"; var google_conversion_value = 5.00; var google_conversion_currency = \"USD\"; var google_remarketing_only = false; /* ]]> */\n\n</script>\n\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\n\n</script>\n\n<noscript>&amp;lt;/p&amp;gt;&lt;br /&gt;<br />\n&amp;lt;div style=\"display:inline;\"&amp;gt;&lt;br /&gt;<br />\n&amp;lt;p&amp;gt;&amp;lt;img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//www.googleadservices.com/pagead/conversion/853373596/?value=5.00&amp;amp;amp;currency_code=USD&amp;amp;amp;label=sgMdCOH6y3MQnOX1lgM&amp;amp;amp;guid=ON&amp;amp;amp;script=0\"/&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;<br />\n&amp;lt;/div&amp;gt;&lt;br /&gt;<br />\n&amp;lt;p&amp;gt;</noscript>','Avaya IP Office in the Cloud','','inherit','closed','closed','','322-revision-v1','','','2017-08-10 13:15:32','2017-08-10 17:15:32','',322,'http://hilltoptech.com/news/322-revision-v1/',0,'revision','',0),(442,1,'2017-08-31 10:05:31','2017-08-31 14:05:31','','Overview','','inherit','closed','closed','','overview-2','','','2017-08-31 10:05:31','2017-08-31 14:05:31','',0,'http://hilltoptech.com/news/wp-content/uploads/2017/08/Overview.pdf',0,'attachment','application/pdf',0),(444,1,'2017-08-31 10:15:35','2017-08-31 14:15:35','<img class=\"aligncenter wp-image-313\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/04/comm-tech-services-all-in-box-1024x296.jpg\" alt=\"Communications Technology\" width=\"498\" height=\"144\" />\r\n\r\nVersatility and scalability are more than nice to have when it comes to your business’s communications system. So, what are the pivotal features and functionality that allow for a more universal telecommunications solution?\r\n\r\n<strong>1. IP Office</strong>\r\n• Highly modular system allows real-time collaboration\r\n• Employees able to handle business communications on device of their choice\r\n• Provides individual user productivity solutions to give your employees the capabilities they need\r\n\r\n<strong>2. Enterprise Contact Center</strong>\r\n• Manage your contacts the same way you manage your voice interactions\r\n• Multichannel contact center matches callers with appropriate resource\r\n• Delivers a unified, efficient, and highly-personalized experience\r\n\r\n<strong>3. Unified Communications</strong>\r\n• Designed to be easy to manage and scale\r\n• Able to coexist with current infrastructure\r\n• Each site is able to function independently\r\n\r\n<strong>4. Cloud Hosted System</strong>\r\n• Turn-key solution with a per-seat monthly subscription\r\n• Benefit from not incurring capitol business expenses for equipment or software\r\n\r\nIf you need help in determining which features and functionality will provide the best solutions for how you work, give us a call, or schedule a free lunch and learn session with us. We can walk through the options when it comes to new systems, enhanced features, or provide a workflow evaluation. We also offer training and support.\r\n\r\n<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/08/Overview.pdf\">Download</a> an overview of our Communication Technology Services here.','4 Keys to your Communications’ System Success','','inherit','closed','closed','','309-revision-v1','','','2017-08-31 10:15:35','2017-08-31 14:15:35','',309,'http://hilltoptech.com/news/309-revision-v1/',0,'revision','',0),(445,1,'2017-08-31 10:47:44','2017-08-31 14:47:44','','4 Keys to Comm Success','','inherit','closed','closed','','4-keys-to-comm-success','','','2017-08-31 10:47:44','2017-08-31 14:47:44','',0,'http://hilltoptech.com/news/wp-content/uploads/2017/08/4-Keys-to-Comm-Success.pdf',0,'attachment','application/pdf',0),(447,1,'2017-09-05 13:32:07','2017-09-05 17:32:07','<p style=\"text-align: center;\"><a href=\"http://hilltoptech.com/\"><img class=\"aligncenter size-full wp-image-330\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/05/Avaya-IP-Office-in-the-cloud.jpg\" alt=\"Avaya IP Office in the Cloud\" width=\"900\" height=\"2989\" /></a></p>\r\n<!-- Google Code for Remarketing Tag -->\r\n<!-------------------------------------------------- Remarketing tags may not be associated with personally identifiable information or placed on pages related to sensitive categories. See more information and instructions on how to setup the tag on: http://google.com/ads/remarketingsetup --------------------------------------------------->\r\n<script type=\"text/javascript\">\r\n/* <![CDATA[ */ var google_conversion_id = 853373596; var google_custom_params = window.google_tag_params; var google_remarketing_only = true; /* ]]> */\r\n</script>\r\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\r\n</script>\r\n<noscript>\r\n<div style=\"display:inline;\">\r\n<img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//googleads.g.doubleclick.net/pagead/viewthroughconversion/853373596/?guid=ON&script=0\"/></div>\r\n</noscript>\r\n\r\n<!-- Google Code for Aug Avaya Ads Conversion Page --> <script type=\"text/javascript\">\r\n\r\n/* <![CDATA[ */ var google_conversion_id = 853373596; var google_conversion_language = \"en\"; var google_conversion_format = \"3\"; var google_conversion_color = \"ffffff\"; var google_conversion_label = \"sgMdCOH6y3MQnOX1lgM\"; var google_conversion_value = 5.00; var google_conversion_currency = \"USD\"; var google_remarketing_only = false; /* ]]> */\r\n\r\n</script>\r\n\r\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\r\n\r\n</script>\r\n\r\n<noscript>&amp;lt;/p&amp;gt;&lt;br /&gt;<br />\r\n&amp;lt;div style=\"display:inline;\"&amp;gt;&lt;br /&gt;<br />\r\n&amp;lt;p&amp;gt;&amp;lt;img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//www.googleadservices.com/pagead/conversion/853373596/?value=5.00&amp;amp;amp;currency_code=USD&amp;amp;amp;label=sgMdCOH6y3MQnOX1lgM&amp;amp;amp;guid=ON&amp;amp;amp;script=0\"/&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;<br />\r\n&amp;lt;/div&amp;gt;&lt;br /&gt;<br />\r\n&amp;lt;p&amp;gt;</noscript>','Avaya IP Office in the Cloud','','inherit','closed','closed','','322-revision-v1','','','2017-09-05 13:32:07','2017-09-05 17:32:07','',322,'http://hilltoptech.com/news/322-revision-v1/',0,'revision','',0),(448,1,'2017-09-08 11:41:08','2017-09-08 15:41:08','The Avaya Smart School Solution makes the most of existing infrastructure and resources to provide an array of notifications and security capabilities in the case of an emergency. ','Avaya Hilltop Smart School Solution 5-16-17','','inherit','closed','closed','','avaya-hilltop-smart-school-solution-5-16-17','','','2017-09-08 11:45:09','2017-09-08 15:45:09','',0,'http://hilltoptech.com/news/wp-content/uploads/2017/09/Avaya-Hilltop-Smart-School-Solution-5-16-17.pdf',0,'attachment','application/pdf',0),(450,3,'2017-11-02 16:00:11','2017-11-02 20:00:11','<p style=\"text-align: center;\"><a href=\"http://hilltoptech.com/infinitum.php\"><img class=\"aligncenter size-full wp-image-330\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/05/Avaya-IP-Office-in-the-cloud.jpg\" alt=\"Avaya IP Office in the Cloud\" width=\"900\" height=\"2989\" /></a></p>\n<div style=\"text-align:center; width: 125px; display:block; margin:12px auto;\">\n<div class=\"short-link-dark\"><a href=\"https://hilltoptech.com/infinitum.php\">Benefits of the Cloud</a></div>\n</div>\n<!-- Google Code for Remarketing Tag -->\n<!-------------------------------------------------- Remarketing tags may not be associated with personally identifiable information or placed on pages related to sensitive categories. See more information and instructions on how to setup the tag on: http://google.com/ads/remarketingsetup --------------------------------------------------->\n<script type=\"text/javascript\">\n/* <![CDATA[ */ var google_conversion_id = 853373596; var google_custom_params = window.google_tag_params; var google_remarketing_only = true; /* ]]> */\n</script>\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\n</script>\n<noscript>\n<div style=\"display:inline;\">\n<img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//googleads.g.doubleclick.net/pagead/viewthroughconversion/853373596/?guid=ON&script=0\"/></div>\n</noscript>\n\n<!-- Google Code for Aug Avaya Ads Conversion Page --> <script type=\"text/javascript\">\n\n/* <![CDATA[ */ var google_conversion_id = 853373596; var google_conversion_language = \"en\"; var google_conversion_format = \"3\"; var google_conversion_color = \"ffffff\"; var google_conversion_label = \"sgMdCOH6y3MQnOX1lgM\"; var google_conversion_value = 5.00; var google_conversion_currency = \"USD\"; var google_remarketing_only = false; /* ]]> */\n\n</script>\n\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\n\n</script>\n\n<noscript>&amp;lt;/p&amp;gt;&lt;br /&gt;<br />\n&amp;lt;div style=\"display:inline;\"&amp;gt;&lt;br /&gt;<br />\n&amp;lt;p&amp;gt;&amp;lt;img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//www.googleadservices.com/pagead/conversion/853373596/?value=5.00&amp;amp;amp;currency_code=USD&amp;amp;amp;label=sgMdCOH6y3MQnOX1lgM&amp;amp;amp;guid=ON&amp;amp;amp;script=0\"/&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;<br />\n&amp;lt;/div&amp;gt;&lt;br /&gt;<br />\n&amp;lt;p&amp;gt;</noscript>','Avaya IP Office in the Cloud','','inherit','closed','closed','','322-autosave-v1','','','2017-11-02 16:00:11','2017-11-02 20:00:11','',322,'http://hilltoptech.com/news/322-autosave-v1/',0,'revision','',0),(451,3,'2017-11-02 15:49:01','2017-11-02 19:49:01','<p style=\"text-align: center;\"><a href=\"http://hilltoptech.com/infinitum.php\"><img class=\"aligncenter size-full wp-image-330\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/05/Avaya-IP-Office-in-the-cloud.jpg\" alt=\"Avaya IP Office in the Cloud\" width=\"900\" height=\"2989\" /></a></p>\r\n<div class=\"short-link-dark\" style=\"max-width:125px;\"><a href=\"HilltopTechnologies_Slick.pdf\" target=\"_blank\">Benefits of the Cloud</a></div>\r\n\r\n<!-- Google Code for Remarketing Tag -->\r\n<!-------------------------------------------------- Remarketing tags may not be associated with personally identifiable information or placed on pages related to sensitive categories. See more information and instructions on how to setup the tag on: http://google.com/ads/remarketingsetup --------------------------------------------------->\r\n<script type=\"text/javascript\">\r\n/* <![CDATA[ */ var google_conversion_id = 853373596; var google_custom_params = window.google_tag_params; var google_remarketing_only = true; /* ]]> */\r\n</script>\r\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\r\n</script>\r\n<noscript>\r\n<div style=\"display:inline;\">\r\n<img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//googleads.g.doubleclick.net/pagead/viewthroughconversion/853373596/?guid=ON&script=0\"/></div>\r\n</noscript>\r\n\r\n<!-- Google Code for Aug Avaya Ads Conversion Page --> <script type=\"text/javascript\">\r\n\r\n/* <![CDATA[ */ var google_conversion_id = 853373596; var google_conversion_language = \"en\"; var google_conversion_format = \"3\"; var google_conversion_color = \"ffffff\"; var google_conversion_label = \"sgMdCOH6y3MQnOX1lgM\"; var google_conversion_value = 5.00; var google_conversion_currency = \"USD\"; var google_remarketing_only = false; /* ]]> */\r\n\r\n</script>\r\n\r\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\r\n\r\n</script>\r\n\r\n<noscript>&amp;lt;/p&amp;gt;&lt;br /&gt;<br />\r\n&amp;lt;div style=\"display:inline;\"&amp;gt;&lt;br /&gt;<br />\r\n&amp;lt;p&amp;gt;&amp;lt;img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//www.googleadservices.com/pagead/conversion/853373596/?value=5.00&amp;amp;amp;currency_code=USD&amp;amp;amp;label=sgMdCOH6y3MQnOX1lgM&amp;amp;amp;guid=ON&amp;amp;amp;script=0\"/&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;<br />\r\n&amp;lt;/div&amp;gt;&lt;br /&gt;<br />\r\n&amp;lt;p&amp;gt;</noscript>','Avaya IP Office in the Cloud','','inherit','closed','closed','','322-revision-v1','','','2017-11-02 15:49:01','2017-11-02 19:49:01','',322,'http://hilltoptech.com/news/322-revision-v1/',0,'revision','',0),(452,3,'2017-11-02 15:49:44','2017-11-02 19:49:44','<p style=\"text-align: center;\"><a href=\"http://hilltoptech.com/infinitum.php\"><img class=\"aligncenter size-full wp-image-330\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/05/Avaya-IP-Office-in-the-cloud.jpg\" alt=\"Avaya IP Office in the Cloud\" width=\"900\" height=\"2989\" /></a></p>\r\n<div class=\"short-link-dark\" style=\"max-width:125px;\"><a href=\"https://hilltoptech.com/infinitum.php\">Benefits of the Cloud</a></div>\r\n\r\n<!-- Google Code for Remarketing Tag -->\r\n<!-------------------------------------------------- Remarketing tags may not be associated with personally identifiable information or placed on pages related to sensitive categories. See more information and instructions on how to setup the tag on: http://google.com/ads/remarketingsetup --------------------------------------------------->\r\n<script type=\"text/javascript\">\r\n/* <![CDATA[ */ var google_conversion_id = 853373596; var google_custom_params = window.google_tag_params; var google_remarketing_only = true; /* ]]> */\r\n</script>\r\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\r\n</script>\r\n<noscript>\r\n<div style=\"display:inline;\">\r\n<img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//googleads.g.doubleclick.net/pagead/viewthroughconversion/853373596/?guid=ON&script=0\"/></div>\r\n</noscript>\r\n\r\n<!-- Google Code for Aug Avaya Ads Conversion Page --> <script type=\"text/javascript\">\r\n\r\n/* <![CDATA[ */ var google_conversion_id = 853373596; var google_conversion_language = \"en\"; var google_conversion_format = \"3\"; var google_conversion_color = \"ffffff\"; var google_conversion_label = \"sgMdCOH6y3MQnOX1lgM\"; var google_conversion_value = 5.00; var google_conversion_currency = \"USD\"; var google_remarketing_only = false; /* ]]> */\r\n\r\n</script>\r\n\r\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\r\n\r\n</script>\r\n\r\n<noscript>&amp;lt;/p&amp;gt;&lt;br /&gt;<br />\r\n&amp;lt;div style=\"display:inline;\"&amp;gt;&lt;br /&gt;<br />\r\n&amp;lt;p&amp;gt;&amp;lt;img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//www.googleadservices.com/pagead/conversion/853373596/?value=5.00&amp;amp;amp;currency_code=USD&amp;amp;amp;label=sgMdCOH6y3MQnOX1lgM&amp;amp;amp;guid=ON&amp;amp;amp;script=0\"/&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;<br />\r\n&amp;lt;/div&amp;gt;&lt;br /&gt;<br />\r\n&amp;lt;p&amp;gt;</noscript>','Avaya IP Office in the Cloud','','inherit','closed','closed','','322-revision-v1','','','2017-11-02 15:49:44','2017-11-02 19:49:44','',322,'http://hilltoptech.com/news/322-revision-v1/',0,'revision','',0),(453,3,'2017-11-02 15:51:42','2017-11-02 19:51:42','<p style=\"text-align: center;\"><a href=\"http://hilltoptech.com/infinitum.php\"><img class=\"aligncenter size-full wp-image-330\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/05/Avaya-IP-Office-in-the-cloud.jpg\" alt=\"Avaya IP Office in the Cloud\" width=\"900\" height=\"2989\" /></a></p>\r\n\r\n<p style=\"text-align: center;\"><div class=\"short-link-dark\" style=\"max-width: 125px;\"><a href=\"https://hilltoptech.com/infinitum.php\">Benefits of the Cloud</a></div></p>\r\n<!-- Google Code for Remarketing Tag -->\r\n<!-------------------------------------------------- Remarketing tags may not be associated with personally identifiable information or placed on pages related to sensitive categories. See more information and instructions on how to setup the tag on: http://google.com/ads/remarketingsetup --------------------------------------------------->\r\n<script type=\"text/javascript\">\r\n/* <![CDATA[ */ var google_conversion_id = 853373596; var google_custom_params = window.google_tag_params; var google_remarketing_only = true; /* ]]> */\r\n</script>\r\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\r\n</script>\r\n<noscript>\r\n<div style=\"display:inline;\">\r\n<img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//googleads.g.doubleclick.net/pagead/viewthroughconversion/853373596/?guid=ON&script=0\"/></div>\r\n</noscript>\r\n\r\n<!-- Google Code for Aug Avaya Ads Conversion Page --> <script type=\"text/javascript\">\r\n\r\n/* <![CDATA[ */ var google_conversion_id = 853373596; var google_conversion_language = \"en\"; var google_conversion_format = \"3\"; var google_conversion_color = \"ffffff\"; var google_conversion_label = \"sgMdCOH6y3MQnOX1lgM\"; var google_conversion_value = 5.00; var google_conversion_currency = \"USD\"; var google_remarketing_only = false; /* ]]> */\r\n\r\n</script>\r\n\r\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\r\n\r\n</script>\r\n\r\n<noscript>&amp;lt;/p&amp;gt;&lt;br /&gt;<br />\r\n&amp;lt;div style=\"display:inline;\"&amp;gt;&lt;br /&gt;<br />\r\n&amp;lt;p&amp;gt;&amp;lt;img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//www.googleadservices.com/pagead/conversion/853373596/?value=5.00&amp;amp;amp;currency_code=USD&amp;amp;amp;label=sgMdCOH6y3MQnOX1lgM&amp;amp;amp;guid=ON&amp;amp;amp;script=0\"/&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;<br />\r\n&amp;lt;/div&amp;gt;&lt;br /&gt;<br />\r\n&amp;lt;p&amp;gt;</noscript>','Avaya IP Office in the Cloud','','inherit','closed','closed','','322-revision-v1','','','2017-11-02 15:51:42','2017-11-02 19:51:42','',322,'http://hilltoptech.com/news/322-revision-v1/',0,'revision','',0),(455,3,'2017-11-02 15:54:53','2017-11-02 19:54:53','<p style=\"text-align: center;\"><a href=\"http://hilltoptech.com/infinitum.php\"><img class=\"aligncenter size-full wp-image-330\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/05/Avaya-IP-Office-in-the-cloud.jpg\" alt=\"Avaya IP Office in the Cloud\" width=\"900\" height=\"2989\" /></a></p>\r\n<div style=\"text-align:center;\">\r\n<div class=\"short-link-dark\" style=\"max-width: 125px;\"><a href=\"https://hilltoptech.com/infinitum.php\">Benefits of the Cloud</a></div>\r\n</div>\r\n<!-- Google Code for Remarketing Tag -->\r\n<!-------------------------------------------------- Remarketing tags may not be associated with personally identifiable information or placed on pages related to sensitive categories. See more information and instructions on how to setup the tag on: http://google.com/ads/remarketingsetup --------------------------------------------------->\r\n<script type=\"text/javascript\">\r\n/* <![CDATA[ */ var google_conversion_id = 853373596; var google_custom_params = window.google_tag_params; var google_remarketing_only = true; /* ]]> */\r\n</script>\r\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\r\n</script>\r\n<noscript>\r\n<div style=\"display:inline;\">\r\n<img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//googleads.g.doubleclick.net/pagead/viewthroughconversion/853373596/?guid=ON&script=0\"/></div>\r\n</noscript>\r\n\r\n<!-- Google Code for Aug Avaya Ads Conversion Page --> <script type=\"text/javascript\">\r\n\r\n/* <![CDATA[ */ var google_conversion_id = 853373596; var google_conversion_language = \"en\"; var google_conversion_format = \"3\"; var google_conversion_color = \"ffffff\"; var google_conversion_label = \"sgMdCOH6y3MQnOX1lgM\"; var google_conversion_value = 5.00; var google_conversion_currency = \"USD\"; var google_remarketing_only = false; /* ]]> */\r\n\r\n</script>\r\n\r\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\r\n\r\n</script>\r\n\r\n<noscript>&amp;lt;/p&amp;gt;&lt;br /&gt;<br />\r\n&amp;lt;div style=\"display:inline;\"&amp;gt;&lt;br /&gt;<br />\r\n&amp;lt;p&amp;gt;&amp;lt;img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//www.googleadservices.com/pagead/conversion/853373596/?value=5.00&amp;amp;amp;currency_code=USD&amp;amp;amp;label=sgMdCOH6y3MQnOX1lgM&amp;amp;amp;guid=ON&amp;amp;amp;script=0\"/&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;<br />\r\n&amp;lt;/div&amp;gt;&lt;br /&gt;<br />\r\n&amp;lt;p&amp;gt;</noscript>','Avaya IP Office in the Cloud','','inherit','closed','closed','','322-revision-v1','','','2017-11-02 15:54:53','2017-11-02 19:54:53','',322,'http://hilltoptech.com/news/322-revision-v1/',0,'revision','',0),(454,3,'2017-11-02 15:53:09','2017-11-02 19:53:09','<p style=\"text-align: center;\"><a href=\"http://hilltoptech.com/infinitum.php\"><img class=\"aligncenter size-full wp-image-330\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/05/Avaya-IP-Office-in-the-cloud.jpg\" alt=\"Avaya IP Office in the Cloud\" width=\"900\" height=\"2989\" /></a></p>\r\n\r\n<div style=\"text-align: center; width:100%;\"><div class=\"short-link-dark\" style=\"max-width: 125px;\"><a href=\"https://hilltoptech.com/infinitum.php\">Benefits of the Cloud</a></div></div>\r\n<!-- Google Code for Remarketing Tag -->\r\n<!-------------------------------------------------- Remarketing tags may not be associated with personally identifiable information or placed on pages related to sensitive categories. See more information and instructions on how to setup the tag on: http://google.com/ads/remarketingsetup --------------------------------------------------->\r\n<script type=\"text/javascript\">\r\n/* <![CDATA[ */ var google_conversion_id = 853373596; var google_custom_params = window.google_tag_params; var google_remarketing_only = true; /* ]]> */\r\n</script>\r\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\r\n</script>\r\n<noscript>\r\n<div style=\"display:inline;\">\r\n<img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//googleads.g.doubleclick.net/pagead/viewthroughconversion/853373596/?guid=ON&script=0\"/></div>\r\n</noscript>\r\n\r\n<!-- Google Code for Aug Avaya Ads Conversion Page --> <script type=\"text/javascript\">\r\n\r\n/* <![CDATA[ */ var google_conversion_id = 853373596; var google_conversion_language = \"en\"; var google_conversion_format = \"3\"; var google_conversion_color = \"ffffff\"; var google_conversion_label = \"sgMdCOH6y3MQnOX1lgM\"; var google_conversion_value = 5.00; var google_conversion_currency = \"USD\"; var google_remarketing_only = false; /* ]]> */\r\n\r\n</script>\r\n\r\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\r\n\r\n</script>\r\n\r\n<noscript>&amp;lt;/p&amp;gt;&lt;br /&gt;<br />\r\n&amp;lt;div style=\"display:inline;\"&amp;gt;&lt;br /&gt;<br />\r\n&amp;lt;p&amp;gt;&amp;lt;img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//www.googleadservices.com/pagead/conversion/853373596/?value=5.00&amp;amp;amp;currency_code=USD&amp;amp;amp;label=sgMdCOH6y3MQnOX1lgM&amp;amp;amp;guid=ON&amp;amp;amp;script=0\"/&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;<br />\r\n&amp;lt;/div&amp;gt;&lt;br /&gt;<br />\r\n&amp;lt;p&amp;gt;</noscript>','Avaya IP Office in the Cloud','','inherit','closed','closed','','322-revision-v1','','','2017-11-02 15:53:09','2017-11-02 19:53:09','',322,'http://hilltoptech.com/news/322-revision-v1/',0,'revision','',0),(456,3,'2017-11-02 15:55:30','2017-11-02 19:55:30','<p style=\"text-align: center;\"><a href=\"http://hilltoptech.com/infinitum.php\"><img class=\"aligncenter size-full wp-image-330\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/05/Avaya-IP-Office-in-the-cloud.jpg\" alt=\"Avaya IP Office in the Cloud\" width=\"900\" height=\"2989\" /></a></p>\r\n<div style=\"text-align:center; width:600px;\">\r\n<div class=\"short-link-dark\" style=\"max-width: 125px;\"><a href=\"https://hilltoptech.com/infinitum.php\">Benefits of the Cloud</a></div>\r\n</div>\r\n<!-- Google Code for Remarketing Tag -->\r\n<!-------------------------------------------------- Remarketing tags may not be associated with personally identifiable information or placed on pages related to sensitive categories. See more information and instructions on how to setup the tag on: http://google.com/ads/remarketingsetup --------------------------------------------------->\r\n<script type=\"text/javascript\">\r\n/* <![CDATA[ */ var google_conversion_id = 853373596; var google_custom_params = window.google_tag_params; var google_remarketing_only = true; /* ]]> */\r\n</script>\r\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\r\n</script>\r\n<noscript>\r\n<div style=\"display:inline;\">\r\n<img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//googleads.g.doubleclick.net/pagead/viewthroughconversion/853373596/?guid=ON&script=0\"/></div>\r\n</noscript>\r\n\r\n<!-- Google Code for Aug Avaya Ads Conversion Page --> <script type=\"text/javascript\">\r\n\r\n/* <![CDATA[ */ var google_conversion_id = 853373596; var google_conversion_language = \"en\"; var google_conversion_format = \"3\"; var google_conversion_color = \"ffffff\"; var google_conversion_label = \"sgMdCOH6y3MQnOX1lgM\"; var google_conversion_value = 5.00; var google_conversion_currency = \"USD\"; var google_remarketing_only = false; /* ]]> */\r\n\r\n</script>\r\n\r\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\r\n\r\n</script>\r\n\r\n<noscript>&amp;lt;/p&amp;gt;&lt;br /&gt;<br />\r\n&amp;lt;div style=\"display:inline;\"&amp;gt;&lt;br /&gt;<br />\r\n&amp;lt;p&amp;gt;&amp;lt;img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//www.googleadservices.com/pagead/conversion/853373596/?value=5.00&amp;amp;amp;currency_code=USD&amp;amp;amp;label=sgMdCOH6y3MQnOX1lgM&amp;amp;amp;guid=ON&amp;amp;amp;script=0\"/&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;<br />\r\n&amp;lt;/div&amp;gt;&lt;br /&gt;<br />\r\n&amp;lt;p&amp;gt;</noscript>','Avaya IP Office in the Cloud','','inherit','closed','closed','','322-revision-v1','','','2017-11-02 15:55:30','2017-11-02 19:55:30','',322,'http://hilltoptech.com/news/322-revision-v1/',0,'revision','',0),(457,3,'2017-11-02 15:58:37','2017-11-02 19:58:37','<p style=\"text-align: center;\"><a href=\"http://hilltoptech.com/infinitum.php\"><img class=\"aligncenter size-full wp-image-330\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/05/Avaya-IP-Office-in-the-cloud.jpg\" alt=\"Avaya IP Office in the Cloud\" width=\"900\" height=\"2989\" /></a></p>\r\n<div style=\"text-align:center; width:100%; display:block; margin:12px auto;\">\r\n<div class=\"short-link-dark\" style=\"max-width: 125px;\"><a href=\"https://hilltoptech.com/infinitum.php\">Benefits of the Cloud</a></div>\r\n</div>\r\n<!-- Google Code for Remarketing Tag -->\r\n<!-------------------------------------------------- Remarketing tags may not be associated with personally identifiable information or placed on pages related to sensitive categories. See more information and instructions on how to setup the tag on: http://google.com/ads/remarketingsetup --------------------------------------------------->\r\n<script type=\"text/javascript\">\r\n/* <![CDATA[ */ var google_conversion_id = 853373596; var google_custom_params = window.google_tag_params; var google_remarketing_only = true; /* ]]> */\r\n</script>\r\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\r\n</script>\r\n<noscript>\r\n<div style=\"display:inline;\">\r\n<img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//googleads.g.doubleclick.net/pagead/viewthroughconversion/853373596/?guid=ON&script=0\"/></div>\r\n</noscript>\r\n\r\n<!-- Google Code for Aug Avaya Ads Conversion Page --> <script type=\"text/javascript\">\r\n\r\n/* <![CDATA[ */ var google_conversion_id = 853373596; var google_conversion_language = \"en\"; var google_conversion_format = \"3\"; var google_conversion_color = \"ffffff\"; var google_conversion_label = \"sgMdCOH6y3MQnOX1lgM\"; var google_conversion_value = 5.00; var google_conversion_currency = \"USD\"; var google_remarketing_only = false; /* ]]> */\r\n\r\n</script>\r\n\r\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\r\n\r\n</script>\r\n\r\n<noscript>&amp;lt;/p&amp;gt;&lt;br /&gt;<br />\r\n&amp;lt;div style=\"display:inline;\"&amp;gt;&lt;br /&gt;<br />\r\n&amp;lt;p&amp;gt;&amp;lt;img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//www.googleadservices.com/pagead/conversion/853373596/?value=5.00&amp;amp;amp;currency_code=USD&amp;amp;amp;label=sgMdCOH6y3MQnOX1lgM&amp;amp;amp;guid=ON&amp;amp;amp;script=0\"/&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;<br />\r\n&amp;lt;/div&amp;gt;&lt;br /&gt;<br />\r\n&amp;lt;p&amp;gt;</noscript>','Avaya IP Office in the Cloud','','inherit','closed','closed','','322-revision-v1','','','2017-11-02 15:58:37','2017-11-02 19:58:37','',322,'http://hilltoptech.com/news/322-revision-v1/',0,'revision','',0),(458,3,'2017-11-02 16:00:14','2017-11-02 20:00:14','<p style=\"text-align: center;\"><a href=\"http://hilltoptech.com/infinitum.php\"><img class=\"aligncenter size-full wp-image-330\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/05/Avaya-IP-Office-in-the-cloud.jpg\" alt=\"Avaya IP Office in the Cloud\" width=\"900\" height=\"2989\" /></a></p>\r\n<div style=\"text-align:center; width: 125px; display:block; margin:12px auto;\">\r\n<div class=\"short-link-dark\"><a href=\"https://hilltoptech.com/infinitum.php\">Benefits of the Cloud</a></div>\r\n</div>\r\n<!-- Google Code for Remarketing Tag -->\r\n<!-------------------------------------------------- Remarketing tags may not be associated with personally identifiable information or placed on pages related to sensitive categories. See more information and instructions on how to setup the tag on: http://google.com/ads/remarketingsetup --------------------------------------------------->\r\n<script type=\"text/javascript\">\r\n/* <![CDATA[ */ var google_conversion_id = 853373596; var google_custom_params = window.google_tag_params; var google_remarketing_only = true; /* ]]> */\r\n</script>\r\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\r\n</script>\r\n<noscript>\r\n<div style=\"display:inline;\">\r\n<img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//googleads.g.doubleclick.net/pagead/viewthroughconversion/853373596/?guid=ON&script=0\"/></div>\r\n</noscript>\r\n\r\n<!-- Google Code for Aug Avaya Ads Conversion Page --> <script type=\"text/javascript\">\r\n\r\n/* <![CDATA[ */ var google_conversion_id = 853373596; var google_conversion_language = \"en\"; var google_conversion_format = \"3\"; var google_conversion_color = \"ffffff\"; var google_conversion_label = \"sgMdCOH6y3MQnOX1lgM\"; var google_conversion_value = 5.00; var google_conversion_currency = \"USD\"; var google_remarketing_only = false; /* ]]> */\r\n\r\n</script>\r\n\r\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\r\n\r\n</script>\r\n\r\n<noscript>&amp;lt;/p&amp;gt;&lt;br /&gt;<br />\r\n&amp;lt;div style=\"display:inline;\"&amp;gt;&lt;br /&gt;<br />\r\n&amp;lt;p&amp;gt;&amp;lt;img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//www.googleadservices.com/pagead/conversion/853373596/?value=5.00&amp;amp;amp;currency_code=USD&amp;amp;amp;label=sgMdCOH6y3MQnOX1lgM&amp;amp;amp;guid=ON&amp;amp;amp;script=0\"/&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;<br />\r\n&amp;lt;/div&amp;gt;&lt;br /&gt;<br />\r\n&amp;lt;p&amp;gt;</noscript>','Avaya IP Office in the Cloud','','inherit','closed','closed','','322-revision-v1','','','2017-11-02 16:00:14','2017-11-02 20:00:14','',322,'http://hilltoptech.com/news/322-revision-v1/',0,'revision','',0),(459,3,'2017-11-02 16:00:41','2017-11-02 20:00:41','<p style=\"text-align: center;\"><a href=\"http://hilltoptech.com/infinitum.php\"><img class=\"aligncenter size-full wp-image-330\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/05/Avaya-IP-Office-in-the-cloud.jpg\" alt=\"Avaya IP Office in the Cloud\" width=\"900\" height=\"2989\" /></a></p>\r\n<div style=\"text-align:center; width: 140px; display:block; margin:12px auto;\">\r\n<div class=\"short-link-dark\"><a href=\"https://hilltoptech.com/infinitum.php\">Benefits of the Cloud</a></div>\r\n</div>\r\n<!-- Google Code for Remarketing Tag -->\r\n<!-------------------------------------------------- Remarketing tags may not be associated with personally identifiable information or placed on pages related to sensitive categories. See more information and instructions on how to setup the tag on: http://google.com/ads/remarketingsetup --------------------------------------------------->\r\n<script type=\"text/javascript\">\r\n/* <![CDATA[ */ var google_conversion_id = 853373596; var google_custom_params = window.google_tag_params; var google_remarketing_only = true; /* ]]> */\r\n</script>\r\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\r\n</script>\r\n<noscript>\r\n<div style=\"display:inline;\">\r\n<img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//googleads.g.doubleclick.net/pagead/viewthroughconversion/853373596/?guid=ON&script=0\"/></div>\r\n</noscript>\r\n\r\n<!-- Google Code for Aug Avaya Ads Conversion Page --> <script type=\"text/javascript\">\r\n\r\n/* <![CDATA[ */ var google_conversion_id = 853373596; var google_conversion_language = \"en\"; var google_conversion_format = \"3\"; var google_conversion_color = \"ffffff\"; var google_conversion_label = \"sgMdCOH6y3MQnOX1lgM\"; var google_conversion_value = 5.00; var google_conversion_currency = \"USD\"; var google_remarketing_only = false; /* ]]> */\r\n\r\n</script>\r\n\r\n<script type=\"text/javascript\" src=\"//www.googleadservices.com/pagead/conversion.js\">\r\n\r\n</script>\r\n\r\n<noscript>&amp;lt;/p&amp;gt;&lt;br /&gt;<br />\r\n&amp;lt;div style=\"display:inline;\"&amp;gt;&lt;br /&gt;<br />\r\n&amp;lt;p&amp;gt;&amp;lt;img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"//www.googleadservices.com/pagead/conversion/853373596/?value=5.00&amp;amp;amp;currency_code=USD&amp;amp;amp;label=sgMdCOH6y3MQnOX1lgM&amp;amp;amp;guid=ON&amp;amp;amp;script=0\"/&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;<br />\r\n&amp;lt;/div&amp;gt;&lt;br /&gt;<br />\r\n&amp;lt;p&amp;gt;</noscript>','Avaya IP Office in the Cloud','','inherit','closed','closed','','322-revision-v1','','','2017-11-02 16:00:41','2017-11-02 20:00:41','',322,'http://hilltoptech.com/news/322-revision-v1/',0,'revision','',0),(460,1,'2017-12-11 17:53:35','2017-12-11 22:53:35','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/12/Maintenance-Costs.png\"><img class=\"alignright size-medium wp-image-461\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/12/Maintenance-Costs-300x157.png\" alt=\"Telecom Maintenance\" width=\"300\" height=\"157\" /></a>Maintaining a company’s telecom infrastructure has become somewhat of a difficult task due to continual advances in technology. A cell phone’s life cycle is demonstrative of this, whereby many people are now trading in their old phones for newer ones faster to be able to get the latest and greatest in features. The same is true of gaming systems, appliances, and automobiles. New technology features and enhancements mobilize action and that is no different when talking about a company’s telecom infrastructure. Companies are always looking to create better operational efficiencies and enhance productivity. Fortunately, telecom often has a way of providing both.\r\n\r\nHowever, when integrating new technology, the disruption does not end with the implementation. There is the need to properly adopt the technology, train employees, and continually maintain it. Add to it staff turn-over or leaves of absence and you have inefficiencies across the board.\r\n\r\nOne solution to the chaos, is outsourcing routine maintenance to a trusted telecom partner. Having such a partner at the ready enables companies to stay current with the latest technology while simultaneously getting the necessary training to capitalize on advancements in the workflow. Additionally, should service or support be needed, it’s easy given the telecom partner’s familiarity with the user’s system. Better yet, optimum staffing levels are maintained across the board, given the enhanced predictability garnered when relying on a partner outside the walls of your office.\r\n\r\nTo alleviate your headache when it comes to rising maintenance costs, contact us. We would be happy to discuss how we can help by serving as your go-to, trusted telecom partner.','Nip Rising Telecom Maintenance Costs in the Bud','','publish','closed','closed','','nip-rising-maintenance-costs-bud','','','2017-12-11 17:53:35','2017-12-11 22:53:35','',0,'http://hilltoptech.com/news/?p=460',0,'post','',0),(461,1,'2017-12-11 17:47:03','2017-12-11 22:47:03','','Maintenance-Costs','','inherit','closed','closed','','maintenance-costs','','','2017-12-11 17:48:11','2017-12-11 22:48:11','',460,'http://hilltoptech.com/news/wp-content/uploads/2017/12/Maintenance-Costs.png',0,'attachment','image/png',0),(462,1,'2017-12-11 17:50:30','2017-12-11 22:50:30','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/12/Maintenance-Costs.png\"><img class=\"aligncenter size-full wp-image-461\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/12/Maintenance-Costs.png\" alt=\"Telecom Maintenance\" width=\"1200\" height=\"628\" /></a>Maintaining a company’s telecom infrastructure has become somewhat of a difficult task due to continual advances in technology. A cell phone’s life cycle is demonstrative of this, whereby many people are now trading in their old phones for newer ones faster to be able to get the latest and greatest in features. The same is true of gaming systems, appliances, and automobiles. New technology features and enhancements mobilize action and that is no different when talking about a company’s telecom infrastructure. Companies are always looking to create better operational efficiencies and enhance productivity. Fortunately, telecom often has a way of providing both.\r\n\r\nHowever, when integrating new technology, the disruption does not end with the implementation. There is the need to properly adopt the technology, train employees, and continually maintain it. Add to it staff turn-over or leaves of absence and you have inefficiencies across the board.\r\n\r\nOne solution to the chaos, is outsourcing routine maintenance to a trusted telecom partner. Having such a partner at the ready enables companies to stay current with the latest technology while simultaneously getting the necessary training to capitalize on advancements in the workflow. Additionally, should service or support be needed, it’s easy given the telecom partner’s familiarity with the user’s system. Better yet, optimum staffing levels are maintained across the board, given the enhanced predictability garnered when relying on a partner outside the walls of your office.\r\n\r\nTo alleviate your headache when it comes to rising maintenance costs, contact us. We would be happy to discuss how we can help by serving as your go-to, trusted telecom partner.','Nip Rising Telecom Maintenance Costs in the Bud','','inherit','closed','closed','','460-revision-v1','','','2017-12-11 17:50:30','2017-12-11 22:50:30','',460,'http://hilltoptech.com/news/460-revision-v1/',0,'revision','',0),(463,1,'2017-12-11 17:51:51','2017-12-11 22:51:51','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/12/Maintenance-Costs.png\"><img src=\"http://hilltoptech.com/news/wp-content/uploads/2017/12/Maintenance-Costs-300x157.png\" alt=\"Telecom Maintenance\" width=\"300\" height=\"157\" class=\"aligncenter size-medium wp-image-461\" /></a>Maintaining a company’s telecom infrastructure has become somewhat of a difficult task due to continual advances in technology. A cell phone’s life cycle is demonstrative of this, whereby many people are now trading in their old phones for newer ones faster to be able to get the latest and greatest in features. The same is true of gaming systems, appliances, and automobiles. New technology features and enhancements mobilize action and that is no different when talking about a company’s telecom infrastructure. Companies are always looking to create better operational efficiencies and enhance productivity. Fortunately, telecom often has a way of providing both.\r\n\r\nHowever, when integrating new technology, the disruption does not end with the implementation. There is the need to properly adopt the technology, train employees, and continually maintain it. Add to it staff turn-over or leaves of absence and you have inefficiencies across the board.\r\n\r\nOne solution to the chaos, is outsourcing routine maintenance to a trusted telecom partner. Having such a partner at the ready enables companies to stay current with the latest technology while simultaneously getting the necessary training to capitalize on advancements in the workflow. Additionally, should service or support be needed, it’s easy given the telecom partner’s familiarity with the user’s system. Better yet, optimum staffing levels are maintained across the board, given the enhanced predictability garnered when relying on a partner outside the walls of your office.\r\n\r\nTo alleviate your headache when it comes to rising maintenance costs, contact us. We would be happy to discuss how we can help by serving as your go-to, trusted telecom partner.','Nip Rising Telecom Maintenance Costs in the Bud','','inherit','closed','closed','','460-revision-v1','','','2017-12-11 17:51:51','2017-12-11 22:51:51','',460,'http://hilltoptech.com/news/460-revision-v1/',0,'revision','',0),(464,1,'2017-12-11 17:52:29','2017-12-11 22:52:29','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/12/Maintenance-Costs.png\"><img class=\"aligncenter size-large wp-image-461\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/12/Maintenance-Costs-1024x536.png\" alt=\"Telecom Maintenance\" width=\"640\" height=\"335\" /></a>Maintaining a company’s telecom infrastructure has become somewhat of a difficult task due to continual advances in technology. A cell phone’s life cycle is demonstrative of this, whereby many people are now trading in their old phones for newer ones faster to be able to get the latest and greatest in features. The same is true of gaming systems, appliances, and automobiles. New technology features and enhancements mobilize action and that is no different when talking about a company’s telecom infrastructure. Companies are always looking to create better operational efficiencies and enhance productivity. Fortunately, telecom often has a way of providing both.\r\n\r\nHowever, when integrating new technology, the disruption does not end with the implementation. There is the need to properly adopt the technology, train employees, and continually maintain it. Add to it staff turn-over or leaves of absence and you have inefficiencies across the board.\r\n\r\nOne solution to the chaos, is outsourcing routine maintenance to a trusted telecom partner. Having such a partner at the ready enables companies to stay current with the latest technology while simultaneously getting the necessary training to capitalize on advancements in the workflow. Additionally, should service or support be needed, it’s easy given the telecom partner’s familiarity with the user’s system. Better yet, optimum staffing levels are maintained across the board, given the enhanced predictability garnered when relying on a partner outside the walls of your office.\r\n\r\nTo alleviate your headache when it comes to rising maintenance costs, contact us. We would be happy to discuss how we can help by serving as your go-to, trusted telecom partner.','Nip Rising Telecom Maintenance Costs in the Bud','','inherit','closed','closed','','460-revision-v1','','','2017-12-11 17:52:29','2017-12-11 22:52:29','',460,'http://hilltoptech.com/news/460-revision-v1/',0,'revision','',0),(465,1,'2017-12-11 17:53:16','2017-12-11 22:53:16','<a href=\"http://hilltoptech.com/news/wp-content/uploads/2017/12/Maintenance-Costs.png\"><img class=\"alignright size-medium wp-image-461\" src=\"http://hilltoptech.com/news/wp-content/uploads/2017/12/Maintenance-Costs-300x157.png\" alt=\"Telecom Maintenance\" width=\"300\" height=\"157\" /></a>Maintaining a company’s telecom infrastructure has become somewhat of a difficult task due to continual advances in technology. A cell phone’s life cycle is demonstrative of this, whereby many people are now trading in their old phones for newer ones faster to be able to get the latest and greatest in features. The same is true of gaming systems, appliances, and automobiles. New technology features and enhancements mobilize action and that is no different when talking about a company’s telecom infrastructure. Companies are always looking to create better operational efficiencies and enhance productivity. Fortunately, telecom often has a way of providing both.\r\n\r\nHowever, when integrating new technology, the disruption does not end with the implementation. There is the need to properly adopt the technology, train employees, and continually maintain it. Add to it staff turn-over or leaves of absence and you have inefficiencies across the board.\r\n\r\nOne solution to the chaos, is outsourcing routine maintenance to a trusted telecom partner. Having such a partner at the ready enables companies to stay current with the latest technology while simultaneously getting the necessary training to capitalize on advancements in the workflow. Additionally, should service or support be needed, it’s easy given the telecom partner’s familiarity with the user’s system. Better yet, optimum staffing levels are maintained across the board, given the enhanced predictability garnered when relying on a partner outside the walls of your office.\r\n\r\nTo alleviate your headache when it comes to rising maintenance costs, contact us. We would be happy to discuss how we can help by serving as your go-to, trusted telecom partner.','Nip Rising Telecom Maintenance Costs in the Bud','','inherit','closed','closed','','460-revision-v1','','','2017-12-11 17:53:16','2017-12-11 22:53:16','',460,'http://hilltoptech.com/news/460-revision-v1/',0,'revision','',0); /*!40000 ALTER TABLE `wpht_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpht_term_relationships` -- DROP TABLE IF EXISTS `wpht_term_relationships`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wpht_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL default '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL default '0', `term_order` int(11) NOT NULL default '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wpht_term_relationships` -- LOCK TABLES `wpht_term_relationships` WRITE; /*!40000 ALTER TABLE `wpht_term_relationships` DISABLE KEYS */; INSERT INTO `wpht_term_relationships` VALUES (64,1,0),(93,1,0),(13,1,0),(23,1,0),(13,3,0),(13,4,0),(13,5,0),(13,6,0),(13,7,0),(13,8,0),(23,4,0),(23,3,0),(23,9,0),(23,10,0),(23,11,0),(23,12,0),(35,1,0),(35,13,0),(13,14,0),(23,13,0),(64,13,0),(64,15,0),(64,16,0),(70,1,0),(93,13,0),(93,14,0),(118,1,0),(118,17,0),(118,18,0),(118,15,0),(118,19,0),(118,20,0),(118,21,0),(118,13,0),(118,14,0),(127,1,0),(127,13,0),(127,14,0),(127,15,0),(127,19,0),(127,18,0),(127,22,0),(127,23,0),(127,24,0),(127,4,0),(127,25,0),(127,26,0),(127,27,0),(127,28,0),(93,18,0),(93,29,0),(93,30,0),(93,21,0),(93,31,0),(93,15,0),(93,19,0),(35,15,0),(35,32,0),(35,18,0),(131,1,0),(135,1,0),(142,1,0),(147,1,0),(160,1,0),(160,33,0),(160,34,0),(160,35,0),(160,36,0),(160,37,0),(160,38,0),(160,39,0),(160,40,0),(160,41,0),(160,42,0),(160,43,0),(160,44,0),(160,45,0),(160,46,0),(160,47,0),(168,1,0),(176,1,0),(176,13,0),(182,1,0),(182,13,0),(197,1,0),(208,1,0),(208,48,0),(208,49,0),(208,22,0),(208,19,0),(208,50,0),(208,29,0),(208,51,0),(213,1,0),(213,52,0),(213,53,0),(213,15,0),(213,19,0),(213,29,0),(213,38,0),(220,1,0),(222,1,0),(227,1,0),(231,1,0),(231,44,0),(231,18,0),(231,54,0),(231,55,0),(231,56,0),(231,57,0),(231,58,0),(238,1,0),(238,48,0),(238,59,0),(238,60,0),(238,22,0),(245,1,0),(245,59,0),(245,61,0),(245,22,0),(245,62,0),(245,63,0),(245,64,0),(245,65,0),(245,66,0),(245,18,0),(249,1,0),(249,13,0),(256,1,0),(268,1,0),(268,14,0),(268,36,0),(272,1,0),(272,13,0),(272,14,0),(277,1,0),(277,13,0),(277,14,0),(283,1,0),(288,1,0),(288,13,0),(288,15,0),(288,67,0),(288,68,0),(288,69,0),(288,70,0),(288,71,0),(288,72,0),(288,73,0),(290,1,0),(290,74,0),(290,75,0),(290,76,0),(290,18,0),(290,38,0),(290,3,0),(290,5,0),(290,31,0),(294,1,0),(294,18,0),(294,29,0),(294,15,0),(294,47,0),(294,3,0),(294,37,0),(294,24,0),(294,38,0),(294,77,0),(294,78,0),(299,1,0),(299,14,0),(299,19,0),(299,79,0),(299,80,0),(299,3,0),(299,81,0),(299,82,0),(299,83,0),(299,84,0),(304,1,0),(305,1,0),(305,85,0),(305,86,0),(305,87,0),(305,15,0),(305,19,0),(305,29,0),(309,1,0),(309,88,0),(309,89,0),(309,90,0),(309,91,0),(309,29,0),(424,1,0),(425,1,0),(429,86,0),(429,13,0),(429,92,0),(429,1,0),(460,1,0),(460,18,0),(460,16,0),(460,37,0),(460,93,0),(460,94,0); /*!40000 ALTER TABLE `wpht_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpht_term_taxonomy` -- DROP TABLE IF EXISTS `wpht_term_taxonomy`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wpht_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL auto_increment, `term_id` bigint(20) unsigned NOT NULL default '0', `taxonomy` varchar(32) NOT NULL default '', `description` longtext NOT NULL, `parent` bigint(20) unsigned NOT NULL default '0', `count` bigint(20) NOT NULL default '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=MyISAM AUTO_INCREMENT=95 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wpht_term_taxonomy` -- LOCK TABLES `wpht_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wpht_term_taxonomy` DISABLE KEYS */; INSERT INTO `wpht_term_taxonomy` VALUES (1,1,'category','',0,40),(3,3,'post_tag','',0,5),(4,4,'post_tag','',0,3),(5,5,'post_tag','',0,2),(6,6,'post_tag','',0,1),(7,7,'post_tag','',0,1),(8,8,'post_tag','',0,1),(9,9,'post_tag','',0,1),(10,10,'post_tag','',0,1),(11,11,'post_tag','',0,1),(12,12,'post_tag','',0,1),(13,13,'category','',0,13),(14,14,'category','',0,8),(15,15,'post_tag','',0,9),(16,16,'post_tag','',0,2),(17,17,'post_tag','',0,1),(18,18,'post_tag','',0,9),(19,19,'post_tag','',0,7),(20,20,'post_tag','',0,1),(21,21,'post_tag','',0,2),(22,22,'post_tag','',0,4),(23,23,'post_tag','',0,1),(24,24,'post_tag','',0,2),(25,25,'post_tag','',0,1),(26,26,'post_tag','',0,1),(27,27,'post_tag','',0,1),(28,28,'post_tag','',0,1),(29,29,'post_tag','',0,6),(30,30,'post_tag','',0,1),(31,31,'post_tag','',0,2),(32,32,'post_tag','',0,1),(33,33,'post_tag','',0,1),(34,34,'post_tag','',0,1),(35,35,'post_tag','',0,1),(36,36,'post_tag','',0,2),(37,37,'post_tag','',0,3),(38,38,'post_tag','',0,4),(39,39,'post_tag','',0,1),(40,40,'post_tag','',0,1),(41,41,'post_tag','',0,1),(42,42,'post_tag','',0,1),(43,43,'post_tag','',0,1),(44,44,'post_tag','',0,2),(45,45,'post_tag','',0,1),(46,46,'post_tag','',0,1),(47,47,'post_tag','',0,2),(48,48,'post_tag','',0,2),(49,49,'post_tag','',0,1),(50,50,'post_tag','',0,1),(51,51,'post_tag','',0,1),(52,52,'post_tag','',0,1),(53,53,'post_tag','',0,1),(54,54,'post_tag','',0,1),(55,55,'post_tag','',0,1),(56,56,'post_tag','',0,1),(57,57,'post_tag','',0,1),(58,58,'post_tag','',0,1),(59,59,'post_tag','',0,2),(60,60,'post_tag','',0,1),(61,61,'post_tag','',0,1),(62,62,'post_tag','',0,1),(63,63,'post_tag','',0,1),(64,64,'post_tag','',0,1),(65,65,'post_tag','',0,1),(66,66,'post_tag','',0,1),(67,67,'post_tag','',0,1),(68,68,'post_tag','',0,1),(69,69,'post_tag','',0,1),(70,70,'post_tag','',0,1),(71,71,'post_tag','',0,1),(72,72,'post_tag','',0,1),(73,73,'post_tag','',0,1),(74,74,'post_tag','',0,1),(75,75,'post_tag','',0,1),(76,76,'post_tag','',0,1),(77,77,'post_tag','',0,1),(78,78,'post_tag','',0,1),(79,79,'post_tag','',0,1),(80,80,'post_tag','',0,1),(81,81,'post_tag','',0,1),(82,82,'post_tag','',0,1),(83,83,'post_tag','',0,1),(84,84,'post_tag','',0,1),(85,85,'post_tag','',0,1),(86,86,'post_tag','',0,2),(87,87,'post_tag','',0,1),(88,88,'post_tag','',0,1),(89,89,'post_tag','',0,1),(90,90,'post_tag','',0,1),(91,91,'post_tag','',0,1),(92,92,'post_tag','',0,1),(93,93,'post_tag','',0,1),(94,94,'post_tag','',0,1); /*!40000 ALTER TABLE `wpht_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpht_termmeta` -- DROP TABLE IF EXISTS `wpht_termmeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wpht_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL auto_increment, `term_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wpht_termmeta` -- LOCK TABLES `wpht_termmeta` WRITE; /*!40000 ALTER TABLE `wpht_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wpht_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpht_terms` -- DROP TABLE IF EXISTS `wpht_terms`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wpht_terms` ( `term_id` bigint(20) unsigned NOT NULL auto_increment, `name` varchar(200) NOT NULL default '', `slug` varchar(200) NOT NULL default '', `term_group` bigint(10) NOT NULL default '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=95 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wpht_terms` -- LOCK TABLES `wpht_terms` WRITE; /*!40000 ALTER TABLE `wpht_terms` DISABLE KEYS */; INSERT INTO `wpht_terms` VALUES (1,'All News','news',0),(3,'phone','phone',0),(4,'IP','ip',0),(5,'switch','switch',0),(6,'audio','audio',0),(7,'SIP','sip',0),(8,'virtual appliance','virtual-appliance',0),(9,'support','support',0),(10,'virtual','virtual',0),(11,'multichannel','multichannel',0),(12,'voice','voice',0),(13,'AVAYA','avaya',0),(14,'ShoreTel','shoretel',0),(15,'Avaya','avaya-2',0),(16,'Technology trends','technology-trends',0),(17,'home office','home-office',0),(18,'telecommunications','telecommunications',0),(19,'ShoreTel','shoretel',0),(20,'remote','remote',0),(21,'trends','trends',0),(22,'VoIP','voip',0),(23,'prep','prep',0),(24,'readiness','readiness',0),(25,'networks','networks',0),(26,'IT','it',0),(27,'digital','digital',0),(28,'Internet','internet',0),(29,'unified communications','unified-communications',0),(30,'UC','uc',0),(31,'upgrades','upgrades',0),(32,'awards','awards',0),(33,'reach new heights','reach-new-heights',0),(34,'hosted pbx','hosted-pbx',0),(35,'pbx','pbx',0),(36,'cloud','cloud',0),(37,'phones','phones',0),(38,'business phone systems','business-phone-systems',0),(39,'roi','roi',0),(40,'meet me','meet-me',0),(41,'audio conferencing','audio-conferencing',0),(42,'esna','esna',0),(43,'dmtf','dmtf',0),(44,'sip trunking','sip-trunking',0),(45,'fax','fax',0),(46,'virtual fax','virtual-fax',0),(47,'efficiency','efficiency',0),(48,'customer spotlight','customer-spotlight',0),(49,'ACES','aces',0),(50,'Rob Johnston','rob-johnston',0),(51,'George Piekarczyk','george-piekarczyk',0),(52,'new year planning','new-year-planning',0),(53,'preparedness','preparedness',0),(54,'trunks','trunks',0),(55,'conferencing','conferencing',0),(56,'calls','calls',0),(57,'instant messaging','instant-messaging',0),(58,'real-time','real-time',0),(59,'bay path university','bay-path-university',0),(60,'linda simonds','linda-simonds',0),(61,'landline','landline',0),(62,'voip readiness','voip-readiness',0),(63,'mobile','mobile',0),(64,'workplace','workplace',0),(65,'copper wires','copper-wires',0),(66,'BYOD','byod',0),(67,'customer excellence','customer-excellence',0),(68,'award','award',0),(69,'designation','designation',0),(70,'hartford','hartford',0),(71,'avaya partner','avaya-partner',0),(72,'Owen WIlson','owen-wilson',0),(73,'Hilltop','hilltop',0),(74,'phone system','phone-system',0),(75,'planning','planning',0),(76,'business phone system','business-phone-system',0),(77,'Productivity','productivity',0),(78,'Customer Service','customer-service',0),(79,'New Year','new-year',0),(80,'UC Connect Center','uc-connect-center',0),(81,'business phone','business-phone',0),(82,'system','system',0),(83,'banker','banker',0),(84,'financial','financial',0),(85,'diversify communications','diversify-communications',0),(86,'Avaya IP Office','avaya-ip-office',0),(87,'ShoreTel Communications','shoretel-communications',0),(88,'Communications Technologies','communications-technologies',0),(89,'IP Office','ip-office',0),(90,'Cloud hosting','cloud-hosting',0),(91,'Enterprise Contact Center','enterprise-contact-center',0),(92,'Cloud Communications','cloud-communications',0),(93,'telecom maintenance','telecom-maintenance',0),(94,'telecom','telecom',0); /*!40000 ALTER TABLE `wpht_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpht_usermeta` -- DROP TABLE IF EXISTS `wpht_usermeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wpht_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL auto_increment, `user_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=49 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wpht_usermeta` -- LOCK TABLES `wpht_usermeta` WRITE; /*!40000 ALTER TABLE `wpht_usermeta` DISABLE KEYS */; INSERT INTO `wpht_usermeta` VALUES (1,1,'first_name',''),(2,1,'last_name',''),(3,1,'nickname','deannakennedy'),(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,'wpht_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wpht_user_level','10'),(12,1,'dismissed_wp_pointers','wp350_media,wp360_revisions,wp360_locks,wp390_widgets,wp410_dfw'),(13,1,'show_welcome_panel','1'),(14,1,'wpht_dashboard_quick_press_last_post_id','302'),(15,1,'closedpostboxes_post','a:0:{}'),(16,1,'metaboxhidden_post','a:0:{}'),(17,1,'wpht_user-settings','libraryContent=browse&align=right&imgsize=medium&editor=tinymce&urlbutton=file&advImgDetails=show&hidetb=1&wplink=1&post_dfw=off'),(18,1,'wpht_user-settings-time','1513032812'),(19,1,'default_password_nag',''),(20,3,'first_name','Mike'),(21,3,'last_name','Raccine'),(22,3,'nickname','mraccine'),(23,3,'description',''),(24,3,'rich_editing','true'),(25,3,'comment_shortcuts','false'),(26,3,'admin_color','fresh'),(27,3,'use_ssl','0'),(28,3,'show_admin_bar_front','true'),(29,3,'wpht_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(30,3,'wpht_user_level','10'),(31,3,'dismissed_wp_pointers','wp350_media,wp360_revisions,wp360_locks,wp390_widgets,wp410_dfw'),(32,1,'closedpostboxes_page','a:0:{}'),(33,1,'metaboxhidden_page','a:0:{}'),(34,3,'wpht_dashboard_quick_press_last_post_id','449'),(35,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\";}'),(36,1,'metaboxhidden_nav-menus','a:2:{i:0;s:8:\"add-post\";i:1;s:12:\"add-post_tag\";}'),(41,3,'session_tokens','a:1:{s:64:\"0fffa338225ffb15ca57f71fa6cf868e89ca1ec295158847a312d0c9dc2d7c32\";a:4:{s:10:\"expiration\";i:1509824652;s:2:\"ip\";s:15:\"173.169.226.184\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36\";s:5:\"login\";i:1509651852;}}'),(42,3,'default_password_nag',''),(45,3,'wpht_yoast_notifications','a:2:{i:0;a:2:{s:7:\"message\";s:777:\"We\'ve noticed you\'ve been using Yoast SEO for some time now; we hope you love it! We\'d be thrilled if you could <a href=\"https://yoa.st/rate-yoast-seo?utm_content=5.2\">give us a 5 stars rating on WordPress.org</a>!\n\nIf you are experiencing issues, <a href=\"https://yoa.st/bugreport?utm_content=5.2\">please file a bug report</a> and we\'ll do our best to help you out.\n\nBy the way, did you know we also have a <a href=\'https://yoa.st/premium-notification?utm_content=5.2\'>Premium plugin</a>? It offers advanced features, like a redirect manager and support for multiple keywords. It also comes with 24/7 personal support.\n\n<a class=\"button\" href=\"https://hilltoptech.com/news/wp-admin/?page=wpseo_dashboard&yoast_dismiss=upsell\">Please don\'t show me this notification anymore</a>\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:19:\"wpseo-upsell-notice\";s:5:\"nonce\";N;s:8:\"priority\";d:0.80000000000000004;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:14:\"manage_options\";s:16:\"capability_check\";s:3:\"all\";}}i:1;a:2:{s:7:\"message\";s:171:\"Don\'t miss your crawl errors: <a href=\"https://hilltoptech.com/news/wp-admin/admin.php?page=wpseo_search_console&tab=settings\">connect with Google Search Console here</a>.\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:17:\"wpseo-dismiss-gsc\";s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:14:\"manage_options\";s:16:\"capability_check\";s:3:\"all\";}}}'),(43,1,'wpht_yoast_notifications','a:4:{i:0;a:2:{s:7:\"message\";s:317:\"The configuration wizard helps you to easily configure your site to have the optimal SEO settings.<br/>We have detected that you have not finished this wizard yet, so we recommend you to <a href=\"http://hilltoptech.com/news/wp-admin/?page=wpseo_configurator\">start the configuration wizard to configure Yoast SEO</a>.\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:31:\"wpseo-dismiss-onboarding-notice\";s:5:\"nonce\";N;s:8:\"priority\";d:0.80000000000000004;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:14:\"manage_options\";s:16:\"capability_check\";s:3:\"all\";}}i:1;a:2:{s:7:\"message\";s:549:\"To make sure all the links in your texts are counted, we need to analyze all your texts.\n All you have to do is press the following button and we\'ll go through all your texts for you.\n\n <button type=\"button\" id=\"noticeRunLinkIndex\" class=\"button\">Count links</button>\n\n The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your <a href=\"https://yoa.st/15m?utm_content=5.2\" target=\"_blank\">internal linking</a>.\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:19:\"wpseo-reindex-links\";s:5:\"nonce\";N;s:8:\"priority\";d:0.80000000000000004;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:14:\"manage_options\";s:16:\"capability_check\";s:3:\"all\";}}i:2;a:2:{s:7:\"message\";s:777:\"We\'ve noticed you\'ve been using Yoast SEO for some time now; we hope you love it! We\'d be thrilled if you could <a href=\"https://yoa.st/rate-yoast-seo?utm_content=5.2\">give us a 5 stars rating on WordPress.org</a>!\n\nIf you are experiencing issues, <a href=\"https://yoa.st/bugreport?utm_content=5.2\">please file a bug report</a> and we\'ll do our best to help you out.\n\nBy the way, did you know we also have a <a href=\'https://yoa.st/premium-notification?utm_content=5.2\'>Premium plugin</a>? It offers advanced features, like a redirect manager and support for multiple keywords. It also comes with 24/7 personal support.\n\n<a class=\"button\" href=\"https://hilltoptech.com/news/wp-admin/?page=wpseo_dashboard&yoast_dismiss=upsell\">Please don\'t show me this notification anymore</a>\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:19:\"wpseo-upsell-notice\";s:5:\"nonce\";N;s:8:\"priority\";d:0.80000000000000004;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:14:\"manage_options\";s:16:\"capability_check\";s:3:\"all\";}}i:3;a:2:{s:7:\"message\";s:171:\"Don\'t miss your crawl errors: <a href=\"https://hilltoptech.com/news/wp-admin/admin.php?page=wpseo_search_console&tab=settings\">connect with Google Search Console here</a>.\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:17:\"wpseo-dismiss-gsc\";s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:14:\"manage_options\";s:16:\"capability_check\";s:3:\"all\";}}}'),(44,1,'wpht_media_library_mode','list'),(46,3,'wpht_user-settings','editor=html'),(47,3,'wpht_user-settings-time','1509652139'),(48,1,'session_tokens','a:2:{s:64:\"a6237c366eeccdba579e9d5de1b99558281f8dee66f53ed0d688de07fec14792\";a:4:{s:10:\"expiration\";i:1513204990;s:2:\"ip\";s:15:\"199.188.177.115\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36\";s:5:\"login\";i:1513032190;}s:64:\"cce11c832e64ce17bb39fe8cc83b38ef6fe275cc5f27ea6f330dfa68827c1bb6\";a:4:{s:10:\"expiration\";i:1513204996;s:2:\"ip\";s:15:\"199.188.177.115\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36\";s:5:\"login\";i:1513032196;}}'); /*!40000 ALTER TABLE `wpht_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpht_users` -- DROP TABLE IF EXISTS `wpht_users`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wpht_users` ( `ID` bigint(20) unsigned NOT NULL auto_increment, `user_login` varchar(60) NOT NULL default '', `user_pass` varchar(255) NOT NULL default '', `user_nicename` varchar(50) NOT NULL default '', `user_email` varchar(100) NOT NULL default '', `user_url` varchar(100) NOT NULL default '', `user_registered` datetime NOT NULL default '0000-00-00 00:00:00', `user_activation_key` varchar(255) NOT NULL default '', `user_status` int(11) NOT NULL default '0', `display_name` varchar(250) NOT NULL default '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wpht_users` -- LOCK TABLES `wpht_users` WRITE; /*!40000 ALTER TABLE `wpht_users` DISABLE KEYS */; INSERT INTO `wpht_users` VALUES (1,'deannakennedy','$P$B8uLgKKhYMHN2alEH2gO9pth1X752//','deannakennedy','deannakennedy@celiavine.com','','2014-06-17 18:26:30','',0,'deannakennedy'),(3,'mraccine','$P$BCGit.dkvWOaNBZL7yz73VZlr5EgJA/','mraccine','mike@offthepagecreations.com','','2014-08-05 15:40:56','',0,'Mike Raccine'); /*!40000 ALTER TABLE `wpht_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpht_yoast_seo_links` -- DROP TABLE IF EXISTS `wpht_yoast_seo_links`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wpht_yoast_seo_links` ( `id` bigint(20) unsigned NOT NULL auto_increment, `url` varchar(255) NOT NULL, `post_id` bigint(20) unsigned NOT NULL, `target_post_id` bigint(20) unsigned NOT NULL, `type` varchar(8) NOT NULL, PRIMARY KEY (`id`), KEY `link_direction` (`post_id`,`type`) ) ENGINE=MyISAM AUTO_INCREMENT=34 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wpht_yoast_seo_links` -- LOCK TABLES `wpht_yoast_seo_links` WRITE; /*!40000 ALTER TABLE `wpht_yoast_seo_links` DISABLE KEYS */; INSERT INTO `wpht_yoast_seo_links` VALUES (32,'https://hilltoptech.com/infinitum.php',322,0,'external'),(6,'http://hilltoptech.com/news/wp-content/uploads/2017/08/Overview.pdf',309,0,'internal'),(7,'http://hilltoptech.com/news/wp-content/uploads/2017/06/cloud-headerv2.png',337,0,'internal'),(8,'http://hilltoptech.com/news/wp-content/uploads/2017/06/man-with-phone-e1496419679643.png',337,0,'internal'),(9,'http://hilltoptech.com/news/avaya-ip-office-in-the-cloud/',337,322,'internal'),(10,'mailto:info12@hilltoptech.com',337,0,'external'),(11,'http://hilltoptech.com/news/wp-content/uploads/2017/06/Internet-And-Information-Tech.jpg',337,0,'internal'),(12,'http://hilltoptech.com/',337,0,'external'),(13,'mailto:info12@hilltoptech.com',337,0,'external'),(31,'http://hilltoptech.com/infinitum.php',322,0,'external'),(33,'http://hilltoptech.com/news/wp-content/uploads/2017/12/Maintenance-Costs.png',460,0,'internal'); /*!40000 ALTER TABLE `wpht_yoast_seo_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpht_yoast_seo_meta` -- DROP TABLE IF EXISTS `wpht_yoast_seo_meta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wpht_yoast_seo_meta` ( `object_id` bigint(20) unsigned NOT NULL, `internal_link_count` int(10) unsigned default NULL, `incoming_link_count` int(10) unsigned default NULL, UNIQUE KEY `object_id` (`object_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wpht_yoast_seo_meta` -- LOCK TABLES `wpht_yoast_seo_meta` WRITE; /*!40000 ALTER TABLE `wpht_yoast_seo_meta` DISABLE KEYS */; INSERT INTO `wpht_yoast_seo_meta` VALUES (322,0,1),(309,1,NULL),(337,4,NULL),(460,1,NULL); /*!40000 ALTER TABLE `wpht_yoast_seo_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'hilltop_tech' -- DELIMITER ;; DELIMITER ; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2022-03-09 16:43:10