var tWidth='675px';                  // width (in pixels)
var tHeight='20px';                  // height (in pixels)
var tcolour='transparent';               // background colour: - #73C5EF
var moStop=true;                     // pause on mouseover (true or false)
var fontfamily = 'arial,sans-serif'; // font for content
var tSpeed=3;                        // scroll speed (1 = slow, 5 = fast)

// enter your ticker content here (use \/ and \' in place of / and ' respectively)
var content='<img src="Images/PrevArrow.gif" width="15" height="15" alt=""><img src="Images/PrevArrow.gif" width="15" height="15" alt=""><img src="Images/PrevArrow.gif" width="15" height="15" alt="">&nbsp;&nbsp; <a href="071121Boat4Sale.html" target="_blank" style="color: navy;">Ontario 32 for Sale</a> !!!  &nbsp;&nbsp;<img src="Images/NextArrow.gif" width="15" height="15" alt=""><img src="Images/NextArrow.gif" width="15" height="15" alt=""><img src="Images/NextArrow.gif" width="15" height="15" alt=""> ';

// <a href="070205Charts4Sale.asp" style="background-color: Navy;">Used Charts for Sale</a> !!!&nbsp;&nbsp;&nbsp;&nbsp;<img src="Images/PrevArrow.gif" width="15" height="15" alt=""><img src="Images/NextArrow.gif" width="15" height="15" alt="">&nbsp;&nbsp;&nbsp;&nbsp;

// Simple Marquee / Ticker Script
// copyright 3rd January 2006, Stephen Chapman
// permission to use this Javascript on your web page is granted
// provided that all of the below code in this script (including this
// comment) is used without any alteration
var cps=tSpeed; var aw, mq; var fsz = parseInt(tHeight) - 4; function startticker(){if (document.getElementById) {var tick = '<div style="position:relative;width:'+tWidth+';height:'+tHeight+';overflow:hidden;background-color:'+tcolour+'"'; if (moStop) tick += ' onmouseover="cps=0" onmouseout="cps=tSpeed"'; tick +='><div id="mq" style="position:absolute;left:0px;top:0px;font-family:'+fontfamily+';font-size:'+fsz+'px;white-space:nowrap;"><\/div><\/div>'; document.getElementById('ticker').innerHTML = tick; mq = document.getElementById("mq"); mq.style.left=(parseInt(tWidth)+10)+"px"; mq.innerHTML='<span id="tx">'+content+'<\/span>'; aw = document.getElementById("tx").offsetWidth; lefttime=setInterval("scrollticker()",50);}} function scrollticker(){mq.style.left = (parseInt(mq.style.left)>(-10 - aw)) ?parseInt(mq.style.left)-cps+"px" : parseInt(tWidth)+10+"px";} window.onload=startticker;

/*   Extracted Notices

&nbsp;&nbsp;&nbsp;&nbsp;<img src="Images/PrevArrow.gif" width="15" height="15" alt=""><img src="Images/NextArrow.gif" width="15" height="15" alt=""><a href="070205Charts4Sale.asp" style="background-color: Navy;">Used Charts for Sale</a> !!!  



 <a href="RF/29Xmas07.pdf" target="_blank" style="color: navy;">Christmas Running Fix</a> <img src="Images/new1.gif" alt="" width="30" height="14" border="0" align="middle"> &nbsp;&nbsp;&nbsp;&nbsp;<img src="Images/PrevArrow.gif" width="15" height="15" alt=""><img src="Images/NextArrow.gif" width="15" height="15" alt="">

<a href="BPS/Budget.asp" style="background-color: Navy;">Budget Highlights</a>&nbsp;&nbsp;&nbsp;&nbsp;<img src="Images/PrevArrow.gif" width="15" height="15" alt=""><img src="Images/NextArrow.gif" width="15" height="15" alt=""><a href="BPS/Vol.asp" style="background-color: Navy;">Volunteering</a>&nbsp;&nbsp;&nbsp;&nbsp;<img src="Images/PrevArrow.gif" width="15" height="15" alt=""><img src="Images/NextArrow.gif" width="15" height="15" alt="">&nbsp;&nbsp;&nbsp;&nbsp;

&nbsp;&nbsp;&nbsp;&nbsp;<img src="Images/PrevArrow.gif" width="15" height="15" alt=""><img src="Images/NextArrow.gif" width="15" height="15" alt=""><a href="061104NatConfVol.asp" style="background-color: Navy;">2007 National Conference Volunteers Needed</a>

&nbsp;&nbsp;&nbsp;&nbsp;<img src="Images/PrevArrow.gif" width="15" height="15" alt=""><img src="Images/NextArrow.gif" width="15" height="15" alt=""><a target="_blank" href="http://nsc.ca/events/garageboatshow2007.htm" style="background-color: Navy;">Fall Garage and Boat Show</a>

<a href="RF/29Xmas07.pdf" target="_blank" style="color: navy;">Christmas Running Fix</a> <img src="Images/new1.gif" alt="" width="30" height="14" border="0" align="middle"> &nbsp;&nbsp;&nbsp;&nbsp;<img src="Images/PrevArrow.gif" width="15" height="15" alt=""><img src="Images/NextArrow.gif" width="15" height="15" alt=""> <a href="TRN/TrnPgm.asp" style="color: navy;">Winter Training Program Courses</a>&nbsp;&nbsp;&nbsp;&nbsp;<img src="Images/PrevArrow.gif" width="15" height="15" alt=""><img src="Images/NextArrow.gif" width="15" height="15" alt=""> &nbsp;&nbsp;

*/



