This page uses frames, but your browser doesn't support them.
<SCRIPT>
message =
"D & R Annual picnic Sunday 24 September 2006^"+
"Anyone interested in Underwater Photography certification class...drop me a
line^"+
"Open Water Certification class in CLARION Starts 15 SEPTEMBER ^"+
"Mt Storm Weekend - Sept 15 & 16, 2006^"+
"^"
scrollSpeed = 0
lineDelay = 5000
// Do not change the text below //
txt = ""
function scrollText(pos) {
if (message.charAt(pos) != '^') {
txt = txt + message.charAt(pos)
status = txt
pauze = scrollSpeed
}
else {
pauze = lineDelay
txt = ""
if (pos == message.length-1) pos = -1
}
pos++
setTimeout("scrollText('"+pos+"')",pauze)
}
// Unhide -->
scrollText(0)
</SCRIPT>