<!--{{{-->
<link rel='alternate' type='application/rss+xml' title='RSS' href='index.xml' />
<!--}}}-->
Background: #fff
Foreground: #000
PrimaryPale: #8cf
PrimaryLight: #18f
PrimaryMid: #04b
PrimaryDark: #014
SecondaryPale: #ffc
SecondaryLight: #fe8
SecondaryMid: #db4
SecondaryDark: #841
TertiaryPale: #eee
TertiaryLight: #ccc
TertiaryMid: #999
TertiaryDark: #666
Error: #f88
/*{{{*/
body {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}

a {color:[[ColorPalette::PrimaryMid]];}
a:hover {background-color:[[ColorPalette::PrimaryMid]]; color:[[ColorPalette::Background]];}
a img {border:0;}

h1,h2,h3,h4,h5,h6 {color:[[ColorPalette::SecondaryDark]]; background:transparent;}
h1 {border-bottom:2px solid [[ColorPalette::TertiaryLight]];}
h2,h3 {border-bottom:1px solid [[ColorPalette::TertiaryLight]];}

.button {color:[[ColorPalette::PrimaryDark]]; border:1px solid [[ColorPalette::Background]];}
.button:hover {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::SecondaryLight]]; border-color:[[ColorPalette::SecondaryMid]];}
.button:active {color:[[ColorPalette::Background]]; background:[[ColorPalette::SecondaryMid]]; border:1px solid [[ColorPalette::SecondaryDark]];}

.header {background:[[ColorPalette::PrimaryMid]];}
.headerShadow {color:[[ColorPalette::Foreground]];}
.headerShadow a {font-weight:normal; color:[[ColorPalette::Foreground]];}
.headerForeground {color:[[ColorPalette::Background]];}
.headerForeground a {font-weight:normal; color:[[ColorPalette::PrimaryPale]];}

.tabSelected {color:[[ColorPalette::PrimaryDark]];
	background:[[ColorPalette::TertiaryPale]];
	border-left:1px solid [[ColorPalette::TertiaryLight]];
	border-top:1px solid [[ColorPalette::TertiaryLight]];
	border-right:1px solid [[ColorPalette::TertiaryLight]];
}
.tabUnselected {color:[[ColorPalette::Background]]; background:[[ColorPalette::TertiaryMid]];}
.tabContents {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::TertiaryPale]]; border:1px solid [[ColorPalette::TertiaryLight]];}
.tabContents .button {border:0;}

#sidebar {}
#sidebarOptions input {border:1px solid [[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel {background:[[ColorPalette::PrimaryPale]];}
#sidebarOptions .sliderPanel a {border:none;color:[[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel a:hover {color:[[ColorPalette::Background]]; background:[[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel a:active {color:[[ColorPalette::PrimaryMid]]; background:[[ColorPalette::Background]];}

.wizard {background:[[ColorPalette::PrimaryPale]]; border:1px solid [[ColorPalette::PrimaryMid]];}
.wizard h1 {color:[[ColorPalette::PrimaryDark]]; border:none;}
.wizard h2 {color:[[ColorPalette::Foreground]]; border:none;}
.wizardStep {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];
	border:1px solid [[ColorPalette::PrimaryMid]];}
.wizardStep.wizardStepDone {background:[[ColorPalette::TertiaryLight]];}
.wizardFooter {background:[[ColorPalette::PrimaryPale]];}
.wizardFooter .status {background:[[ColorPalette::PrimaryDark]]; color:[[ColorPalette::Background]];}
.wizard .button {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::SecondaryLight]]; border: 1px solid;
	border-color:[[ColorPalette::SecondaryPale]] [[ColorPalette::SecondaryDark]] [[ColorPalette::SecondaryDark]] [[ColorPalette::SecondaryPale]];}
.wizard .button:hover {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::Background]];}
.wizard .button:active {color:[[ColorPalette::Background]]; background:[[ColorPalette::Foreground]]; border: 1px solid;
	border-color:[[ColorPalette::PrimaryDark]] [[ColorPalette::PrimaryPale]] [[ColorPalette::PrimaryPale]] [[ColorPalette::PrimaryDark]];}

