<html>
<head>

<style type="text/css">
p.margin {margin-left: 1cm}
body 
{ 
SCROLLBAR-ARROW-COLOR: #d5d500; SCROLLBAR-BASE-COLOR: #2f4f2f; SCROLLBAR-DARKSHADOW-COLOR: #d5d500;
}

</style>


<Script LANGUAGE="JavaScript"> 
var Count = 0; var Text = "Volunteers needed .... Free training .... Make a difference .... Become a member .... (732)225-2279"; var Speed = 90; var timerID = null; var TimerRunning = false; 
var i = 0; while (i ++ < 140) Text = " " + Text; function Scroll(){ 
window.status = Text.substring(Count++, Text.length); if (Count == Text.length) 
Count = 0; timerID = setTimeout("Scroll()", Speed); TimerRunning = true; 
} function Start(){ Stop(); Scroll(); } function Stop(){ if(TimerRunning) clearTimeout(timerID); 
TimerRunning = false; } Start(); // end hide --> 
</script>
<body bgcolor="#2F4F2F" text="#D5D500">

</html>

