<?php header('Content-type: text/html; charset=utf-8'); ?><?php  /* STEP 1: LOAD RECORDS - Copy this PHP code block near the TOP of your page */  // load viewer library  $libraryPath = 'admin/lib/viewer_functions.php';  $dirsToCheck = array('/home/centra24/public_html/services/its2011/','','../','../../','../../../');  foreach ($dirsToCheck as $dir) { if (@include_once("$dir$libraryPath")) { break; }}  if (!function_exists('getRecords')) { die("Couldn't load viewer library, check filepath in sourcecode."); }  // load records  list($blk_topnav3Records, $blk_topnav3MetaData) = getRecords(array(    'tableName'   => 'blk_topnav3',    'where'       => whereRecordNumberInUrl(1),    'limit'       => '1',  ));  $blk_topnav3Record = @$blk_topnav3Records[0]; // get first record  // show error message if no matching record is found  if (!$blk_topnav3Record) { dieWith404("Record not found!"); }?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><!-- Design by http://www.dreamtemplate.com --><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Blackwidows Design | Web Design, Web Services, Mobility | Built to Last</title><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"  /><link href="style.css" rel="stylesheet" type="text/css" /><!-- CuFon begins --><link rel="stylesheet" type="text/css" href="coin-slider.css" /><script type="text/javascript" src="js/cufon-yui.js"></script><script type="text/javascript" src="js/cufon-libsans-700.js"></script><script type="text/javascript" src="js/jquery-1.4.2.min.js"></script><script type="text/javascript" src="js/script.js"></script><script type="text/javascript" src="js/coin-slider.min.js"></script><!-- CuFon ends --><!-- Fancybox --><script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script><script type="text/javascript" src="http://www.centralstate.edu/js/fancybox1_3/jquery.fancybox-1.3.1.pack.js"></script><script type="text/javascript" src="http://www.centralstate.edu/js/fancybox1_3/jquery.easing-1.3.pack.js"></script><script type="text/javascript" src="http://www.centralstate.edu/js/fancybox1_3/jquery.mousewheel-3.0.2.pack.js"></script><link rel="stylesheet" href="http://www.centralstate.edu/js/fancybox1_3/jquery.fancybox-1.3.1.css" type="text/css" media="screen" /><script type="text/javascript">		$(document).ready(function() {			/*			*   Examples - images			*/			$("a#example1").fancybox({				'titleShow'		: false			});			$("a#example2").fancybox({				'titleShow'		: false,				'transitionIn'	: 'elastic',				'transitionOut'	: 'elastic'			});			$("a#example3").fancybox({				'titleShow'		: false,				'transitionIn'	: 'none',				'transitionOut'	: 'none'			});			$("a#example4").fancybox();			$("a#example5").fancybox({				'titlePosition'	: 'inside'			});			$("a#example6").fancybox({				'titlePosition'	: 'over'			});			$("a[rel=example_group]").fancybox({				'transitionIn'		: 'none',				'transitionOut'		: 'none',				'titlePosition' 	: 'over',				'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {					return '<span id="fancybox-title-over">Image ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '</span>';				}			});			/*			*   Examples - various			*/			$("#various1").fancybox({				'titlePosition'		: 'inside',				'transitionIn'		: 'none',				'transitionOut'		: 'none'			});			$("#various2").fancybox();			$("#various3").fancybox({				'width'				: '75%',				'height'			: '75%',				'autoScale'			: false,				'transitionIn'		: 'none',				'transitionOut'		: 'none',				'type'				: 'iframe'			});			$("#various4").fancybox({				'padding'			: 0,				'autoScale'			: false,				'transitionIn'		: 'none',				'transitionOut'		: 'none'			});		});	</script><!-- /Fancybox -->	<style type="text/css">		.fancybox-custom .fancybox-outer {			box-shadow: 0 0 50px #222;		}	</style>	<style type="text/css">		.fancybox-custom .fancybox-outer {			box-shadow: 0 0 50px #222;		}	</style><!-- /Fancybox --></head><body><div class="main">  <div class="header">    <div class="header_resize">      <?php include '_includes/logo.php'; ?>            <?php include '_includes/search.php'; ?>       <div class="clr"></div>      <?php include '_includes/social.php'; ?><!-- Top Navigation -->      <?php include '_includes/topMenu.php'; ?><!-- /Top Navigation -->      <!-- Slideshow -->      <?php include '_includes/slideshow.php'; ?><!-- /Slideshow -->      <div class="clr"></div>    </div>  </div>  <div class="content">    <div class="content_resize">      <div class="mainbar">      <div class="article"><!-- Main News --><h2><span><?php echo $blk_topnav3Record['name'] ?></span></h2>          <div class="clr"></div>          <p>          <?php echo $blk_topnav3Record['content'] ?>          </p>      <!-- STEP 2a: Display Uploads for field 'image_gallery' (Paste this anywhere inside STEP2 to display uploads) -->        <!-- Upload Fields: num, createdTime, tableName, fieldName, recordNum, preSaveTempId, filePath, filename, extension, thumbFilePath, isImage, hasThumbnail, urlPath, width, height, thumbUrlPath, thumbWidth, thumbHeight, info1, info2, info3, info4, info5 -->        <div id="popup" style="display: none;"></div>        <?php foreach ($blk_topnav3Record['image_gallery'] as $upload): ?>          <?php if ($upload['hasThumbnail']): ?>            <a   rel="example_group" href="<?php echo $upload['urlPath'] ?>" title="<?php echo $upload['info1'] ?>">            <img src="<?php echo $upload['thumbUrlPath'] ?>" width="<?php echo $upload['thumbWidth'] ?>" height="<?php echo $upload['thumbHeight'] ?>" alt='' border="0" />            </a>          <?php elseif ($upload['isImage']): ?>          <a  class="grouped_elements" rel="group1" href="<?php echo $upload['urlPath'] ?>">          <img src="<?php echo $upload['urlPath'] ?>" width="<?php echo $upload['width'] ?>" height="<?php echo $upload['height'] ?>" alt='' />          </a>          <?php endif ?>          <?php endforeach ?>      <!-- STEP2a: /Display Uploads --><!-- /Main Content -->      </div>      </div>      <div class="sidebar">                <?php include '_includes/sideMenu.php'; ?>                <?php include '_includes/sponsors.php'; ?>      </div>      <div class="clr"></div>    </div>  </div>  <div class="fbg">    <div class="fbg_resize">      <?php include '_includes/clients.php'; ?>            <?php include '_includes/services.php'; ?>            <?php include '_includes/contact.php'; ?>      <div class="clr"></div>    </div>  </div>  <div class="footer">    <?php include '_includes/footer.php'; ?>  </div></div></body></html>