.wizard .notChanged {background:transparent;}
.wizard .changedLocally {background:#80ff80;}
.wizard .changedServer {background:#8080ff;}
.wizard .changedBoth {background:#ff8080;}
.wizard .notFound {background:#ffff80;}
.wizard .putToServer {background:#ff80ff;}
.wizard .gotFromServer {background:#80ffff;}

#messageArea {border:1px solid [[ColorPalette::SecondaryMid]]; background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]];}
#messageArea .button {color:[[ColorPalette::PrimaryMid]]; background:[[ColorPalette::SecondaryPale]]; border:none;}

.popupTiddler {background:[[ColorPalette::TertiaryPale]]; border:2px solid [[ColorPalette::TertiaryMid]];}

.popup {background:[[ColorPalette::TertiaryPale]]; color:[[ColorPalette::TertiaryDark]]; border-left:1px solid [[ColorPalette::TertiaryMid]]; border-top:1px solid [[ColorPalette::TertiaryMid]]; border-right:2px solid [[ColorPalette::TertiaryDark]]; border-bottom:2px solid [[ColorPalette::TertiaryDark]];}
.popup hr {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::PrimaryDark]]; border-bottom:1px;}
.popup li.disabled {color:[[ColorPalette::TertiaryMid]];}
.popup li a, .popup li a:visited {color:[[ColorPalette::Foreground]]; border: none;}
.popup li a:hover {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; border: none;}
.popup li a:active {background:[[ColorPalette::SecondaryPale]]; color:[[ColorPalette::Foreground]]; border: none;}
.popupHighlight {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
.listBreak div {border-bottom:1px solid [[ColorPalette::TertiaryDark]];}

.tiddler .defaultCommand {font-weight:bold;}

.shadow .title {color:[[ColorPalette::TertiaryDark]];}

.title {color:[[ColorPalette::SecondaryDark]];}
.subtitle {color:[[ColorPalette::TertiaryDark]];}

.toolbar {color:[[ColorPalette::PrimaryMid]];}
.toolbar a {color:[[ColorPalette::TertiaryLight]];}
.selected .toolbar a {color:[[ColorPalette::TertiaryMid]];}
.selected .toolbar a:hover {color:[[ColorPalette::Foreground]];}

.tagging, .tagged {border:1px solid [[ColorPalette::TertiaryPale]]; background-color:[[ColorPalette::TertiaryPale]];}
.selected .tagging, .selected .tagged {background-color:[[ColorPalette::TertiaryLight]]; border:1px solid [[ColorPalette::TertiaryMid]];}
.tagging .listTitle, .tagged .listTitle {color:[[ColorPalette::PrimaryDark]];}
.tagging .button, .tagged .button {border:none;}

.footer {color:[[ColorPalette::TertiaryLight]];}
.selected .footer {color:[[ColorPalette::TertiaryMid]];}

.error, .errorButton {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::Error]];}
.warning {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::SecondaryPale]];}
.lowlight {background:[[ColorPalette::TertiaryLight]];}

.zoomer {background:none; color:[[ColorPalette::TertiaryMid]]; border:3px solid [[ColorPalette::TertiaryMid]];}

.imageLink, #displayArea .imageLink {background:transparent;}

.annotation {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; border:2px solid [[ColorPalette::SecondaryMid]];}

.viewer .listTitle {list-style-type:none; margin-left:-2em;}
.viewer .button {border:1px solid [[ColorPalette::SecondaryMid]];}
.viewer blockquote {border-left:3px solid [[ColorPalette::TertiaryDark]];}

.viewer table, table.twtable {border:2px solid [[ColorPalette::TertiaryDark]];}
.viewer th, .viewer thead td, .twtable th, .twtable thead td {background:[[ColorPalette::SecondaryMid]]; border:1px solid [[ColorPalette::TertiaryDark]]; color:[[ColorPalette::Background]];}
.viewer td, .viewer tr, .twtable td, .twtable tr {border:1px solid [[ColorPalette::TertiaryDark]];}

.viewer pre {border:1px solid [[ColorPalette::SecondaryLight]]; background:[[ColorPalette::SecondaryPale]];}
.viewer code {color:[[ColorPalette::SecondaryDark]];}
.viewer hr {border:0; border-top:dashed 1px [[ColorPalette::TertiaryDark]]; color:[[ColorPalette::TertiaryDark]];}

.highlight, .marked {background:[[ColorPalette::SecondaryLight]];}

.editor input {border:1px solid [[ColorPalette::PrimaryMid]];}
.editor textarea {border:1px solid [[ColorPalette::PrimaryMid]]; width:100%;}
.editorFooter {color:[[ColorPalette::TertiaryMid]];}
.readOnly {background:[[ColorPalette::TertiaryPale]];}

#backstageArea {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::TertiaryMid]];}
#backstageArea a {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::Background]]; border:none;}
#backstageArea a:hover {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; }
#backstageArea a.backstageSelTab {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
#backstageButton a {background:none; color:[[ColorPalette::Background]]; border:none;}
#backstageButton a:hover {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::Background]]; border:none;}
#backstagePanel {background:[[ColorPalette::Background]]; border-color: [[ColorPalette::Background]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]];}
.backstagePanelFooter .button {border:none; color:[[ColorPalette::Background]];}
.backstagePanelFooter .button:hover {color:[[ColorPalette::Foreground]];}
#backstageCloak {background:[[ColorPalette::Foreground]]; opacity:0.6; filter:alpha(opacity=60);}
/*}}}*/
/*{{{*/
* html .tiddler {height:1%;}

body {font-size:.75em; font-family:arial,helvetica; margin:0; padding:0;}

h1,h2,h3,h4,h5,h6 {font-weight:bold; text-decoration:none;}
h1,h2,h3 {padding-bottom:1px; margin-top:1.2em;margin-bottom:0.3em;}
h4,h5,h6 {margin-top:1em;}
h1 {font-size:1.35em;}
h2 {font-size:1.25em;}
h3 {font-size:1.1em;}
h4 {font-size:1em;}
h5 {font-size:.9em;}

hr {height:1px;}

a {text-decoration:none;}

dt {font-weight:bold;}

ol {list-style-type:decimal;}
ol ol {list-style-type:lower-alpha;}
ol ol ol {list-style-type:lower-roman;}
ol ol ol ol {list-style-type:decimal;}
ol ol ol ol ol {list-style-type:lower-alpha;}
ol ol ol ol ol ol {list-style-type:lower-roman;}
ol ol ol ol ol ol ol {list-style-type:decimal;}

.txtOptionInput {width:11em;}

#contentWrapper .chkOptionInput {border:0;}

.externalLink {text-decoration:underline;}

.indent {margin-left:3em;}
.outdent {margin-left:3em; text-indent:-3em;}
code.escaped {white-space:nowrap;}

.tiddlyLinkExisting {font-weight:bold;}
.tiddlyLinkNonExisting {font-style:italic;}

/* the 'a' is required for IE, otherwise it renders the whole tiddler in bold */
a.tiddlyLinkNonExisting.shadow {font-weight:bold;}

#mainMenu .tiddlyLinkExisting,
	#mainMenu .tiddlyLinkNonExisting,
	#sidebarTabs .tiddlyLinkNonExisting {font-weight:normal; font-style:normal;}
#sidebarTabs .tiddlyLinkExisting {font-weight:bold; font-style:normal;}

.header {position:relative;}
.header a:hover {background:transparent;}
.headerShadow {position:relative; padding:4.5em 0 1em 1em; left:-1px; top:-1px;}
.headerForeground {position:absolute; padding:4.5em 0 1em 1em; left:0; top:0;}

.siteTitle {font-size:3em;}
.siteSubtitle {font-size:1.2em;}

#mainMenu {position:absolute; left:0; width:10em; text-align:right; line-height:1.6em; padding:1.5em 0.5em 0.5em 0.5em; font-size:1.1em;}

#sidebar {position:absolute; right:3px; width:16em; font-size:.9em;}
#sidebarOptions {padding-top:0.3em;}
#sidebarOptions a {margin:0 0.2em; padding:0.2em 0.3em; display:block;}
#sidebarOptions input {margin:0.4em 0.5em;}
#sidebarOptions .sliderPanel {margin-left:1em; padding:0.5em; font-size:.85em;}
#sidebarOptions .sliderPanel a {font-weight:bold; display:inline; padding:0;}
#sidebarOptions .sliderPanel input {margin:0 0 0.3em 0;}
#sidebarTabs .tabContents {width:15em; overflow:hidden;}

.wizard {padding:0.1em 1em 0 2em;}
.wizard h1 {font-size:2em; font-weight:bold; background:none; padding:0; margin:0.4em 0 0.2em;}
.wizard h2 {font-size:1.2em; font-weight:bold; background:none; padding:0; margin:0.4em 0 0.2em;}
.wizardStep {padding:1em 1em 1em 1em;}
.wizard .button {margin:0.5em 0 0; font-size:1.2em;}
.wizardFooter {padding:0.8em 0.4em 0.8em 0;}
.wizardFooter .status {padding:0 0.4em; margin-left:1em;}
.wizard .button {padding:0.1em 0.2em;}

#messageArea {position:fixed; top:2em; right:0; margin:0.5em; padding:0.5em; z-index:2000; _position:absolute;}
.messageToolbar {display:block; text-align:right; padding:0.2em;}
#messageArea a {text-decoration:underline;}

.tiddlerPopupButton {padding:0.2em;}
.popupTiddler {position: absolute; z-index:300; padding:1em; margin:0;}

.popup {position:absolute; z-index:300; font-size:.9em; padding:0; list-style:none; margin:0;}
.popup .popupMessage {padding:0.4em;}
.popup hr {display:block; height:1px; width:auto; padding:0; margin:0.2em 0;}
.popup li.disabled {padding:0.4em;}
.popup li a {display:block; padding:0.4em; font-weight:normal; cursor:pointer;}
.listBreak {font-size:1px; line-height:1px;}
.listBreak div {margin:2px 0;}

.tabset {padding:1em 0 0 0.5em;}
.tab {margin:0 0 0 0.25em; padding:2px;}
.tabContents {padding:0.5em;}
.tabContents ul, .tabContents ol {margin:0; padding:0;}
.txtMainTab .tabContents li {list-style:none;}
.tabContents li.listLink { margin-left:.75em;}

#contentWrapper {display:block;}
#splashScreen {display:none;}

#displayArea {margin:1em 17em 0 14em;}

.toolbar {text-align:right; font-size:.9em;}

.tiddler {padding:1em 1em 0;}

.missing .viewer,.missing .title {font-style:italic;}

.title {font-size:1.6em; font-weight:bold;}

.missing .subtitle {display:none;}
.subtitle {font-size:1.1em;}

.tiddler .button {padding:0.2em 0.4em;}

.tagging {margin:0.5em 0.5em 0.5em 0; float:left; display:none;}
.isTag .tagging {display:block;}
.tagged {margin:0.5em; float:right;}
.tagging, .tagged {font-size:0.9em; padding:0.25em;}
.tagging ul, .tagged ul {list-style:none; margin:0.25em; padding:0;}
.tagClear {clear:both;}

.footer {font-size:.9em;}
.footer li {display:inline;}

.annotation {padding:0.5em; margin:0.5em;}

* html .viewer pre {width:99%; padding:0 0 1em 0;}
.viewer {line-height:1.4em; padding-top:0.5em;}
.viewer .button {margin:0 0.25em; padding:0 0.25em;}
.viewer blockquote {line-height:1.5em; padding-left:0.8em;margin-left:2.5em;}
.viewer ul, .viewer ol {margin-left:0.5em; padding-left:1.5em;}

.viewer table, table.twtable {border-collapse:collapse; margin:0.8em 1.0em;}
.viewer th, .viewer td, .viewer tr,.viewer caption,.twtable th, .twtable td, .twtable tr,.twtable caption {padding:3px;}
table.listView {font-size:0.85em; margin:0.8em 1.0em;}
table.listView th, table.listView td, table.listView tr {padding:0 3px 0 3px;}

.viewer pre {padding:0.5em; margin-left:0.5em; font-size:1.2em; line-height:1.4em; overflow:auto;}
.viewer code {font-size:1.2em; line-height:1.4em;}

.editor {font-size:1.1em;}
.editor input, .editor textarea {display:block; width:100%; font:inherit;}
.editorFooter {padding:0.25em 0; font-size:.9em;}
.editorFooter .button {padding-top:0; padding-bottom:0;}

.fieldsetFix {border:0; padding:0; margin:1px 0px;}

.zoomer {font-size:1.1em; position:absolute; overflow:hidden;}
.zoomer div {padding:1em;}

* html #backstage {width:99%;}
* html #backstageArea {width:99%;}
#backstageArea {display:none; position:relative; overflow: hidden; z-index:150; padding:0.3em 0.5em;}
#backstageToolbar {position:relative;}
#backstageArea a {font-weight:bold; margin-left:0.5em; padding:0.3em 0.5em;}
#backstageButton {display:none; position:absolute; z-index:175; top:0; right:0;}
#backstageButton a {padding:0.1em 0.4em; margin:0.1em;}
#backstage {position:relative; width:100%; z-index:50;}
#backstagePanel {display:none; z-index:100; position:absolute; width:90%; margin-left:3em; padding:1em;}
.backstagePanelFooter {padding-top:0.2em; float:right;}
.backstagePanelFooter a {padding:0.2em 0.4em;}
#backstageCloak {display:none; z-index:20; position:absolute; width:100%; height:100px;}

.whenBackstage {display:none;}
.backstageVisible .whenBackstage {display:block;}
/*}}}*/
/***
StyleSheet for use when a translation requires any css style changes.
This StyleSheet can be used directly by languages such as Chinese, Japanese and Korean which need larger font sizes.
***/
/*{{{*/
body {font-size:0.8em;}
#sidebarOptions {font-size:1.05em;}
#sidebarOptions a {font-style:normal;}
#sidebarOptions .sliderPanel {font-size:0.95em;}
.subtitle {font-size:0.8em;}
.viewer table.listView {font-size:0.95em;}
/*}}}*/
/*{{{*/
@media print {
#mainMenu, #sidebar, #messageArea, .toolbar, #backstageButton, #backstageArea {display: none !important;}
#displayArea {margin: 1em 1em 0em;}
noscript {display:none;} /* Fixes a feature in Firefox 1.5.0.2 where print preview displays the noscript content */
}
/*}}}*/
<!--{{{-->
<div class='header' macro='gradient vert [[ColorPalette::PrimaryLight]] [[ColorPalette::PrimaryMid]]'>
<div class='headerShadow'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
<div class='headerForeground'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
</div>
<div id='mainMenu' refresh='content' tiddler='MainMenu'></div>
<div id='sidebar'>
<div id='sidebarOptions' refresh='content' tiddler='SideBarOptions'></div>
<div id='sidebarTabs' refresh='content' force='true' tiddler='SideBarTabs'></div>
</div>
<div id='displayArea'>
<div id='messageArea'></div>
<div id='tiddlerDisplay'></div>
</div>
<!--}}}-->
<!--{{{-->
<div class='toolbar' macro='toolbar [[ToolbarCommands::ViewToolbar]]'></div>
<div class='title' macro='view title'></div>
<div class='subtitle'><span macro='view modifier link'></span>, <span macro='view modified date'></span> (<span macro='message views.wikified.createdPrompt'></span> <span macro='view created date'></span>)</div>
<div class='tagging' macro='tagging'></div>
<div class='tagged' macro='tags'></div>
<div class='viewer' macro='view text wikified'></div>
<div class='tagClear'></div>
<!--}}}-->
<!--{{{-->
<div class='toolbar' macro='toolbar [[ToolbarCommands::EditToolbar]]'></div>
<div class='title' macro='view title'></div>
<div class='editor' macro='edit title'></div>
<div macro='annotations'></div>
<div class='editor' macro='edit text'></div>
<div class='editor' macro='edit tags'></div><div class='editorFooter'><span macro='message views.editor.tagPrompt'></span><span macro='tagChooser excludeLists'></span></div>
<!--}}}-->
To get started with this blank [[TiddlyWiki]], you'll need to modify the following tiddlers:
* [[SiteTitle]] & [[SiteSubtitle]]: The title and subtitle of the site, as shown above (after saving, they will also appear in the browser title bar)
* [[MainMenu]]: The menu (usually on the left)
* [[DefaultTiddlers]]: Contains the names of the tiddlers that you want to appear when the TiddlyWiki is opened
You'll also need to enter your username for signing your edits: <<option txtUserName>>
These [[InterfaceOptions]] for customising [[TiddlyWiki]] are saved in your browser

Your username for signing your edits. Write it as a [[WikiWord]] (eg [[JoeBloggs]])

<<option txtUserName>>
<<option chkSaveBackups>> [[SaveBackups]]
<<option chkAutoSave>> [[AutoSave]]
<<option chkRegExpSearch>> [[RegExpSearch]]
<<option chkCaseSensitiveSearch>> [[CaseSensitiveSearch]]
<<option chkAnimate>> [[EnableAnimations]]

----
Also see [[AdvancedOptions]]
<<importTiddlers>>
BRYC started life as a sailing club in 1949. A club house was built in 1950/51 when the club became very popular as a location for sailing the Merlin Rocket, a fast wooden sailing boat.

During the early 80s the then commodore introduced a modern fast catamaran which proved very popular with club members; to this day they are the most favoured craft at the club.

The 80s also saw the introduction of Windsurfing, which was quickly embraced by the club. With catamarans well established and the windsurfing contingency growing, the club developed a more relaxed approach to membership, where members visited the club not just to sail, but to also enjoy the facilities and social events organized by the club.

Today the club is proud of its competitive racing combined with a relaxed atmosphere. 

<<icap "[img(500px,auto)[The Club House in the 1950s|images/clubhouse50s.jpg]]">>

<<icap "[img(500px,auto)[Spectator view of the races from the prom|images/racesfromprom.jpg]]">>
|noBorder|k
|!Year|!&nbsp;&nbsp;|!Commodore|
|2010-| |Brenda Elwin|
| | | |
|2008-2009| |Ken Green|
|2006-2007| |Nigel Etheridge|
|2005| |Linda Stone|
|2003-2004| |Paul Adams|
|2001-2002| |Fran Griffin|
| | | |
|1999-2000| |Terence Taylor|
|1999 (part)| |Colin Westbrook|
|1998| |Martin White|
|1996-1997| |Raymond Marshall|
|1991-1995| |David Farrow|
| | | |
|1990| |John Parsons|
|1988-1989| |Tod Sweeney|
|1987| |Brian Lacey|
|1983-1986| |Alan Steed|
|1981-1982| |Barry Collins|
| | | |
|1978-1980| |Colin Crouch|
|1977| |Dennis Umpleby|
|1975-1976| |Peter Frampton|
|1972-1974| |Duncan Cummins|
|1971| |Fred Burbridge|
| | | |
|1969-1970| |John Borley|
|1967-1968| |Alan Simpson|
|1965-1966| |Bill Lawton|
|1962-1964| |Fred Burbridge|
|1960-1961| |Ken Croxford|
| | | |
|1957-1959| |Alec Rose|
|1956| |Sidney James|
|1949-1955| |Geoffrey Oxley|
|noBorder|k
|[img[images/icon_address.png]]|Bognor Regis Yacht Club|
| |The Esplanade|
| |Victoria Road South|
| |Bognor Regis|
| |West Sussex|
| |~PO21 2NA|
|[img[images/icon_tel.png]]|01243 865735|

|noBorder|k
|[img[images/icon_info.png]]|General Enquiries: admin@bryc.co.uk|
| |Training: training@bryc.co.uk or call 01243 543847|
| |Membership: membership@bryc.co.uk|
@@margin-left:.5em;<<slider chkContents SideBarTabs "contents »" "show
lists of tiddlers contained in this document">>@@
config.options.chkSinglePageMode=true; 
[[Home]]
Bognor Regis Yacht Club is located a few hundred yards to the west of the pier

[img[images/map.jpg]]
[[Membership Application Renewal Form 2012|docs\Application Renewal Form 2012.doc]]

[[Berthing Form 2012|docs\Berthing Form 2012.doc]]

[[Youth training entry form|docs/youth_entry_form.pdf]]

[[Adult training entry form|docs/adult_entry_form.pdf]]
Photos to be added.
|noBorder|k
|Commodore|Brenda Elwin|
| | |
|Vice Commodore|Diana Green|
| | |
|Rear Commodore Executive|Gary Walters|
| | |
|Rear Commodore Sailing|Gervase Haughey|
| | |
|Hon. Secretary|Rosemary Richards|
| | |
|Hon.Treasurer|Brenda Elwin|
| | |
|Membership Secretary|David Richards|
| | |
|Committee|Leslely Boxall|
| |Kellie Collins|
| |Lindsey Dallimore|
| |Stuart Gurney|
| |Fiiona Hargreaves|
| |Julie Hawkes|
| |Bob Newey|
| |Katie Stephenson|



[>img[images/ryalogolarge.jpg]]
Bognor Regis Yacht Club is a family oriented sailing club, with recognition as a RYA [[Training]] Establishment, located on the south coast.

We have a boat park where members can keep their craft – catamarans, dinghies and windsurfers, plus the recent addition of several kayaks which take to the water when the wind dies down.

There is a full racing programme from Easter to mid-October.  Please see [[Windsurfing]] and [[Sailing Programme]]

The Club offers [[Training]] courses in catamarans, dinghies and powerboats.

We have a varied [[Social]] calendar running throughout the year.

Amenities include a comfortable lounge with a well stocked bar, galley serving excellent food and changing rooms with showers.

We have an idyllic spot along the foreshore with a lovely private lawn overlooking the sea so those who prefer to stay landside can relax while watching the activity on the water.

New members always welcome – come along for a visit and have a look at what we have to offer.
/***
|Name|ImageCaptionPlugin|
|Source|http://tiddlyyap.tiddlyspot.com/|
|License|Public domain|
|~CoreVersion|2.3|
|Type|plugin|
|Requires|none|
|Overrides|none|
|Description|Show an image's tooltip as a figure legend (caption) below the image|
!Usage
@@{{{<<icap '[img[tooltip|filename]]'>>}}}@@
Use standard TW image markup, including [>img or [<img to float image right or left.
Enclose image markup in quotes as argument for the icap macro.

Display of the image is controlled by three CSS classes which need to be added to [[StyleSheet]] (and can of course be customized to the user's taste):

.icapr {float: right; font-size: 9px; color: black; background-color: white; border: 1px solid #ccc; padding: 5px; margin: 5px;}
.icapl {float: left; font-size: 9px; color: black; background-color: white; border: 1px solid #ccc; padding: 5px; margin: 5px;}
.icapn {display: block; font-size: 9px; color: black; background-color: white; border: 1px solid #ccc; padding: 5px; margin: 5px;}
.icapr img {border: none; padding: 0; margin: 0;}
.icapl img {border: none; padding: 0; margin: 0;}
.icapn img {border: none; padding: 0; margin: 0;}

!Code
***/
//{{{

config.macros.icap = {};
config.macros.icap.handler = function(place,macroName,params)
 { var imarkup = params[0];
   var ifloat = imarkup.substr(1,1);
   if (ifloat == ">")
    { icss = "icapr";
      imarkup = imarkup.substr(0,1) + imarkup.substr(2);
      }
   else if (ifloat == "<")
    { icss = "icapl";
      imarkup = imarkup.substr(0,1) + imarkup.substr(2);
      }
   else
    { icss = "icapn";
      }
   var icapt = imarkup.substring(imarkup.indexOf("[",1)+1,imarkup.indexOf("|",0));
   var idiv = "{{" + icss + "{" + imarkup + "<br>" + icapt + "}}}"
   wikify (idiv,place,null,null);
   return false;
   };

//}}}
/***
|Name|ImageSizePlugin|
|Source|http://www.TiddlyTools.com/#ImageSizePlugin|
|Version|1.2.3|
|Author|Eric Shulman|
|License|http://www.TiddlyTools.com/#LegalStatements|
|~CoreVersion|2.1|
|Type|plugin|
|Description|adds support for resizing images|
This plugin adds optional syntax to scale an image to a specified width and height and/or interactively resize the image with the mouse.
!!!!!Usage
<<<
The extended image syntax is:
{{{
[img(w+,h+)[...][...]]
}}}
where ''(w,h)'' indicates the desired width and height (in CSS units, e.g., px, em, cm, in, or %). Use ''auto'' (or a blank value) for either dimension to scale that dimension proportionally (i.e., maintain the aspect ratio). You can also calculate a CSS value 'on-the-fly' by using a //javascript expression// enclosed between """{{""" and """}}""". Appending a plus sign (+) to a dimension enables interactive resizing in that dimension (by dragging the mouse inside the image). Use ~SHIFT-click to show the full-sized (un-scaled) image. Use ~CTRL-click to restore the starting size (either scaled or full-sized).
<<<
!!!!!Examples
<<<
{{{
[img(100px+,75px+)[images/meow2.jpg]]
}}}
[img(100px+,75px+)[images/meow2.jpg]]
{{{
[<img(34%+,+)[images/meow.gif]]
[<img(21% ,+)[images/meow.gif]]
[<img(13%+, )[images/meow.gif]]
[<img( 8%+, )[images/meow.gif]]
[<img( 5% , )[images/meow.gif]]
[<img( 3% , )[images/meow.gif]]
[<img( 2% , )[images/meow.gif]]
[img(  1%+,+)[images/meow.gif]]
}}}
[<img(34%+,+)[images/meow.gif]]
[<img(21% ,+)[images/meow.gif]]
[<img(13%+, )[images/meow.gif]]
[<img( 8%+, )[images/meow.gif]]
[<img( 5% , )[images/meow.gif]]
[<img( 3% , )[images/meow.gif]]
[<img( 2% , )[images/meow.gif]]
[img(  1%+,+)[images/meow.gif]]
{{tagClear{
}}}
<<<
!!!!!Revisions
<<<
2011.09.03 [1.2.3] bypass addStretchHandlers() if no '+' suffix is used (i.e., not resizable)
2010.07.24 [1.2.2] moved tip/dragtip text to config.formatterHelpers.imageSize object to enable customization
2009.02.24 [1.2.1] cleanup width/height regexp, use '+' suffix for resizing
2009.02.22 [1.2.0] added stretchable images
2008.01.19 [1.1.0] added evaluated width/height values
2008.01.18 [1.0.1] regexp for "(width,height)" now passes all CSS values to browser for validation
2008.01.17 [1.0.0] initial release
<<<
!!!!!Code
***/
//{{{
version.extensions.ImageSizePlugin= {major: 1, minor: 2, revision: 3, date: new Date(2011,9,3)};
//}}}
//{{{
var f=config.formatters[config.formatters.findByField("name","image")];
f.match="\\[[<>]?[Ii][Mm][Gg](?:\\([^,]*,[^\\)]*\\))?\\[";
f.lookaheadRegExp=/\[([<]?)(>?)[Ii][Mm][Gg](?:\(([^,]*),([^\)]*)\))?\[(?:([^\|\]]+)\|)?([^\[\]\|]+)\](?:\[([^\]]*)\])?\]/mg;
f.handler=function(w) {
	this.lookaheadRegExp.lastIndex = w.matchStart;
	var lookaheadMatch = this.lookaheadRegExp.exec(w.source)
	if(lookaheadMatch && lookaheadMatch.index == w.matchStart) {
		var floatLeft=lookaheadMatch[1];
		var floatRight=lookaheadMatch[2];
		var width=lookaheadMatch[3];
		var height=lookaheadMatch[4];
		var tooltip=lookaheadMatch[5];
		var src=lookaheadMatch[6];
		var link=lookaheadMatch[7];

		// Simple bracketted link
		var e = w.output;
		if(link) { // LINKED IMAGE
			if (config.formatterHelpers.isExternalLink(link)) {
				if (config.macros.attach && config.macros.attach.isAttachment(link)) {
					// see [[AttachFilePluginFormatters]]
					e = createExternalLink(w.output,link);
					e.href=config.macros.attach.getAttachment(link);
					e.title = config.macros.attach.linkTooltip + link;
				} else
					e = createExternalLink(w.output,link);
			} else 
				e = createTiddlyLink(w.output,link,false,null,w.isStatic);
			addClass(e,"imageLink");
		}

		var img = createTiddlyElement(e,"img");
		if(floatLeft) img.align="left"; else if(floatRight) img.align="right";
		if(width||height) {
			var x=width.trim(); var y=height.trim();
			var stretchW=(x.substr(x.length-1,1)=='+'); if (stretchW) x=x.substr(0,x.length-1);
			var stretchH=(y.substr(y.length-1,1)=='+'); if (stretchH) y=y.substr(0,y.length-1);
			if (x.substr(0,2)=="{{")
				{ try{x=eval(x.substr(2,x.length-4))} catch(e){displayMessage(e.description||e.toString())} }
			if (y.substr(0,2)=="{{")
				{ try{y=eval(y.substr(2,y.length-4))} catch(e){displayMessage(e.description||e.toString())} }
			img.style.width=x.trim(); img.style.height=y.trim();
			if (stretchW||stretchH) config.formatterHelpers.addStretchHandlers(img,stretchW,stretchH);
		}
		if(tooltip) img.title = tooltip;

		// GET IMAGE SOURCE
		if (config.macros.attach && config.macros.attach.isAttachment(src))
			src=config.macros.attach.getAttachment(src); // see [[AttachFilePluginFormatters]]
		else if (config.formatterHelpers.resolvePath) { // see [[ImagePathPlugin]]
			if (config.browser.isIE || config.browser.isSafari) {
				img.onerror=(function(){
					this.src=config.formatterHelpers.resolvePath(this.src,false);
					return false;
				});
			} else
				src=config.formatterHelpers.resolvePath(src,true);
		}
		img.src=src;
		w.nextMatch = this.lookaheadRegExp.lastIndex;
	}
}

