https://www.gordonstate.edu/newsroom/2018/index.html

  1. <!DOCTYPE html>
  2. <html lang="en-US">
  3.         <head>
  4.                 <meta charset="UTF-8"/>
  5.                 <title>
  6.                         2018 Archives
  7.                 </title>
  8.                 <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport"/>
  9.                
  10.                
  11.         <link href="https://www3.gordonstate.edu/_files/css/reset.css" rel="stylesheet"/>
  12.         <link href="https://www3.gordonstate.edu/_files/css/960_24_col_responsive.css" rel="stylesheet"/>
  13.         <link href="https://www3.gordonstate.edu/_files/css/slippery.css" rel="stylesheet"/>
  14.         <link href="https://www3.gordonstate.edu/_files/css/custom-home-style.css" rel="stylesheet"/>
  15.         <link href="https://www3.gordonstate.edu/_files/css/custom-style.css" rel="stylesheet"/>
  16.         <link href="https://www3.gordonstate.edu/_files/css/fonts.css" rel="stylesheet"/>
  17.         <link href="https://www3.gordonstate.edu/_files/css/styles.css" rel="stylesheet"/>
  18.         <link href="https://www3.gordonstate.edu/_files/css/gsc-custom.css" rel="stylesheet"/>
  19.         <script src="https://www3.gordonstate.edu/_files/js/jquery.js" type="text/javascript"></script>
  20.         <script src="https://www3.gordonstate.edu/_files/js/custom.js" type="text/javascript"></script>
  21.         <script type="text/javascript">
  22.                
  23. jQuery(document).ready(function(){
  24.   function add() {
  25.     if(jQuery(this).val() === ''){jQuery(this).val(jQuery(this).attr('placeholder')).addClass('placeholder');}
  26.   }
  27.  
  28.   function remove() {
  29.     if(jQuery(this).val() === jQuery(this).attr('placeholder')){jQuery(this).val('').removeClass('placeholder');}
  30.   }
  31.  
  32.   // Create a dummy element for feature detection
  33.   if (!('placeholder' in jQuery('<input>')[0])) {
  34.  
  35.     // Select the elements that have a placeholder attribute
  36.     jQuery('input[placeholder], textarea[placeholder]').blur(add).focus(remove).each(add);
  37.  
  38.     // Remove the placeholder text before the form is submitted
  39.     jQuery('form').submit(function(){
  40.       jQuery(this).find('input[placeholder], textarea[placeholder]').each(remove);
  41.     });
  42.   }
  43. });
  44. </script><script type="text/javascript">
  45.  
  46.   var _gaq = _gaq || [];
  47.   _gaq.push(['_setAccount', 'UA-4361993-1']);
  48.   _gaq.push(['_trackPageview']);
  49.  
  50.   (function() {
  51.     var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  52.     ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  53.     var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  54.   })();
  55.  
  56. </script><script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script><script type="text/javascript">
  57. $(document).ready(function(){
  58.                         $('.sidebar_widget li:has(ul)').prepend('<span class="show">Show</span>');
  59.                         $('.sidebar_widget li:has(ul)').addClass('sub');
  60.  
  61.                        
  62.                         $(document).on('click', '.sidebar_widget .show',function(event){
  63.                         $(this).siblings('.sub ul').slideToggle(); //or whatever show-function you want to use
  64.                                 $(this).removeClass('show').addClass('hide');
  65.                                 $(this).text('Hide');
  66.                         });
  67.  
  68.                         $(document).on('click', '.sidebar_widget .hide',function(event){
  69.                         $(this).siblings('.sub ul').slideToggle(); //or whatever show-function you want to use
  70.                                 $(this).removeClass('hide').addClass('show');
  71.                                 $(this).text('Show');
  72.                         });
  73.  
  74.  
  75.                 });
  76.  
  77.  
  78.  
  79.         </script>
  80.         <script type="text/javascript">
  81. $(document).ready(function(){
  82.  
  83.                         if ($('.selected ul').is(':visible'))    
  84.                          $('.selected span').removeClass('show').addClass('hide');    
  85.                         else
  86.                          $('.selected span').addClass('show');
  87. });
  88. </script>
  89.         <script>
  90.                
  91.     function includeAlert() {
  92.   var z, i, elmnt, file, xhttp;
  93.   /*loop through a collection of all HTML elements:*/
  94.   z = document.getElementsByTagName("*");
  95.   for (i = 0; i < z.length; i++) {
  96.    elmnt = z[i];
  97.    /*search for elements with a certain atrribute:*/
  98.    file = elmnt.getAttribute("alert-include");
  99.    if (file) {
  100.      /*make an HTTP request using the attribute value as the file name:*/
  101.      xhttp = new XMLHttpRequest();
  102.      xhttp.onreadystatechange = function() {
  103.        if (this.readyState == 4) {
  104.          if (this.status == 200) {
  105.            elmnt.innerHTML = this.responseText;
  106.          }
  107.          if (this.status == 404) {elmnt.innerHTML = "Page not found.";}
  108.          /*remove the attribute, and call this function once more:*/
  109.          elmnt.removeAttribute("emergency-alert");
  110.          includeHTML();
  111.        }
  112.      }      
  113.      xhttp.open("GET", file, true);
  114.      xhttp.send();
  115.      /*exit the function:*/
  116.      return;
  117.    }
  118.  }
  119. };
  120.  
  121.         </script>
  122.         <style>
  123. .selected.sub ul {
  124.     display: block;
  125. }
  126. ul .selected, .sub { display: block; }
  127.  
  128.  
  129.  
  130.  
  131.  
  132. .sub ul{
  133.     display : none;
  134.     width: 200px;
  135. }
  136. .show{
  137.      background-image: url("//www.gordonstate.edu/images/uploads/arrow_down.gif");
  138.     background-repeat: no-repeat;
  139.     display: inline-block;
  140.     font-size: 0;
  141.     height: 16px;
  142.     left: 180px;
  143.     margin-left: -15px;
  144.     overflow: hidden;
  145.     position: relative;
  146.     top: 5px;
  147.     vertical-align: top;
  148.     width: 16px;
  149.     cursor: pointer;
  150. }
  151.  
  152.  
  153. .hide{
  154.     background-image: url("//www.gordonstate.edu/images/uploads/arrow_up.gif");
  155.     background-repeat: no-repeat;
  156.     display: inline-block;
  157.     font-size: 0;
  158.     height: 16px;
  159.     left: 180px;
  160.     margin-left: -15px;
  161.     overflow: hidden;
  162.     position: relative;
  163.     top: 5px;
  164.     vertical-align: top;
  165.     width: 16px;
  166.     cursor: pointer;
  167. }
  168. </style>
  169.         <link href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" rel="stylesheet"/>
  170.  
  171.                
  172.         </head>
  173.         <body class="single single-post postid-6 single-format-standard">
  174.                 <div class="header_container">
  175.                         <div class="container_24">
  176.                                 <div class="grid_24">
  177.                                         <div class="header">
  178.                                                 <div class=" grid_8 alpha">
  179.                                                         <div class="logo">
  180.                                                                 <a href="https://www3.gordonstate.edu/index.html"><img alt="Gordon State College Logo" caption="false" class="" height="40" src="https://www3.gordonstate.edu/images/logo.png" width="334"/></a>
  181. <div id="selenium-highlight"></div>
  182. <div id="selenium-highlight"></div>
  183.                                                         </div>
  184.                                                 </div>
  185.                                                 <div class=" grid_16 omega">
  186.                                                         <div class="right-top">
  187.                                                                 <div class="heder-menu">
  188.                                                                         <a href="http://gafutures.xap.com/applications/usg/usg_common_app_short/introduction.asp?application_id=3406">Apply</a>&#160;&#160;&#160; <a href="https://www3.gordonstate.edu/mygordon/home.html">My Gordon</a>&#160;&#160;&#160; <a href="https://www3.gordonstate.edu/sitemap/home.html">Site Map</a>&#160;&#160;&#160; <a href="https://www.facebook.com/GordonStateCollege" rel="noopener" target="_blank"> <img alt="Facebook" src="https://www3.gordonstate.edu/images/uploads/facebook-logo.png" title="Facebook"/> </a>&#160; <a href="https://twitter.com/GordonState" rel="noopener" target="_blank"> <img alt="Twitter" src="https://www3.gordonstate.edu/images/uploads/twitter-logo.png" title="Twitter"/> </a>&#160; <a href="https://www.youtube.com/user/GordonCollegeGA" rel="noopener" target="_blank"> <img alt="YouTube" src="https://www3.gordonstate.edu/images/uploads/youtube-logo.png" title="YouTube"/> </a>&#160;&#160;
  189. <script>// <![CDATA[
  190. (function() {
  191.    var cx = '014415054998277742613:dyzz9tujcde';
  192.    var gcse = document.createElement('script');
  193.    gcse.type = 'text/javascript';
  194.    gcse.async = true;
  195.    gcse.src = 'https://cse.google.com/cse.js?cx=' + cx;
  196.    var s = document.getElementsByTagName('script')[0];
  197.    s.parentNode.insertBefore(gcse, s);
  198.  })();
  199. // ]]></script>
  200. <div class="header-search-test">
  201. <gcse:searchbox-only resultsurl="http://www.gordonstate.edu/search/results.html"></gcse:searchbox-only>
  202. </div>
  203. <div class="heder-cl">A unit of the University System of Georgia</div>
  204.                                                                 </div>
  205.                                                         </div>
  206.                                                 </div>
  207.                                         </div>
  208.                                 </div>
  209.                         </div>
  210.                         <div class="clear"></div>
  211.                 </div>
  212.                 <div class="page-container mega-menu">
  213.                         <div class="container_24">
  214.                                 <div class=" grid_24 omega top_menu">
  215.                                         <div class="menu_wrapper">
  216.                                                 <div id="MainNav">
  217.                                                         <div class="menu-menu-1-container" id="menu">
  218.                                                                 <header>
  219.                                                                         <div>
  220.                                                                                 <nav class="site-navigation primary-navigation" id="primary-navigation" role="navigation">
  221. <div>
  222. <ul class="ddsmoothmenu">
  223. <li class="ddsmoothmenu-46" id="46"><a href="https://www3.gordonstate.edu/About/home.html">About</a>
  224. <ul>
  225. <li class="ddsmoothmenu-75" id="75"><a href="https://www3.gordonstate.edu/About/vision-mission-statement.html">Vision / Mission / Goals</a></li>
  226. <li class="ddsmoothmenu-76" id="76"><a href="https://www3.gordonstate.edu/strategicplan/home.html">Strategic Plan</a></li>
  227. <li class="ddsmoothmenu-77" id="77"><a href="https://www3.gordonstate.edu/About/organizational-charts.html">Organizational Charts</a></li>
  228. <li class="ddsmoothmenu-78" id="78"><a href="https://www3.gordonstate.edu/president/home.html">Office of the President</a></li>
  229. <li class="ddsmoothmenu-79" id="79"><a class="" href="http://apps.gordonstate.edu/directory">Faculty, Staff + Department Directory</a></li>
  230. <li class="ddsmoothmenu-80" id="80"><a href="https://www3.gordonstate.edu/About/locations-directions.html">Locations / Directions</a></li>
  231. <li class="ddsmoothmenu-81" id="81"><a href="https://www3.gordonstate.edu/About/gordon-state-college-history.html">Gordon State College History</a></li>
  232. <li class="ddsmoothmenu-83" id="83"><a href="https://www3.gordonstate.edu/alumni/ways-to-give.html">Give to Gordon</a></li>
  233. <li class="ddsmoothmenu-635" id="635"><a href="https://www3.gordonstate.edu/ir/gsc-facts.html">GSC Facts</a></li>
  234. </ul>
  235. </li>
  236. <li class="ddsmoothmenu-47" id="47"><a href="https://www3.gordonstate.edu/admissions/index.html">Admissions</a>
  237. <ul>
  238. <li class="ddsmoothmenu-47"><a href="https://www3.gordonstate.edu/admissions/index.html">Apply</a></li>
  239. <li class="ddsmoothmenu-47"><a href="https://www3.gordonstate.edu/financial-aid/index.html">Afford</a></li>
  240. <li class="ddsmoothmenu-47"><a href="https://www2.gordonstate.edu/application-status-check/">Check Your Status</a></li>
  241. <li class="ddsmoothmenu-47"><a href="http://apps.gordonstate.edu/admissions/contact.asp">Get Info</a></li>
  242. <li class="ddsmoothmenu-47"><a href="https://www3.gordonstate.edu/admissions/visit.html">Visit</a></li>
  243. </ul>
  244. </li>
  245. <li class="ddsmoothmenu-48" id="48"><a href="https://www3.gordonstate.edu/alumni/home.html">Alumni</a>
  246. <ul>
  247. <li class="ddsmoothmenu-97" id="97"><a href="https://www3.gordonstate.edu/alumni/get-involved.html">Get Involved</a></li>
  248. <li class="ddsmoothmenu-98" id="98"><a href="https://www3.gordonstate.edu/alumni/plan-a-reunion.html">Plan a Reunion</a></li>
  249. <li class="ddsmoothmenu-99" id="99"><a href="https://www3.gordonstate.edu/alumni/give-to-gordon.html">Give to Gordon</a></li>
  250. <li class="ddsmoothmenu-100" id="100"><a href="https://www3.gordonstate.edu/alumni/ways-to-give.html">Ways to Give</a></li>
  251. <li class="ddsmoothmenu-101" id="101"><a href="https://www3.gordonstate.edu/alumni/gordon-college-foundation.html">Gordon State College Foundation</a></li>
  252. <li class="ddsmoothmenu-102" id="102"><a href="https://www3.gordonstate.edu/alumni/naming-opportunities.html">Naming Opportunities</a></li>
  253. <li class="ddsmoothmenu-103" id="103"><a href="https://www3.gordonstate.edu/alumni/presidents-report.html">Presidents Report</a></li>
  254. <li class="ddsmoothmenu-104" id="104"><a href="https://www3.gordonstate.edu/alumni/reminiscences.html">Reminiscences</a></li>
  255. <li class="ddsmoothmenu-105" id="105"><a href="https://www3.gordonstate.edu/alumni/historical-photographs.html">Historical Photographs</a></li>
  256. <li class="ddsmoothmenu-106" id="106"><a href="https://www3.gordonstate.edu/alumni/alumnicontact.html">We Want to Hear From You</a></li>
  257. <li class="ddsmoothmenu-107" id="107"><a href="https://www3.gordonstate.edu/militarymemorial/military-memorial.html">Military Memorial Plaza</a></li>
  258. <li class="ddsmoothmenu-628" id="628"><a class="" href="https://merlin.gordonstate.edu/wconnect/ace/CourseStatus.awp?&amp;course=17ALUMNIWKND">Alumni Weekend Registration</a></li>
  259. </ul>
  260. </li>
  261. <li class="ddsmoothmenu-49" id="49"><a class="" href="http://www.gscathletics.com">Athletics</a></li>
  262. <li class="ddsmoothmenu-50" id="50"><a href="https://www3.gordonstate.edu/programs/academics.html">Academics</a>
  263. <ul>
  264. <li class="ddsmoothmenu-503" id="503"><a href="https://www3.gordonstate.edu/academic-affairs/home.html">Academic Affairs</a></li>
  265. <li class="ddsmoothmenu-112" id="112"><a href="https://www3.gordonstate.edu/programs/schools.html">Schools</a></li>
  266. <li class="ddsmoothmenu-113" id="113"><a href="https://www3.gordonstate.edu/programs/associate-degree-programs.html">Associate Degree Programs</a></li>
  267. <li class="ddsmoothmenu-114" id="114"><a href="https://www3.gordonstate.edu/programs/baccalaureate-programs.html">Baccalaureate Programs</a></li>
  268. <li class="ddsmoothmenu-552" id="552"><a href="https://www3.gordonstate.edu/elearning/home.html">eLearning</a></li>
  269. <li class="ddsmoothmenu-115" id="115"><a href="https://www3.gordonstate.edu/programs/other-programs.html">Academic Initiatives</a></li>
  270. <li class="ddsmoothmenu-116" id="116"><a href="https://www3.gordonstate.edu/admissions/dual-enrollment.html">Dual Enrollment</a></li>
  271. </ul>
  272. </li>
  273. <li class="ddsmoothmenu-51" id="51"><a href="https://www3.gordonstate.edu/commed/home.html">Community Education</a>
  274. <ul>
  275. <li class="ddsmoothmenu-116" id="116"><a href="https://issuu.com/gscinstitutionalresearch/docs/2019_ce_spring_catalog?e=13704620/67133135">Current Catalog</a></li>
  276. <li class="ddsmoothmenu-117" id="117"><a class="" href="https://merlin.gordonstate.edu/wconnect/ace/home.htm">Registration</a></li>
  277. <li class="ddsmoothmenu-118" id="118"><a href="https://www3.gordonstate.edu/commed/online-learning-opportunities.html">Non-Academic Credit Online Programs</a></li>
  278. <li class="ddsmoothmenu-120" id="120"><a href="https://www3.gordonstate.edu/commed/events-and-requests-to-use-campus-facilities.html">Events and Requests to Use Campus Facilities</a></li>
  279. <li class="ddsmoothmenu-121" id="121"><a href="https://www3.gordonstate.edu/commed/the-gordon-state-challenge-course.html">The Gordon State Challenge Course</a></li>
  280. </ul>
  281. </li>
  282. <li class="ddsmoothmenu-52" id="52"><a href="http://www.gordonstate.edu/departments/home.html">Departments</a></li>
  283. <li class="ddsmoothmenu-53" id="53"><a href="https://www3.gordonstate.edu/studentslife/home.html">Student Life</a>
  284. <ul>
  285. <li class="ddsmoothmenu-122" id="122"><a href="https://www3.gordonstate.edu/studentslife/academic-labs.html">Academic Labs</a></li>
  286. <li class="ddsmoothmenu-501" id="501"><a href="https://www3.gordonstate.edu/studentslife/accessibility-services.html">Accessibility Services</a></li>
  287. <li class="ddsmoothmenu-620" id="620"><a href="https://www3.gordonstate.edu/adult-learner/adult-learner-program.html">Adult Learner</a></li>
  288. <li class="ddsmoothmenu-123" id="123"><a href="https://www3.gordonstate.edu/bookstore/home.html">Bookstore</a></li>
  289. <li class="ddsmoothmenu-124" id="124"><a href="https://www3.gordonstate.edu/careerservices/home.html">Career Services</a></li>
  290. <li class="ddsmoothmenu-125" id="125"><a href="https://www3.gordonstate.edu/clubs-and-organizations/home.html">Clubs + Organizations</a></li>
  291. <li class="ddsmoothmenu-127" id="127"><a href="https://www3.gordonstate.edu/counseling/home.html">Counseling</a></li>
  292. <li class="ddsmoothmenu-128" id="128"><a class="" href="https://gordonstate.sodexomyway.com/">Dining Services</a></li>
  293. <li class="ddsmoothmenu-129" id="129"><a href="https://www3.gordonstate.edu/healthcenter/home.html">Health Center</a></li>
  294. <li class="ddsmoothmenu-130" id="130"><a href="https://www3.gordonstate.edu/housing/home.html">Housing</a></li>
  295. <li class="ddsmoothmenu-126" id="126"><a href="https://www3.gordonstate.edu/computer-services/home.html">Information Technology</a></li>
  296. <li class="ddsmoothmenu-132" id="132"><a href="https://www3.gordonstate.edu/recreation/home.html">Recreation</a></li>
  297. <li class="ddsmoothmenu-622" id="622"><a class="" href="http://apps.gordonstate.edu/complaint/complaint_form.php">Student Complaints</a></li>
  298. <li class="ddsmoothmenu-133" id="133"><a href="https://www3.gordonstate.edu/studentjobs/home.html">Student Employment</a></li>
  299. <li class="ddsmoothmenu-131" id="131"><a href="https://www3.gordonstate.edu/successcenter/home.html">Student Success Center</a></li>
  300. <li class="ddsmoothmenu-134" id="134"><a href="https://www3.gordonstate.edu/testingcenter/home.html">Testing Center</a></li>
  301. <li class="ddsmoothmenu-681" id="681"><a href="https://www3.gordonstate.edu/title-ix/home.html">Title IX</a></li>
  302. <li class="ddsmoothmenu-135" id="135"><a href="https://www3.gordonstate.edu/studentslife/frequently-asked-questions1.html">Frequently Asked Questions</a></li>
  303. </ul>
  304. </li>
  305. </ul>
  306. </div>
  307. </nav>
  308. <div id="selenium-highlight"></div>
  309.                                                                         </div>
  310.                                                                 </header>
  311.                                                         </div>
  312.                                                 </div>
  313.                                         </div>
  314.                                 </div>
  315.                         </div>
  316.                 </div>
  317.                 <div class="page-container">
  318.                         <div class="container_24">
  319.                                 <div class="grid_24">
  320.                                         <div class="page-content about">
  321.                                                 <div class="grid_5 omega">
  322.                                                         <div class="sidebar">
  323.                                                                 <div class="sidebar_widget">
  324.                                                                        
  325.         <ul>
  326.                 <li>
  327.                         <a href="/newsroom/">Newsroom</a>
  328.                 </li>
  329.                 <li>
  330.                         Archives
  331.                         <ul>
  332.                                 <li>
  333.                                         <a href="/newsroom/2018/">2018</a>
  334.                                 </li>
  335.                                 <li>
  336.                                         <a href="/newsroom/2017/">2017</a>
  337.                                 </li>
  338.                         </ul>
  339.                 </li>
  340.                 <li>
  341.                         <a href="https://25live.collegenet.com/gordonstate/">25Live Campus Event Calendar(Facility Request)</a>
  342.                 </li>
  343.         </ul>
  344.         <div class="clear"></div>
  345.  
  346.                                                                         <div class="clear"></div>
  347.                                                                        
  348.                                                                         <div class="clear"></div>
  349.                                                                        
  350.                                                                         <div class="clear"></div>
  351.                                                                 </div>   
  352.                                                         </div>
  353.                                                 </div>
  354.                                                 <div class="grid_19 alpha">
  355.                                                         <div class="content-bar">            
  356.                                                                 <div class="post" style="padding-left: 7px;">
  357.                                     <h1 class="post_title">2018 Archives</h1>
  358.                                                                                 <div class="post_content" style="padding-right: 7px;">
  359.                                                                                        
  360. <div class="col-md-9" id="releases">
  361. <dl>
  362.    
  363.    
  364.    
  365.             <dt>
  366.             <a href="02/university-system-of-georgia-announces-new-education-credential.html" title="University System of Georgia Announces New Education Credential">University System of Georgia Announces New Education Credential</a> &#151; Wednesday, February 13, 2019
  367.        </dt>
  368.         <dd style="padding-bottom: 20px;">$_DisplayTool.truncate($content,250,'...',true)</dd>
  369.             <dt>
  370.             <a href="december/gsc-campus-closed-monday-january-21-in-observance-of-mlk-day.html" title="GSC Campus Closed Monday, January 21 In Observance of MLK Day">GSC Campus Closed Monday, January 21 In Observance of MLK Day</a> &#151; Wednesday, January 16, 2019
  371.        </dt>
  372.         <dd style="padding-bottom: 20px;">$_DisplayTool.truncate($content,250,'...',true)</dd>
  373.             <dt>
  374.             <a href="december/new-student-orientation-friday-jan-4.html" title="New Student Orientation Friday, Jan. 4">New Student Orientation Friday, Jan. 4</a> &#151; Wednesday, January 02, 2019
  375.        </dt>
  376.         <dd style="padding-bottom: 20px;">$_DisplayTool.truncate($content,250,'...',true)</dd>
  377.             <dt>
  378.             <a href="december/campus-closed-dec-18-through-jan-1.html" title="Campus Closed Dec. 18 Through Jan. 1">Campus Closed Dec. 18 Through Jan. 1</a> &#151; Tuesday, December 11, 2018
  379.        </dt>
  380.         <dd style="padding-bottom: 20px;">$_DisplayTool.truncate($content,250,'...',true)</dd>
  381.             <dt>
  382.             <a href="december/gordon-state-college-pumped-130-million-into-regional-economy-during-fy-17.html" title="Gordon State College Pumped $130 Million into Regional Economy During FY 17">Gordon State College Pumped $130 Million into Regional Economy During FY 17</a> &#151; Tuesday, December 04, 2018
  383.        </dt>
  384.         <dd style="padding-bottom: 20px;">$_DisplayTool.truncate($content,250,'...',true)</dd>
  385.             <dt>
  386.             <a href="december/campus-offices-closed-friday-from-9-10-am.html" title="Campus Offices Closed Friday, Dec. 7  From 8:30 - 10:30 a.m.">Campus Offices Closed Friday, Dec. 7  From 8:30 - 10:30 a.m.</a> &#151; Monday, December 03, 2018
  387.        </dt>
  388.         <dd style="padding-bottom: 20px;">$_DisplayTool.truncate($content,250,'...',true)</dd>
  389.             <dt>
  390.             <a href="november/join-us-for-community-brunch.html" title="Join Us For Community Brunch">Join Us For Community Brunch</a> &#151; Monday, November 26, 2018
  391.        </dt>
  392.         <dd style="padding-bottom: 20px;">$_DisplayTool.truncate($content,250,'...',true)</dd>
  393.             <dt>
  394.             <a href="november/campus-closed-for-thanksgiving-holiday.html" title="Campus Closed for Thanksgiving Holiday">Campus Closed for Thanksgiving Holiday</a> &#151; Wednesday, November 21, 2018
  395.        </dt>
  396.         <dd style="padding-bottom: 20px;">$_DisplayTool.truncate($content,250,'...',true)</dd>
  397.             <dt>
  398.             <a href="november/first-cohort-of-highlander-leadership-academy-selected.html" title="First Cohort of Highlander Leadership Academy Selected">First Cohort of Highlander Leadership Academy Selected</a> &#151; Wednesday, November 14, 2018
  399.        </dt>
  400.         <dd style="padding-bottom: 20px;">$_DisplayTool.truncate($content,250,'...',true)</dd>
  401.             <dt>
  402.  
Copyright © 2010-2025 brokenlinkcheck.com  |  By using this website you agree to these Terms