The Industry’s Highest Honor for Live Event Professionals
Since 2001, scores of our highest achievers and most admired innovators have been awarded the Parnelli. The award recognizes pioneering, influential professionals and their contributions, honoring both individuals and companies. It is truly the “Oscar®” of the Live Event Industry.
Click here to visit parnelliawards.com.
{source}
<script type=”text/javascript” src=”/eklyptic/simplyscroll/jquery.simplyscroll.min.js”></script>
<link rel=”stylesheet” href=”/eklyptic/simplyscroll/jquery.simplyscroll.css” media=”all” type=”text/css”>
<script type=”text/javascript”>
(function($) {
$(function() { //on DOM ready
$(“#scroller”).simplyScroll({speed:4});
});
})(jQuery);
</script>
<?php
echo ‘<ul id=”scroller”>’;
$scrollerDir = ‘/home/2/0/b/1047/1047/public_html/images/scroller’;
$dirList = scandir($scrollerDir);
$list = array();
$allow = array(‘.jpg’,’.jpeg’,’.gif’,’.png’);
foreach ($dirList as $name) {
foreach ($allow as $ext) {
if (strpos($name, $ext) !== FALSE) {
$list[] = $name;
}
}
}
shuffle($list);
$list = array_slice($list, 0, 25);
foreach ($list as $file) {
echo ‘<li><img src=”http://parnelliawards.com/images/scroller/’.$file.'” ></li>’;
}
echo ‘</ul>’;
echo ‘<div style=”clear:both”></div>’;
?>
{/source}
Click here to make a reservation to attend the Parnelli Awards
The Parnelli Awards are brought to you by
{source}
<?php include(‘/home/2/0/b/1047/1047/public_html/includes/logos.php’); ?>
{/source}