config.formatterHelpers.imageSize={
	tip: 'SHIFT-CLICK=show full size, CTRL-CLICK=restore initial size',
	dragtip: 'DRAG=stretch/shrink, '
}

config.formatterHelpers.addStretchHandlers=function(e,stretchW,stretchH) {
	e.title=((stretchW||stretchH)?this.imageSize.dragtip:'')+this.imageSize.tip;
	e.statusMsg='width=%0, height=%1';
	e.style.cursor='move';
	e.originalW=e.style.width;
	e.originalH=e.style.height;
	e.minW=Math.max(e.offsetWidth/20,10);
	e.minH=Math.max(e.offsetHeight/20,10);
	e.stretchW=stretchW;
	e.stretchH=stretchH;
	e.onmousedown=function(ev) { var ev=ev||window.event;
		this.sizing=true;
		this.startX=!config.browser.isIE?ev.pageX:(ev.clientX+findScrollX());
		this.startY=!config.browser.isIE?ev.pageY:(ev.clientY+findScrollY());
		this.startW=this.offsetWidth;
		this.startH=this.offsetHeight;
		return false;
	};
	e.onmousemove=function(ev) { var ev=ev||window.event;
		if (this.sizing) {
			var s=this.style;
			var currX=!config.browser.isIE?ev.pageX:(ev.clientX+findScrollX());
			var currY=!config.browser.isIE?ev.pageY:(ev.clientY+findScrollY());
			var newW=(currX-this.offsetLeft)/(this.startX-this.offsetLeft)*this.startW;
			var newH=(currY-this.offsetTop )/(this.startY-this.offsetTop )*this.startH;
			if (this.stretchW) s.width =Math.floor(Math.max(newW,this.minW))+'px';
			if (this.stretchH) s.height=Math.floor(Math.max(newH,this.minH))+'px';
			clearMessage(); displayMessage(this.statusMsg.format([s.width,s.height]));
		}
		return false;
	};
	e.onmouseup=function(ev) { var ev=ev||window.event;
		if (ev.shiftKey) { this.style.width=this.style.height=''; }
		if (ev.ctrlKey)  { this.style.width=this.originalW; this.style.height=this.originalH; }
		this.sizing=false;
		clearMessage();
		return false;
	};
	e.onmouseout=function(ev) { var ev=ev||window.event;
		this.sizing=false;
		clearMessage();
		return false;
	};
}
//}}}
[img[images/ryalogosmall.jpg]] [[Royal Yachting Association|http://www.rya.org.uk/]]

[img[images/brightonflag.jpg]] [[Brighton Sailing Club|http://www.brightonsc.org.uk/]]

''Weather''
[[Met Office: Inshore Waters Forecast|http://www.metoffice.gov.uk/weather/marine/inshore_forecast.html]]
[[Met Office: Bognor Regis Forecast|http://www.metoffice.gov.uk/weather/uk/se/bognor_regis_forecast_wind.html]]
[[CHIMET - Weather Reports from Chichester Bar|http://www.chimet.co.uk/]]

''Tides''
[[Tidal Predictions|http://www.pol.ac.uk/ntslf/tides/?port=0008]]

''Golf Society''
[[Santer|http://www.santer.co.uk/]]
[[Home]]
[[Membership]]
[[Training]]
[[Windsurfing]]
[[Sailing Programme]]
[[Race Results]]
[[Use of Club Boats]]
[[Social]]
[[General Committee]]
[[Commodores]]
[[Brief History]]
[[Contact Us]]
[[Gallery]]
[[Links]]
[[Forms]]
[[Find Us]]

<html>
<!-- Start of StatCounter Code for Default Guide -->
<script type="text/javascript">
var sc_project=7451888; 
var sc_invisible=0; 
var sc_security="0cbbabff"; 
</script>
<script type="text/javascript"
src="http://www.statcounter.com/counter/counter.js"></script>
<noscript><div class="statcounter"><a title="customisable
counter" href="http://statcounter.com/free-hit-counter/"
target="_blank"><img class="statcounter"
src="http://c.statcounter.com/7451888/0/0cbbabff/0/"
alt="customisable counter"></a></div></noscript>
<!-- End of StatCounter Code for Default Guide -->
</html>

<title>Bognor Regis Yacht Club</title>
''What are the facilities?''
*Large centrally heated club house in an excellent location. 
*Boat Park, storage for windsurfing equipment and kayaks. 
*Excellent safety boat cover, 
*Changing rooms with hot showers. 
*For relaxing, a lounge with a bar (prices well below the norm). 
*A galley serving breakfast and lunches on race days and evening meals on Wednesdays & Fridays 
*Private lawn overlooking the beach. 
*Member’s car park. 

''Do I have to be able to sail, to become a member?''
No. BRYC is first and foremost a relaxing pleasant place to be. The sailing is obviously the main activity but not the only one. Non sailing members have all the benefits sailors do, but don't have to get wet!  Witha pool table, table tennis, golf society, quiz nights, discos and live bands, barbecues on the lawn and the club ar it's a great place to unwind for you and your family. 

''But I wish to be involved with sailing?''
BRYC encourages all members to be actively involved with all aspect of sailing and training is available for race officers, safety boat crews and onshore support staff.  The club is a Recognised RYA Sail Training Centre and courses are arranged for adults and juniors throughout the year.  

''Can I learn to sail?''
Yes. The club is keen to encourage new sailors and for that reason the club will arrange courses for both adults and juniors on a regular basis. 

''Do I need to own a boat to sail here?''
The club has a selection of boats and windsurfing equipment for both adults and juniors which are primarily available for training purposes. Ultimately   members are expected to purchase their own equipment.

''Can I take part in racing?''
Racing is run for all members and for all levels of experience. For those that don’t own a boat opportunities to crew with experienced members are available. 

''How do I join?''
It is very simple, fill in the application form (see below) post to the Membership Secretary with your subscription or just pop into the club with your application and subscription. The bar staff will be able to introduce you to a committee member who can help you with any queries you may have. We hope this information is helpful.  As a member’s club its success and enjoyment depends on its members, We look forward to welcoming you to the club.
[[Membership Application Form 2012|docs/Application Renewal Form 2012.doc]]

|noBorder|k
|>| !When is the |!Club open?|!Bar open?| |
|Wednesdays| | 18.00 – 23.00|18.00 – 23.00| |
|Thursdays| | 18.00 – 23.00|18.00 – 23.00| |
|Fridays| |18.00 – 23.00|18.00 – 23.00| |
|Saturdays| |12.00 – 23.00|12.00 – 23.00|Summer|
| | |13.00 – 23.00|13.00 – 23.00|Winter|
|Sundays| |09.00 – 20.00|12.00 – 20.00|Sometimes extended|
|Bank Holidays| |09.00 – 20.00|12.00 – 20.00| |
<!--{{{-->
<div class='header' macro='gradient vert [[ColorPalette::PrimaryLight]] [[ColorPalette::PrimaryMid]]'>
<div class='headerShadow'>
<img class="displayed" src="images/header_bryc.png" alt="Bognor Regis Yacht Club"> 
</div>
<div class='headerForeground'>
 
</div>
</div>
<div id='mainMenu' refresh='content' tiddler='MainMenu'></div>
<div id='sidebar'>
<div id='sidebarOptions' refresh='content' tiddler='SideBarOptions'></div>
<!-- <div id='sidebarTabs' refresh='content' force='true' tiddler='SideBarTabs'></div> -->
<div id='sidebarTabs' refresh='macro' force='true' macro='slider chkSideBarTabs SideBarTabs "&nbsp; index »" "display lists of tiddlers"'></div>
</div>
<div id='displayArea'>
<div id='messageArea'></div>
<div id='tiddlerDisplay'></div>
<!-- <div id='contentFooter' refresh='content' tiddler='FootNote'></div> -->
</div>
<!--}}}-->
|noBorder|k
|!Month|!Day|!Date|!Race|!Position|!Names|
|''April''|Sun|01|''Vindaloo Cup''|1st|Joe Elwin & John Fleming|
| | | | |2nd|Martin White & Jack Butterley|
| | | | |3rd|Jo Hemsley|
| | | |''Spring 1''|1st|Martin White & Jack Butterley|
| | | | |2nd|Joe Elwin & John Fleming|
| | | | |3rd|Jo Hemsley|
| |Sun|08|''Miles Cup''|1st|Joe Elwin & John Fleming|
| | | | |2nd|Jo Hemsley|
| | | | |3rd|Greg Walters & Gary Walters|
| | | |''Spring 2''|1st|Joe Elwin & John Fleming|
| | | | |2nd|Ken Green & Andy Hall|
| | | | |3rd|Jo Hemslely|
| |Sun|15|''Spring 3''|1st|Greg Walters & Gary Walters|
| | | | |2nd|Ken Green & Phil Vigneault|
| |Sun|22|''Spring 5''|1st|Greg Walters & Gary Walters|
| | | | |2nd|Ken Green & Johnny Clarke|
|''May''|Sun&Mon|6&7|''Punchbowl''|1st|Jo Hemsley & Yvette Walters|
| | | | |2nd|Greg Walters & Gary Walters|
| | | | |3rd}|Ken Green & Jack Butterley|
| | | | |3rd}|Matt Burnet|
| |Mon|7|''Val White Trophy''|1st|Greg Walters & Gary Walters|
| | | | |2nd|Jo Hemsley & Yvette Walters|
| | | | |3rd|Matt Burntet|
''Catamaran/Dinghy Race Programme''
|noBorder|k
|!&nbsp;&nbsp;&nbsp;Month&nbsp;&nbsp;&nbsp;|!&nbsp;&nbsp;&nbsp;Day&nbsp;&nbsp;&nbsp;|!&nbsp;&nbsp;&nbsp;Date&nbsp;&nbsp;&nbsp;|!&nbsp;&nbsp;&nbsp;Start&nbsp;&nbsp;&nbsp;|!&nbsp;&nbsp;&nbsp;HW&nbsp;&nbsp;&nbsp;|!Event|!Race Officers|
|''April''|Sun|01|11.00|07.03|Vindaloo Cup|David|
| | | |14.00| |Spring 1|Brenda|
| |Sun|08|11.00|13.06|Miles Cup|Colin & Brian|
| | | |14.00| |Spring 2|Brenda|
| |Mon|09|11.00|13.53|RNLI Pennant ^^ii^^|Brenda|
| | | |14.00| |Oxley Cup|Brenda|
| |Sun|15|11.00|07.42|Spring 3|Joe|
| | | |14.00| |Spring 4|Joe|
| |Sun|22|11.00|12.50|Spring 5|Frank|
| | | |14.00| |Pursuit Series 1|Brenda|
| |Sun|29|11.00|17.44|Spring 6|Ken|
| | | |14.00| |Spring 7|Ken|
|''May''|Sun|06|11.00|12.03|Punchbowl 1|Di & Carol|
| | | |14.00| |Punchbowl 2|Brenda|
| |Mon|07|11.00|12.49|Punchbowl 3|Brenda|
| | | |14.00| |Val White Cup ^^iii^^|Brenda|
| |Sat|12| |17.52|''OPEN DAY''||
| |Sun|13| |18.51|''OPEN DAY''||
| |Sun|20|11.00|11.54|Spring 9|Ray|
| | | |14.00| |Spring 20|Ray|
| |Sun|27|11.00|16.19|King George ^^ii^^|Colin & Brian|
| | | |14.00| |Pursuit Series 2|Brenda|
|''June''|Sun|03|11.00|10.58|Ackford Trophy|Di & Carol|
| |Mon|04|11.00|11.47|Relay Race|Brenda|
| |Tue|05|11.00|12.35|Early Summer 1|Frank|
| | | |14.00| |Early Summer 2|David|
| |Sun|10|11.00|17.22|Early Summer 3|Colin & Brian|
| | | |14.00| |Pursuit Series 3|Brenda|
| |Sun|17|11.00|10.57|Early Summer 4|Ray|
| | | |14.00| |Hago Trophy|Brenda|
| |Sun|22|11.00|14.15|Crews Cup 1|Di & Carol|
| | | |14.00| |Pursuit Series 4|Brenda|
|''July''|Sun|01|11.00|09.51|Fastnet Cup ^^i^^|Colin & Brian|
| |Sun|08|11.00|15.23|Early Summer 5|David|
| | | |14.00| |Early Summer 6|Frank|
| |Sun|15|11.00|09.46|Crews Cup 2|Phil|
| | | |14.00| |Early Summer 7|Brenda|
| |Sat|21| |13.37|''"Push the Boat out" all on the water''|
| |Sun|22|12.00|15.17|''Tithe Barn at PYC''||
| |Sun|29|11.00|08.31|Hickman Bowl 1|Di & Carol|
| | | |14.30| |Hickman Bowl 2|Di & Carol|
| | | | | |Hickman Bowl 3|Brenda|
|''August''|Sun|05|11.00|14.10|Town Cup|Brenda, Carol, Di|
| | | |14.00| |Alex Rose|Brenda, Carol, Di|
| |Sun|12|11.00|07.52|Crews Cup 3|David|
| | | |14.00| |Late Summer 1|Frank|
| |Sun|19|11.00|13.12|Late Summer 2|Colin & Brian|
| | | |14.00| |Crews Cup 4|Brenda|
| |Sun|26|11.00|07.00|Late Summer 3|Ray|
| | | |14.00| |Cat Cup 1|Brenda|
| |Mon|27|11.00|08.27|Cat Cup 2|Brenda|
| | | |14.00| |Cat Cup 3|Brenda|
|''September''|Sun|02|11.00|13.05|Late Summer 4|Ray|
| | | |14.00| |Pursuit Series 5|Brenda|
| |Sun|09|11.00|17.57|Sparrow Cup|David|
| | | |14.00| |Late Summer 6|Frank|
| |Sun|16|11.00|12.08|Late Summer 7|Di & Carol|
| | | |14.00| |Crew’s Cup 4|Brenda|
| |Sun|23|11.00|17.48|Bates Cup|Colin & Brian|
| | | |14.00| |Autumn 1|Brenda|
| |Sun|30|11.00|12.04|Autumn 2|Jason|
| | | |14.00| |Pursuit Series 6|Brenda|
|''October''|Sun|07|11.00|16.04|Autumn 3|Frank|
| | | |14.00| |Autumn 4|David|
| |Sun|14|11.00|11.05|Autumn 5|Colin & Brian|
| | | |14.00| |Autumn 6|Ray|
| |Sun|21|11.00|16.16|Autumn 7|Di & Carol|
| | | |14.00| |Autumn 8|Brenda|
|''November''|Sat|10|19.30| |''End of Season Supper & Prize-giving''| |

''Notes:''
### Ackford Trophy & Fastnet are long distance races
### RNLI Pennant & King George Trophy are charity races -- entry fee £2 per head plus fundraising event
### Val White Trophy will be run as a pursuit race

''Open Events in Bold''

''If Race Officers are unable to do a duty please arrange a swap and mark the master copy on sailing notice board in Club House.
A big thank you to the volunteer Race Officers who give up their time and so enable the sailors to get on with their racing.''
<<search>><<closeAll>><<permaview>><<newTiddler>><<newJournal "DD MMM YYYY" "journal">><<saveChanges>><<slider chkSliderOptionsPanel OptionsPanel "options »" "Change TiddlyWiki advanced options">>
<<tabs txtMainTab "Timeline" "Timeline" TabTimeline "All" "All tiddlers" TabAll "Tags" "All tags" TabTags "More" "More lists" TabMore>>
/***
|Name|SinglePageModePlugin|
|Source|http://www.TiddlyTools.com/#SinglePageModePlugin|
|Documentation|http://www.TiddlyTools.com/#SinglePageModePluginInfo|
|Version|2.9.7|
|Author|Eric Shulman|
|License|http://www.TiddlyTools.com/#LegalStatements|
|~CoreVersion|2.1|
|Type|plugin|
|Description|Show tiddlers one at a time with automatic permalink, or always open tiddlers at top/bottom of page.|
This plugin allows you to configure TiddlyWiki to navigate more like a traditional multipage web site with only one tiddler displayed at a time.
!!!!!Documentation
>see [[SinglePageModePluginInfo]]
!!!!!Configuration
<<<
<<option chkSinglePageMode>> Display one tiddler at a time
><<option chkSinglePagePermalink>> Automatically permalink current tiddler
><<option chkSinglePageKeepFoldedTiddlers>> Don't close tiddlers that are folded
><<option chkSinglePageKeepEditedTiddlers>> Don't close tiddlers that are being edited
<<option chkTopOfPageMode>> Open tiddlers at the top of the page
<<option chkBottomOfPageMode>> Open tiddlers at the bottom of the page
<<option chkSinglePageAutoScroll>> Automatically scroll tiddler into view (if needed)

Notes:
* The "display one tiddler at a time" option can also be //temporarily// set/reset by including a 'paramifier' in the document URL: {{{#SPM:true}}} or {{{#SPM:false}}}.
* If more than one display mode is selected, 'one at a time' display takes precedence over both 'top' and 'bottom' settings, and if 'one at a time' setting is not used, 'top of page' takes precedence over 'bottom of page'.
* When using Apple's Safari browser, automatically setting the permalink causes an error and is disabled.
<<<
!!!!!Revisions
<<<
2010.11.30 2.9.7 use story.getTiddler()
2008.10.17 2.9.6 changed chkSinglePageAutoScroll default to false
| Please see [[SinglePageModePluginInfo]] for previous revision details |
2005.08.15 1.0.0 Initial Release.  Support for BACK/FORWARD buttons adapted from code developed by Clint Checketts.
<<<
!!!!!Code
***/
//{{{
version.extensions.SinglePageModePlugin= {major: 2, minor: 9, revision: 7, date: new Date(2010,11,30)};
//}}}
//{{{
config.paramifiers.SPM = { onstart: function(v) {
	config.options.chkSinglePageMode=eval(v);
	if (config.options.chkSinglePageMode && config.options.chkSinglePagePermalink && !config.browser.isSafari) {
		config.lastURL = window.location.hash;
		if (!config.SPMTimer) config.SPMTimer=window.setInterval(function() {checkLastURL();},1000);
	}
} };
//}}}
//{{{
if (config.options.chkSinglePageMode==undefined)
	config.options.chkSinglePageMode=false;
if (config.options.chkSinglePagePermalink==undefined)
	config.options.chkSinglePagePermalink=true;
if (config.options.chkSinglePageKeepFoldedTiddlers==undefined)
	config.options.chkSinglePageKeepFoldedTiddlers=false;
if (config.options.chkSinglePageKeepEditedTiddlers==undefined)
	config.options.chkSinglePageKeepEditedTiddlers=false;
if (config.options.chkTopOfPageMode==undefined)
	config.options.chkTopOfPageMode=false;
if (config.options.chkBottomOfPageMode==undefined)
	config.options.chkBottomOfPageMode=false;
if (config.options.chkSinglePageAutoScroll==undefined)
	config.options.chkSinglePageAutoScroll=false;
//}}}
//{{{
config.SPMTimer = 0;
config.lastURL = window.location.hash;
function checkLastURL()
{
	if (!config.options.chkSinglePageMode)
		{ window.clearInterval(config.SPMTimer); config.SPMTimer=0; return; }
	if (config.lastURL == window.location.hash) return; // no change in hash
	var tids=decodeURIComponent(window.location.hash.substr(1)).readBracketedList();
	if (tids.length==1) // permalink (single tiddler in URL)
		story.displayTiddler(null,tids[0]);
	else { // restore permaview or default view
		config.lastURL = window.location.hash;
		if (!tids.length) tids=store.getTiddlerText("DefaultTiddlers").readBracketedList();
		story.closeAllTiddlers();
		story.displayTiddlers(null,tids);
	}
}


if (Story.prototype.SPM_coreDisplayTiddler==undefined)
	Story.prototype.SPM_coreDisplayTiddler=Story.prototype.displayTiddler;
Story.prototype.displayTiddler = function(srcElement,tiddler,template,animate,slowly)
{
	var title=(tiddler instanceof Tiddler)?tiddler.title:tiddler;
	var tiddlerElem=story.getTiddler(title); // ==null unless tiddler is already displayed
	var opt=config.options;
	var single=opt.chkSinglePageMode && !startingUp;
	var top=opt.chkTopOfPageMode && !startingUp;
	var bottom=opt.chkBottomOfPageMode && !startingUp;
	if (single) {
		story.forEachTiddler(function(tid,elem) {
			// skip current tiddler and, optionally, tiddlers that are folded.
			if (	tid==title
				|| (opt.chkSinglePageKeepFoldedTiddlers && elem.getAttribute("folded")=="true"))
				return;
			// if a tiddler is being edited, ask before closing
			if (elem.getAttribute("dirty")=="true") {
				if (opt.chkSinglePageKeepEditedTiddlers) return;
				// if tiddler to be displayed is already shown, then leave active tiddler editor as is
				// (occurs when switching between view and edit modes)
				if (tiddlerElem) return;
				// otherwise, ask for permission
				var msg="'"+tid+"' is currently being edited.\n\n";
				msg+="Press OK to save and close this tiddler\nor press Cancel to leave it opened";
				if (!confirm(msg)) return; else story.saveTiddler(tid);
			}
			story.closeTiddler(tid);
		});
	}
	else if (top)
		arguments[0]=null;
	else if (bottom)
		arguments[0]="bottom";
	if (single && opt.chkSinglePagePermalink && !config.browser.isSafari) {
		window.location.hash = encodeURIComponent(String.encodeTiddlyLink(title));
		config.lastURL = window.location.hash;
		document.title = wikifyPlain("SiteTitle") + " - " + title;
		if (!config.SPMTimer) config.SPMTimer=window.setInterval(function() {checkLastURL();},1000);
	}
	if (tiddlerElem && tiddlerElem.getAttribute("dirty")=="true") { // editing... move tiddler without re-rendering
		var isTopTiddler=(tiddlerElem.previousSibling==null);
		if (!isTopTiddler && (single || top))
			tiddlerElem.parentNode.insertBefore(tiddlerElem,tiddlerElem.parentNode.firstChild);
		else if (bottom)
			tiddlerElem.parentNode.insertBefore(tiddlerElem,null);
		else this.SPM_coreDisplayTiddler.apply(this,arguments); // let CORE render tiddler
	} else
		this.SPM_coreDisplayTiddler.apply(this,arguments); // let CORE render tiddler
	var tiddlerElem=story.getTiddler(title);
	if (tiddlerElem&&opt.chkSinglePageAutoScroll) {
		// scroll to top of page or top of tiddler
		var isTopTiddler=(tiddlerElem.previousSibling==null);
		var yPos=isTopTiddler?0:ensureVisible(tiddlerElem);
		// if animating, defer scroll until after animation completes
		var delay=opt.chkAnimate?config.animDuration+10:0;
		setTimeout("window.scrollTo(0,"+yPos+")",delay); 
	}
}

if (Story.prototype.SPM_coreDisplayTiddlers==undefined)
	Story.prototype.SPM_coreDisplayTiddlers=Story.prototype.displayTiddlers;
Story.prototype.displayTiddlers = function() {
	// suspend single/top/bottom modes when showing multiple tiddlers
	var opt=config.options;
	var saveSPM=opt.chkSinglePageMode; opt.chkSinglePageMode=false;
	var saveTPM=opt.chkTopOfPageMode; opt.chkTopOfPageMode=false;
	var saveBPM=opt.chkBottomOfPageMode; opt.chkBottomOfPageMode=false;
	this.SPM_coreDisplayTiddlers.apply(this,arguments);
	opt.chkBottomOfPageMode=saveBPM;
	opt.chkTopOfPageMode=saveTPM;
	opt.chkSinglePageMode=saveSPM;
}
//}}}
Bognor Regis Yacht Club
Bognor Regis Yacht Club
''BRYC Social Calendar''

|noBorder|k
|!&nbsp;&nbsp;&nbsp;Month&nbsp;&nbsp;&nbsp;|!&nbsp;&nbsp;&nbsp;Date&nbsp;&nbsp;&nbsp;|!&nbsp;&nbsp;&nbsp;Event&nbsp;&nbsp;&nbsp;|
|''May''|Sat 26|New Members Welcome Evening|
|''June''|Sat 02|Derby Day Cocktail Party with Canapes|
| | |Watch racing on TV|
| |Sun 03|Children's Party and BBQ after sailing races|
| |Mon 04|Bring a Plate of food to share - 16.00-18.30 Corner Club Duo|
||Sat 16|BRYC Children's Party|
|''August''|Sat 04|Summer Ball (masked) with Corner Club|
| |Sat 11|Funky Junction (Brighton Sailing Club visiting)|
| |Sat 25|It's a Knockout followed by BBQ & Sussex Halves|
| |Sun 29|BBQ & Electric Dreams|
|''September''|Sat 15|Tapas & Pete Nelson|
| |Sat 29|~MacMillan Coffee Morning|
|''October''|Sat 06|Fundraising night for Hospice|
|''November''|Sat 10|End of Season Supper & Prize-giving|
|''December''|Sat 08|Christmas Dinner|
| |Sat 15|Children's Party|
| |Sun 16|Grand Christmas Draw|
| |Mon 24|Carol Singing|
| |Mon 31|Epic Disco|

''Other events will be added as they are booked''
/*{{{*/
img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto 
}
.headerForeground, .headerShadow{padding:0.1em} 
.header {height: 250px; }

.viewer table.noBorder, table.twtable.noBorder, .noBorder, .noBorder td, .noBorder th, .noBorder tr {border:0}

#mainMenu{text-align:left}

#mastHead{
	position:relative;  
	vertical-align:top;	  
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	height: 100px;
}

#mastHead img{ float:center;
}

/*}}}*/
/*{{{*/
* html .tiddler {height:1%;}

body {font-size:.75em; font-family:arial,helvetica; margin:0; padding:0;}

h1,h2,h3,h4,h5,h6 {font-weight:bold; text-decoration:none;}
h1,h2,h3 {padding-bottom:1px; margin-top:1.2em;margin-bottom:0.3em;}
h4,h5,h6 {margin-top:1em;}
h1 {font-size:1.35em;}
h2 {font-size:1.25em;}
h3 {font-size:1.1em;}
h4 {font-size:1em;}
h5 {font-size:.9em;}

hr {height:1px;}

a {text-decoration:none;}

dt {font-weight:bold;}

ol {list-style-type:decimal;}
ol ol {list-style-type:lower-alpha;}
ol ol ol {list-style-type:lower-roman;}
ol ol ol ol {list-style-type:decimal;}
ol ol ol ol ol {list-style-type:lower-alpha;}
ol ol ol ol ol ol {list-style-type:lower-roman;}
ol ol ol ol ol ol ol {list-style-type:decimal;}

.txtOptionInput {width:11em;}

#contentWrapper .chkOptionInput {border:0;}

.externalLink {text-decoration:underline;}

.indent {margin-left:3em;}
.outdent {margin-left:3em; text-indent:-3em;}
code.escaped {white-space:nowrap;}

.tiddlyLinkExisting {font-weight:bold;}
.tiddlyLinkNonExisting {font-style:italic;}

/* the 'a' is required for IE, otherwise it renders the whole tiddler in bold */
a.tiddlyLinkNonExisting.shadow {font-weight:bold;}

#mainMenu .tiddlyLinkExisting,
	#mainMenu .tiddlyLinkNonExisting,
	#sidebarTabs .tiddlyLinkNonExisting {font-weight:normal; font-style:normal;}
#sidebarTabs .tiddlyLinkExisting {font-weight:bold; font-style:normal;}

.header {position:relative;}
.header a:hover {background:transparent;}
.headerShadow {position:relative; padding:4.5em 0 1em 1em; left:-1px; top:-1px;}
.headerForeground {position:absolute; padding:4.5em 0 1em 1em; left:0; top:0;}

.siteTitle {font-size:3em;}
.siteSubtitle {font-size:1.2em;}

#mainMenu {position:absolute; left:0; width:10em; text-align:right; line-height:1.6em; padding:1.5em 0.5em 0.5em 0.5em; font-size:1.1em;}

#sidebar {position:absolute; right:3px; width:16em; font-size:.9em;}
#sidebarOptions {padding-top:0.3em;}
#sidebarOptions a {margin:0 0.2em; padding:0.2em 0.3em; display:block;}
#sidebarOptions input {margin:0.4em 0.5em;}
#sidebarOptions .sliderPanel {margin-left:1em; padding:0.5em; font-size:.85em;}
#sidebarOptions .sliderPanel a {font-weight:bold; display:inline; padding:0;}
#sidebarOptions .sliderPanel input {margin:0 0 0.3em 0;}
#sidebarTabs .tabContents {width:15em; overflow:hidden;}

.wizard {padding:0.1em 1em 0 2em;}
.wizard h1 {font-size:2em; font-weight:bold; background:none; padding:0; margin:0.4em 0 0.2em;}
.wizard h2 {font-size:1.2em; font-weight:bold; background:none; padding:0; margin:0.4em 0 0.2em;}
.wizardStep {padding:1em 1em 1em 1em;}
.wizard .button {margin:0.5em 0 0; font-size:1.2em;}
.wizardFooter {padding:0.8em 0.4em 0.8em 0;}
.wizardFooter .status {padding:0 0.4em; margin-left:1em;}
.wizard .button {padding:0.1em 0.2em;}

#messageArea {position:fixed; top:2em; right:0; margin:0.5em; padding:0.5em; z-index:2000; _position:absolute;}
.messageToolbar {display:block; text-align:right; padding:0.2em;}
#messageArea a {text-decoration:underline;}

.tiddlerPopupButton {padding:0.2em;}
.popupTiddler {position: absolute; z-index:300; padding:1em; margin:0;}

.popup {position:absolute; z-index:300; font-size:.9em; padding:0; list-style:none; margin:0;}
.popup .popupMessage {padding:0.4em;}
.popup hr {display:block; height:1px; width:auto; padding:0; margin:0.2em 0;}
.popup li.disabled {padding:0.4em;}
.popup li a {display:block; padding:0.4em; font-weight:normal; cursor:pointer;}
.listBreak {font-size:1px; line-height:1px;}
.listBreak div {margin:2px 0;}

.tabset {padding:1em 0 0 0.5em;}
.tab {margin:0 0 0 0.25em; padding:2px;}
.tabContents {padding:0.5em;}
.tabContents ul, .tabContents ol {margin:0; padding:0;}
.txtMainTab .tabContents li {list-style:none;}
.tabContents li.listLink { margin-left:.75em;}

#contentWrapper {display:block;}
#splashScreen {display:none;}

#displayArea {margin:1em 17em 0 14em;}

.toolbar {text-align:right; font-size:.9em;}

.tiddler {padding:1em 1em 0;}

.missing .viewer,.missing .title {font-style:italic;}

.title {font-size:1.6em; font-weight:bold;}

.missing .subtitle {display:none;}
.subtitle {font-size:1.1em;}

.tiddler .button {padding:0.2em 0.4em;}

.tagging {margin:0.5em 0.5em 0.5em 0; float:left; display:none;}
.isTag .tagging {display:block;}
.tagged {margin:0.5em; float:right;}
.tagging, .tagged {font-size:0.9em; padding:0.25em;}
.tagging ul, .tagged ul {list-style:none; margin:0.25em; padding:0;}
.tagClear {clear:both;}

.footer {font-size:.9em;}
.footer li {display:inline;}

.annotation {padding:0.5em; margin:0.5em;}

* html .viewer pre {width:99%; padding:0 0 1em 0;}
.viewer {line-height:1.4em; padding-top:0.5em;}
.viewer .button {margin:0 0.25em; padding:0 0.25em;}
.viewer blockquote {line-height:1.5em; padding-left:0.8em;margin-left:2.5em;}
.viewer ul, .viewer ol {margin-left:0.5em; padding-left:1.5em;}

.viewer table, table.twtable {border-collapse:collapse; margin:0.8em 1.0em;}
.viewer th, .viewer td, .viewer tr,.viewer caption,.twtable th, .twtable td, .twtable tr,.twtable caption {padding:3px;}
table.listView {font-size:0.85em; margin:0.8em 1.0em;}
table.listView th, table.listView td, table.listView tr {padding:0 3px 0 3px;}

.viewer pre {padding:0.5em; margin-left:0.5em; font-size:1.2em; line-height:1.4em; overflow:auto;}
.viewer code {font-size:1.2em; line-height:1.4em;}

.editor {font-size:1.1em;}
.editor input, .editor textarea {display:block; width:100%; font:inherit;}
.editorFooter {padding:0.25em 0; font-size:.9em;}
.editorFooter .button {padding-top:0; padding-bottom:0;}

.fieldsetFix {border:0; padding:0; margin:1px 0px;}

.zoomer {font-size:1.1em; position:absolute; overflow:hidden;}
.zoomer div {padding:1em;}

* html #backstage {width:99%;}
* html #backstageArea {width:99%;}
#backstageArea {display:none; position:relative; overflow: hidden; z-index:150; padding:0.3em 0.5em;}
#backstageToolbar {position:relative;}
#backstageArea a {font-weight:bold; margin-left:0.5em; padding:0.3em 0.5em;}
#backstageButton {display:none; position:absolute; z-index:175; top:0; right:0;}
#backstageButton a {padding:0.1em 0.4em; margin:0.1em;}
#backstage {position:relative; width:100%; z-index:50;}
#backstagePanel {display:none; z-index:100; position:absolute; width:90%; margin-left:3em; padding:1em;}
.backstagePanelFooter {padding-top:0.2em; float:right;}
.backstagePanelFooter a {padding:0.2em 0.4em;}
#backstageCloak {display:none; z-index:20; position:absolute; width:100%; height:100px;}

.whenBackstage {display:none;}
.backstageVisible .whenBackstage {display:block;}
/*}}}*/
[>img[images/ryalogolarge.jpg]]
We run sailing courses in catamarans and dinghies for adults and youth plus Powerboat and Safety Boat courses.  Courses for 2012 are shown below.

To book your place on a course please complete an application form and return to the Club with your deposit.  Forms are available from the following link, from the Club or via e-mail to training@bryc.co.uk

''Adult Basic Sailing Courses in Dinghies or Catamarans (minimum age 16 except for Start Racing)''      [[Click here for Adult entry form|docs/adult_entry_form.pdf]]

Saturday 21 & Sunday 22 April
Saturday 19 & Sunday 20 May
Saturdays 19 & 26 May
Saturday 9 & Sunday 10 June
Saturday 23 & Sunday 24 June
Saturday 7 & Sunday 8 July
Saturday 1 & Sunday 2 September

[>img[images/onboardlogo.jpg]]
''Youth Sailing Courses''        [[Click here for Youth entry form|docs/youth_entry_form.pdf]]
|noBorder|k
|Wednesdays|18 April to 23 May||
||13 June to 18 July|
||22 August to 26 September|
|Fridays|20 April to 25 May|
||15 June to 20 July|

''Powerboat Course & Safety Boat Courses''   [[Click here for Adult entry form|docs/adult_entry_form.pdf]]

These will run from May to October as required

|noBorder|k
| |!Level 1|!Level 2|!Level 3|
| |An introduction to sailing with all you need to get afloat under supervision|You will learn the foundations of sailing|Consolidating skills and learning new ones|
|Previous experience|None|Level 1 or equivalent experience|Level 2 or equivalent experience|
|Course duration|2 days|2 days|2 days|
|Course content|You will learn how to sail in all directions and an awareness of launching and recovery|Rigging, launching and sailing in all directions. Capsize recovery and essential safety knowledge|Coaching of Level 1a & 2 skills and taster sessions from all the advanced modules|
|Ability at end of course|You will be able to sail in light winds under supervision|You will be able to sail and make decisions in good conditions|More confident in sailing techniques and ready to move on to advanced modules|

|noBorder|k
| |!Seamenship Skills|!Sailing with Spinnakers|!Start Racing|
| |How to handle a boat in all circumstances and solve problems afloat|Everything you need to know about sailing with conventional and asymmetric spinnakers|The fundamental of getting off the start line and round the course|
|Previous experience|Sailing skills to standard of Level 2|Sailing skills to standard of Level 2|Standard and knowledge to minimum of Level 2/Stage 3 for under 16s|
|Course duration|2 days|2 days|2 days|
|Course content|Launching and recovery of the boat in different circumstances, stopping reducing sail and recovery person overboard|How to rig the boat, gybe and recover one type of spinnaker, either conventional or asymmetric. How to sail the best possible course downwind|All the skills required to start club racing, including how to maximize boat speed and outwit your opponents|
|Ability at end of course|Ability to handle a wide range of situations afloat|Ability to use one type of spinnaker|Able to take part in club racing in good conditions with confidence|

''Youth Start Sailing Scheme (Aged 8 - 16)''
|noBorder|k
| |!Stage 1|!Stage 2|!Stage 3|!Stage 4|
|Previous experience|None|Stage 1|Stage 2|Stage 3|
|Course duration|2 Days|2 Days|2 Days|2 Days|
|Course content|Launching & recovery, steering, basic sailing, learn boat parts|Basic sailing skills, ropework, collision avoidance|Rigging, launching & recovery, sailing techniques, capsize recovery, sailing theory|Rigging, launching & recovery, sailing techniques and manoeuvres in crewed boats, recovering a man overboard|
|Ability at end of course|Ability to steer and understand basic principles|Ability to tack and control boat speed and understand basic principles|Ability to launch and sail a dinghy around a triangular course in moderate conditions|Can launch and return to a beach, jetty or mooring and sail a crewed dinghy around a triangular course in moderate conditions|

''Powerboat Level 2 Course (inclusive of Level 1 requirements)
(minimum age 12 years - under 16s will be issued with an endorsed certificate)''
|noBorder|k
|Previous experience|None required|
|Course duration|2 days|
|Course content|Launch and recovery, preperation of boat and crew, boat handling, ropework, picking up and securing to a mooring buoy, anchoring, leaving, coming alongside, towing & being towed, man overboard, sources of weather information, tides & tidal streams, charts, pilotage and passage planning|

''Safety Boat Course (minimum age 16)''
|noBorder|k
|Previous experience|RYA Powerboat Level 2 essential, together with a basic unserstanding of sailing boats and windsurfers|
|Course duration|2 days|
|Course content|Preperation, boat handling, dinghy rescue, windsurf rescue, kayak or canoe rescue, towing, end of day procedures, safety, suitability of craft, local factors, communication, rescuing other water users|
|Ability at end of course|Ability to provide safety or support cover to a range of water craft, particularly sailing or windsurfing|
Club boats are primarily for training purposes but they are available to members for leisure use under the following conditions –

* Anyone taking out a Club boat must be a member who is suitably qualified by certificate or experience.
* Permission must be obtained from an officer of the Club who will sign the boat out.  
* The condition of the boat and equipment will be noted before the boat goes on the water and checked on return, any damage being the responsibility of user to rectify. 
* The cruising area will be defined and the user must stay out of the Council’s defined swimming area to the east of the pier.
* The time of return will be agreed 
* Mast head buoyancy __must__ be fitted to all boats except the Toppers
* On return the boat must be washed down and all the equipment and sails stowed correctly.
* A responsible person must be on site and keep a regular look-out until the boat is ashore and put away correctly. 
<!--{{{-->
<div class='toolbar' macro='toolbar [[ToolbarCommands::ViewToolbar]]'></div>
<div class='title' macro='view title'></div>
<!-- (Remove author name, creation and modification dates) <div class='subtitle'><span macro='view modifier link'></span>, <span macro='view modified date'></span> (<span macro='message views.wikified.createdPrompt'></span> <span macro='view created date'></span>)</div> -->
<div class='tagging' macro='tagging'></div>
<div class='tagged' macro='tags'></div>
<div class='viewer' macro='view text wikified'></div>
<div class='tagClear'></div>
<!--}}}-->
''Slalom Racing will take place on the following Saturdays at 11.00''
| March | April | May | June | July | August | September | October |
| 17 & 31 | 14 & 28 | 12 & 26 | 9 & 30 | 14 & 28 | 11 & 25 | 8 & 22 | 6 & 20 |

''Long Board Sailing will take place on the following Sundays at 11.00''
| March | April | May | June | July | August | September | October |
| 18 | 1, 15 & 29 | 13 & 27 | 10 | 1, 15 & 29 | 12 & 26 | 9 & 23 | 7 & 21 |

''GPS Speed Competition''

2011 was the second year of the GPS windsurfing competition at BRYC.  Eight sailors entered the competition.  Three sailors broke the 30mph barrier, achieving personal bests.  The men's club record was also broken and now stands 36.8mph.  The ladies' club record remains unbroken at 29.5mph.

Surprisingly you don't need to wait for a howling gale to sail fast.  The faster speeds were generally achieved in the lighter winds, typically ~F4-F5. Flat water is far more important than wind strength.

It couldn't be easier.  Simply borrow one of two waterproof Sat Nav units kept behind the bar.  Strap the unit to your arm and then sail as fast as you can.  The unit automatically records all trip data including the maximum speed achieved.

Three series competitions will be run over the course of the year and points are accumulated each occasion the Sat Nav unit is taken out.  The winner of the series is not necessarily the fastest sailor but the one who has accumulated the most points over the series - so the competition really is open to all.

The rules of the speed competition are straight forward:-
# The Sat Nav units can only be booked out once in any one day for approximately 30 minutes.
# To qualify for the competition, the units need to be returned and the maximum speed written down in the log book and witnessed by a club member.

''2012 Series Dates''
| |!From|!To|
|Winter / Spring|31 Oct 2011|30 Apr 2012|
|Summer|01 May 2012|31 Jul 2012|
|Autumn|01 Aug 2012|31 Oct 2012|