posted 10/03/2011
Chatham Area Transit proudly announces the third straight year of participation in Walk to School Day events! October 5th marks this year's Walk to School Day, and CAT personnel will be in the middle of the action this year at West Chatham Elementary School. We'll be walking with students to promote health, safety, and greener travel alternatives.
People might stop and wonder why a Public Transit Authority would take part in a walking event, but we at CAT think it makes perfect sense. We are involved in our community and can't think of anything more important than the health and safety of our children. And we are always looking for ways we can help improve and protect the environment.
For more information on this event, visit the Walk to School website and see how you can participate.
0) {
$useWidth = true;
} else {
$useWidth = false;
}
//$width = $imgInfos[0];
//$height = $imgInfos[1];
$heightFactor = 1;
$widthFactor = 1;
if ($maxWidth > 0) {
$widthFactor = $imgInfos[0] / $maxWidth;
}
if ($maxHeight > 0) {
$heightFactor = $imgInfos[1] / $maxHeight;
}
if ($maxWidth > 0 && $imgInfos[0] > $maxWidth) $hasZoom = true;
if ($maxHeight > 0 && $imgInfos[1] > $maxHeight) $hasZoom = true;
if ($widthFactor < $heightFactor && $maxHeight > 0) $useWidth = false;
$oImg['imgHeight']=$maxHeight;
$oImg['imgWidth']=$maxWidth;
$oImg['imgAlt']= $imgalt;
$oImg['imgTitle']= trim($imgtitle.' '.$imgcopyright);
$oImg['file'] = $myUrlPrefix.$imgVisiblePath;
$oImg['id'] = $imgId;
$showMagnifier = ($hasZoom && $showMagnify != 'no');
if (!isset($oImg['id'])) $oImg['id'] = mt_rand(10000,mt_getrandmax());
if (isset($oImg['file']) && $oImg['file']!='') {
if ($useWidth) {
$imgSrc = THUMBMAKER.'?width='.$oImg['imgWidth'].'&fn='.$oImg['file'];
} else {
$imgSrc = THUMBMAKER.'?height='.$oImg['imgHeight'].'&fn='.$oImg['file'];
}
if($imageLinkTarget != '') {
echo '
!['.urldecode($oImg['imgTitle']).' '.urldecode($oImg['imgAlt']).']('.$imgSrc.')
';
} else {
if ($showMagnifier) {?>
';
if ($showMagnifier) {?>