<!--{{{-->
<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]];}

.sparkline {background:[[ColorPalette::PrimaryPale]]; border:0;}
.sparktick {background:[[ColorPalette::PrimaryDark]];}

.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:0px; top:0px;}

.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:0px 3px 0px 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:0px; padding-bottom:0px;}

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

.sparkline {line-height:1em;}
.sparktick {outline:0;}

.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>>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">

<font color="#800040" face="Verdana" size=3>
  <font size=5><b>The Banburyshire Brolly Podstation</b></font><br>
  <a href="./index.html">Index</a><br><br>
RSS Feed<br>
<a href="./banburyshire.xml"><img src="./pix/rss_feed.gif"></a> 
<br>

  </font>
 
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>

<tr><td>
<b>What is the Brolly?</b><br>
A collection of podcasts, featuring a number of presenters, covering a
number of music styles (folk, roots, blues, rock, contemporary, etc). <br>
Promoting and celebrating the music, heritage and characters of Banburyshire.<br>
With interviews, information, stories and humour.<br>

If you would like to have your music featured or put together a show, please <a href="mailto:jprocter@banburyshire.net">get in touch</a>.
<br>
<hr>
<b>How do I listen to the Brolly?</b><br>
The Brolly is in the MP3 audio file format, so can be listened to, <font color="#80040"><b>for free</b></font> on a wide range of equipment.<br>
a) Listen now by clicking on the "Click here to listen to the show" link.<br>
b) Listen later by right clicking on the link and select "Save Link As..." (for Firefox) or "Save Target As..." (for IE), to download the show to your PC.<br>
c) Use "podcatcher" software, such as Feedreader or Itunes, to automatically download shows to your PC. <br>(Right click on the rectangular RSS feed logo above and "Copy Shortcut" into your podcatcher.)<br>
<hr>
<b>
All earlier shows of the Brolly are available on CD for £5.00 + £1 p&p, as part of the Banburyshire Music Library.</b><br>
A number of these are available from the Friends Of The Horton shop at the Horton General Hospital, Banbury. <br>
Or please <a href="mailto:jprocter@banburyshire.net">contact us</a>, if you would like to obtain a copy directly.<br>
As with all Banburyshire products, any profit made by us will be split between the Friends Of The Horton, and the Banbury Folk Festival. 
<br>
We will continue to support <a href="http://www.bletchleypark.org.uk/" target="_blank">Bletchley Park</a>, the National Codes Centre.<br>
If you think your club, society or fund-raising group would benefit by being a distributor for the Banburyshire Music Library, please <a href="mailto:jprocter@banburyshire.net">get in touch</a> for details about the starter pack. 
</td></tr>

</table>



  </BODY>
</HTML>
JulesProcter
Welcome one, welcome all, whether from the north, the south the east and the west, welcome. The Banburyshire concept has been in use now for over 150 years, in many forms and by many people, but in essence describes crossing boundaries. From the past, present and future, the real and the imagined, the recorded and the live, and the online and offline. So this evening take a glimpse into the world of Banburyshire through music, song, stories, and humour. During the interval, please consider purchasing CDs in support of the folk club, and at a later time, why not visit the banburyshire.net website where you can listen to over 200 podcasts, freely available, or to browse through the big picture photo gallery or check out the links to other interesting websites, or play the Banburyshire quiz. The music introducing this evening was Cave, a Banburyshire band if ever there was one, with And We Couldn't Stop Smiling, taken from their first studio CD, Welcome Welcome. Gregg Cave is not only a charismatic front-man for the band, but is an apprentice farrier, showing his traditions. He has also been a presenter of the Banburyshire Brolly podcasts, along with our own Linda Watkins. 
Finally, before handing over to your living guide for the evening, Jules the Apprentice Banburyshire Storyteller, may I ask that whenever you hear the word Wassail (good health in Middle English), please respond in good heart with Drin Hael (drink and be healthy). 

First Set :-
Richard - Recorded intro (provided by Jules)
Jules - Wassail
Davey and Sheena - Morris tunes – Banbury Bill etc
Jules - Old George and the Red Triangle
Davey and Sheena - 2 more songs/tunes
Jules - The Blue Grave – a Salt Way Story
The Guy Puddlers - Centurians by the Seaside - a Guy Puddlers skit
Davey and Sheena - Cotswold song
Jules - Fred Vokins and the Ironstones Railway

Second Set :-
Jules - Horace The Hobby Horse
Jules - Morris Horseman
Paul - 3 French songs
Jules - The Old Back Door
Linda - Too Close To The Wind
Jules - When Soulful Huw meets Angharad The Much Loved One
Linda - Welsh Song
Jules - The Shennington Goldmine
Jules, All - Fred Vokins, Engine Driver
Bob's Banana Bread Beer Song

Ale Oh, Ale Oh, Bob is a spaniel and he likes to drink beer
Ale Oh, Ale Oh, Bob is a spaniel and he likes to drink beer

Four X , six X, Donnington Ale
Bob is a spaniel and he likes to drink beer
Four X , six X, Donnington Ale
Bob is a spaniel and he likes to drink beer

Ale Oh, Ale Oh, Bob is a spaniel and he likes to drink beer
Ale Oh, Ale Oh, Bob is a spaniel and he likes to drink beer

Four X , six X, King and Barnes Old
Bob is a spaniel and he likes to drink beer
Four X , six X, King and Barnes Old
Bob is a spaniel and he likes to drink beer

Ale Oh, Ale Oh, Bob is a spaniel and he likes to drink beer
Ale Oh, Ale Oh, Bob is a spaniel and he likes to drink beer

Four X , six X, Banana Bread Beer
Bob is a spaniel and he likes to drink beer
Four X , six X, Banana Bread Beer
Bob is a spaniel and he likes to drink beer

Ale Oh, Ale Oh, Bob is a spaniel and he likes to drink beer
Dianadyl Gwynt - my family dragon
<html>
<img src="./pix/Breathless_Wind.jpg">
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 1 - Sunday April 2nd 2006</font><br>
Featuring :-<br>
Lift Off by tantrum<br>
Blood Red Moon by David Stevenson<br>
This Is The Last Time (Chill Mix) by Wee Alex<br>
<br>Click here to listen to : <a href="./mp3/brolly_001.mp3" target="_blank">Brolly Show 1</a>&nbsp;&nbsp;<br>

</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 10 - Sunday May 7th 2006</font><br>
Presented by Gregg Cave<br>
Featuring :-<br>
Shed Of Tears by Eaglehead<br>
Going Up Leceister by PJ Wright<br>
The River Flows On by Tom Leary<br>

<br>Click here to listen to : <a href="./mp3/brolly_010.mp3" target="_blank">Brolly Show 10</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 100 - Friday April 6th 2007</font><br><br>
A special show presented by Bob Barrows.<br>
Introduction by Duncan McFarlane.<br>
Featuring music :-<br>
Come on in my Kitchen by Crooked Still.<br>
Gabriel / Heatwave by Gypsy Reel.<br>
Henry Lee by Deb Sandland (and featuring Phil Beer).<br>
Love Henry by Judy Henske (The legendary Queen of the Beatniks).<br>

<br>Click here to listen to : <a href="./mp3/brolly_100.mp3" target="_blank">Brolly Show 100</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 101 - Wednesday April 11th 2007</font><br><br>
Presented by Jules Procter.<br>
On Easter Sunday, 8th April, Show Of Hands played at the Royal Albert Hall for the third time.<br>
This podcast is a report of the day, and includes some fantastic singing<br>
(slightly marred by yours truly being out of tune, not enough real ale I suspect).<br>
Featuring (in tune) music :-<br>
Widdecombe Fair by Little Johnny England.<br>
A Family On Manor Road by Cave.<br>
Jigalo by The Duncan McFarlane Band.<br>


<br>Click here to listen to : <a href="./mp3/brolly_101.mp3" target="_blank">Brolly Show 101</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 102 - Sunday April 14th 2007</font><br><br>
Presented by Jules Procter.<br>
Bringing you the winning song from the Ride A Cock Horse Folk Club Song Writing Competition.<br>
Congratulations to Stuart Tindall with Sweet Child Of Mine.<br>
This show is also to be featured on Radio Horton, the hospital radio station for the Horton General Hospital, Banbury.<br>
Featuring music :-<br>
This Is My Bliss by Wee Alex.<br>
Sweet Child Of Mine by Stuart Tindall.<br>
Horses Brawl by Feast Of Fiddles featuring Tom Leary and Dave Mattacks.<br>


<br>Click here to listen to : <a href="./mp3/brolly_102.mp3" target="_blank">Brolly Show 102</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 103 - Wednesday April 18th 2007</font><br><br>
Presented by Jules Procter.<br>
More from Mark Bates, Chairman of the North Oxfordshire branch of CAMRA.<br>
Rod Spring talking about the newly re-furbished Black Boy Inn at Milton.<br>
Featuring music :-<br>
Tres Cervezas! By 3 Daft Monkeys.<br>
Peggy's Pub by Dave Pegg and PJ Wright.<br>
One More Week by ColvinQuarmby.<br>


<br>Click here to listen to : <a href="./mp3/brolly_103.mp3" target="_blank">Brolly Show 103</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>

<tr><td>
<font color="#80040" size=+1>Show 104 - Sunday April 22nd 2007</font><br>
Presented by Jules Procter.<br>
The "Peggy and PJ" special, featuring an extended interview with Dave Pegg and PJ Wright.<br>
Featuring music :-<br>
Wait For The Whistle To Blow by PJ Wright.<br>
Bread and Circuses by Dave Pegg and PJ Wright.<br>
Linseed Memories by Dave Pegg and PJ Wright.<br><br>
See you at Adderbury Day Of Dance next Saturday, and remember to celebrate St.George's Day on Monday!<br><br>


<br>Click here to listen to : <a href="./mp3/brolly_104.mp3" target="_blank">Brolly Show 104</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>

<tr><td>
<font color="#80040" size=+1>Show 105 - Wednesday April 25th 2007</font><br>
Presented by Jules Procter.<br>
Comments about the launch of "Banburyshire Events" on St George's Day,<br>
Adderbury Day of Dance and the up-coming May Day festivities in Banbury.<br>
Music from Tim Radford with Washing Day and Everything That's New by Roenik.<br>
Update from Adrian Cannon about events at Great Tew Estate.<br>
<br>

<br>Click here to listen to : <a href="./mp3/brolly_105.mp3" target="_blank">Brolly Show 105</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>

<tr><td>
<font color="#80040" size=+1>Show 106 - Wednesday May 2nd 2007</font><br>
Presented by Jules Procter.<br>
<br>
Sound clip from Adderbury Day of Dance, with Batman!<br>
Music from Cave with The Abbot And The Speckled Hen, Mr Wonder by Left Hand Drive<br>
and Galuppi Baldassare by Kris Delmhorst.<br>
The Coffee Cup get together at the Red Lion, Little Compton.<br>
<br>

<br>Click here to listen to : <a href="./mp3/brolly_106.mp3" target="_blank">Brolly Show 106</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 107 - Sunday May 6th 2007</font><br>
Presented by Jules Procter.<br>
<br>
Music :-<br>
Malatesta's Dream by Kilnaboy.<br>
Eddie Kelly's Set by Siansa.<br>
No Turning Back by The McCrory Brothers.<br>
<br>Thanks go to the Mayor of Banbury, Cllr John Donaldson, for ensuring the return of the May Day procesion in Banbury, after an absence of 400 years.<br>
Also to Rod and Isabell at <a href="http://www.blackboyinn.com/" target="_blank">The Black Boy</a>, Milton, for a superb meal.<br>
<br>

<br>Click here to listen to : <a href="./mp3/brolly_107.mp3" target="_blank">Brolly Show 107</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 108 - Wedesday May 9th 2007</font><br>
Presented by Bob Barrows.<br>
<br>
The songs are: <br>
Feels Like Home ......... Liz Carlisle (<a href="http://www.lizcarlisle.com" target="_blank">www.lizcarlisle.com</a>) <br>
Pirates ....................... Michael Skinner (<a href="http://www.mskinnermusic.com" target="_blank">www.mskinnermusic.com</a>) <br>
Stand Quite Still .......... Ashley Hutchings (feat. Steve Knightley) <br>
The Remember Song ... Tom Rush (<a href="http://www.tomrush.com" target="_blank">www.tomrush.com</a>) <br>
<br>

<br>Click here to listen to : <a href="./mp3/brolly_108.mp3" target="_blank">Brolly Show 108</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 109 - Sunday May 13th 2007</font><br>
Presented by Jules Procter.<br>
<br>
Music :-<br>
Sun by Flatworld.<br>
Oak and Ash by Megson.<br>
A Bone In A Dinosaur by ColvinQuarmby.<br>
<br>There's the Vale of Evesham Annual Asparagus festival, taking place at the <a href="http://www.thefleeceinn.co.uk/" target="blank">Fleece Inn</a> at Bretforton,<br>
between Sunday 27th May and Sunday 3rd June.<br>
If you are after personalised clothing or gifts then visit <a href="http://www.sewsublime.co.uk" target="_blank">Sew Sublime</a><br>
For great web-hosting and web-design deals then check out <a href="http://www.jocoxdesign.com" target="blank">Jo Cox Design</a>
<br>

<br>Click here to listen to : <a href="./mp3/brolly_109.mp3" target="_blank">Brolly Show 109</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 11 - Wednesday May 10th 2006</font><br>
Featuring :-<br>
I Am The Bell by ColvinQuarmby<br>
Semer Water by Deb Sandland<br>
The Way Things Ought To Be by Little Johnny England<br>
Interview with Ken Norman of Chipping Norton Lido.<br>
<br>Click here to listen to : <a href="./mp3/brolly_011.mp3" target="_blank">Brolly Show 11</a>&nbsp;&nbsp;<br>

</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 110 - Wednesday May 16th 2007</font><br>
Presented by Jules Procter.<br>
<br>
Music :-<br>
The English Set by Udo Dolz.<br>
Happy McGuffy by Tom Leary.<br>
Reflection by Marcus Flynn.<br>
<br>Walking in the rain in England's green and pleasant land, along the Jurassic Way. <br>
Peace and tranquility in the heart of Birmingham Business Park.<br>
<br>

<br>Click here to listen to : <a href="./mp3/brolly_110.mp3" target="_blank">Brolly Show 110</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 111 - Sunday May 20th 2007</font><br>
Presented by Jules Procter.<br>
<br>
Music :-<br>
Ram by Tinkerbells Dope Ring.<br>
Snakebite by Vikki Clayton.<br>
Long Train Running by Chameleon.<br>
<br>Deanne Wright talking about how Sew Sublime started, and on becoming a finalist in the Oxfordshire Business Awards.<br><br>
<a href="./P_PJ_ad.pdf" target="_blank">Click here for the "A Night Off With Peggy & PJ" gig schedule</a><br><br>

<br>Click here to listen to : <a href="./mp3/brolly_111.mp3" target="_blank">Brolly Show 111</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 112 - Wednesday May 23th 2007</font><br>
Presented by Jules Procter.<br>
<br>
Music :-<br>
Silver by Suntrap.<br>
Schindig by Mabon.<br>
In The Kitchen by Vicki Swan and Jonny Dyer.<br>
All the music on show 112 is from bands who are appearing at the <a href="http://www.warwickfolkfestival.co.uk" target="_blank">Warwick Folk Festival</a>.<br>
<br>Grant Fox plugging the next wRants gig at The Mill on Sunday 27th May.<br>
Alan Wolstencroft talking about Mercy Ships and building a school in Sierra Leone<br>
Banbury Old Town - well worth a visit<br>

<br>Click here to listen to : <a href="./mp3/brolly_112.mp3" target="_blank">Brolly Show 112</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 113 - Sunday May 27th 2007</font><br>
Presented by Jules Procter.<br>
<br>
Music :-<br>
Peapod by Fake Tan.<br>
The Last Of England by David Stevenson.<br>
The Abbot And The Speckled Hen by Cave.<br>

<br>Deanne Wright talking about Banbury Old Town and its attractions.<br>

<br>Click here to listen to : <a href="./mp3/brolly_113.mp3" target="_blank">Brolly Show 113</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 114 - Sunday June 3rd 2007</font><br>
Presented by Jules Procter.<br>
<br>
Music :-<br>
Folk Tonight by Leatherat.<br>
Leave A Light In The Window by ColvinQuarmby.<br>
Heaps Of Metal by annA rydeR.<br>
<br>News about the Great Tew Horse Trials and the VMCC Banbury Run.<br>
<br>The Banburyshire website has a new look, with a Banbury Old Town section.<br><br>

<br>Click here to listen to : <a href="./mp3/brolly_114.mp3" target="_blank">Brolly Show 114</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 115 - Wednesday June 6th 2007</font><br>
Presented by Jules Procter.<br>
<br>
Another combined Brolly podcast and Radio Horton show.<br><br>
Music :-<br>
Steamchicken with Flog the Conkers.<br>
The Sambassadors Of Groove with Hectors House.<br>
Osibisa with Sunshine Day.<br>
<br>
All the bands are appearing at Warwick Folk Festival this year.<br><br>
Warwickshire was known for it's coal mines as part of the rural economy. There will be a resurgence in the use of this fossil fuel, changing it's dirty image to that of the key fuel stock it is, by the use of clean coal
 technology and combined heat and power schemes.<br><br>

<br>Click here to listen to : <a href="./mp3/brolly_115.mp3" target="_blank">Brolly Show 115</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 116 - Sunday June 10th 2007</font><br>
Presented by Bob Barrows.<br>
<br>
Music :-<br>
Searching for Reynardine ...... Uncle Dirtytoes (<a href="http://www.uncledirtytoes.com" target="_blank">www.uncledirtytoes.com</a>) <br>
Bicksford Station ............. Marie McGilvray (<a href="http://www.mariemcgilvray.com" target="_blank">www.mariemcgilvray.com</a>) <br>
The Carlton Weaver ............ Jiggernaut (<a href="http://www.jiggernaut.com" target="_blank">www.jiggernaut.com</a>) <br>
The Boy and the Gnomes ........ The Puddle Jumpers (<a href="http://www.puddlejumpers.com" target="_blank">www.puddlejumpers.com</a>) <br>
<br>
Marie McGilvray talking about the inspiration for "Bicksford Station".<br><br>

<br>Click here to listen to : <a href="./mp3/brolly_116.mp3" target="_blank">Brolly Show 116</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 117 - Wednesday June 13th 2007</font><br>
Presented by Jules Procter.<br>
<br>
Music :-<br>
Open Up The Day by Peter London<br>
Court The Sun by Nuada<br>
Reverse Antics by Zoox<br>
<br>
Adrian Cannon talking about the Great Tew Horse Trials and events on the estate.<br><br>

<br>Click here to listen to : <a href="./mp3/brolly_117.mp3" target="_blank">Brolly Show 117</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 118 - Sunday June 17th 2007</font><br>
Presented by Jules Procter.<br>
<br>
Music :-<br>
Come In From The Rain by Nick Lines<br>
Chelsea Calling by Ez Butler<br>
Fire Thief by Karine Polwart<br>
<br>
Comments about events at Banbury United Football Club, and congratulation to Kieran Sullivan, the new manager.<br>
Thoughts about the Wood Green Open Air Pool Campaign. A social enterprise in the making?<br><br>
He's back! Talking at 100 mph - it's Alex Kerr, DJ and well-known motor-mouth.<br>
Check out http://www.banburymusicradio.com<br><br>

<br>Click here to listen to : <a href="./mp3/brolly_118.mp3" target="_blank">Brolly Show 118</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 119 - Wednesday June 20th 2007</font><br>
Presented by Jules Procter.<br>
<br>
Music :-<br>
Moonshiner by Lorna Franklin and Jeremy Khan<br>
Vous J'adore by Will Hall<br>
She Moves Through The Fair by Cave<br>
<br>
Comments about the VMCC Banbury Run, vintage motorcycle event.<br>
Interview with Harry Wiles, VMCC President.<br><br>
Profile of documentary film-maker Derrick Knight and his classic film "Travelling For A Living", about the Watersons<br>
<br>

<br>Click here to listen to : <a href="./mp3/brolly_119.mp3" target="_blank">Brolly Show 119</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 12 - Sunday May 14th 2006</font><br>
Featuring :-<br>
Then There Was Sunshine by Songs from The Blue House<br>
Ego by Moses<br>
Envixens Waltz and Pernod Waltz by Mawkin<br>
<br>Click here to listen to : <a href="./mp3/brolly_012.mp3" target="_blank">Brolly Show 12</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 120 - Sunday June 24th 2007</font><br>
Presented by Jules Procter.<br>
<br>
Music :-<br>
Taylors Ferry by Wilber<br>
Still by FunkyDory<br>
Bonneville Blues by Tom Leary<br>
(featuring Clem Clemson, Chris Leslie, Fred T Baker and Dave Mattacks.)<br>
<br>
A birthday special show for Tony "The Horse" - keep those samosas coming!<br>
Greetings from work colleagues and thanks for supporting the bands by buying their CDs.<br><br>


<br>Click here to listen to : <a href="./mp3/brolly_120.mp3" target="_blank">Brolly Show 120</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 121 - Saturday June 30th 2007</font><br>
Presented by Jules Procter.<br>
<br>
Music :-<br>
Reverse Antics by Zoox<br>
Five Foot Flirt by birthday boy Barry Worsley<br>
More Than A Whisper by Blue Coyote<br>
<br>
Verna Wass talking about the Banbury Hobby Horse Festival, and playing music for Adderbury Morris.<br>
Thanks to Tony and Leon for details about the upcoming Barford Bikers Bash on Saturday 7th July.<br>
A bit of chat about the world music event at The Mill, Banbury.<br>

<br>Click here to listen to : <a href="./mp3/brolly_121.mp3" target="_blank">Brolly Show 121</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 122 - Wednesday July 4th 2007</font><br>
Presented by Jules Procter.<br>
<br>
Music :-<br>
When The Talking Is Over by FOS Brothers<br>
Devil Got My Car by Eaglehead<br>
Heavy Horses by Nick Lines and Mike Hooper<br>
<br>
A busy weekend coming up, Silverstone, The Hook Norton Music At The Crossroads and the Barford Biker Bash.<br>
I'm looking forward to the Banbury Hobby Horse Festival, and have included a sound-clip of the Minehead Sailor's Horse from last year.<br>
Then there is the Town Mayor's Sunday with the World Hobby Horse Racing Championship!<br>


<br>Click here to listen to : <a href="./mp3/brolly_122.mp3" target="_blank">Brolly Show 122</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>

<tr><td>
<font color="#80040" size=+1>Show 123 - Saturday July 7th 2007</font><br>
Presented by Jules Procter.<br>
<br>
Music :-<br>
Easy Goodbye by Julie Ellison<br>
Sally's Music Boat by Nuada<br>
This Is My Bliss by Wee Alex<br>
<br>
Ruthie has asked me to review the new Nuada CD, Court The Sun, the short version is "go out and buy it, it's great".<br>
Also check out Julie Ellison's website for information about her guitar clinics.<br>
In the middle of the Banbury Hobby Horse Festival, Town Mayor Kieron Mallon, took time away from Banbury cakes and ale, to talk about the festival. The festival will be the next Banburyshire Events CD & CDROM set, available from banburyshire.com<br>
Also, the next show will be presented by Bob Barrows, and all four tracks will be by Fairport Convention. Thanks go to Simon Nicol for giving Bob permission.<br>


<br>Click here to listen to : <a href="./mp3/brolly_123.mp3" target="_blank">Brolly Show 123</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 124 - Wednesday July 11th 2007</font><br>
Presented by Bob Barrows.<br>
<br>
As a Cropredy festival taster, all songs are by Fairport Convention: <br>
It's All Right Ma, It's Only Witchcraft - Fairport Convention <br>
Journeyman's Grace - Live at the BBC <br>
Your Heart and Mine - Sense of Occasion <br>
Hawkwood's Army - Sense of Occasion <br>
<br>
<br>Click here to listen to : <a href="./mp3/brolly_124.mp3" target="_blank">Brolly Show 124</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 125 - Sunday July 15th 2007</font><br>
Presented by Jules Procter.<br>
<br>
Music:<br>
A Family On Manor Road by Cave<br>
Bike by Songs from the Blue House <br>
My Heart's Where My Home Used To Be by Little Johnny England <br>
<br>
Interview with Ron Barnett, chairman of Banbury and District Twinning Association.<br><br>
<br>Click here to listen to : <a href="./mp3/brolly_125.mp3" target="_blank">Brolly Show 125</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 126 - Wednesday July 18th 2007</font><br>
Presented by Jules Procter.<br>
<br>
Music:<br>
Bring 'em Down by The Duncan McFarlane Band<br>
Feeling Good Today by Sam Payne<br>
John Barleycorn sung by Tim Radford<br>
<br>
Please sign the petition to save the services at the Horton General Hospital, see the links page.<br>
Also, get along the the mass rally at Banbury Cross, on Thursday 26th July at 5 pm, and show your support for the Horton.<br><br>
<br>Click here to listen to : <a href="./mp3/brolly_126.mp3" target="_blank">Brolly Show 126</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 127 - Sunday July 22nd 2007</font><br>
Presented by Jules Procter.<br>
<br>
Music:<br>
Schindig by Mabon<br>
Song For Ireland by Danansooz<br>
Sunshine Day (The Hot Summer Mix) by Osibisa<br>
<br>
Extended interview with Dick Dixon, festival director of Warwick Folk Festival.<br>
Also, get along the Beer Festival this weekend, at the Dun Cow, at Hornton<br><br>
<br>Click here to listen to : <a href="./mp3/brolly_127.mp3" target="_blank">Brolly Show 127</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 128 - Wednesday July 25th 2007</font><br>
Presented by Jules Procter.<br>
<br>
Music:<br>
Like Thunder by Brothers Falloon<br>
The Face of Amy  by Spire<br>
Court The Sun - Mainly by Nuada<br>
<br>
News about the Wizzafest (www.wizzafest.com) and Warwick Folk Festival.<br>
Also, the Banbury Wood Green Pool Campaign site has been updated with news about Paddy Castledine.<br>
Good luck to the Meridian Man, Dave Henderson on his 800 mile walk, along the meridian, to Lourdes<br>
The "Save The Horton Hospital" capgaiin is holding a vigil on the 25th &26th at St.Mary's, Banbury.<br>
<br>
Review of Nuada's CD "Court The Sun" :<br>
If you are expecting to hear the distinctive sound of Nuada on their new cd "Court The Sun", then you won't be disappointed. The swirling pipes of Ferris Jay, the hurdy gurdy of Ruth Bramley and  the scything acoustic guitar of Sam Burke are very much in evidence, starting with the opening title track.<br>
But there is so much more to Nuada, and the band have obviously decided that their latest offering should be a really stylish production. This is evident right from the moment you look at the gatefold cd cover. The simple, but effective cover photographs are a sign of the quality of the music to come. With "Court The Sun", Nuada have come up with a well produced selection of, mostly home-written  tracks, in a range of styles, to showcase their talents. As well as their signature sound, they have quiet and thoughtful pieces, Peanut Calata and the lullaby Einini, and what for me is the most daring song on the CD, Searching For Lambs.<br>
 I first heard this sung by Shirley Collins over thirty years ago, where she put such a stamp on the song, that I've rarely heard it since. The playing, arrangement and especially the singing of Ruthie on this track, shows the confidence that Nuada have developed, and I applaud them for it.<br>
So if you are after a CD which is pleasing on the eye and pleasing on the ear, then buy a copy of "Court The Sun". I hope you will be as delighted with it as I am.  Jules Procter, July 2007.<br><br>
<br>Click here to listen to : <a href="./mp3/brolly_128.mp3" target="_blank">Brolly Show 128</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 129 - Friday July 27th 2007</font><br>
(A combined Brolly and Radio Horton Show.)<br>
Presented by Jules Procter.<br>
<br>
Music:<br>
Journeyman's Grace- Fairport Convention<br>
Yesterday by Leatherat<br>
Like It by The Firebirds<br>
My Heart's Where My Home Used To Be by Little Johnny England<br>
<br>
Interview with Ron Barnett, chairman of Banbury and District Twinning Association.<br><br>

<br>Click here to listen to : <a href="./mp3/brolly_129.mp3" target="_blank">Brolly Show 129</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 13 - Wednesday May 17th 2006</font><br>
Featuring :-<br>
Spinning by Julie Ellison<br>
No Need To Move by Paul Mosley<br>
Slocore by Gasgiant<br>
<br>Click here to listen to : <a href="./mp3/brolly_013.mp3" target="_blank">Brolly Show 13</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 130 - Saturday August 4th 2007</font><br>
Presented by Jules Procter.<br>
<br>
Music:<br>
Rocky Road To Dublin by Leatherat<br>
Waste Of Angels by Songs From The Blue House<br>
Cropredy Bridge by Cave<br>
<br>
With the 2007 Cropredy festival an offical 20,000 sell out, this show is about those who won't be there.<br>
The next Brolly show will be presented by Bob Barrows,  and is a review of the New Bedford music festival. It contains tracks from the likes of Steve Tilston and Little Johnny England, and it seems that Bob has been meeting  more Banburyshire musicians over in Massachusetts than I have over here. Unfortunately Bob won't be able to make it over to Cropredy this year and on Wednesday there were no musicians to be seen either, or stage for them to play on.<br>
I'll be at the Cropredy festival to gather material for another "Banburyshire Events" package.<br><br> 
<br>Click here to listen to : <a href="./mp3/brolly_130.mp3" target="_blank">Brolly Show 130</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 131 - Tuesday August 7th 2007</font><br>
Presented by Bob Barrows.<br>
<br>
The tracks played are: <br>
Dharma Cafe by The Kennedys from Stand (<a href="http://www.kennedysmusic.com/" target="_blank">Web</a> ; <a href="http://www.myspace.com/thekennedysmusic" target="_blank">Myspace</a>) <br>
Hòrò ahu-ò Mo Nighn Donn by Bodega (<a href="http://www.footstompin.com/artists/bodega" target="_blank">Web</a>) <br>
Gaslight March by Little Johnny England <br>
Payday by Dansaul from Foot and Mouth (<a href="http://www.myspace.com/danplews" target="_blank">Myspace</a> ) <br>
A Rare Thing by Steve Tilston from Reaching Out: The Life and Music of Steve Tilston 
(<a href="http://www.stevetilston.com/" target="_blank">Web</a>;<a href="http://www.myspace.com/stevetilston" target="_blank">Myspace</a>) <br><br>

New Bedford photo <a href="http://www.longdogs.co.uk/gallery/v/Bob+Barrows/NewBedfordSummerfest/" target="_blank">gallery</a> 
<br><br> 
<br>Click here to listen to : <a href="./mp3/brolly_131.mp3" target="_blank">Brolly Show 131</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 132 - Monday August 13th 2007</font><br>
Presented by Jules Procter.<br>
<br>
The tracks played are: <br>
Sambassadors Of Groove with Chip Shop<br>
Spank The Monkey with Southbound Train<br>
Vikki Clayton with Banks Of The Nile<br><br>

Greetings from Staffan, and Tony The Roundhead, from the Cropredy Festival
<br><br> 
<br>Click here to listen to : <a href="./mp3/brolly_132.mp3" target="_blank">Brolly Show 132</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 133 - Saturday August 18th 2007</font><br>
Presented by Jules Procter.<br>
<br>
The tracks played are: <br>
Chickpea by Fake Tan<br>
Incredible by Songs From The Blue House<br>
One More Week by ColvinQuarmby<br><br>
<br>Click here to listen to : <a href="./mp3/brolly_133.mp3" target="_blank">Brolly Show 133</a>&nbsp;&nbsp;<br><br>
Jack Edwards talks about British beer and the friendliness of the Cropredy festival.<br><br> 
David Henderson, the Meridian Man, has completed his walk from his Warwickshire farm, down to Greenwich and then on to Lourdes, in sight of the Pyranees. All without the help of a formal support team. Check out his fund-raising exploits on his web-site : <a href="http://www.meridianman.org/" target="_blank">Meridian Man</a>. Well done, David!<br>
Listen to his interviews on the Brolly <a href="./mp3/brolly_042.mp3">here</a> and <a href="./mp3/brolly_044.mp3">here</a><br><br>
On Fri 31st August there's a quiz at Banbury town hall, £5 entrance fee per person, bar and nibbles available, and all in aid of the Oxfordshire NSPCC.  The quizmaster is Anthony Church, Banbury's town crier, who will also be on duty in the Town Criers Competion, on Saturday 1st September.<br>
On the same day, and also in aid of the NSPCC, it's the Banbury Street Organ Festival, which I can heartily recommend.<br><br>
Due to the new hosting deal we have with Indigo Blue New Media, which I am very pleased with, we're able to keep all the new Brolly shows online. Consequently, production of the Banburyshire Portal magazine has been suspended, but back copies will still be available from the Clockwork Data web-site, which will contain the earlier Brolly shows. <br>
Also I'm pleased to announce a substancial order has been placed for the Banburyshire Events coverage of the VMCC Banbury Run.
<br><br> 
<b>The Brolly is now off on holiday, and will return in mid-September. Keep up to date using the RSS feed. Bye for now!</b><br><br>

</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 134 - Tuesday September 18th 2007</font><br>
Presented by Jules Procter.<br>
<br>
The tracks played are: <br>
The Ballad Of Steve Chamberlain by ColvinQuarmby<br>
Fourteen Miles by Cave<br>
Ride by Roenik<br><br>
Introduction by Duncan McFarlane<br>
<br>Click here to listen to : <a href="./mp3/brolly_134.mp3" target="_blank">Brolly Show 134</a>&nbsp;&nbsp;<br><br>
Back from the Summer recess, with a slightly new format, in as much as I'll only be presenting shows on Tuesdays, with other presenters for the Saturday shows. Starting with James and Skirky from Songs from the Blue House.<br><br>
Get along to see Cave at Rugby this Saturday at the Rugby Roots venue.<br><br>
Due to the new hosting deal we have with Indigo Blue New Media, which I am very pleased with, we're able to keep all the new Brolly shows online. Consequently, production of the Banburyshire Portal magazine has been suspended, but back copies will still be available from the Clockwork Data web-site, which will contain the earlier Brolly shows. <br><br> 
Off up the Horton Hospital to have my photo taken for Radio Horton. Listen to the Brolly on Tuesday and Friday afternoons on Radio Horton.<br><br>

</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 135 - Saturday September 22th 2007</font><br>
Presented by Skirky & James.<br>
<br>
The tracks played are: <br>
SftBH with Her - <a href="http://www.songsfromthebluehouse.com" target="_blank">www.songsfromthebluehouse.com</a><br>
Black Flowers with Wait Around - <a href="http://www.cliffnprue.com" target="_blank">www.cliffnprue.com</a><br>
Mozzy Green with Godzilla - <a href="http://www.mozzygreen.com" target="_blank">www.mozzygreen.com</a>
<br><br>
Introduction by Peter London<br><br>
<br>Click here to listen to : <a href="./mp3/brolly_135.mp3" target="_blank">Brolly Show 135</a>&nbsp;&nbsp;<br><br>
James and Skirky from Songs from the Blue House present their second show for the Brolly.<br>
With songs, stories and banter about Skirky's new book - <a href="http://www.lulu.com/content/1087266
" target="_blank">"Do You Do Any Wings?"</a><br>
James piles in, promoting his new music venue, with Tony Winn, at Kelvesdon Institute - <a href="http://www.kelvedoninstitute.co.uk" target="_blank">www.kelvedoninstitute.co.uk</a><br><br>


</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 136 - Wednesday September 26th 2007</font><br>
Presented by Jules Procter.<br>
<br>
The tracks played are: <br>
Wee Alex with This Is The Last Time<br>
Tom Leary with Calm Waters<br>
Pete Scrowther with Like The Moon At My Window
<br><br>
A short interview with Pete Scrowther, before he returns to Switzerland.<br><br>
<br>Click here to listen to : <a href="./mp3/brolly_136.mp3" target="_blank">Brolly Show 136</a>&nbsp;&nbsp;<br><br>
Recorded on location in parkland, with passing cars and aeroplanes!<br>
Cultural diversity is on the way, with hopefully, a Brolly in Polish.<br>
More anguish at the Horton General Hospital, as the Maternity Unit at the JR in Oxford can't cope (again).<br>
Terrific evening at the Ride A Cock Horse Folk Club with PJ Wright and Pete Scrowther<br>
Great evening last Saturday at Rugby Roots, with Cave and Will Hall, thanks to Richard Barnes.<br>
Mantlefest coming up this weekend at the Flyer in Parsons St, Banbury.<br><br>

</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 137 - Saturday September 29th 2007</font><br>
Special show with award-winning chef Bill Leadbeater.<br>
<br>
The tracks played are: <br>
Left Hand Drive with Mr Wonder<br>
Al Maslen with Breathe<br>
Fake Tan with Peapod
<br><br>

<br>Click here to listen to : <a href="./mp3/brolly_137.mp3" target="_blank">Brolly Show 137</a>&nbsp;&nbsp;<br><br>
Bill Leadbeater, chef and co-owner of the Mason's Arms, Swerford, talks about his traning as a chef in London and the Home Counties and his time working in fine establishments across Europe. Also the contrast between working for Maro Pierre White, "The Master", and his time in the NHS. And taking the Mason's Arms from being a tired, on-it's-way-out pub, to an award winning establishment, serving great food at a reasonable price, creating jobs and supporting local producers.<br><br>
Find out more <a href="http://www.masons-arms.com/" target="_blank">here</a> about Bill, and The Mason's Arms.<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 138 - Tuesday October 2nd 2007</font><br>
Presented by Jules Procter.<br>
<br>
The tracks played are: <br>
The Arran Boat & Herbert The Sherbert by Mawkin<br>
Lord Franklin by The Duncan McFarlane Band<br>
Sailing Boat by annA rydeR 
<br><br>

<br>Click here to listen to : <a href="./mp3/brolly_138.mp3" target="_blank">Brolly Show 138</a>&nbsp;&nbsp;<br><br>
Banbury Canal Day this coming Sunday, with a pirate theme, beer tent from Hook Norton,<br>
and music organised by Derek & Mary from the Ride A Cock Horse Folk Club.<br>
This weekend I found out about Geocashing from Keith and Mo. Find out more <a href="http://www.geocaching.com" target="_blank">here</a>.<br>
Also talk of gliding at Shennington, more <a href="http://www.shenington-gliding.co.uk/" target="_blank">here</a>.<br>
<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 139 - Saturday October 6th 2007</font><br>
Presented by Bob Barrows.<br>
<br>
Here is the playlist: <br><br>

Pennsylvania by Dee Adams from Songs Inspired By Literature 2002 <br>
<a href="http://www.myspace.com/deeadams" target="_blank">Dee Adams:myspace</a><br>
<a href="http://www.deetuned.com/" target="_blank">Dee Adams: band website</a><br><br>

I Got a System by Alan Whitney from Juke<br> 
<a href="http://www.myspace.com/alanwhitneymusic" target="_blank">Alan Whitney:myspace </a><br>
<a href="http://www.alanwhitney.com/" target="_blank">Alan Whitney:website</a> <br><br>

5th Quarter by The 5th Quarter From Sculptures on the Beach <br>
<a href="http://www.myspace.com/5thquarterduo" target="_blank">The 5th Quarter:myspace</a><br><br>

Nifty When You're Fifty by Tony Winn <br>
<a href="myspace: http://www.myspace.com/tonywinnsongs" target="_blank">Tony Winn:myspace</a><br>
<a href="http://www.tony.winn.btinternet.co.uk/" target="_blank">Tony Winn:website</a><br><br>

<br>Click here to listen to : <a href="./mp3/brolly_139.mp3" target="_blank">Brolly Show 139</a>&nbsp;&nbsp;<br><br>
Bob finishes the show, with a personal message about the latest addition to his family:<br>
Drew's Room: http://www.drewpotenti.com <br>
<a href="http://www.drewpotenti.com" target="_blank">Click here</a><br>
Please sign the guestbook - the messages really help.<br>

<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 14 - Sunday May 21st 2006</font><br>
Featuring :-<br>
She Comes She Goes by Left Hand Drive.<br>
Will Ye Go Lassie Go by Wee Alex.<br>
The Girls With The Yellow Hands by David Stevenson.<br>
<br>Click here to listen to : <a href="./mp3/brolly_014.mp3" target="_blank">Brolly Show 14</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 140 - Tuesday October 9th 2007</font><br>
Presented by Jules Procter.<br>
<br>
The tracks played are:  <br><br>

3 Daft Monkeys with Hubadillia<br>
Kilnaboy with Perfect Company<br>
Nuada with Black Almain and Quen A Omogen Da Virgen<br>
<br>Click here to listen to : <a href="./mp3/brolly_140.mp3" target="_blank">Brolly Show 140</a>&nbsp;&nbsp;<br><br>
All the music is from bands who have kindly allowed their music to be included on some of the fund-raising CD's I've been involved in producing.
 The Banburyshire community helping others.<br>
This coming weekend sees the Banbury Canalside Folk Festival, with plenty of Banburyshire bands appearing,
 and The Banburyshire Portal concert on Sunday, with The Night Owl Jug Band, Spire, Blue Coyotes and The Tindalls.
<br>

<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 141 - Tuesday October 16th 2007</font><br>
Presented by Jules Procter.<br>
<br>
The tracks played are:  <br><br>

<a href="http://www.themachinebreakers.com/" target="_blank">The Machine Breakers</a> with When The Boat Comes In<br>
<a href="http://www.myspace.com/thesocialsband" target="_blank">The Socials</a> with Disappear<br>
<a href="http://www.rackandruin.co.uk/" target="_blank">Rack & Ruin</a> with The Shetland Set<br><br>
Interview with Martin Green<br><br>
<br>Click here to listen to : <a href="./mp3/brolly_141.mp3" target="_blank">Brolly Show 141</a>&nbsp;&nbsp;<br><br>
Thanks go to Derek and Mary for The Banbury Canalside Folk Festival, especially The Banburyshire concert on Sunday. The Banburyshire Events coverage of the festival will include interviews with Jaquii McShee, Dave Pegg, Steve Tilston and PJ Wright amongst others, and can be ordered from the Banburyshire Events page on this web-site.<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 142 - Saturday October 20th 2007</font><br>
Presented by The Socials.<br>
<br>
The tracks played are:  <br><br>

<a href="http://www.ezekielbutler.com/" target="_blank">Ez Butler</a> with "Chelsea Calling"<br>
<a href="http://www.floppyrecords.co.uk/" target="_blank">Gas Giant</a> with "Deadbeat"<br>
<a href="http://www.brothersfalloon.com/" target="_blank">Brothers Falloon</a> with "The Finest Chance"<br><br>
Interview with Suzette Watson<br><br>
<br>Click here to listen to : <a href="./mp3/brolly_142.mp3" target="_blank">Brolly Show 142</a>&nbsp;&nbsp;<br><br>
Harry, Alex and Sam from the Socials talk about the band, and the help that the Youth Music Programme, co-ordinated by Suzette Watson, has been to them.<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 143 - Tuesday October 23rd 2007</font><br>
Presented by Jules Procter.<br>
<br>
The tracks played are:  <br><br>

<a href="http://www.suntrap.org/" target="_blank">Suntrap</a> with "Silver"<br>
<a href="http://www.isambarde.co.uk/" target="_blank">Isambarde</a> with "A Miners Lifeguard"<br>
<a href="http://www.motl.co.uk/" target="_blank">Meet On The Ledge</a> with "Mary Standford Of Rye"<br><br>

<br>Click here to listen to : <a href="./mp3/brolly_143.mp3" target="_blank">Brolly Show 143</a>&nbsp;&nbsp;<br><br>
The Banburyshire Events coverage of The Banbury Canalside Folk Festival will include music from Dave Pegg, PJ Wright and Steve Tilston amongst the eleven artistes. With photos by Chris Bates.<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 144 - Friday October 26th 2007</font><br>
Presented by Jules Procter.<br>
<br>
The tracks played are:  <br><br>

<a href="http://www.rowdymusic.net/" target="_blank">annA rydeR</a> with "Heaps Of Metal"<br>
<a href="http://www.hedgeofsound.com/" target="_blank">P.J. Wright</a> with "Lilly Of Barbury"<br>
<a href="http://www.steve-tilston.co.uk/" target="_blank">Steve Tilston</a> with "Willow Creek"<br><br>

<br>Click here to listen to : <a href="./mp3/brolly_144.mp3" target="_blank">Brolly Show 144</a>&nbsp;&nbsp;<br><br>
All the musicians on this show will be appearing at Dave Pegg's 60th birthday bash at Birmingham Town Hall, where tickets for this event sold out some time ago.<br>
Also appearing will be Ian Anderson, Tin Tin Lady, Steve Gibbons, Maart Allcock Bob Fox amongst others.<br>
So Happy Birthday to Peggy for the 2nd November. Mine's a beer next time I see you!<br><br> 
The Banburyshire Events coverage of The Banbury Canalside Folk Festival will include music from Dave Pegg, PJ Wright and Steve Tilston.<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 145 - Tuesday November 6th 2007</font><br>
Presented by Jules Procter from Devon.<br>
<br>
The tracks played are:  <br><br>

<a href="http://www.otbproductions.co.uk/" target="_blank">McCrory Brothers</a> with "Cliffs Of Dooneen"<br>
<a href="http://www.debsandland.co.uk/" target="_blank">Deb Sandland</a> with "Hold back the tide"<br>
<a href="http://www.barryhunt.co.uk/" target="_blank">Barry Hunt</a> with "I Want To Go Home"<br><br>

<br>Click here to listen to : <a href="./mp3/brolly_145.mp3" target="_blank">Brolly Show 145</a>&nbsp;&nbsp;<br><br>
A show recorded while on holiday at the Devon resort of Westward Ho!<br><br> 
The <a href="http://www.northdevongazette.co.uk/" target="_blank">North Devon Gazette</a> has launched the 10th Christmas appeal "Light Up A Life" in aid of the two local hospices, North Devon Hospice and Children's Hospice South West.<br>
Top marks go to this community-spirited local paper.<br>
</td></tr>


<tr><td>
Bob Barrows has asked me to include the following, which I am more than happy to do :<br>
Quote (from Shane Kirk): 
The perfect quiet night in, and a warm fuzzy charitable feeling inside! How do you feel about having a book to read, an album to listen to, and a pint of ale to quaff while you do it? All delivered to your doorstep courtesy of your charitable donation. Send me a private mail telling me how much you're willing to stump up for such a sumptuous feast of the senses and if you're willing to pay more than anyone else for the privilege I'll write back to you demanding your home address so I can box up the goodies, and I'll tell you where to send your donation. Before you bid, you may want to look at these websites. 

<a href="http://www.drewpotenti.com/" target="_blank">http://www.drewpotenti.com/</a><br> 
<a href="http://www.songsfromthebluehouse.com/reviews.htm" target="_blank">http://www.songsfromthebluehouse.com/reviews.htm</a><br> 
<a href="http://myspace.com/doyoudoanywings" target="_blank">http://myspace.com/doyoudoanywings</a><br> 
<a href="http://www.crouch-vale.co.uk/" target="_blank">http://www.crouch-vale.co.uk/</a><br><br> 

Bidding closes on Halloween. <br><br>

ps the grog is one of the last three limited edition "Do You Do Any Brewers Gold"s we had labelled up for the book launch. Make it quick, I've got a terrible thirst on....  <br><br>

And for those not in-the-know, the CD is the brilliant newly-released "Tree" from Songs from the Blue House (aka SftBH), the best unknown folk/country/rock band in the UK. <br>
And the book is Shane Kirk's (yes, THE Shane Kirk - of SftBH fame) recently released tome called "Do You Do Any Wings", the often hilarious account of the trials and tribulations of an up-and-coming pub rock band in England. <br><br>

Due to the dangers involved in shipping liquids by post, this auction is open only to UK bidders. All proceeds to go to the Drew's Room fund - many, many thanks Shane! <br><br>

The email address for bids is doyoudoanywings@yahoo.co.uk

</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 146 - Saturday November 10th 2007</font><br>
Presented by Linda Watkins.<br>
<br>
The tracks played are:  <br><br>

Ar Hyd Y Nos<br>
Bugeilio'r Gwenith Gwyn<br>
Lisa Lan<br>
<br>
All sung by Linda, in Welsh, with introductions in English and Welsh.<br><br>
Visit Linda's website <a href="http://www.lindawatkins.co.uk/" target="_blank">here</a>.<br><br>
<br>Click here to listen to : <a href="./mp3/brolly_146.mp3" target="_blank">Brolly Show 146</a>&nbsp;&nbsp;<br><br>

</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 147 - Sunday November 11th 2007</font><br>
<br>
Remembering the firemen of Warwickshire who lost their lives fighting the fire at Bomfords last weekend,<br>
and all others who have lost their lives serving their community and their country.<br><br>
"The Banks Of The Nile" is sung by Vicki Clayton<br><br>
<br>Click here to listen to : <a href="./mp3/brolly_147.mp3" target="_blank">Brolly Show 147</a>&nbsp;&nbsp;<br><br>

</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 148 - Tuesday November 13th 2007</font><br>
Presented by Jules Procter.<br>
<br>
The tracks played are:  <br><br>

"Climbing" by <a href="http://www.myspace.com/soliloquise" target="_blank">Soliloquise</a>.<br>
"Hold Back The Tide" by <a href="http://www.swallowstail.co.uk/JFhome.htm" target="_blank">Jon Fletcher</a>.<br>
"Halloween" by <a href="http://www.celticfolksongs.co.uk/" target="_blank">Hector Gilchrist</a>.<br><br>

Interview with Jon Fletcher<br><br>

<br>Click here to listen to : <a href="./mp3/brolly_148.mp3" target="_blank">Brolly Show 148</a>&nbsp;&nbsp;<br><br>
Thanks go to Linda Watkins for presenting Show 146, and look forward to Bob Barrows on Show 149,<br>
with some American and Scottish music, with a hint of New Zealand.<br><br>
Don't miss the meeting at Banbury Town Hall on Thursday Nov 15th at 19:00 to discuss the council's decision<br>
about Woodgreen Open Air Swimming Pool.<br><br>

</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 149 - Saturday November 17th 2007</font><br>
Presented by Bob Barrows.<br>
<br>
The tracks played are:  <br><br>
Manhattan Moon by Lucy Kaplansky from Over the Hills <br>
<a href="http://www.lucykaplansky.com/site.html" target="_blank">http://www.lucykaplansky.com/site.html</a><br>
Wrong End of the Rainbow by Tom Rush from Wrong End of the Rainbow<br>
<a href="http://www.tomrush.com" target="_blank">http://www.tomrush.com</a><br>
<a href="http://www.myspace.com/club47" target="_blank">http://www.myspace.com/club47</a><br>
Black Tornado by Dan Bern from New American Language<br>
<a href="http://www.danbern.com/index.html" target="_blank">http://www.danbern.com/index.html</a><br>
<a href="http://www.myspace.com/danbern" target="_blank">http://www.myspace.com/danbern</a><br>
Rigs O'Barley by Emily Smith from A Day Like Today<br>
<a href="http://www.emilysmith.org/index.asp" target="_blank">http://www.emilysmith.org/index.asp</a><br><a href="http://www.myspace.com/emilysmithband" target="_blank">http://www.myspace.com/emilysmithband</a><br>
<br>
Highlight from Drew's Room Benefit
<br>
<a href="http://www.drewpotenti.com/" target="_blank">http://www.drewpotenti.com/</a><br> 
<br>

<br>Click here to listen to : <a href="./mp3/brolly_149.mp3" target="_blank">Brolly Show 149</a>&nbsp;&nbsp;<br><br>


</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 15 - Wednesday May 24th 2006</font><br>
Featuring :-<br>
Ye Jacobites By Name by Kilnaboy.<br>
Hey Listen by 3 Daft Monkeys.<br>
Couldn't Find The Craic by Leatherat.<br>
Interview with Ian Gow of The Rogues.<br>
<br>Click here to listen to : <a href="./mp3/brolly_015.mp3" target="_blank">Brolly Show 15</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 150 - Tuesday November 20th 2007</font><br>
Presented by Jules Procter.<br>
<br>
The tracks played are:  <br><br>
A Miners Lifeguard by <a href="http://www.isambarde.co.uk/" target="_blank">Isambarde</a><br>
In The Kitchen by <a href="http://www.smallpiper.co.uk/" target="_blank">Vicki Swan and Jonny Dyer</a><br>
Winds Of Fortune by <a href="http://www.cloudstreet.org/" target="_blank">Cloudstreet</a><br>

<br>
Find out about Bedworth Folk Festival <a href="http://www.bedworth-festival.info/" target="_blank">here</a><br><br>

Catch up on Drew's progress <a href="http://www.drewpotenti.com/" target="_blank">here</a><br> 
<br>

<br>Click here to listen to : <a href="./mp3/brolly_150.mp3" target="_blank">Brolly Show 150</a>&nbsp;&nbsp;<br><br>


</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 151 - Tuesday November 27th 2007</font><br>
Presented by Jules Procter.<br>
<br>
The tracks played are:  <br><br>
Day After The Day by <a href="http://www.colvinquarmby.com/" target="_blank">ColvinQuarmby</a><br>
Smoke Of Home by <a href="http://www.megsonmusic.co.uk/" target="_blank">Megson</a><br>
White Butterflies by <a href="http://www.myspace.com/emmmusic" target="_blank">Terry Emm</a><br>
<br>
Interview with Debs & Stu from Megson<br><br>
Find out about Show Of Hands <a href="http://www.showofhands.co.uk/" target="_blank">here</a><br> 
and the Longdogs at <a href="http://www.longdogs.co.uk/news/" target="_blank">here</a><br> 
<br>
<br>Click here to listen to : <a href="./mp3/brolly_151.mp3" target="_blank">Brolly Show 151</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 152 - Tuesday December 4th 2007</font><br>
Presented by Jules Procter.<br>
<br>
The tracks played are:  <br><br>
Sun by <a href="http://www.flat-world.org.uk/" target="_blank">Flatworld</a><br>
Yours by <a href="http://www.leatherat.com/" target="_blank">Leatherat</a><br>
Hold Back The Tide by <a href="http://www.debsandland.co.uk/" target="_blank">Deb Sandland</a><br>
<br>
Interview with <a href="http://www.jhowarth.mailbox.co.uk/musicindex" target="_blank">John Howarth</a> <br><br>
Find out about the Show Of Hands tour <a href="http://www.showofhands.co.uk/" target="_blank">here</a><br> 
Not forgetting Dave Henderson, the <a href="http://www.meridianman.org/" target="_blank">Meridian Man</a>
<br>
<br>Click here to listen to : <a href="./mp3/brolly_152.mp3" target="_blank">Brolly Show 152</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 153 - Tuesday December 11th 2007</font><br>
Presented by Jules Procter.<br>
<br>
The tracks played are:  <br><br>
"Searching For Lambs" by <a href="http://www.nuada.net/" target="_blank">Nuada</a><br>
"(A Breath Of Fresh Air On) Edgehill" by <a href="http://www.barryhunt.co.uk/" target="_blank">Barry Hunt</a><br>
"Lord Franklin" by <a href="http://www.duncanmcfarlane.co.uk/" target="_blank">The Duncan McFarlane Band</a><br>
<br>
Interview with <a href="http://www.philbeer.co.uk/" target="_blank">Phil Beer</a> of <a href="http://www.showofhands.co.uk/" target="_blank">Show Of Hands</a>, after the <a href="http://www.rugbyroots.com/" target="_blank">Rugby Roots</a> gig<br>
Where Phil and Miranda Sykes were supported by <a href="http://www.slaidcleaves.com/index.html" target="_blank">Slaid Cleaves</a>.<br><br>
Also, an interview with Nigel Smith, landlord of <a href="http://www.thefleeceinn.co.uk/" target="_blank">The Fleece Inn</a> at Bretforton, Morris dancer and Show Of Hands fan.<br><br>
<br>
<br>Click here to listen to : <a href="./mp3/brolly_153.mp3" target="_blank">Brolly Show 153</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 154 - Tuesday December 18th 2007</font><br>
Presented by Jules Procter.<br>
<br>
The tracks played are:  <br><br>
"Emmanuel" by <a href="http://www.myspace.com/soliloquise" target="_blank">Soliloquise</a><br>
"Kashmir" by <a href="http://www.wrants.co.uk/" target="_blank">wRants</a><br>
"Open Up The Day" by Peter London<br>
<br>
Watch out for the Shakespeare In Suits Touring Theatre Company, masquerading as accountants!<br>
Lots going on at The Mill, <a href="http://www.thefleeceinn.co.uk/" target="_blank">The Fleece Inn</a> at Bretforton, and at <a href="http://www.arujo-organics.com/"  target="_blank">Arujo Organics</a>.<br><br>
Out walking at Cropredy with Bob and Lucy<br>
<br>
Thanks go to Bob Barrows, James & Skirky and Linda Watkins, for hosting shows on the Brolly.<br>
Also to Jo Cox, of Indigo Blue New Media,  for providing the web-hosting.<br><br> 
<br>Click here to listen to : <a href="./mp3/brolly_154.mp3" target="_blank">Brolly Show 154</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 155 - Saturday December 22nd 2007</font><br>
A combined Brolly and Radio Horton show, presented by Jules Procter.<br>
<br>
One of two shows featuring music and interviews taken from this years Banburyshire Events coverages of Adderbury Day of Dance, Great Tew Horse Trials, VMCC Banbury Run, the Banbury Hobby Horse Festival, the Cropredy Music Festival and the Banbury Canalside Folk Festival.<br><br>  
The tracks played are:  <br>
"Folk Tonight" by Leatherat<br>
"Washing Day" by Tim Radford<br>
"Bike" by Songs from the Blue House<br>
"Losing Elizabeth" by Cave<br>
"Smoke Of Home" by Megson<br>
<br>
Interviews with :<br>
Batman<br>
Harry Wiles<br>
Jack Edwards<br><br> 
<br>Click here to listen to : <a href="./mp3/brolly_155.mp3" target="_blank">Brolly Show 155</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">

  

<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>

<tr><td>
<font color="#80040" size=+1>Show 156 - Saturday December 22nd 2007</font><br>
A combined Brolly and Radio Horton show, presented by Jules Procter.<br>
<br>
One of two shows featuring music and interviews taken from this years Banburyshire Events coverages of Adderbury Day of Dance, Great Tew Horse Trials, VMCC Banbury Run, the Banbury Hobby Horse Festival, the Cropredy Music Festival and the Banbury Canalside Folk Festival.<br><br>  
The tracks played are:  <br>
"Jake's Jig, Goldrush, Hayeswood" by Little Johnny England<br>
"Bread and Circuses" by Dave Pegg and PJ Wright<br>
"Lisa Lan" by Linda Watkins<br>
"The Wind That Shakes The Barley" by Zoox<br>
<br>
Interviews with :<br>
Adrian Canon<br>
Cllr Kieron Mallon<br>
Dave Pegg<br><br> 
<br>Click here to listen to : <a href="./mp3/brolly_156.mp3" target="_blank">Brolly Show 156</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
  </BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">

  

<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 157 - Tuesday February 5th 2008</font><br>
Presented by Jules Procter.<br>
<br>
Featuring :<br>
"Jenny Thornton and The Boys From The Abattoir" by Waking The Witch<br>
(farewell tour details <a href="./WtW_Farewell.pdf" target="_blank">here</a>.)<br>
"Compass Rose" by David Stevenson (work in progress, but will be the title track of his up-coming CD)<br>
"Losing Elizabeth" by Cave. Thanks for the Winter Solstice evening!<br>
"Bewitched" by Vikki Clayton. Good luck in New Zealand!<br> 
<br>


<br>
Also thanks to Geoff for explaining the wassail evening at the Fleece Inn, Bretforton,<br>
with thanks to Nigel Smith for the stew, and organising the event.<br>
<br>
Well done to Martin at the Dun Cow, Hornton, for the beer festival and to<br>
Bill Leadbeater at the Masons Arms, Swerford, for achieving a "Bib Gourmand" in the 2008 Michellin Guide.<br><br>
<br>Click here to listen to : <a href="./mp3/brolly_157.mp3" target="_blank">Brolly Show 157</a>&nbsp;&nbsp;<br><br>


</td></tr>


</table>


  </BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">

  

<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 158 - Tuesday February 12th 2008</font><br>
Presented by Jules Procter.<br>
<br>
Featuring :<br>
Whisper Of The Moon by Little Johnny England<br>
Sailing Boat by annA rydeR<br>
Norland Wind by Hector Gilchrist<br>
Tres Cervezas! by 3 Daft Monkeys<br> 
<br>
Interview with Becky and Jo from Zoox<br><br>
<br>Click here to listen to : <a href="./mp3/brolly_158.mp3" target="_blank">Brolly Show 158</a>&nbsp;&nbsp;<br><br>


</td></tr>


</table>


  </BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">

  

<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 159 - Thursday February 21st 2008</font><br>
Presented by Jules Procter.<br>
<br>
Featuring :<br>
The River Flows On by Tom Leary, featuring Kev Dempsey<br>
The Scarecrow by Deb Sandland<br>
The Crowd by Fairport Convention<br>
Sugar by Funky Dory<br> 
<br>
Interview with Kev Dempsey<br><br>
<br>Click here to listen to : <a href="./mp3/brolly_159.mp3" target="_blank">Brolly Show 159</a>&nbsp;&nbsp;<br><br>


</td></tr>


</table>


  </BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 16 - Sunday May 28th 2006</font><br>
Featuring :-<br>
The Silver Dagger by Isambarde.<br>
The Maid Of Culmore by the wRants.<br>
Princess by tantrum.<br>
<br>Click here to listen to : <a href="./mp3/brolly_016.mp3" target="_blank">Brolly Show 16</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">

  

<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 160 - Sunday March 16th 2008</font><br>
Presented by Jules Procter.<br>
<br>
Featuring :<br>
Black Is The Colour by Jon Fletcher<br>
Going To The West by  Steve Tilston<br>
Electric Railway by PJ Wright<br>
Norland Wind by Hector Gilchrist<br> 
<br>
Show Of Hands (Abbotsbury summer family concert details <a href="./SOHAbbo08.pdf" target="_blank">click here to view the PDF</a>.)<br><br>
Waking The Witch (farewell tour details, <a href="./WtW_Farewell.pdf" target="_blank">click here to view the PDF</a>.)<br><br>
Children's Hospice South West (for details of the <b>BIG</b> south west walk 2008 <a href="http://www.chsw.org.uk/" target="_blank"> visit the website here</a>.)<br><br>
<br>Click here to listen to : <a href="./mp3/brolly_160.mp3" target="_blank">Brolly Show 160</a>&nbsp;&nbsp;<br><br>

</td></tr>


</table>


  </BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">

  

<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 161 - Tuesday April 8th 2008</font><br>
Presented by Jules Procter.<br>
<br>
Featuring :<br>
Mr Wonder by Left Hand Drive<br>
At Last by Julie Ellison<br>
Gunner Joe by Strawhead<br> 
<br>
News about the loss of Tommy Purkiss, and the up-coming podcast to celebrate his life.<br>
Also an audio clip from the Songs And Ale weekend fund-raiser in aid of the Banbury Canalside FOlk Festival.<br>
Don't miss out on the Friends of the Horton fund-raiser at the Chasewell Community Centre, from 10-3 on Saturday 26th April. Admission is free, and there will be loads of goodies there, so please support this wonderful group of people.<br> 
<br><br>
<br>Click here to listen to : <a href="./mp3/brolly_161.mp3" target="_blank">Brolly Show 161</a>&nbsp;&nbsp;<br><br>

</td></tr>


</table>


  </BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">

  

<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 162 - Sunday April 20th 2008</font><br>
A combined Brolly and Radio Horton show, presented by Jules Procter.<br>
<br>
Featuring :<br>
Nick Lines with Heavy Horses<br> 
ColvinQuarmby with I Am The Bell<br> 
Meet On The Ledge with Mercia <br> 
Neil J Gow and Wee Alex with Never Look Back<br> 
<br>
This show features recordings made while on a couple of walks in the Banbury area.<br>
Ten years ago Pat and I spent five months touring around England and Scotland, using our caravan to live in, and ended up walking and cycling in some fantastic places. We took in the most northerly, southery easterly and westery points on the English mainland, as well as the most northerly point on the Scottish manland, and a couple of islands as well. A few years later we enjoyed an extended trip all around the coast of Wales, a much under-appreciated country with stunning scenery. The experiences of our travels has changed our lives, and nowadays it means we both really appreciate the countryside we have on our doorstep, as well as the glories across other parts of the UK. So get the map out, put on your walking boots, and explore and enjoy the area where you live. 
<br><br>
<br>Click here to listen to : <a href="./mp3/brolly_162.mp3" target="_blank">Brolly Show 162</a>&nbsp;&nbsp;<br><br>

</td></tr>


</table>


  </BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">

  

<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 163 - Thursday May 1st 2008</font><br>
Presented by Jules Procter.<br>
<br>
Featuring :<br>
Anna Ryder with Reckless Blues<br> 
Fraser Nimmo with Mrs Campbell followed by Never Change Your Style<br> 
PJ Wright with Bread and Circuses<br> 
Little Johnny England with a PJ Wright song, Johnny England<br> 
<br>
All the music is by some of the artists who appeared at PJ & Fraser's birthday bash at the Mill in Banbury.<br>
Also featuring a sound clip from this year's Adderbury Day Of Dance.<br>
Get along to see Chris Wood and Hugh Lupton perform a piece of storytelling and music called "On Common Ground", on Tues 13th May  At Moulton school hall as part of the Moulton festival.
<br><br>
<br>Click here to listen to : <a href="./mp3/brolly_163.mp3" target="_blank">Brolly Show 163</a>&nbsp;&nbsp;<br><br>


</td></tr>


</table>


  </BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">

  

<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 164 - Thursday May 15th 2008</font><br>
Presented by Jules Procter.<br>
<br>
Featuring :<br>
Isambarde with Lily of Barbury<br> 
Nuada with An Dros<br> 
Barry Hunt with  I Ride Upon Your Songs<br> 
David Stevenson with Unfinished Lace<br> 
<br>
All the music on this show is from either Longdogs, who are also musicians, or from musicians who played at the Longdogs 10th Birthday Party at the <a href="http://www.woodhouseatprincethorpe.co.uk/" target="_blank">Woodhouse Hotel</a> at Princethorpe, Warwickshire.<br>
The <a href="http://www.longdogs.co.uk/" target="_blank">Longdogs</a> are more than a music forum, devoted to the music of Show of Hands, they are more like a very extended, and very caring family.
 And this is born out by the birthday party raising over £1700 for charity, from ticket sales, t-shirts, cakes and chocolates, an amazing crossword and a bucket collection.<br>
So I would like to thank Richard Barnes, Alex Mobray, Ruth Bramley, Bee and Denise, and all the rest of the crew for puting on such a wonderful event.
<br><br>
<br>Click here to listen to : <a href="./mp3/brolly_164.mp3" target="_blank">Brolly Show 164</a>&nbsp;&nbsp;<br><br>

</td></tr>


</table>


  </BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">

  

<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 165 - Thursday May 22th 2008</font><br>
Presented by Jules Procter.<br>
<br>
Featuring :<br>
National Exhibition Day by <b>Rendevous In Black</b><br> 
Lovelifenow by <b>Wee Alex</b><br> 
Doin' Time by <a href="http://www.butterflycatchers.net" target="_blank">Butterfly Catchers</a><br> 
Ram by <b>Tinkerbells Dope Ring</b><br> 
Interview with <b>Strawhead</b><br>
<br>
Banbury is celebrating the 400th anniversary of the King James I Charter granted on 28th June 1608 which gave Banbury its first Town Mayor. Check out the <a href="http://www.banbury.gov.uk" target="_blank">banbury.gov.uk</a> web-site for a full list of the events taking place.<br>
Banbury also has a new town mayor, so congratulations go to Cllr Ann Bonner, and thanks go Trish Cambell from Banbury Town council, for keeping me up to date with the goings on.<br>
As well as co-ordinating the Brolly podstation, producing CDs for bands, maintaining the Banburyshire.com web-site and puting together shows for Radio Horton, I'm also helping promote the 
<a href="http://www.rideacockhorse.co.uk/" target="_blank">Ride a Cock Horse folk club</a> and the <a href="http://www.banburyfolkfestival.co.uk/" target="_blank">Banbury Canalside Folk Festival</a>. The club's web-site has jut been updated with the full summer programme of artists, and will be getting a re-vamp over the summer.
<br><br>
<br>Click here to listen to : <a href="./mp3/brolly_165.mp3" target="_blank">Brolly Show 165</a>&nbsp;&nbsp;<br><br>

</td></tr>


</table>


  </BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">

  

<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 166 - Thursday May 29th 2008</font><br>
Presented by Jules Procter.<br>
<br>
Featuring :<br>
People's Song by <b>Leatherat</b><br> 
Watching Feathers Fall by  <b>ColvinQuarmby</b><br> 
Just Stay by <b>Megson</b><br> 
Lass Of Glenshee by <b>Danansooz</b><br> 
<br>
Last Saturday saw the arrival of Millie Evie into the world, the second daughter to Ro and John, so many congratulations to them.<br>
Pat and I are both very chuffed to be  grandparents again, and it still hasn't sunk in fully yet.<br> Staff at the maternity unit at the Horton General Hospital deserve special thanks, for not only staying on past the end of their shift, to provide continuity of care, but in their support for the family.
<br><br>
<br>Click here to listen to : <a href="./mp3/brolly_166.mp3" target="_blank">Brolly Show 166</a>&nbsp;&nbsp;<br><br>
</td></tr>


</table>


  </BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">

  

<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 167 - Thursday June 5th 2008</font><br>
Presented by Jules Procter.<br>
<br>
Featuring :<br>
White Butterflies by <a href="http://www.terryemm.co.uk" target="_blank"><b>Terry Emm</b></a><br> 
Box Of Treasures by  <a href="http://www.lindawatkins.co.uk/" target="_blank"><b>Linda Watkins</b></a><br> 
The Girl In The Red Shoes/Cooley's Reel by <a href="http://www.isambarde.co.uk/" target="_blank"><b>Isambarde</b></a><br> 
In The Kitchen by <a href="http://www.smallpiper.co.uk/" target="_blank"><b>Vicki Swan and Jonny Dyer </b></a><br> 
<br>
Includes a rather manic interview with Vicki Swan and Jonny Dyer, with walk on part from Olly from the wRants and Chris Green from Isambarde
<br><br>
<br>Click here to listen to : <a href="./mp3/brolly_167.mp3" target="_blank">Brolly Show 167</a>&nbsp;&nbsp;<br><br>

</td></tr>


</table>


  </BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">

  

<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 168 - Thursday June 12th 2008</font><br>
A combined Brolly and Radio Horton show, presented by Jules Procter.<br>
<br>
Featuring :<br>
The Deserter by <b>Fairport Convention</b><br> 
My Old Friend Jack by <b>The Puddle Jumpers</b><br> 
Chimes of Freedom by <b>The Kenedys</b><br> 
Here Comes The Night by <b>Steve Tilston</b><br> 
Interview with <b>Jack Edwards</b> and <b>Adrian Hearn</b><br>
<br>
Volunteers are a key part to any community, and the Friends of the Horton especially so. 
Adrian Hearn, the Friends chairman, talks about what they do, in his usual modest terms.<br>
Please contact me, if you are willing to become one of the Friends. I'm also working on having
 a web-page on the Banburyshire site to spread the word about the terrific work they do, and the wide
range of equipment they have paid for, which is in daily use at the hospital.<br>
My old mate, Jack Edwards, talks about the joys of being at the Cropredy festival.
<br><br>
<br>Click here to listen to : <a href="./mp3/brolly_168.mp3" target="_blank">Brolly Show 168</a>&nbsp;&nbsp;<br><br>

</td></tr>


</table>


  </BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">

  

<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 169 - Thursday June 19th 2008</font><br>
Presented by Jules Procter.<br>
<br>
Featuring :<br>
The Arran Boat and Herbert The Sherbert by <b>Mawkin</b><br> 
Silkie by <b>Lorna Franklin and Jeremy Kahn</b><br> 
One More Day by <b>Cave</b><br> 
You Should Go by <b>Roenik</b><br><br> 
Chat from Colin  at the Song and Ale weekend, and from Tony Eccleston, Derek and Mary,
about the up-coming folk events, including the Hobby Horse Festival.

<br><br>
<br>Click here to listen to : <a href="./mp3/brolly_169.mp3" target="_blank">Brolly Show 169</a>&nbsp;&nbsp;<br><br>

</td></tr>


</table>


  </BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 17 - Sunday June 4th 2006</font><br>
Featuring :-<br>
The Girl Who Liked Penguins by ColvinQuarmby.<br>
Unfinished Lace by David Stevenson.<br>
Goodnight by The Duncan McFarlane Band.<br>
Millie's 90th birthday and Ian Gow talking about music at the Plough, Bodicote.<br>
<br>Click here to listen to : <a href="./mp3/brolly_017.mp3" target="_blank">Brolly Show 17</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">

  

<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 170 - Monday June 23rd 2008</font><br>
Presented by Jules Procter.<br>
<br>
Featuring :<br>
Reflection by <b>Marcus Flynn</b><br> 
Footsteps by <a href="http://www.myspace.com/palmerandfalloon" target="_blank"><b>Palmer and Falloon</b></a><br> 
Incredible by <b>Songs from the Blue House</b><br> 
The Caravan Song by <a href="http://www.billbatesmusic.co.uk" target="_blank"><b>Bill Bates</b></a><br><br> 
Interview with Banbury Town Mayor, Cllr Ann Bonner, talking about the Banbury 400 celebrations.<br>
Quote from author Paul Story, about his style of living, and his current office (see below).<br>
<br>
<img src="./TheOffice.jpg"><br> 
<br>Click here to listen to : <a href="./mp3/brolly_170.mp3" target="_blank">Brolly Show 170</a>&nbsp;&nbsp;<br><br>
</td></tr>


</table>


  </BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">

  

<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 171 - Monday July 7th 2008</font><br>
Presented by Jules Procter.<br>
<br>
Featuring :<br>
Saturday Rain by <b>Al Maslen</b><br> 
Broken White Line by <b>Kris Delmhorst</b></a><br> 
Left Me Standing by <b>FOS Brothers</b><br> 
Nobles Nautical Nuts And I've Got A Lovely Bunch Of Coconuts. by <b>Steamchicken</b></a><br><br> 
It may have been, it may have been windy, but great fun was had at the Banbury Hobby Horse Festival <br>
Interviews with John (about Dennis the Hobby Horse) and with Stephen Wass about St Mary's School being nominated for a Folk Award.<br>
Thanks go to <a href="http://www.skinnersbrewery.com/" target="_blank">Skinners Brewery</a> for the ale, and to the Polish community for the invite to their party.<br>
<br>
<br>Click here to listen to : <a href="./mp3/brolly_171.mp3" target="_blank">Brolly Show 171</a>&nbsp;&nbsp;<br><br>
</td></tr>


</table>


  </BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">

  

<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 172 - Monday July 21st 2008</font><br>
Presented by Jules Procter.<br>
<br>
Featuring :<br>
Hubbadillia by <b>3 Daft Monkeys</b><br> 
Fire Thief by <b>Karine Polwwart</b></a><br> 
Monsoon by <a href="http://www.caliko.net" target="_blank"><b>Caliko</b></a><br> 
Knock Me Down With A Feather. by <b>Kilnaboy</b></a><br><br> 
Interview with Jo from Caliko<br>
Don't forget the Annual Bar B Q & Festival Fundraiser night<br>
Featuring Tom Leary & Kevin Dempsey, annA rydeR,<br>
Keith Donnelly (as M.C.), The Tindall Family, wRants and more<br>
including Adderbury Morris during the Bar-B-Q.<br>
at the Mill, Banbury, on Wednesday 30th July at 19:30.<br>
<br>Click here to listen to : <a href="./mp3/brolly_172.mp3" target="_blank">Brolly Show 172</a>&nbsp;&nbsp;<br><br>
</td></tr>


</table>


  </BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">

  

<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 173 - Sunday August 3rd 2008</font><br>
Presented by Jules Procter.<br>
<br>
Featuring :<br>
Kashmir by <b>wRants</b><br> 
Gone by <b>annA rydeR</b></a><br> 
Wandering by <b>The Tindalls</b></a><br> 
Dollars O'Driscoll by <b>Kev Dempsey and Tom Leary</b></a><br><br> 
All music from artists appearing at the Festival Fundraiser night<br>
Don't miss "The Gathering" at the Woodford Halse social club on Wednesday 6th August.<br>
The gig starts at eight, doors open at seven, and the lineup is sensational.<br>
Jerry Donahue, Rick Kemp, Clive Bunker, Ray Jackson, Doug Morter and Kristina Donahue.<br>
Call 07949 072604 to reserve your ticket.<br>
<br>
<br>Click here to listen to : <a href="./mp3/brolly_173.mp3" target="_blank">Brolly Show 173</a>&nbsp;&nbsp;<br><br>
</td></tr>


</table>


  </BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">

  

<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 174 - Thursday August 7th 2008</font><br>
Presented by Jules Procter.<br>
<br>
Featuring :<br>
Chasing The Dragon by <b>Andy Guttridge</b><br> 
Couldn't Find The Craic by <b>Leatherat</b></a><br> 
Listen To Me by <b>Spank The Monkey</b></a><br> 
This Is The Last Time by <b>Wee Alex</b></a><br><br> 
Interviews with Ray Jackson and Gerry Donahue from <a href="http://www.myspace.com/thegatheringonline" 
target="_blank">"The Gathering"</a> <br>
recorded at the Woodford Halse social club on Wednesday 6th August.<br>
<br>Click here to listen to : <a href="./mp3/brolly_174.mp3" target="_blank">Brolly Show 174</a>&nbsp;&nbsp;<br><br>

</td></tr>


</table>


  </BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">

  

<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 175 - Saturday August 16th 2008</font><br>
A combined Brolly and Radio Horton show, presented by Jules Procter.<br>
<br>
Featuring :<br>
My Eldorado by <b>Jim McAdams</b><br> 
One More Day by <b>Cave</b></a><br> 
More Than Me by <b>Megson</b></a><br> 
Linseed Memories by <b>Dave Pegg and PJ Wright</b></a><br><br> 
Interviews with Janet Blake from The Friends Of The Park, <br>
and with Dave from Easington allotments and the Community Garden Group.<br>
<br>
<br>Click here to listen to : <a href="./mp3/brolly_175.mp3" target="_blank">Brolly Show 175</a>&nbsp;&nbsp;<br><br>
</td></tr>


</table>


  </BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">

  

<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 176 - Friday August 29th 2008</font><br>
Presented by Jules Procter.<br>
<br>
Featuring :<br>
Live from the Hornton Summer Blues Cruise <a href="http://www.themightyfirebirds.co.uk/" target="_blank">The Mighty Firebirds</a><br> 
One More Week by <a href="http://www.colvinquarmby.co.uk" target="_blank">ColvinQuarmby</a><br> 
Hold Back The Tide by <a href="http://www.debsandland.co.uk/" target="_blank">Deb Sandland</a><br> 
Then There Was Sunshine by <a href="http://www.songsfromthebluehouse.com/" target="_blank">Songs from the Blue House</a><br><br> 
Interviews with Steve Knightley from <a href="http://www.showofhands.co.uk">Show Of Hands</a>, 
talking about the up-coming Autumn tours. Also with Keith Disney, chairman of <a href="http://www.banburycherwellrotary.org.uk/" target="_blank">Banbury Cherwell Rotary Club</a>, recorded at the Bodicote Beer Festival.<br>
<br>
<br>Click here to listen to : <a href="./mp3/brolly_176.mp3" target="_blank">Brolly Show 176</a>&nbsp;&nbsp;<br><br>
</td></tr>


</table>


  </BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">

  

<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<FONT color="#80040" size="+1">Show 177 - Thursday September 4th 2008</FONT><BR>
Presented by Bob Barrows.<BR>
<BR>
Featuring :<BR>
Who Knows Where The Time Goes by <B><a href="http://www.fairportconvention.com" target="_blank">Fairport 
Convention with Chris and Kellie While</a></B><BR>
Say Something by <B><a href="http://www.myspace.com/circusenvyband" target="_blank">Circus Envy</a></B><BR>
Moonshiner by <B><a href="http://www.mounthoolies.co.uk/" target="_blank">Mounthoolies</a></B><BR>
Here Comes The Rain by <b>Trader Horne</b><br>
Tam Lin by <B><a href="http://www.parkrecords.com/biogs.php" target="_blank">Steeleye Span</a></B>
<BR>
<BR>
A "very special" Brolly (I hope this doesn't mean we've jumped 
the shark) celebrating the 5th birthday of the Talkawhile forums. Warning, 
along with the general hilarity and great music, there are some inside jokes 
that can only be explained by joining <a href="http://www.talkawhile.co.uk">TAW</a>
:-). Don't worry, we won't bite ... hard!
<br><br>
<br>Click here to listen to : <a href="./mp3/brolly_177.mp3" target="_blank">Brolly Show 177</a>&nbsp;&nbsp;<br><br>
</tr></td>


</table>


  </BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">

  

<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<FONT color="#80040" size="+1">Show 178 - Tuesday September 9th 2008</FONT><BR>
Presented by Jules Procter.<BR>
<BR>
Featuring :<BR>
Schindig by <B><a href="http://www.mabon.org/" target="_blank">Mabon</a></B><BR>
Southern Star by <B><a href="http://www.chrismillington.com/" target="_blank">Chris Millington</a></B><BR>
Christine's Song by <B><a href="http://www.myspace.com/blackgalleonmusic" target="_blank">Black Galleon</a></B><BR>
Left Me Standing by <b><a href="http://www.otbproductions.co.uk/" target="_blank">FOS Brothers</a></b><br>
Stop by <B><a href="http://www.3daftmonkeys.co.uk/" target="_blank">3 Daft Monkeys</a></B>
<BR>
More links :<br>
<a href="http://www.showofhands.co.uk" target="_blank">Show Of Hands</a><br>
<a href="http://www.longdogs.co.uk/" target="_blank">Longdogs</a><br>
<br>
<br>Click here to listen to : <a href="./mp3/brolly_178.mp3" target="_blank">Brolly Show 178</a>&nbsp;&nbsp;<br><br>
</tr></td>


</table>


  </BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">

  

<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<FONT color="#80040" size="+1">Show 179 - Saturday September 27th 2008</FONT><BR>
Presented by Jules Procter.<BR>
<BR>
Featuring :<BR>
ColvinQuarmby with The Three Dancing Ladies Of Colly McGlenn<BR>
Karine Polwart with Fire Thief<BR>
Butterfly Catchers with Doin' Time<BR> 
<BR>
Thanks very much to the Skelwith Fold caravan park, in the Lake District,<br>
and especially to Paul and Becky at 9 Torrin, on the Isle of Skye,<br>
for making our holiday so enjoyable. Keep up the good work!<BR>

Links :<br>
<a href="http://www.skelwith.com/index.htm" target="_blank">Skelwith Fold</a><br>
<a href="http://www.isleofskye.net/9torrin/" target="_blank">9 Torrin</a><br>
<br>
<br>Click here to listen to : <a href="./mp3/brolly_179.mp3" target="_blank">Brolly Show 179</a>&nbsp;&nbsp;<br><br>


</td></tr>


</table>


  </BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 18 - Wednesday June 7th 2006</font><br>
Featuring :-<br>
Sailing Boat by Anna Ryder.<br>
My Heart's Where My Home Used To Be by Little Johnny England.<br>
Bonneville Blues by Tom Leary.<br>
The witty Keith Donnelly.<br>
<br>Click here to listen to : <a href="./mp3/brolly_018.mp3" target="_blank">Brolly Show 18</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">

  

<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<FONT color="#80040" size="+1">Show 180 - Thursday October 2nd 2008</FONT><BR>
Presented by Jules Procter.<BR>
<BR>
Featuring :<BR>
Bill Bates with The Caravan Song<BR>
The Rachel Gittus Band with Heaven's Calling<br>
The Tindalls with Only A Fool<br> 
<BR>
This Sunday, 5th October, is the Banbury Canal Day, from 10:30 to 17:00<br>
Come along to celebrate 400 years of transport in Banbury<br>
<br>
<br>Click here to listen to : <a href="./mp3/brolly_180.mp3" target="_blank">Brolly Show 180</a>&nbsp;&nbsp;<br><br>
</td></tr>


</table>


  </BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">

  

<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<FONT color="#80040" size="+1">Show 181 -  Tuesday October 7th 2008</FONT><BR>
Presented by Bob Barrows.<BR>
<BR>
Featuring :<BR>
Lily of Barbury by <B><a href="http://www.fairportconvention.com" target="_blank">Dave Pegg and PJ Wright</a></B><BR>
Madame Muse by <B><a href="http://www.steve-tilston.co.uk" target="_blank">Steve Tilston</a></B><BR>
Tin Roof by <B><a href="http://www.womenindocs.com" target="_blank">Women in Docs</a></B><BR>
Stand by <B><a href="http://www.kennedysmusic.com" target="_blank">The Kennedys</a></B>
<BR>
<BR>
Features recordings from the 2008 New Bedford Summerfest as well as from a Steve Tilston gig.
<BR>
<br>Click here to listen to : <a href="./mp3/brolly_181.mp3" target="_blank">Brolly Show 181</a>&nbsp;&nbsp;<br><br>
</td></tr>


</table>


  </BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">

  

<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<FONT color="#80040" size="+1">Show 182 -  Tuesday October 14th 2008</FONT><BR>
A combined Brolly and Radio Horton show, presented by Jules Procter.<BR>
<BR>
Paying tribute to the two couples who do more than anyone else in Banbury,<br>
 in promoting our music and traditions. Derek and Mary Droscher, and Steven and Verna Wass.<br>
Between them they organise, or participate in, Adderbury Day of Dance, The Song and Ale Weekend,<br>
Banbury May Morning Procession, The Hobby Horse Festival, The Ride A Cock Horse Folk Club,<br>
The Banbury Canalside Folk Festival and Bloxham Morris. Plus...<br>
Well done to them all!<br><br>
Featuring music :<BR>
100 Photographs by <B><a href="http://www.kevinoregan.co.uk" target="_blank">Kevin O'Regan</a></B><BR>
Bugellio'r Gwenithh Gwyn by <B><a href="http://www.lindawatkins.co.uk" target="_blank">Linda Watkins</a></B><BR>
Round the Corner Sally by <B><a href="http://www.tomlewis.net" target="_blank">Tom Lewis</a></B><BR>
Orchard Girl by <B><a href="http://www.myspace.com/cavetheband" target="_blank">Cave</a></B>
<BR><br>
<br>Click here to listen to : <a href="./mp3/brolly_182.mp3" target="_blank">Brolly Show 182</a>&nbsp;&nbsp;<br><br>
</tr></td>


</table>


  </BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">

  

<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<FONT color="#80040" size="+1">Show 183 -  Tuesday October 28st 2008</FONT><BR>
Presented by Bob Barrows.<BR>
<BR>
Featuring :<BR> 
Rowdledum/Polkas by <B><a href="http://www.toddmenton.com" target="_blank">Todd Menton</a></B><BR> 
Four Drunken Maidens by <B><a href="http://www.lehtoandwright.com" target="_blank">Lehto & Wright</a></B><BR> 
Brunswick Street by <B><a href="http://www.womenindocs.com" target="_blank">Women in Docs</a></B><BR> 
Rest on the Rock by <B><a href="http://www.drevermccuskerwoomble.com" target="_blank">Drever, McCusker and Woomble</a></B> 
<BR> 
<BR> 
Let's rock out for a change. :-)
<BR> 
<br>Click here to listen to : <a href="./mp3/brolly_183.mp3" target="_blank">Brolly Show 183</a>&nbsp;&nbsp;<br><br>
</tr></td>


</table>


  </BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">

  

<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<FONT color="#80040" size="+1">Show 184 - Sunday November 9th 2008</FONT><BR>
Presented by Jules Procter.<BR>
<BR>
On Remembrance Day, with a theme of war and peace.<br>
Recorded at <a href="http://www.campinginbath.co.uk/" target="_blank">Newton Mill caravan park</a> on the outskirts of Bath.<br>
Featuring :<BR>
Long Way Home by <a href="http://www.janishaves.com/" target="_blank">Janis Haves</a><BR>
Fast Fiona The Flipover Queen by <a href="http://www.tonycarling.co.uk/" target="_blank">Tony Carling</a><br>
With My Little Ukele In My Hand by Tomy Purkiss<br>
Unfinished Lace by <a href="http://www.myspace.com/davidstevensonmusic" target="_blank">David Stevenson</a><br>
<br>
<a href="http://www.britishlegion.org.uk/" target="_blank">The Royal British Legion</a><br><br>
<a href="http://www.namm.org.uk/" target="_blank">National Association of Memorial Masons</a><br>
<br>Click here to listen to : <a href="./mp3/brolly_184.mp3" target="_blank">Brolly Show 184</a>&nbsp;&nbsp;<br><br>
</tr></td>


</table>


  </BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">

  

<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<FONT color="#80040" size="+1">Show 185 -  Tuesday November 18th 2008</FONT><BR>
Presented by Bob Barrows.<BR>
<BR>
Featuring :<BR>
Give Me Back My Country by <B><a href="http://www.kennedysmusic.com" target="_blank">
The Kennedys</a></B> from <U>Better Dreams</U><BR>
Time Slips Away by <B><a href="http://www.myspace.com/mattdixeymusic" target="_blank">
Matt Dixey</a></B><BR>
All Along the Barley by <B><a href="http://www.gilmoreroberts.co.uk/" target="_blank">
Katriona Gilmore and Jamie Roberts</a></B> from <U>Shadows & Half Light</U>
<BR>
Lament/Improv by <B><a href="http://www.lehtoandwright.com" target="_blank">Lehto 
&amp; Wright</a></B> from <U>Between The Jigs and The Reels</U><BR>
<br>Click here to listen to : <a href="./mp3/brolly_185.mp3" target="_blank">Brolly Show 185</a>&nbsp;&nbsp;<br><br>
</td></tr>


</table>


  </BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">

  

<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<FONT color="#80040" size="+1">Show 186 - Tue  December 2nd 2008</FONT><BR>
		Presented by Bob Barrows.<BR>
		<BR>
		Featuring :<BR>
		May Colvin by <B><a href="http://www.emilysmith.org/" target="_blank">
				Emily Smith</a></B> from <U>A Day Like Today</U><BR>
		Steel Cranes by <B><a href="http://www.myspace.com/somethingnastyinthewoodshed" target="_blank">
				Something Nasty in the Woodshed</a></B> from <U>In the Service of the King</U><BR>
		Katie Shaw by <B><a href="http://www.kerfuffleonline.co.uk/" target="_blank">
				Kerfuffle</a></B> from <U>To The Ground</U>
		<BR>
		Change My Luck by <B><a href="http://www.myspace.com/davemcgrathband" target="_blank">Dave McGrath</a></B> 
		from <U>Songs of the Road</U><BR>
		<BR>
		<BR>
		<br>Click here to listen to : <a href="./mp3/brolly_186.mp3" target="_blank">Brolly Show 186</a>&nbsp;&nbsp;<br><br>
		<br>
</td></tr>


</table>


  </BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">

  

<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<FONT color="#80040" size="+1">Show 187 - Sat December 13th 2008</FONT><BR>
		Presented by Jules Procter.<BR>
		<BR>
This is the first of two shows talking about two aspects of the world we live in.<br>
The second show will concentrate on the technology, but this one will look into some of the political, with a small p, aspects.<br>
A PDF transcript of the show can be read <a href="./show187.pdf" target="_blank">here</a><br><br>
Featuring music :<BR>
Lena Anne by <B><a href="http://www.myspace.com/wilbermusic" target="_blank">Wilber</a></B><BR>
Happy McGuffy by <B><a href="http://www.tomleary.co.uk/" target="_blank">Tom Leary</a></B><BR>
Mr. Preston's Hornpipe by <B><a href="http://www.zoox.co.uk/" target="_blank">Zoox</a></B><BR>
Left Me Standing by <B><a href="http://www.otbproductions.co.uk/" target="_blank">FOS Brothers</a></B><BR>
<br>Click here to listen to : <a href="./mp3/brolly_187.mp3" target="_blank">Brolly Show 187</a>&nbsp;&nbsp;<br>
</td></tr>


</table>


  </BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<FONT color="#80040" size="+1">Show 188 - Tue December 16th 2008</FONT><BR>
		Presented by Jules Procter.<BR>
		<BR>
This is the second of two shows talking about two aspects of the world we live in.<br>
Concentrating on the technology surrounding electricity generation, and on transport for the future.<br>
A PDF transcript of the show can be read <a href="./show188.pdf" target="_blank">here</a><br><br>
Featuring music :<BR>
Lift Off by <B><a href="http://www.floppyrecords.co.uk/" target="_blank">Tantrum</a></B><BR>
What Will Tomorrow Bring by <B><a href="http://www.barryhunt.co.uk/" target="_blank">Barry Hunt</a></B><BR>
South American Dream by <B><a href="http://www.colvinquarmby.com/" target="_blank">ColvinQuarmby</a></B><BR>
And We Couldn't Stop Smiling by <B><a href="http://www.myspace.com/cavetheband" target="_blank">Cave</a></B><BR>
<br>
<br>Click here to listen to : <a href="./mp3/brolly_188.mp3" target="_blank">Brolly Show 188</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<FONT color="#80040" size="+1">Show 189 - Tue January 6th 2009</FONT><BR>
Presented by Jules Procter.<BR>
<BR>
Wassail and a Happy New Year from all of us who are involved with Banburyshire.<br>
This show includes an interview with <a href="http://www.johnkirkpatrick.co.uk/" target="_blank">John Kirkpatrick</a>, stalwart of the English Folk Tradition.<br>
Featuring music :<BR>
New Year by <B><a href="http://www.timradford.com/" target="_blank">Tim Radford</a></B><BR>
My Love Is In America by <B><a href="http://www.fairportconvention.com/" target="_blank">Fairport Convention</a></B><BR>
A Bone In A Dinosaur by <B><a href="http://www.colvinquarmby.com/" target="_blank">ColvinQuarmby</a></B><BR>
Time Ain't Long by <B><a href="http://www.kennedysmusic.com/" target="_blank">The Kennedys</a></B><BR>
<br>
A PDF transcript of the show can be read <a href="./show189.pdf" target="_blank">here</a><br><br>
A PDF about the Bletchley Park Innovation Group can be read <a href="./bpig.pdf" target="_blank">here</a><br><br>
<br>Click here to listen to : <a href="./mp3/brolly_189.mp3" target="_blank">Brolly Show 189</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 19 - Sunday June 11th 2006</font><br>
Featuring :-<br>
When The Talking Is Over by FOS Brothers.<br>
What The King Say by Left Hand Drive.<br>
(A Breath Of Fresh Air on) Edgehill by Barry Hunt.<br>
Warren MacFarlane talking about his chosen charity, Starfish.<br>
Interview from last year's VMCC Banbury Run.<br>
<br>Click here to listen to : <a href="./mp3/brolly_019.mp3" target="_blank">Brolly Show 19</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">

  

<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<FONT color="#80040" size="+1">Show 190 - Tue February 3rd 2009</FONT><BR>
A combined Brolly and Radio Horton show, presented by Jules Procter.<BR>
<BR>
This show is about stars, the staff who work at the Horton Hospital and at the JR2 in Oxford.<br>
<br>
Featuring music :<BR>
Southern Star by <B><a href="http://www.chrismillington.com/" target="_blank">Chris Millington</a></B><BR>
Who Knows Where The Time Goes by <B><a href="http://www.fairportconvention.com/" target="_blank">Fairport Convention</a></B><BR>
Red and Gold by <B><a href="http://www.fairportconvention.com/" target="_blank">Fairport Convention</a> </B>, (featuring Ralph McTell on vocals)<BR>

Just Stay by <B><a href="http://www.megsonmusic.co.uk/" target="_blank">Megson</a></B><BR>
<br>
<br>Click here to listen to : <a href="./mp3/brolly_190.mp3" target="_blank">Brolly Show 190</a>&nbsp;&nbsp;<br>
</td></tr>

</table>


  </BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">

  

<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<FONT color="#80040" size="+1">Show 191 - Thu March 5th 2009</FONT><BR>
Presented by Jules Procter.<BR>
<BR>
More hospitals and a return to my roots.<br>
<br>
Featuring music :<BR>
Mad Tom -  Boys of Bedlam by <b>Trefor and Vicki Williams</B><BR>
My Prayer by <B><a href="http://www.debsandland.co.uk/" target="_blank">Deb Sandland</a></B><BR>
A  Child Like Me by <B><a href="http://www.rowdymusic.net/" target="_blank">annA rydeR</a> </B><BR>

Tell Us Tom by <B>Gregg Cave and The Village Hall Band</B><BR>
<br>
<br>Click here to listen to : <a href="./mp3/brolly_191.mp3" target="_blank">Brolly Show 191</a>&nbsp;&nbsp;<br>
</td></tr>


</table>


  </BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">

  

<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<FONT color="#80040" size="+1">Show 192 - Tue March 17th 2009</FONT><BR>
A combined Brolly and Radio Horton show, presented by Jules Procter.<BR>
<BR>
A theme of a flavour of the artistic activities at the Mill Arts Centre, in Banbury.<br>
Interview with Pippa Marland, singer and sax player with the award wining band, Carmina.<br> 
<br>
Featuring music :<BR>
Cold, Clear Water of the Mountain by <b><a href="http://www.carmina.co.uk/" target="_blank">Carmina</a></B><BR>
Favourite Red Coat by <B><a href="http://www.grenbartley.co.uk/" target="_blank">Gren Bartley</a></B><BR>
Red Moon River by <B><a href="http://www.tomleary.co.uk/" target="_blank">Tom Leary</a> </B><BR>
Sometimes We Don't See by <B><a href="http://www.lindawatkins.co.uk/" target="_blank">Linda Watkins</a></B><BR>
<br>
<br>Click here to listen to : <a href="./mp3/brolly_192.mp3" target="_blank">Brolly Show 192</a>&nbsp;&nbsp;<br>
</td></tr>


</table>


  </BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">

  

<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<FONT color="#80040" size="+1">Show 193 - Tue April 14th 2009</FONT><BR>
Presented by Jules Procter.<BR>
<BR>
The number of pubs closing all across the country has been causing great concern for some time now,
 and so it's only right and proper to celebrate some of the ones which have continued to be successful,
 and raise a glass in memory to the ones which have gone under.<br>
Interviews with Bill Leadbeater of <a href="http://www.masons-arms.com/" target="_blank">The Masons Arms</a> at Swerford<br>
and Nigel Smith of <a href="http://www.thefleeceinn.co.uk/" target="_blank">The Fleece</a> at Bretforton, two ongoing success stories.<br> 
<br>
Featuring music :<BR>
Couldn't Find The Craic by <b><a href="http://www.leatherat.com/" target="_blank">Leatherat</a></B><BR>
Without Reason by <B><a href="http://www.otbproductions.co.uk/" target="_blank">FOS Brothers</a></B><BR>
Heavy Horses by <B>Nick Lines</B><BR>
Horse To Water by <B><a href="http://www.wakingthewitch.co.uk/" target="_blank">Waking the Witch</a></B><BR>
<br>
<br>Click here to listen to : <a href="./mp3/brolly_193.mp3" target="_blank">Brolly Show 193</a>&nbsp;&nbsp;<br>
</td></tr>


</table>


  </BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<FONT color="#80040" size="+1">Show 194 - Wed April 29th 2009</FONT><BR>
Presented by Jules Procter.<BR>
<BR>
I usually like to put a positive viewpoint on the Brolly shows, but there have been a number of news items which have really got my goat in the past couple of weeks. However, I've managed to moderate my theme for this show from heroes and villians to heroes and zeroes.<br>
Heroes:<br>
The Men In Grey Flannel Suits by <B><a href="http://www.colvinquarmby.com/" target="_blank">ColvinQuarmby</a></B><BR>
Heaps Of Metal by <B><a href="http://www.rowdymusic.net/" target="_blank">annA rydeR</a></B><BR>
Solway Dawn and Race To The Summit by <B><a href="http://www.littlejohnnyengland.co.uk/" target="_blank">Little Johnny England</a></B><BR>
The Heroes by <B><a href="http://www.uncledirtytoes.com/" target="_blank">Uncle Dirtytoes</a></B><BR>
<br>
Real Heroes : <a href="http://www.gurkhajustice.org.uk/"target="_blank">The Gurkha Justice Campaign</a></B><BR>
Fundraisers :<br>
ColvinQuarmby, Tom Leary, PJ Wright, Jes Grimshaw<br>
And Fundraising Heroines : <a href="http://www.raceforlife.org.uk/sophieandgaby/"target="_blank">Sophie and Gaby</a></B><BR>
<br>
Zeroes:<br>
HMG comments about the eligibility of the Gurkhas to reside in the UK<br>
The Car Scrappage Scheme<br>
The Cherwell District Council proposal for Residents Parking Permits<br>
<br>
<br>Click here to listen to : <a href="./mp3/brolly_194.mp3" target="_blank">Brolly Show 194</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">

  

<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<FONT color="#80040" size="+1">Show 195 - Thu May 21st 2009</FONT><BR>
Presented by Jules Procter.<BR>
<br>
Featuring music :<BR>
Mercia by <b><a href="http://www.motl.co.uk/" target="_blank">Meet On The Ledge</a></B><BR>
Schindig by <B><a href="http://www.mabon.org/" target="_blank">Mabon</a></B><BR>
The Curragh of Kildare by <B><a href="http://www.otbproductions.co.uk/" target="_blank">The McCrory Brothers</a></B><BR>
The Road Tae Dundee by <B><a href="http://www.frasernimmo.co.uk/" target="_blank">Fraser Nimmo</a></B><BR>

<BR>
With a bit of the rugby home nations feel to the show, including a pitch-side commentary from Twickenham rugby stadium, and a brief interview with funny-man and real gent Barry Cryer.<br>
Also, if you want to know where parts of "Tinker, Tailor, Soldier, Spy" were filmed, just listen in.<br>
And to whet your appetite, why not get along to the asparagus festival at <a href="http://www.thefleeceinn.co.uk/" target="_blank">The Fleece</a> at Bretforton, on Bank Holiday Monday.<br>
On Thursday, 4th June, get along to the <a href="http://www.compasstheatre.co.uk/" target="_blank">Compass Theatre</a>, Uxbridge,  to see <a href="http://www.myspace.com/pigearth" target="_blank">Pig Earth</a> and their special guests. 
<br>
<br>
<br>Click here to listen to : <a href="./mp3/brolly_195.mp3" target="_blank">Brolly Show 195</a>&nbsp;&nbsp;<br>
</td></tr>


</table>


  </BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">

  

<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<FONT color="#80040" size="+1">Show 196 - Wed June 10th 2009</FONT><BR>
Presented by Jules Procter.<BR>
<br>
Featuring music (from <a href="http://www.longdogs.co.uk/" target="_blank">Longdogs</a>) :<BR>
Lord Franklin by <b><a href="http://www.duncanmcfarlane.co.uk/" target="_blank">The Duncan McFarlane Band</a></B><BR>
Searching For Lambs by <B><a href="http://www.nuada.net/" target="_blank">Nuada</a></B><BR>
Sunshine Through The Storm by <B><a href="http://www.chrismillington.com/" target="_blank">Chris Millington</a></B><BR>
The Bold Fusilier by <B><a href="http://www.isambarde.co.uk/" target="_blank">Isambarde</a></B><BR>

<BR>
It's coming up towards the Banbury Hobby Horse festival time of year again, and it's been confirmed I'll be riding Horton, one of the four Eton hobby horses, so I'll be getting out the dinner jacket and hunting down the bowler hat. I'm looking forward to making a complete idiot of myself, again, on Saturday 4th July and Sunday 5th July.<br>
Chris Millington is appearing at Woody Bay station, Lynton, North Devon on Sunday the 14th of June at 3:15 pm as part of the Lynton and Lynmouth Music Festival.<br>
Isambarde are appearing with Paul Downes,  PJ Wright and more on Saturday 20th June at The Farquharson Arms, Pimperne, nr Blandford in Dorset.<br>
More details at <a href="http://www.wessex-acoustic.co.uk" target="_blank">www.wessex-acoustic.co.uk</a>
<br><br>
<br>Click here to listen to : <a href="./mp3/brolly_196.mp3" target="_blank">Brolly Show 196</a>&nbsp;&nbsp;<br>
</td></tr>


</table>


  </BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">

  

<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<FONT color="#80040" size="+1">Show 197 - Thu June 25th 2009</FONT><BR>
Presented by Jules Procter.<BR>
<br>
Featuring music :<BR>
The Time I Spend With You by <b><a href="http://www.brookswilliams.com/" target="_blank">Brooks Williams</a></B><BR>
Baker Street 205 by <B><a href="http://www.myspace.com/ccsmugglers" target="_blank">CC Smugglers</a></B><BR>
Bridget O'Malley by <B><a href="http://www.myspace.com/lazymanzflute" target="_blank">Lazymanz Flute</a></B><BR>
Chelsea Calling by <B><a href="http://www.myspace.com/ezekielbutler" target="_blank">Ez Butler</a></B><BR>

<BR>
With PJ Wright chatting to Brooks Williams and Lazymanz Flute talking about their upcoming gigs.<br>
Also it's <a href="./afw09.pdf" target="_blank">Armed Forces Week</a> this week, so please support <a href="http://www.helpforheroes.org.uk" target="_blank">Help For Heroes</a>.
<br><br>
<br>Click here to listen to : <a href="./mp3/brolly_197.mp3" target="_blank">Brolly Show 197</a>&nbsp;&nbsp;<br>
</td></tr>


</table>


  </BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">

  

<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<FONT color="#80040" size="+1">Show 198 - Thu July 9th 2009</FONT><BR>
Presented by Jules Procter.<BR>
<br>
Featuring music :<BR>
Turning Of The Tide by  <b><a href="http://www.steve-tilston.co.uk/" target="_blank">Steve Tilston</a></B><BR>
Solway Dawn and Race To The Summit by <B><a href="http://www.littlejohnnyengland.co.uk/" target="_blank">Little Johnny England</a></B><BR>
Top Of The Hill by <B><a href="http://www.wakingthewitch.co.uk/" target="_blank">Waking The Witch</a></B><BR>
Peggy's Pub by <B><a href="http://www.fairportconvention.com/catalogue.php" target="_blank">Dave Pegg and PJ Wright</a></B><BR>

<BR>
Recorded mostly along Lyme Bay in Dorset, from sea level to the top of Golden Cap. Check out the <a href="http://www.charmouthchallenge.co.uk/" target="_blank">Charmouth Challenge</a> and the <a href="http://www.theanchorinnseatown.co.uk/" target="_blank">Anchor Inn</a> at Seatown, to see what they are doing to help their communities. (The food and drink at the Anchor is rather good as well.)
<br><br>
<br>Click here to listen to : <a href="./mp3/brolly_198.mp3" target="_blank">Brolly Show 198</a>&nbsp;&nbsp;<br>
</td></tr>


</table>


  </BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">

  

<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>

<tr><td>
<FONT color="#80040" size="+1">Show 199 - Mon July 20th 2009</FONT><BR>
Presented by Jules Procter.<BR>
<br>
Featuring music :<BR>
The Caravan Song by  <b><a href="http://www.billbatesmusic.co.uk" target="_blank">Bill Bates</a></B><BR>
Goodnight Soldier by <B><a href="http://www.folamusic.com" target="_blank">Fola</a></B><BR>
The Sin of Mary Prout by <B><a href="http://www.tombliss.co.uk/" target="_blank">Tom Bliss</a></B><BR>
In The Service of the King by <B><a href="http://www.somethingnastyinthewoodshed.co.uk" target="_blank">Something Nasty In The Woodshed</a></B><BR>

<BR>
Interview with Tom Bliss, good luck with the new career!
<br><br>
<br>Click here to listen to : <a href="./mp3/brolly_199.mp3" target="_blank">Brolly Show 199</a>&nbsp;&nbsp;<br>
</td></tr>


</table>


  </BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 2 - Wednesday April 5th 2006</font><br>
Featuring :-<br>
Mr Wonder by Left Hand Drive<br>
Southern Star by Chris Millington<br>
Black Almain & Queen a Omogen da Virgen by Nuada<br>
<br>Click here to listen to : <a href="./mp3/brolly_002.mp3" target="_blank">Brolly Show 2</a>&nbsp;&nbsp;<br>

</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 20 - Wednesday June 14th 2006</font><br>
Featuring :-<br>
Gregg Cave from Cromer<br>
Random Acts Of Kindness by PJ Wright<br>
Jake's Jig-Goldrush-Hayeswood by Little Johnny England<br>
The Abbot and the Speckled Hen by Cave<br>

<br>Click here to listen to : <a href="./mp3/brolly_020.mp3" target="_blank">Brolly Show 20</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<FONT color="#80040" size="+1">Show 200 - Tue July 28th 2009</FONT><BR>
Presented by Jules Procter.<BR>
<br>
Welcome to the rather special Show 200 of the Banburyshire Brolly.<br>
It's special, not just because of the music, but because it includes an extended interview with my mum,  Shirley Procter, who was diagnosed with cancer earlier in the year.<br>
She has shown great fortitude and humour, and this is her story.
<br><br>
Thanks go to :<br>
<a href="http://www.worcsacute.nhs.uk/wrh/" target="_blank">Worcestershire Royal Hospital</a><br>
<a href="http://www.strichards.org.uk" target="_blank">St Richard's Hospice</a><br>
<a href="http://www.macmillan.org.uk/" target="_blank"> Macmillan Cancer Support</a><br>
<br>
Featuring music :<BR>
Sunshine Day by  <b><a href="http://www.osibisa.co.uk/" target="_blank">Osibisa</a></B><BR>
And We Couldn't Stop Smiling by <B><a href="www.myspace.com/cavetheband" target="_blank">Cave</a></B><BR>
The Heart of The Song by <B><a href="http://www.fairportconvention.com/" target="_blank">Fairport Convention</a></B><BR>
One More Week by <B><a href="http://www.colvinquarmby.com/" target="_blank">ColvinQuarmby</a></B><BR>
<BR>
<br>Click here to listen to : <a href="./mp3/brolly_200.mp3" target="_blank">Brolly Show 200</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
 
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>

<tr><td>
<FONT color="#80040" size="+1">Show 201 - Thu September 3rd 2009</FONT><BR>
Presented by Jules Procter.<BR>
<br>
Welcome to Show 201 of the Banburyshire Brolly.<br>
Back after the Summer break, and featuring an interview with The Mighty Firebirds singer,<br>
 Tom Beckinsale.<br>
Catch them at The Mill in Banbury on Saturday 19th September, for a rare treat.<br><br>
Also please support the <a href="http://petitions.number10.gov.uk/turing/" target="_blank">petition</a> for an apology to recognize the tragic consequences of the prejudice that ended the life and career of Alan Turing.
<br><br>

Featuring music :<BR>
Mr Wonder by  <b><a href="http://www.lefthanddrive.org/" target="_blank">Left Hand Drive</a></B><BR>
Push It by <B><a href="http://www.funkyband.com/" target="_blank">Funky Dory</a></B><BR>
Hectors House by <B><a href="http://www.sambassadors.freeuk.com/" target="_blank">The Sambassadors of Groove</a></B><BR>
Live at Hornton by <B><a href="http://www.themightyfirebirds.co.uk/" target="_blank">The Mighty Firebirds</a></B><BR>
<BR>
<br>Click here to listen to : <a href="./mp3/brolly_201.mp3" target="_blank">Brolly Show 201</a>&nbsp;&nbsp;<br>
</td></tr>

</table>



  </BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
 
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>

<tr><td>
<FONT color="#80040" size="+1">Show 202 - Wed September 9th 2009</FONT><BR>
Presented by Jules Procter.<BR>
<br>
Welcome to Show 202 of the Banburyshire Brolly.<br>
With music from bands who have appeared at Cropredy Fringe,<br>
and news about the up-coming re-launch of The Banburyshire Beard,<br>
the business directory on CDROM, with so much more.<br>
Don't forget the CD duplication and printing service we offer.<br>
<br>
Featuring music :<BR>
Shake Your Tree by  <b><a href="http://www.anewdayrecords.co.uk/" target="_blank">Spank The Monkey</a></B><BR>
Break For The Border by <B><a href="http://www.bobbyvalentino.co.uk/los-pistoleros.html" target="_blank">Los Pistoleros</a></B><BR>
Life In The Old Dogs Yet by <B><a href="http://www.banbury-cross.co.uk/lemusic.htm" target="_blank">Freeway Jam</a></B><BR>
Peoples Song by <B><a href="http://www.leatherat.com/" target="_blank">Leatherat</a></B><BR>
<BR>
<br>Click here to listen to : <a href="./mp3/brolly_202.mp3" target="_blank">Brolly Show 202</a>&nbsp;&nbsp;<br>
</td></tr>

</table>



  </BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
 
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>

<tr><td>
<FONT color="#80040" size="+1">Show 203 - Thu October 1st 2009</FONT><BR>
Presented by Jules Procter.<BR>
<br>
Welcome to Show 203 of the Banburyshire Brolly.<br>
After a much needed break in the New Forest, staying at Roundhill<br>
and <a href="http://www.greenhillholidays.co.uk/" target="_blank">Green Hill</a> sites, it's back into the thick of it.<br>  
For the tenth <a href="http://www.banburyfolkfestival.co.uk" target="_blank">Banbury Canalside Folk Festival</a>, which runs from the 9th to the 11th of October,<br>
Derek and Mary, the festival organisers approached all the artists who are scheduled to appear, 
and asked if they would let us use a track on a festival taster CD.<br>
The response has been fantastic, with over 20 positive replies,<br>
and so we have split the music across four volumes, and at £5 each, they are a real bargain.<br>
<br>
<br>
Featured music on Show 203 :<BR>
Juice and June by  <b><a href="http://www.krisdelmhorst.com/" target="_blank">Kris Delmhorst </a></B><BR>
The Tolling Bell - Paddy McArthur's Reel by <B><a href="http://www.danansooz.co.uk/" target="_blank">Danansooz</a></B><BR>
Compass Rose by <B><a href="http://www.david-stevenson-music.co.uk/index.html" target="_blank">David Stevenson</a></B><BR>
At Last by <B><a href="http://www.julieellison.co.uk/" target="_blank">Julie Ellison</a></B><BR>
<BR>
<br>Click here to listen to : <a href="./mp3/brolly_203.mp3" target="_blank">Brolly Show 203</a>&nbsp;&nbsp;<br>

</td></tr>

</table>



  </BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
 
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>

<tr><td>
<FONT color="#80040" size="+1">Show 204 - Wed October 28th 2009</FONT><BR>
Presented by Jules Procter.<BR>
<br>
Welcome to a combined Radio Horton show and Banburyshire Brolly podcast.<br>
One of the beauties of producing a podcast, is that you get a global audience, eventually.<br>
I've also been lucky in featuring music from across the world, sent either by e-mail, or on CD.<br>
The other week, the new Machine Breakers CD was dropped off by a chap out walking his dog!<br>
This show features him, Steve Matthews, talking about how he has progressed from just being a music fan,
 to becoming a band member, via band photographer for The Machine Breakers.<br>

<br>
Featuring music :<BR>
Galileo's Apology by  <b><a href="http://www.fairportconvention.com/" target="_blank">Dave Pegg and PJ Wright</a></B><BR>
Slide Engine no 12 by <B><a href="http://www.myspace.com/wilbermusic" target="_blank">Wilber</a></B><BR>
The Land Was Stolen by <B><a href="http://www.themachinebreakers.com/ " target="_blank">The Machine Breakers</a></B><BR>
The Fiddleship by <B><a href="http://www.cloudstreet.org/" target="_blank">Cloudstreet</a></B><BR>
<BR>
<br>Click here to listen to : <a href="./mp3/brolly_204.mp3" target="_blank">Brolly Show 204</a>&nbsp;&nbsp;<br>

</td></tr>

</table>



  </BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">

  

<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<FONT color="#80040" size="+1">Show 205 - Sun November 8th 2009</FONT><BR>
Presented by Jules Procter.<BR>
<br>
It's already been a number of weeks since the Banbury Canalside Folk Festival<br>
and this weekend the post-festival party took place. There has been some very<br>
postive feedback about the festival, and work is underway for the 2010 event,<br>
which will be known as Banbury Folk Festival.<br>
On Friday 13th November a festival fund-raiser will take place, with the Tindalls<br>
as support, and headlined by Something Nasty In The Woodshed. Entrance of only £5,<br>
and the event takes place at Kings Sutton Memorial Hall, starting at 20:00.<br>
For more details and a location map, pop across to the <a href="http://www.rideacockhorse.co.uk">Ride A Cock Horse Folk Club</a> site.<br>
Congratulation go to Nick and Lesley Turner, as Drayton Leisure Golf Centre<br>
on the Warwick Road, Banbury has become the first Golf Range in the Berks, Bucks<br>
and Oxon region to achieve the national accreditation of Range Mark.<br>
This achievement also makes them only the fifth Golf Range in the country to achieve the accreditation.
<br>
<br>
Featuring music :<BR>
Old Maui by  <b><a href="http://www.scarecrowband.co.uk" target="_blank">Scarecrow</a></B><BR>
Johnny England by <B><a href="http://www.littlejohnnyengland.co.uk/" target="_blank">Little Johnny England</a></B><BR>
Mary Standford Of Rye by <B><a href="http://www.motl.co.uk/" target="_blank">Meet On The Ledge</a></B><BR>
<BR>
Also features an interview (in French!) with <a href="http://www.heretique.co.uk" target="_blank">Heretique</a>.<br>
<BR>
<br>Click here to listen to : <a href="./mp3/brolly_205.mp3" target="_blank">Brolly Show 205</a>&nbsp;&nbsp;<br>

</td></tr>


</table>


  </BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">

  

<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>

<tr><td>
<FONT color="#80040" size="+1">Show 206 - Wed December 23rd 2009</FONT><BR>
Presented by Jules Procter.<BR>
<br>
All the music on this show has a Scottish theme.
 There have been many celebrations this year marking the 250 years since the birth of Rabbie Burns,
 and it is a sign of just how influential his work has been in the number of places it turns up in,
 both musically, poetically and geographically.<br>
At this time of year it is traditional to think about family and friends,
 regarding back over the year and looking forward to the coming year, a tradition I fully endorse,
 and it's something I think we should do more often.<br>
The contact of friends, some of whom I haven't seen in too many years, is also always a cheering event.
 So best wishes to Lance in Exmouth, Owen, Ticker and all the Oxford crowd and Dave and Pip in Salibury.<br>
<br>
Featuring music :<BR>
Corn Rigs by  <b><a href="http://www.wildgoose.co.uk" target="_blank">Hector Gilchrist</a></B><BR>
The Dashing White Sargeant by <B><a href="http://www.coila.com" target="_blank">Coila</a></B><BR>
Ae Fond Kiss by <B>Jim McAdams</B><BR>
Auld Lang Syne by <B>Wee Alex</B><BR>
<BR>

<br>Click here to listen to : <a href="./mp3/brolly_206.mp3" target="_blank">Brolly Show 206</a>&nbsp;&nbsp;<br>
<br>
</td></tr>

</table>


  </BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
 
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>

<tr><td>
<FONT color="#80040" size="+1">Show 207 - Fri February 26th 2010</FONT><BR>
Presented by Jules Procter.<BR>
<br>
This show consists of "Under a Green Sky", a Banburyshire Tale, abridged into five parts.<br>
Our largest challenge is to emphasise the important of timely action to prevent catastrophic changes to our environment. Copenhagen was a signal that politicians still haven't got the message.<br>
"after becoming a grandparent, these issues took up more of my considerations. But as a lifelong ecologist and technologist, I have always been hopeful for the future, while being mindful of the issues."<br>
Listen to the story, and spend some time reflecting on how you would like to see the world.<br><br>
Featuring music :<BR>
<b>Jon Fletcher</b> with A Sailors Life, recorded live at the Port Mahon in Oxford.<br>
<b>Tom Leary</b> with The White Moon<br>
<b>The Machine Breakers</b> with There Was A Time<br>
<b>Gren Bartley</b> with Carry Her Safe<br>
American band, <b>The Puddle Jumpers</b> with Thoughts<br>
<b>Little Johnny England</b> with The Way Things Ought To Be<br>
<b>Cave</b> with After The Rain<br>
<b>Vikki Clayton</b> with Locks and Bolts<br>
and <b>Neil J Gow and Wee Alex</b> with Does Anyone Mind?<BR>
<BR>
Click here to listen to :  
<a href="./mp3/bb207a.mp3" target="_blank">Part 1</a>&nbsp;&nbsp;
<a href="./mp3/bb207b.mp3" target="_blank">Part 2</a>&nbsp;&nbsp;
<a href="./mp3/bb207c.mp3" target="_blank">Part 3</a>&nbsp;&nbsp;
<a href="./bb207d.mp3" target="_blank">Part 4</a>&nbsp;&nbsp;
<a href="./mp3/bb207e.mp3" target="_blank">Part 5</a><br>
<br>
</td></tr>

</table>



  </BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">

  

<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<FONT color="#80040" size="+1">Show 208 - Sun April 4th 2010</FONT><BR>
Presented by Jules Procter.<BR>
<br>
The sad news has been that of the death of Vicki Williams, following a determined battle against cancer. Vicki and husband Trefor, have long been working hard to bring folk music to a wider audience across the UK, and have been great supporters of both the folk club and the festival. The bubbly enthusiasm of Vicki and the charm of Trefor came across when I first interviewed them at the 2003 Banbury Canalside Folk Festival.
Vicki will be greatly missed, and my sympathy is with Trefor and his family.<br>
The next Song and Ale weekend will be taking place at the Drayton Leisure Golf Centre on the weekend of 9th to 11th April. A copy of the flyer is available <a href="./Song_and_Ale.pdf" target="_blank">here</a>.
<br><br>
Featuring music :<BR>
<b>The Odd Sods</b> with Paddy Works on the Railway and The Mountain Road<br>
<b>Trefor and Vicki Williams</b> with Changing Light<br>
<b>Jim McAdams</b> with Roses and Almonds<br>
<b>The Duncan McFarlane Band</b> with Lord Franklin<br>
<BR>
<br>Click here to listen to : <a href="./mp3/brolly_208.mp3" target="_blank">Brolly Show 208</a>&nbsp;&nbsp;<br>
</td></tr>


</table>


  </BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>

<tr><td>
<FONT color="#80040" size="+1">Show 209 - Sun April 11th 2010</FONT><BR>
Presented by Jules Procter.<BR>
<br>
This is a combined Brolly podcast and Radio Horton Show.<br>
One of the things about being a dog-owner, is that you have to get out in all
weathers, and in all seasons. The majority of the time this falls to my wife, but I always like to do my share where I can. Thankfully the countryside around Banbury is full of great walks, and I sometimes 
record a piece, if I've remembered to bring along my MP3 recorder.<br>
While I think we can say we've had some interesting weather in 2010, if you're wearing the right
clothes and footwear it can still be great to get out in the elements.<br><br>
Featuring music :<BR>
<b>Carmina</b> with Still Falls The Rain<br>
<b>Wilber</b> with Red Haired Boy<br>
<b>Al Maslen</b> with Warwick Road<br>
<b>annA rydeR</b> with A Child Like Me<br>
<br>Click here to listen to : <a href="./mp3/brolly_209.mp3" target="_blank">Brolly Show 209</a>&nbsp;&nbsp;<br>
</td></tr>

</table>
  </BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 21 - Sunday June 18th 2006</font><br>
Featuring :-<br>
Golden Flatts by Moses<br>
Nobles Nautical Nuts - I've Got A Lovely Bunch Of Coconuts by Steamchicken<br>
Action v Words by Wee Alex<br>
Interview with Stuart Tindall<br>
<br>Click here to listen to : <a href="./mp3/brolly_021.mp3" target="_blank">Brolly Show 21</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">

  

<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<FONT color="#80040" size="+1">Show 210 - Sat May 15th 2010</FONT><BR>
Presented by Jules Procter.<BR>
<br>
Since the last show there's been a general election, with a very interesting result,<br>
the Banbury Beer Festival has taken place, with The Machine Breakers playing on the Thursday,<br>
and I've sung a couple of my own songs in public for the first time on over 20 years.<br>
Thankfully normality still occurs, as an audio piece recorded while walking Bob and Lucy over at Edge Hill, attests to.<br>
Also David Stevenson recently supported Liz Simcock at a gig over at Cambridge and Mark Pidgeon showed me how real song-writers work.<br>
Featuring music :<BR>
<b><a href="http://www.david-stevenson-music.co.uk/index.html" target="_blank">David Stevenson</a></b> with Compass Rose<br>
<b><a href="http://www.themachinebreakers.com" target="_blank">The Machine Breakers</a></b> with The Land Was Stolen<br>
<b><a href="http://www.branded.eu.com" target="_blank">Mark Pidgeon</a></b> with Demons<br>
<b><a href="http://www.lizsimcock.com" target="_blank">Liz Simcock</a></b> with Beachcomber<br>
<BR>
<br>Click here to listen to : <a href="./mp3/brolly_210.mp3" target="_blank">Brolly Show 210</a>&nbsp;&nbsp;<br>
</td></tr>


</table>


  </BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">

  

<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>

<tr><td>
<FONT color="#80040" size="+1">Show 211 - Tue June 1st 2010</FONT><BR>
Presented by Jules Procter.<BR>
<br>
This is a combined Brolly podcast and Radio Horton Show.<br>
Most of this show is devoted the telling of a chilling Banburyshire Tale, The Cursed Warehouse.<br>
I've had the opportunity to tell a shortened version of this at the Banbury Folk Club,<br>
and this is as close as it gets to being the full length tale.<br>
It's one of a number of Banburyshire stories which will be available on the<br>
banburyshire.net web site, as part of my attempt to become a story-teller.<br>
<br>
Featuring music :<BR>
<b><a href="http://www.otbproductions.co.uk/" target="_blank">McCrory Brothers</a></b> with No Turning Back<br>
<b><a href="http://www.myspace.com/butterflycatchers" target="_blank">Butterfly Catchers</a></b> with Doin' Time<br>
<b><a href="http://www.megsonmusic.co.uk/" target="_blank">Megson</a></b> with Flood Water<br>

<BR>
<br>Click here to listen to : <a href="./mp3/brolly_211.mp3" target="_blank">Brolly Show 211</a>&nbsp;&nbsp;<br>
</td></tr>


</table>


  </BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">

  

<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>

<tr><td>
<FONT color="#80040" size="+1">Show 212 - Sat Feb 4th 2012</FONT><BR>
Presented by Jules Procter.<BR>
<br>
It's been 18 months since the last Brolly podcast.<br>
In show 212 I talk about why I've returned to podcasting, and why I've been away for so long.<br>
Thanks go to all the doctors, nurses, professionals and volunteers, in the NHS and at <br>
St Richard's and Katherine House Hospices who have helped us,<br>
in what has been a very difficult time for the family.<br>
<br>
Featuring music :<BR>
<b><a href="http://www.megsonmusic.co.uk/" target="_blank">Megson</a></b> with Rose On The Stem<br>
<b>Wee Alex</b> with This Is My Bliss<br> 
<b>Greg Cave</b> with And We Couldn't Stop Smiling<br>
<b>Nick Lines</b> with Heavy Horses<b>
<br>
Also featuring stories<BR>
Chas and Dave<BR>
Size 14 Boots<BR>
<BR>
<br>Click here to listen to : <a href="./mp3/brolly_212.mp3" target="_blank">Brolly Show 212</a>&nbsp;&nbsp;<br>
</td></tr>


</table>


  </BODY>
</HTML>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">

  

<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>

<tr><td>
<FONT color="#80040" size="+1">Show 213 - Sun Feb 26th 2012</FONT><BR>
Presented by Jules Procter.<BR>
<br>
I'd like to thank Linda Watkins for taking the time to talk about her new CD Behind The Clock, on this, show 213 of the Banburyshire Brolly podcast.<br>
The music featured is the title track, <b>Behind the Clock</b>, and the fund-raiser song <b>Courage</b> in aid of Combat Stress.
Please visit the <b><a href="http://www.combatstress.org.uk" target="_blank">Combat Stress website</a></b>.<br>
The incdental music is <b>Spiders in The Rain</b>, the instrumental track Linda mentions.<br>
Also don't forget to visit Linda's newly re-launched website, <b><a href="http://www.lindawatkins.co.uk" target="_blank">www.lindawatkins.co.uk</a></b> for gig information, background about Linda and you can even purchase her music. <br>


<br>
<br>Click here to listen to : <a href="./mp3/brolly_213.mp3" target="_blank">Brolly Show 213</a>&nbsp;&nbsp;<br>
</td></tr>
</body>
</table>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>

  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">

  

<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<FONT color="#80040" size="+1">Show 214 - Tue Jun 12th 2012</FONT><BR>
Presented by Jules Procter.<BR>
<br>
Back after another lengthy gap, with a theme of the regions of England.<br>
Since the last podcast, Pat and I have travelled to Cornwall, Dorest and Shropshire.<br>
Enjoying the delights of Betty Stoggs ale at Marazion, and Palmers 200 at The Anchor Inn at Seatown.<br>
<br>
Featuring music :<BR>
<b><a href="http://www.thesnapes.org.uk/" target="_blank">Peter and Barbara Snape</a></b> with Mary Ellens Hot Pot Party<br>
<b><a href="http://www.blackcountrypodcasting.com/" target="_blank">Billy and Lozz</a></b> with Dexy's<br> 
<b><a href="http://www.motl.co.uk/" target="_blank">Meet On The Ledge</a></b> with Mercia<br>
<br>
And stories :-<br>
Climbing Everest In Dorset<br>
The Cherwell Valley Fish Farmers - a Salt Way Story<br>
<br>
<br>Click here to listen to : <a href="./mp3/brolly_214.mp3" target="_blank">Brolly Show 214</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>

<tr><td>
<FONT color="#80040" size="+1">Show 215 - Sun Sep 22nd 2013</FONT><BR>
Presented by Jules Procter.<BR>
<br>
This podcast is all about the 2013 <b>Banbury Folk Festival</b> which takes place from <br>
the 11th to the 13th October, and the music features artists who have supported <br>
the festival through fund-raising events. Derek and Mary Droscher have put an enormous<br>
ammount into the festival, both in terms of effort and in finance.<br>
The age of grants for music festivals and events is now past, so earlier in the year I put forward<br>
some ideas to Derek and Mary on how I could help out, and hopefuly reduce the strain on them.<br>
The result is the <b>Banburyshire Tea Party</b>, five hours from midday to 5 o'clock, of music, stories<br>
and humour, taking place on Sunday 13th October 2013 at The Milers Bar,<br>
upstairs at the Mill Arts Centre, Banbury OX16 5QE<br>
Music will be provided by the internationally reknown and Northamptonshire based singer-<br>
songwriter <b>Gregg Cave</b>, accompanied by <b>Nick Ellison</b>.<br>
There will also be the Oxford guitaist <b>Pete Joshua</b>, with his legendary song introductions,<br>
and the great stalwart of Banbury Folk Club, <b>Tim Hall</b>, who will be both playing guitar<br>
and reading some humourous tales.<br>
I'll be performing some stories and there will be plenty of opportunity for audience participation,<br>
as Tim has some good sing-along pieces lined-up and later in the afternoon there will be <br>
<b>The Return Of The Guy Puddlers</b>,the comic sketch act.<br>
With an appearance of <b>Breathless</b>, the Yorkshire Green Dragon, and a plentifull supply of cake,<br>
it will be a fun afternoon.<br>
Tickets are £5, available from Banbury Folk Festival Reception during the festival, <br>
or e-mail <a href="mailto:jprocter@banburyshire.net">Jules Procter</a> to purchace them in advance.<br> 
<br>
<br>
<br>
Featuring music :<BR>
<b><a href="http://www.somethingnastyinthewoodshed.co.uk" target="_blank">Something Nasty In The Woodshed</a></b>  with Steel Cranes<br>
<b><a href="http://www.lindawatkins.co.uk" target="_blank">Linda Watkins</a></b> with Close To The Wind<br> 
<b><a href="http://www.kevinoregan.co.uk" target="_blank">Kevin o'Regan</a></b> with Ticking All The Boxes<br>
<br>
<br>
<br>Click here to listen to : <a href="./mp3/brolly_215.mp3" target="_blank">Brolly Show 215</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<FONT color="#80040" size="+1">Show 216 - Sun Nov 17th 2013</FONT><BR>
Presented by Jules Procter.<BR>
<br>
At the 2013 <b>Banbury Folk Festival</b> I was told I should stop calling myself an apprentice storyteller, and following the five hour <b>Banburyshire Tea Party</b><br>
and with the one-man show I put on at Banbury Folk Club after the festival, I'm inclined to agree.<br>
As for the Banburyshire Tea Party thanks go to <b>Gregg Cave, Nick Ellison, Pete Joshua</b> and <b>Tim Hall</b> for the music and singing, also to <b>Pat</b> and <b>Ro </b>for the cakes and to <b>Holly</b> and <b>Millie</b> helping to sell them. We raised <a href="./foth1113.pdf" target="_blank">£70</a> for the <b>Friends of the Horton</b>, one of the good causes I'm more than happy to support. If you are part of a fund-raising group or have a venue such as a village hall or pub, and would like to put on a joint fund-raising event, then get in touch.<br>
or e-mail <a href="mailto:jprocter@banburyshire.net">Jules Procter</a><br> 
<br>
This podcast includes a story <b>"It's Time For Tea"</b>, inspired by Jo and the handbell she uses to get her family along to meals!<br>
Get well soon, we miss your bubbly personality at work.
<br>
<br>
Featuring music :<BR>
<b><a href="http://www.carmina.co.uk/" target="_blank">Carmina</a></b> with Mostly Myself<br>
<b><a href="http://www.colvinquarmby.co.uk/" target="_blank">ColvinQuarmby</a></b> with Broken Man<br> 
<b><a href="http://www.myspace.com/grayhawkesongs" target="_blank">Gray Hawke</a></b> with Zanzibar<br>
<br>
<br>
<br>Click here to listen to : <a href="./mp3/brolly_216.mp3" target="_blank">Brolly Show 216</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>

<tr><td>
<FONT color="#80040" size="+1">Show 217 - Sun Feb 2nd 2014</FONT><BR>
Presented by Jules Procter.<BR>
<br>
Instead of the usual quiet January, this year has got off to a flying start, and I've been dashing about all over the place, even camping out a few nights. I've been along to two wassail events, firstly at the Fleece at Bretforton, which was incredibly cold outside but a terrific evening. 
The following weekend it was up to Drayton for the inaugral Banbury Wassail.<br>
Then off to the re-opened <b><a href="http://www.banburyfolkclub.co.uk/" target="_blank">Banbury Folk Club</a></b>, and the newly-launched <b><a href="http://www.wychwoodfolkclub.com" target="_blank">Wychwood Folk Club</a></b>.<br>
Interviews with Bill Bates and Mark Pidgeon are featured on this podcast.<br>
<br>
Featuring music :<BR>
<b>Rag'n'Roll Band</b> with <b>Booze Blues</b><br> 
<b>Pete Joshua</b> with <b>Lundy Island</b><br> 
<b>Mark Pidgeon</b> with <b>End Song</b><br> 
<br>
<br>Click here to listen to : <a href="./mp3/brolly_217.mp3" target="_blank">Brolly Show 217</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<FONT color="#80040" size="+1">Show 218 - Sat Mar 8th 2014</FONT><BR>
Presented by Jules Procter.<BR>
<br>
This podcast is a mix of thanks and anticipation in the Banburyshire community, including<br>
an interview with Tom Farmer, landlord at the <a href="http://www.banburycrosspub.co.uk" target="_blank">Banbury Cross pub</a> and,<br>
good luck to Nick Quarmby after his announcement of retiring from touring.<br>
There's also information about the fund-raising Banburyshire Evening at Drayton Village Hall, <br>
in aid of The Friends of The Horton and Drayton Village Hall on Sat 15th March at 19:30.<br>
<br>
Featuring music :<BR>
<b><a href="http://www.gawkey.co.uk" target="_blank">Gawkey</b></a> with <b>If I Had My Time Again </b><br> 
<b><a href="http://www.colvinquarmby.co.uk" target="_blank">ColvinQuarmby</b></a> with <b>The 100 Years War</b><br> 
<b><a href="http://www.greggcave.com" target="_blank">Cave</b></a> with <b>After The Rain</b><br> 
<b><a href="http://www.reverbnation.com/bewarethisboy" target="_blank">Bewarethisboy</b></a> with <b>To have and to hold</b><br> 
<br>
<br>Click here to listen to : <a href="./mp3/brolly_218.mp3" target="_blank">Brolly Show 218</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>

<tr><td>
<FONT color="#80040" size="+1">Show 219 - Tue Apr 8th 2014</FONT><BR>
Presented by Jules Procter.<BR>
<br>
Hot on the heels of the Banbury Song and Ale Weekend, a fundraiser for Banbury Folk Festival,<br>
comes the 15th birthday party for Banbury Folk Club.<br>
Well done to Derek, Mary and all the club regulars, for making the club such a welcoming place.<br> 
There's also information about the fund-raising Banburyshire Evening at Sibford Village Hall, <br>
in aid of The Friends of The Horton and Sibford Village Hall on Sat 12th April at 19:30.<br>
<br>
Featuring music :<BR>
<b>Mercia by Meet On The Ledge</b><br>
<b>Worcester City by The Vogwells</b><br>
<b>Fare Thee Well To Tarwathie by Jim McAdams</b><br>
<b>Farewell Song by Linda Watkins</b><br> 


<br>
<br>Click here to listen to : <a href="./mp3/brolly_219.mp3" target="_blank">Brolly Show 219</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 22 - Wednesday June 21st 2006</font><br>
Special coverage of the VMCC Banbury Run Vintage Motorcycle Event<br>
Featuring music tracks :-<br>
Everyroad by Boris Boogaloo<br>
Antibike by Songs From The Blue House<br>
Push It by Funky Dory<br>
Interviews with the Mayor of Banbury, the VMCC President and John and Thelma Huntley.<br>
Startline commentary by the legendary Ian Young.<br>
<br>Click here to listen to : <a href="./mp3/brolly_022.mp3" target="_blank">Brolly Show 22</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>

<tr><td>
<FONT color="#80040" size="+1">Show 220 - Sat May 3rd 2014</FONT><BR>
Presented by Jules Procter.<BR>
<br>
At Adderbury Day Of Dance, I not only took some photos, which are in the gallery,<br>
but also managed to record chats with <b>Tony Ecclestone</b>, of Shooter, and <b>Barney Newman</b>.<br>
Honourable mention must go to Bryan Shepherd of Adderbury Village Morris men and his gorilla outfit!<br>
Later in the week, at Banbury Folk Club, <b>Marion Fleetwood</b> (of the <b><a href="http://www.thejigantics.com" target="_blank">Jigantics</b></a></b>) and<br>
<b><a href="http://www.radiomk.co.uk" target="_blank">Peter Ball</a></b> (Linda Watkins Band) also spoke into the microphone<br> 
Looking forward to <b><a href="http://www.bloxfest.org.uk" target="_blank">Bloxfest</a></b> on Saturday 10th May.<br>
<br>

Featuring music :<BR>
<b>Willow Creek</b> by <b><a href="http://www.steve-tilston.co.uk" target="_blank">Steve Tilston</b></a></b><br>
<b>Recycled Teenagers</b> by <b><a href="https://www.youtube.com/watch?v=QRaOY9yEzlE" target="_blank">Shooter</b></a></b><br>
<b>Koln Square</b> by <b><a href="http://www.tomleary.co.uk" target="_blank">Tom Leary</b></a></b><br>
<b>People's Song</b> by <b><a href="http://www.leatherat.com" target="_blank">Leatherat</b></a></b><br>


<br>
<br>Click here to listen to : <a href="./mp3/brolly_220.mp3" target="_blank">Brolly Show 220</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>

<tr><td>
<FONT color="#80040" size="+1">Show 221 - Mon May 26th 2014</FONT><BR>
Presented by Jules Procter.<BR>
<br>
On this show, there's an interview with <b>Tim Wilkins</b>, the festival organiser for<br><a href="http://www.northoxoncamra.org.uk/bbf2014" target="_blank"><b>Banbury Beer Festival</b></a>, where Jono of <b>Leatherat</b> kindly gave me a copy of their latest CD,<br>
<b>Snake Eyes</b>.<br>
While in between his many gigs, and duties with <b>Music at The Crossroads</b>, <b>Pete Watkins</b><br>
found time to pop round and talk about his music and projects,<br>
which has resulted in two in-depth pieces featured in this Brolly.<br>
<br>
Upcoming events :<br>
<b><a href="http://www.hookymusic.co.uk/" target="_blank">Music at The Crossroads</b></a>, Hook Norton - Fri 30th and Sat 31th May<br>

<b><a href="http://www.visitnorthoxfordshire.com/events/the-banbury-classic-car-and-bike-show-p1063921s" target="_blank">Classic Car & Bike Show</a></b> on Sat 7th June, at <a href="http://www.banburyparty.co.uk" target="_blank"><b>Drayton Leisure Golf Centre</b></a>.<br>
Followed, in the evening by a<a href="http://www.banburyfolkfestival.co.uk" target="_blank"><b>Banbury Folk Festival</b></a> fundraiser "Swing Back To The Sixties"<br>
with <b>Sunny Afternoon</b>, the authentic sixties beat band featuring Pete Watkins.<br>
<br>

Featuring music :<BR>
<b>Snake Eyes</b> by <b><a href="http://www.leatherat.com" target="_blank">Leatherat</b></a></b><br>
<b>Memphis To Yazoo</b> by <b><a href="http://www.petewatkins.co.uk" target="_blank">Pete Watkins</b></a></b><br>
<b>Listen To Me</b> by <b><a href="http://spankbluesband.co.uk/" target="_blank">Spank The Monkey</b></a></b><br>


<br>
<br>Click here to listen to : <a href="./mp3/brolly_221.mp3" target="_blank">Brolly Show 221</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>

<tr><td>
<FONT color="#80040" size="+1">Show 222 - Thu Apr 2nd 2015</FONT><BR>
Presented by Jules Procter.<BR>
<br>
It's been quite a while since the last podcast, but after seeing the <b>Rachel Hamer Band</b> play a blinder at Banbury Folk Club recently,
as part of their tour down south.  I thought it was about time I got recording again to bring this brilliant band to your attention, if you haven't come cross them already.<br>
I've finally semi-retired, leaving the world of corporate IT behind me. I can hardly believe I started working on VME mainframes over 34 years ago, initially as a computer operator, before moving into technical support.<br>
However, to say I've fallen on my feet, is something of an understatement, as I've secured a part-time job as a brewery assistant working for <b>James and Sarah Pickering</b> at the<br>
 <a href="http://www.gundogales.co.uk/" target="_blank"><b>Gun Dog Ales</b></a> micro-brewery in Woodford Halse.<br>
Also here's a story set about 73 years in the future, <b>Millie Steps Down</b>.<br>
"Millions of people now lived on narrow boats, broad-beam boats and houseboats across the country, following on from her pilot project at King's Sutton.
Whole communities establised around the marinas, growing their own food in greenhouses and allotments, generating their own electricity from solar and bio-mass.
It gave her hope that a corner had been turned."
<br><br>
Upcoming events :<br>
<b><a href="http://www.banburyfolkfestival.co.uk" target="_blank">Banbury Song and Ale weekend</b></a>, Banbury Cricket Club - Fri 10th to Sun 12th April<br>
<b><a href="http://www.thefleeceinn.co.uk/" target="_blank">Fleece Inn - Sing in the Spring Weekend</a></b>, Bretforton - Fri 10th to Sun 12th April<br>
<b><a href="http://www.banburyfolkclub.co.uk/" target="_blank">Banbury Folk Club 16th birthday party</a></b> Wed 15th April<br>
<b><a href="http://www.folkweekendoxford.co.uk" target="_blank">Oxford Folk Weekend</b></a> Fri 17th to Sun 19th April<br>

<br><br>

Featuring music :<BR>
<b>Her Bright Smile</b> by <b><a href="http://www.facebook.com/RachelHamerMusic" target="_blank">Rachel Hamer Band</b></a></b><br>
<b>Not For Keeping</b> by <b><a href="http://www.petewatkins.co.uk" target="_blank">Pete Watkins</b></a></b><br>
<b>Beyond The Moon</b> by <b><a href="http://www.motl.co.uk" target="_blank">Meet On The Ledge</b></a></b><br>
<br>
And story :-<br>
<b>Millie Steps Down</b><br>

<br>
<br>Click here to listen to : <a href="./mp3/brolly_222.mp3" target="_blank">Brolly Show 222</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>

<tr><td>
<FONT color="#80040" size="+1">Show 223 - Wed Apr 22nd 2015</FONT><BR>
Presented by Jules Procter.<BR>
<br>
One of the highlights of the Banbury Song and Ale weekend, was "The Stairwell to Heaven",<br>
a set of impromptu late-evening singing sessions,<br>
and this podcast features some recordings taken on the Friday evening.<br>
Then it was off to Folk Weekend Oxford, for music, stories and interviews with Matt from <b>Coldharbour</b> and Gary from <b>The Hut People</b>.<br>
And coming up it's the Adderbury Day Of Dance on 25th April.<br>
<br><br>
Featuring music :<BR>
<b>Vasen</b> by <b><a href="http://www.thehutpeople.co.uk" target="_blank">The Hut People</b></a></b><br>
<b>The Valley</b> by <b><a href="http://www.benavison.com" target="_blank">Ben Avison</b></a></b><br>
<br>
Events :<br>
<b><a href="http://www.banburyfolkfestival.co.uk" target="_blank">Banbury Folk Festival</b></a><br>
<b><a href="http://www.folkweekendoxford.co.uk" target="_blank">Folk Weekend Oxford</b></a><br>
<b><a href="http://www.adderbury.org" target="_blank">Adderbury Day Of Dance</b></a><br>
<br><br>
And links :-<br>
<b><a href="http://coldharbour-trio.co.uk" target="_blank">Coldharbour</b></a><br>
<b><a href="http://www.boldwood.org" target="_blank">Boldwood</b></a><br>
<b><a href="http://debsnewbold.com" target="_blank">Debs Newbold</b></a><br>

<br>
<br>Click here to listen to : <a href="./mp3/brolly_223.mp3" target="_blank">Brolly Show 223</a>&nbsp;&nbsp;<br>
And the Stairwell to Heaven recordings :-<br>
<a href="./mp3/Banbury_Song_and_Ale_Part1.mp3" target="_blank">Part 1</a>&nbsp;&nbsp;
<a href="./mp3/Banbury_Song_and_Ale_Part2.mp3" target="_blank">Part 2</a>&nbsp;&nbsp;
<a href="./mp3/Banbury_Song_and_Ale_Part3.mp3" target="_blank">Part 3</a>&nbsp;&nbsp;
<a href="./mp3/Banbury_Song_and_Ale_Part4.mp3" target="_blank">Part 4</a>&nbsp;&nbsp;<br>
<br>
<img src="./pix/Breathless_Wind.jpg"><br>
Breathless Wind, providing moral support at the Pitt Rivers Museum<br>
during my storytelling at Folk Weekend Oxford.<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>

<tr><td>
<FONT color="#80040" size="+1">Show 224 - Sun May 3rd 2015</FONT><BR>
Presented by Jules Procter.<BR>
<br>
The 40th Adderbury Day Of Dance on 25th April was a great community gathering<br>
and <b>Chris Leslie</b> talks about the morris revival.<br>
Another interview is with <b>Steve Gold</b>, talking about his art-photography, <b>Oxfordshire Artweeks</b> and the <b>Queens Road Community Group</b>.<br>
And coming up it's <b>Banbury Beer Festival</b> and <b>Bloxfest</b>.<br>
<br>
Featuring music :<BR>
<b>Washing Day</b> by <b><a href="http://www.timradford.com" target="_blank">Tim Radford</b></a></b><br>
<b>Six Thousand Miles</b> by <b><a href="http://www.twocoatscolder.com" target="_blank">Two Coats Colder</b></a></b><br>
<b>The River Flows On Parts 1 & 2</b> by <b><a href="http://www.tomleary.co.uk" target="_blank">Tom Leary</b></a></b><br>
<br>
Events :<br>
<b><a href="http://www.artweeks.org" target="_blank">Oxfordshire Artweeks</b></a><br>
<b><a href="http://banburybeerfest.camra.org.uk" target="_blank">Banbury Beer Festival</b></a><br>
<b><a href="http://www.bloxfest.org.uk" target="_blank">Bloxfest</b></a><br>
<br>
And links :-<br>
<b><a href="http://adderburymorris.org.uk" target="_blank">Adderbury Morris</b></a><br>
<b><a href="https://www.facebook.com/pages/Adderbury-Village-Morris-Men/328737817230" target="_blank">Adderbury Village Morris Facebook page</b></a><br>
<b><a href="https://visitbanbury.wordpress.com" target="_blank">Visit Banbury</b></a><br>

<br>Click here to listen to : <a href="./mp3/brolly_224.mp3" target="_blank">Brolly Show 224</a>&nbsp;&nbsp;<br><br>
<img src="./pix/adod15.jpg"><br>
Dave with the Adderbury Village Morris Hobby Horse<br>
at the 40th Adderbury Day of Dance<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>

<tr><td>
<FONT color="#80040" size="+1">Show 225 - Mon May 18th 2015</FONT><BR>
Presented by Jules Procter.<BR>
<br>
A show about the 2015 <b>St. Richard's Hospice</b> Malvern Hills walk.<br>
Eleven miles, through three counties, along the beautiful Malvern Hills.<br>
With storytelling at the <b>Wyche Inn</b>. Thanks go to Steph and Tony.<br>
Superb photos of the Malverns are available by <b>Shuttershere</b>, who support the hospice.<br>
<br>
Featuring music :<BR>
<b>Still</b> by <b><a href="http://www.northsyde.co.uk" target="_blank">Funkdory (now known as Northsyde)</b></a></b><br>
<b>Out Of Step</b> by <b><a href="http://www.RagnRollMusic.net" target="_blank">Fraser and Toots</b></a></b><br>
<b>Left Me Standing</b> by <b><a href="http://www.fosbrothers.com" target="_blank">FOS Brothers</b></a></b><br>
<b>Favourite Red Coat</b> by <b><a href="http://www.grenbartley.com" target="_blank">Gren Bartley</b></a></b><br>
<br>
And links :-<br>
<b><a href="http://www.strichards.org.uk" target="_blank">St. Richard's Hospice</b></a><br>
<b><a href="https://www.shutter-sphere.com" target="_blank">Shuttershere</b></a><br>
<b><a href="http://www.thewycheinn.co.uk" target="_blank">The Wyche Inn</b></a><br>

<br>Click here to listen to : <a href="./mp3/brolly_225.mp3" target="_blank">Brolly Show 225</a>&nbsp;&nbsp;<br><br>
<img src="./pix/mhw15.jpg"><br>
View of British Camp and Worcestershire Beacon<br>
taken during the Malvern Hills walk<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<FONT color="#80040" size="+1">Show 226 - Mon June 8th 2015</FONT><BR>
Presented by Jules Procter.<BR>
<br>
There are a lot of smiling faces in the world of Banburyshire, mostly due to new CDs and upcoming festivals.<br>
With tracks from the new TRADArrr, Marion Fleetwood and Kirsty Bromley CDs,<br>
and interviews with PJ Wright and Marion Fleetwood.<br>
I've also been having fun at Towcester Food Festival, pulling pints at the Gun Dog Ales bar.<br>
(Also sampling the new Summer Special beer, Hop Goes The Beagle, fabulous!)<br> 
<br>
Featuring music :<BR>
<b>Broken Man</b> by <b><a href="http://www.gerrycolvin.co.uk" target="_blank">ColvinQuarmby</b></a></b><br>
<b>Simple Ploughboy</b> by <b><a href="http://www.tradarrr.com" target="_blank">TRADarrr</b></a></b><br>
<b>The Curve Of My Back</b> by <b><a href="http://marionfleetwood.tumblr.com" target="_blank">Marion Fleetwood</b></a></b><br>
<b>Valley Song </b> by <b><a href="http://www.kirstybromley.com" target="_blank">Kirsty Bromley</b></a></b><br>
<br>
And links :-<br>
<b><a href="http://www.wychwoodfolkclub.com" target="_blank">Wychwood Folk Club</b></a><br>
<b><a href="http://www.stratfordfabfest.uk" target="_blank">Stratford FAB Fest (18th-19th July)</b></a><br>
<b><a href="http://www.stratforduponavonfolkclub.co.uk" target="_blank">Stratford Folk Club</b></a><br>
<b><a href="http://www.newforestfolkfestival.co.uk" target="_blank">New Forest Folk Festival (26th-30th August)</b></a><br>
<b><a href="http://www.theblueboar.co.uk" target="_blank">The Blue Boar, Temple Grafton</b></a><br>
<b><a href="http://www.gundogales.co.uk" target="_blank">Gun Dog Ales</b></a><br>
<b><a href="http://www.towcesterfoodfestival.co.uk" target="_blank">Towcester Food Festival</b></a><br>
<br>Click here to listen to : <a href="./mp3/brolly_226.mp3" target="_blank">Brolly Show 226</a>&nbsp;&nbsp;<br><br>
<img src="./pix/Jules_GDA.jpg" width=300><br>
Jules Procter behind the Gun Dog Ales bar<br>
at Towcester Food Festival<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>

<tr><td>
<FONT color="#80040" size="+1">Show 227 - Wed July 1st 2015</FONT><BR>
Presented by Jules Procter.<BR>
<br>
Thankfully, there is a multitude of festivals to get along to this year.<br>
Many thanks to Nick, Helen and Keith for being so welcoming<br>
and putting on a super BBQ for the helpers at the upcoming New Forest Folk Festival,<br>
which takes place between the 26th and the 30th of August.<br>
The podcast features an iterview with Nick and Keith and also with Tony Ecclestone,<br>
bass player with Shooter, recorded at Adderbury party In The Park.<br> 
A number of villages are now putting together some great familiy-friendly music festivals,<br>
Bloxham with Bloxfest earlier in the year, Adderbury has just held the Party in the Park,<br>
and on Saturday 15th July there will be the Bodicote village Bodfest.<br> 
<br>
Featuring music :<BR>
<b>Whisper Of The Moon</b> by <b><a href="http://www.hedgeofsound.com" target="_blank">Little Johnny England</b></a></b><br>
<b>Hubbadillia</b> by <b><a href="http://www.3daftmonkeys.co.uk" target="_blank">3 Daft Monkeys</b></a></b><br>
<b>Beyond The Moon</b> by <b><a href="http://www.motl.co.uk" target="_blank">Meet On The Ledge</b></a></b><br>
<b>Turn It Up</b> by <b><a href="http://www.shooter-rocks.com" target="_blank">Shooter</b></a></b><br>

<br>
And links :-<br>
<b><a href="http://www.swanatascott.com" target="_blank">Swanfest</b></a><br>
<b><a href="http://www.stratfordfabfest.uk" target="_blank">Stratford FAB Fest (18th-19th July)</b></a><br>
<b><a href="http://www.bodfest.co.uk" target="_blank">BODfest</b></a><br>
<b><a href="http://www.newforestfolkfestival.co.uk" target="_blank">New Forest Folk Festival (26th-30th August)</b></a><br>
<br>Click here to listen to : <a href="./mp3/brolly_227.mp3" target="_blank">Brolly Show 227</a>&nbsp;&nbsp;<br><br>
<img src="./pix/nfffbbq.jpg" width=300><br>
The New Forest Folk Festival team<br>
(with me at the back)<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>

<tr><td>
<FONT color="#80040" size="+1">Show 228 - Fri August 7th 2015</FONT><BR>
Presented by Jules Procter.<BR>
<br>
Both <b>Swanfest</b> and the <b>Stratford FABFest</b> were great successes,<br>
as were the two recent fundraisers, for local music supporter <b>Sean Allen</b>,<br>
and <b>In The Garden</b>, organised by the <b>Restore</b> charity.<br>
I'm looking forward to <b>Banbury Food Festival</b> on Sunday 9th August,<br>
as <b>James and Sarah Pickering</b> of <b>Gun Dog Ales</b> will be there.<br>
Also to taking Horton the hobby horse, to the <b>Thurfolk</b> festival,<br>
which starts on Friday 14th August.<br> 
Features an interview with <b>Tori Rushton</b> of <b>Stratford Folk Club</b><br>
<br>
Featuring music :<BR>
<b>Nancy's Song</b> by <b><a href="https://www.reverbnation.com/petejoshua" target="_blank">Pete Joshua</b></a></b><br>
<b>I'm Cutting Free</b> by <b><a href="http://www.winterwilson.com" target="_blank">Winter Wilson</b></a></b><br>
<b>Everytime</b> by <b><a href="http://www.RagnRollMusic.net" target="_blank">Fraser and Toots</b></a></b><br>
<b>Endsong</b> by <b><a href="https://www.reverbnation.com/markpidgeon" target="_blank">Mark Pidgeon</b></a></b><br>

<br>
And links :-<br>
<b><a href="http://www.restore.org.uk" target="_blank">Restore - working for mental health</b></a><br>
<b><a href="http://www.swanatascott.com" target="_blank">Swanfest</b></a><br>
<b><a href="http://www.stratfordfabfest.uk" target="_blank">Stratford FAB Fest</b></a><br>
<b><a href="http://www.stratforduponavonfolkclub.co.uk" target="_blank">Stratford Folk Club</b></a><br>
<b><a href="http://thurfolk.webs.com/" target="_blank">Thurfolk (14th-16th August)</b></a><br>
<b><a href="http://www.gundogales.co.uk" target="_blank">Gun Dog Ales</b></a><br>
<br>Click here to listen to : <a href="./mp3/brolly_228.mp3" target="_blank">Brolly Show 228</a>&nbsp;&nbsp;<br><br>
<img src="./pix/In_the_Garden_Christopher_Trafford_23j.jpg" width=300><br>
Jules and Breathless at In The Garden<br> 
(Photograher :- Christopher Trafford)<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>

<tr><td>
<FONT color="#80040" size="+1">Show 229 - Thu September 3rd 2015</FONT><BR>
Presented by Jules Procter.<BR>
<br>
A friendly time with good music, the <b>New Forest Folk Festival</b> was a great success,<BR>
and this show features tracks from three of the artists who performed there.<BR>
Many thanks to Nick, Keith, Helen and Jo of the Curtis family who organise the event,<BR>
and also to all the stewards, helpers and the security staff who made it such an enjoyable time.<BR>
I'll be storytelling, with Horton the hobby horse, at the <b>BYHP Big Lunch</b> on Sunday 6th September.<BR>
Also at <b>Banbury Folk Festival</b>, which runs from 9th-11th October.<br>
<br>
Featuring music :<BR>
<b>Astral Eyes</b> by <b><a href="http://www.3daftmonkeys.co.uk" target="_blank">3 Daft Monkeys</b></a></b><br>
<b>The Landlord's Daughter</b> by <b><a href="http://www.fabianholland.com" target="_blank">Fabian Holland</b></a></b><br>
<b>My Heart's Where My Home Used To Be</b> by <b><a href="http://pjwrighthedgeofsound.wix.com/hedgeofsound" target="_blank">Little Johnny England</b></a></b><br>

<br>
And links :-<br>
<b><a href="http://www.banburyfolkfestival.co.uk" target="_blank">Banbury Folk Festival</b></a><br>
<b><a href="http://www.byhp.org.uk/event-details.html" target="_blank"> BYHP (Banbury Young Homelessness Project) Big Lunch</b></a><br>
<b><a href="http://www.newforestfolkfestival.co.uk" target="_blank">New Forest Folk Festival</b></a><br>
<br>Click here to listen to : <a href="./mp3/brolly_229.mp3" target="_blank">Brolly Show 229</a>&nbsp;&nbsp;<br><br>
<img src="./pix/Keith_NFFF.jpg" width=640><br>
Keith Curtis with the "merch barrow"<br> 
at the New Forest Folk Festival<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 23 - Sunday June 25th 2006</font><br>
Featuring :-<br>
The Bold Fusilier by Isambarde<br>
My  True Love Is A Caveman by Meet On The Ledge<br>
Easy Goodbye by Julie Ellison<br>

<br>Click here to listen to : <a href="./mp3/brolly_023.mp3" target="_blank">Brolly Show 23</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>

<tr><td>
<FONT color="#80040" size="+1">Show 230 - Sat October 3rd 2015</FONT><BR>
Presented by Jules Procter.<BR>
<br>
Banbury Folk and Hobby Horse Festival, which runs from 9th-11th October,
is the next social occasion after Banbury Canal Day, and follows on from
the success of the Banbury Night Market.
The podcast includes interviews with <b>Richard Pinchin</b> of <b>Smoke and Spice BBQ</b>,
and with <b>Ali Bolton</b> of <b>The Blossom Shop</b>, Woodford Halse.<br> 
<br>
Featuring music :<BR>
<b>Down By The Lake</b> by <b><a href="http://www.greggcave.com" target="_blank">Gregg Cave</b></a></b><br>
<b>Lord Franklin</b> by <b><a href="http://www.duncanmcfarlane.co.uk" target="_blank">The Duncan McFarlane Band</b></a></b><br>
<b>The Ninth Song</b> by <b><a href="http://gerrycolvin.co.uk" target="_blank">Gerry Colvin</b></a></b><br>

<br>
And links :-<br>
<b><a href="http://www.banburyfolkfestival.co.uk" target="_blank">Banbury Folk Festival</b></a><br>
<b><a href="http://www.theblossomshop.co.uk" target="_blank">The Blossom Shop</b></a><br>
<b><a href="http://www.smokeandspicebbq.uk" target="_blank">Smoke and Spice BBQ</b></a><br>
<b><a href="https://www.facebook.com/groups/149744055070715" target="_blank">Longdogs Facebook group</b></a><br>
<br>Click here to listen to : <a href="./mp3/brolly_230.mp3" target="_blank">Brolly Show 230</a>&nbsp;&nbsp;<br><br>
<img src="./pix/show230.jpg" width=300><br>
Jules and Horton preparing for<br> 
Banbury Folk Festival<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>

<tr><td>
<FONT color="#80040" size="+1">Show 231 - Tue November 24th 2015</FONT><BR>
Presented by Jules Procter.<BR>
<br>
At the Banbury Folk and Hobby Horse Festival, I found myself outside the <b>Books and Ink</b> bookshop in White Lion Walk in Banbury,<br>
together with Caroline the musical saw player and Adrian D'Orling, all with our Eton hobby Horses.<br>
Disco dancing hobby horse are not what you would usually associate with promoting bookshops,<br>
but as they have just celebrated 10 years of being in business, I thought I had better return<br>
for a more conventional interview with the owner, <b>Samantha Barnes</b>.<br>
Also news of the <b>Austin Allegros</b> Christmas CD <b>Snow and Jingle All the Way</b>
<br>
Featuring music :<BR>
<b>Mama Wind</b> by <b><a href="http://www.kimbersmen.co.uk" target="_blank">Kimber's Men</b></a></b><br>
<b>One Man Alone</b> by <b><a href="http://www.kastaphor.bandcamp.com" target="_blank">Kastaphor</b></a></b><br>
<b>Large One</b> by <b><a href="http://www.leatherat.com" target="_blank">Leatherat</b></a></b><br>

<br>
And links :-<br>
<b><a href="http://www.banburyfolkfestival.co.uk" target="_blank">Banbury Folk Festival</b></a><br>
<b><a href="http://www.booksandinkbookshop.com/" target="_blank">Books and Ink Bookshop</b></a><br>
<br>Click here to listen to : <a href="./mp3/brolly_231.mp3" target="_blank">Brolly Show 231</a>&nbsp;&nbsp;<br><br>
<img src="./pix/show231.jpg" width=300><br>
Horton dancing with TRADarrr<br> 
at Banbury Folk Festival<br>
(Photographer :- John Wright)<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<FONT color="#80040" size="+1">Show 232 - Sat December 12th 2015</FONT><BR>
Presented by Jules Procter.<BR>
<br>
The festive season wouldn't be complete without silly songs, laughter and parties.<br>
Humourous versions of familiar songs is the <b>Austin Allegros</b> way.<br>
(See them at <b>Banbury Folk Club</b> on Wednesday 16th December).</br>
The wonderful <b>Gerry Colvin</b>, who has brought more laughter than most to his performances,<br>
talks about his year with <b>Terry And Gerry</b> and <b>The Gerry Colvin Band</b>.<br>
(See them at <b>Stratford Folk Club</b>, also on Wednesday 16th December).</br>
And the fabulous <b>Shooter</b> rock out the show, with their Christmas single.<br>
<br>
Featuring music :<BR>
<b>Wrapping Up Christmas</b> by <b><a href="http://www.theaustinallegrocountrydanceconsortium.co.uk" target="_blank">The Austin Allegros</b></a></b><br>
<b>The Shakespeare Carol</b> by <b><a href="http://gerrycolvin.co.uk" target="_blank">ColvinQuarmby</b></a></b><br>
<b>Time To Rock</b> by <b><a href="http://www.shooter-rocks.com" target="_blank">Shooter</b></a></b><br>
<b>Time To Rock</b> by <b><a href="https://www.youtube.com/watch?v=lUWgk3GKV68&feature=youtu.be" target="_blank">YouTube video by Shooter</b></a></b><br>
<b>Time To Rock</b> by <b><a href="https://itunes.apple.com/gb/album/id1060125064?app=itunes" target="_blank">buy from iTunes</b></a></b><br>
<br>
And links :-<br>
<b><a href="http://www.banburyfolkclub.co.uk" target="_blank">Banbury Folk Club</b></a><br>
<b><a href="http://www.stratforduponavonfolkclub.co.uk" target="_blank">Stratford Folk Club</b></a><br>
<b><a href="http://http://www.theblueboar.co.uk" target="_blank">Blue Boar Inn</b></a> home to:-<br>
<b><a href="http://www.knittedcharacterfolkfestival.co.uk" target="_blank">The Knitted Character Folk Festival</b></a><br>
<b><a href="http://www.cherryred.co.uk" target="_blank">Cherry Red</b></a> the independant record label, home to:-<br>
<b><a href="http://www.terryandgerry.com" target="_blank">Terry And Gerry</b></a>, the cult skiffle cow-punk band<br>
<br>Click here to listen to : <a href="./mp3/brolly_232.mp3" target="_blank">Brolly Show 232</a>&nbsp;&nbsp;<br><br>
<img src="./pix/show232.jpg" width=400><br>
Austin Allegros Xmas CD<br> 
"Snow And Jingle All The Way"<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>

<tr><td>
<FONT color="#80040" size="+1">Show 233 - Wed January 6th 2016</FONT><BR>
Presented by Jules Procter.<BR>
<br>
I suppose this time of year is when we often get in touch with friends and family,<br>
but once New Year is behind us, for some things go a bit flat.<br>
Not the case for all those who will be wassailing on Saturday 9th January.<br>
The Banbury hobby horses have been invited by <b>Stephen Rowley</b> to join in with the <b>Stroud Wassail</b>,<br>
So Cheryl and Horton will be making the trip to Gloucestershire, for a day of fun and frolics.<br>
(Stephen is the man who constructed Blanche, the Banbury Fine Lady's horse.)<br>
On the way back I'll be swinging by the <b>Fleece Inn</b> at Bretforton, to join in with their wassail.<br>
The podcast includes an interview with legendary singer/song-writer <b>John Conolly</b>.<br>
<br>
Featuring music :<BR>
<b>The Sheepstealers</b> by <b><a href="http://www.duncanmcfarlane.co.uk" target="_blank">The Duncan McFarlane Band</b></a></b><br>
<b>Left Me Standing</b> by <b><a href="http://www.fosbrothers.com" target="_blank">FOS Brothers</b></a></b><br>
<b>This Is The Last Time (Chill Mix)</b> by <b><a href="https://www.facebook.com/alexandergow" target="_blank">Wee Alex</b></a></b><br>

<br>
And links :-<br>
<b><a href="http://www.banburyfolkclub.co.uk" target="_blank">Banbury Folk Club</b></a><br>
<b><a href="http://stroudwassail.com" target="_blank">Stroud Wassail</a></b>, on Fri 8th to Sat 9th Jan<br>
<b><a href="http://www.thefleeceinn.co.uk/" target="_blank">Fleece Inn</a></b>, Bretforton  - Wassail on Sat 9th Jan<br>
<b><a href="https://www.facebook.com/johnconollymusician" target="_blank">John Conolly</a></b>, singer song-writer<br>


<br>Click here to listen to : <a href="./mp3/brolly_233.mp3" target="_blank">Brolly Show 233</a>&nbsp;&nbsp;<br><br>
<img src="./pix/show233.jpg" width=400><br>
Wassailing at The Fleece Inn<br> 

</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>

<tr><td>
<FONT color="#80040" size="+1">Show 234 - Mon February 1st 2016</FONT><BR>
Presented by Jules Procter.<BR>
<br>
This year has got off to a great start and dry January it certainly hasn't been,<br>
 as I've only just finished drinking up the <b>Gun Dog Ales</b> and <b>Brewdog</b> beers purchased for Xmas,<br>
 and very enjoyable they have been. I've also spent quite a while on techie things, backing up files and such like.<br>
But it's not just been time spent on the computer this year, I've been on a number of great walks with family,<br>
and the <b>Around-about-North-Oxon Meeetup</b> group, as well as just taking Lucy the cocker spaniel out for some exercise.<br>
<br>
Featuring music :<BR>
<b>Slow Down</b> by <b><a href="http://www.jinski.com" target="_blank"> Jinski</b></a></b><br>
<b>Song of the Dell</b> by <b><a href="http://www.okavanga.com" target="_blank">Oka Vanga</b></a></b><br>
<b>The Dream</b> by <b><a href="http://chrisbeck.co.uk" target="_blank">Chris Beck</b></a></b><br>
<b>The Gowden Locks o Anna</b> by <b><a href="http://hectorgilchrist.co.uk" target="_blank">Hector Gilchrist</b></a></b><br>
<br>
And links :-<br>
<b><a href="http://www.meetup.com/Around-about-North-Oxon" target="_blank">Around-about-North-Oxon Meeetup</b></a><br>
<b><a href="http://www.herbcentre.co.uk" target="_blank">The National Herb Centre</a></b><br>
<b><a href="http://www.brunningandprice.co.uk/falcon/homepage" target="_blank">The Falcon at Warmington</a></b><br>

<br>Click here to listen to : <a href="./mp3/brolly_234.mp3" target="_blank">Brolly Show 234</a>&nbsp;&nbsp;<br><br>
<img src="./pix/show234.jpg" width=400><br>
Lucy at The National Herb Centre<br> 

</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>

<tr><td>
<FONT color="#80040" size="+1">Show 235 - Mon March 28th 2016</FONT><BR>
Presented by Jules Procter.<BR>
<br>
This will be the last of the Banburyshire Brolly podcasts, after ten years, it's time to call a halt to things.<br> 
However, all the shows will still be available for at least the next year, thanks to the hosting deal I have
with <b>Jo Cox Design</b>,<br>
 so you have plenty of time to listen to your favourite pieces.<br>
I'd like to thank all the presenters who have been involved, <b>Matt Hicks, Gregg Cave, Linda Watkins,<br>
 James and Skirky</b> from the band <b>Songs from the Blue House</b>, and especially <b>Bob Barrows</b>.<br>
I'd also like to thank all the musicians who have provided tracks, and all the interviewees for their time and insights.<br>
<br>
Featuring music :<BR>
<b>Big Tree</b> by <b><a href="http://www.stevebonham.net" target="_blank"> Steve Bonham and The Long Road</b></a></b><br>
<b>Au Jardin D'Amour</b> by <b><a href="http://www.ludomusic.co.uk/thestrawhorses/pages/home.shtml" target="_blank">The Straw Horses</b></a></b><br>
<b>William Morris-Wat Tyler</b> by <b><a href="http://www.greggcave.com" target="_blank">Gregg Cave</b></a></b><br>
<b>The Linden Tree</b> by <b><a href="http://marionfleetwood.tumblr.com" target="_blank">Marion Fleetwood</b></a></b><br>

<br>
And story :-<br>
<b>Horace The Hobby Horse</b>  by <b><a href="http://www.banburyshire.net/story_telling.html" target="_blank">Jules Procter</b></a></b><br>
<br>
And links :-<br>
<b><a href="http://www.banburyfolkfestival.co.uk" target="_blank">Banbury Folk Festival</b></a><br>
<b><a href="http://www.jocoxdesign.co.uk" target="_blank">Jo Cox Design</a></b><br>

<br>Click here to listen to : <a href="./mp3/brolly_235.mp3" target="_blank">Brolly Show 235</a>&nbsp;&nbsp;<br><br>
<img src="./pix/show235.jpg" width=400><br>
Horton with Jules<br> 

</td></tr>
</table>
</body>
</html>
Still to come!
Still to come!
Still to come!
Still to come!
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 24 - Wednesday June 28th 2006</font><br>
Featuring :-<br>
Special interview with Gill Allcock about "Seize The Day"<br>
Will You Meet Me Tonight (on the shore) - by Deb Sandland<br>
prettymittens by Fake Tan<br>
Sunshine Through the Storm by Chris Millington<br>
"Keep The Horton General Hospital" committee chair, George Parrish, talks about the meeting at St Mary's on 6th July at 18:30 - show your support and be there!<br>
<br>Click here to listen to : <a href="./mp3/brolly_024.mp3" target="_blank">Brolly Show 24</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
Still to come!
Still to come!
Still to come!
Still to come!
Still to come!
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 25 - Sunday July 2nd 2006</font><br>
Featuring :-<br>
The Banbury Hobby Horse Festival<br>
Dee Jig by The Duncan McFarlane Band<br>
Something about Tents-A Tent Deficit Syndrome by Mawkin<br>
Stille Nacht by David Stevenson<br>
"Keep The Horton General Hospital" committee secrectary, Keith Bristow, reads from a letter to local newpaper editors.<br>
<br>Click here to listen to : <a href="./mp3/brolly_025.mp3" target="_blank">Brolly Show 25</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 26 - Wednesday July 12th 2006</font><br>
Featuring :-<br>
Le Boeuf Anglais by Little Johnny England<br>
Bad Attitude by FOS Brothers<br>
A Bone In A Dinosaur by ColvinQuarmby<br>
Jenny Webster about the Horton Hospital. <br>
<br>Click here to listen to : <a href="./mp3/brolly_026.mp3" target="_blank">Brolly Show 26</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 27 - Sunday July 16th 2006</font><br>
Featuring :-<br>
Box Of Treasures by Linda Watkins<br>
The Erl-King by Deb Sandland<br>
Beguilled by Vikki Clayton<br>
Interview with Vikki Clayton<br>
<br>Click here to listen to : <a href="./mp3/brolly_027.mp3" target="_blank">Brolly Show 27</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 28 - Wednesday July 19th 2006</font><br>
Featuring :-<br>
Waste Of Angels by Songs from the Blue House<br>
Drowsie Maggie by The wRants<br>
The Big Dipper by Songs from the Blue House<br>
<br>Click here to listen to : <a href="./mp3/brolly_028.mp3" target="_blank">Brolly Show 28</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 29 - Sunday July 23rd 2006</font><br>
Featuring :-<br>
Upside down by Siansa<br>
Extended interview with Bill Tustain<br>
Prayer For A Moo Moo by Moses<br>
<br>Click here to listen to : <a href="./mp3/brolly_029.mp3" target="_blank">Brolly Show 29</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 3 - Sunday April 9th 2006</font><br>
Featuring :-<br>
The Knoll by Kilnaboy<br>
Jug Of This by The Duncan McFarlane Band<br>
Interview with Brolly presenter Gregg Cave<br>
What Will Tomorrow Bring by Barry Hunt<br>
<br>Click here to listen to : <a href="./mp3/brolly_003.mp3" target="_blank">Brolly Show 3</a>&nbsp;&nbsp;<br>

</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 30 - Wednesday July 26th 2006</font><br>
Featuring :-<br>
The Men In The Grey Flannel Suits by ColvinQuarmby<br>
Spill Things by Eaglehead<br>
Imperial Measures by Wee Alex<br>
<br>Click here to listen to : <a href="./mp3/brolly_30.mp3" target="_blank">Brolly Show 30</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 31 - Sunday July 30th 2006</font><br>
Featuring :-<br>
Bonnie Light Horseman by Danansooz<br>
Chickpea by Tantrum<br>
Live recordings from the Ride A Cock Horse Folk Club end of season event at The Mill, Banbury<br>
from The Quarter Pounders and wRants.<br> 
<br>Click here to listen to : <a href="./mp3/brolly_031.mp3" target="_blank">Brolly Show 31</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 32 - Wednesday August 2nd 2006</font><br>
Featuring :-<br>
Wait For The Whistle To Blow by PJ Wright<br>
This Is The Last Time by Wee Alex<br>
Red Moon River by  Tom Leary<br> 
(PJ and Tom are appearing at Fairport's Cropredy Convention on the Thursday.)<br> 
<br>Click here to listen to : <a href="./mp3/brolly_032.mp3" target="_blank">Brolly Show 32</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 33 - Sunday August 6th 2006</font><br>
Featuring :-<br>
Air by 3 Daft Monkeys<br>
Don't Look Now by Deb Sandland<br>
Folk Tonight by  Leatherat<br> 
Interview with Stephen Morris and Claire Freshwater from Banbury District Youth Orchestra.<br> 
<br>Click here to listen to : <a href="./mp3/brolly_033.mp3" target="_blank">Brolly Show 33</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 34 - Wednesday August 9th 2006</font><br>
Featuring :-<br>
Cropredy Bridge by Cave<br>
Bring 'em Down by The Duncan McFarlane Band<br>
The Arran Boat-Herbert the Sherbert  by Mawkin<br> 
<br>Click here to listen to : <a href="./mp3/brolly_034.mp3" target="_blank">Brolly Show 34</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 35 - Sunday August 13th 2006</font><br>
Featuring :-<br>
Dreamtime by Funky Dory<br>
Mermaids Eyes by ColvinQuarmby<br>
Farewell, Farewell by Isambarde<br> 
<br>Click here to listen to : <a href="./mp3/brolly_035.mp3" target="_blank">Brolly Show 35</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 36 - Wednesday August 16th 2006</font><br>
Featuring :-<br>
Delicate Man by Wee Alex<br>
The Thought Of Losing You by Barry Hunt<br>
Looking At The Stars by Vikki Clayton<br> 
<br>Click here to listen to : <a href="./mp3/brolly_036.mp3" target="_blank">Brolly Show 36</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 37 - Sunday August 20th 2006</font><br>
Featuring :-<br>
I Adore by Left Hand Drive<br>
Sliding Into A Dream by annA rydeR<br>
An Dros by Nuada<br>
<br>Click here to listen to : <a href="./mp3/brolly_037.mp3" target="_blank">Brolly Show 37</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 38 - Wednesday August 23rd 2006</font><br>
Special show featuring Nick Lines :-<br>
The Waiting Game<br>
The Raven<br>
The Ferry Man<br>
(This show is over 30 minutes long.)<br>
<br>Click here to listen to : <a href="./mp3/brolly_038.mp3" target="_blank">Brolly Show 38</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 39 - Sunday August 27th 2006</font><br>
Featuring :-<br>
Johnny England by Little Johnny England<br>
Doubloons, Jewels And Ivory by Chris Millington<br>
Just Stay by Megson<br>
Don't forget "Hands Around The Horton" on Sunday 3rd September, 11:00 at Horton Hospital, Banbury<br>
<br>Click here to listen to : <a href="./mp3/brolly_039.mp3" target="_blank">Brolly Show 39</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 4 - Wednesday April 12th 2006</font><br>
Featuring :-<br>
Losing Elizabeth by Cave<br>
Mercia by Meet On The Ledge<br>
Loverboy by Gasgiant<br>
<br>Click here to listen to : <a href="./mp3/brolly_004.mp3" target="_blank">Brolly Show 4</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 40 - Sunday September 3rd 2006</font><br>
Featuring :-<br>
Sun by Flatworld<br>
Fourteen Miles by Cave<br>
Saturday Rain by Al Maslen<br>
Will Hall talking about the music at the Telegraph, Moulton.<br>
Don't forget "Hands Around The Horton" on Sunday 3rd September, 11:00 at Horton Hospital, Banbury<br>
<br>Click here to listen to : <a href="./mp3/brolly_040.mp3" target="_blank">Brolly Show 40</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 41 - Sunday September 3rd 2006</font><br>
Special show about the campaign to save the services at the Banbury Horton General hospital.<br>
With interviews from the "Hands Around The Horton" protest.<br>
<br>Click here to listen to : <a href="./mp3/brolly_041.mp3" target="_blank">Brolly Show 41</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 42 - Wednesday September 6th 2006</font><br>
Featuring :-<br>
Free And Easy by Funky Dory<br>
Hold Back The Tide by Deb Sandland<br>
The Man by 3 Daft Monkeys<br>
Interview with David Henderson, "The Meridian Man"<br>
<br>Click here to listen to : <a href="./mp3/brolly_042.mp3" target="_blank">Brolly Show 42</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 43 - Sunday September 10th 2006</font><br>
Featuring :-<br>
I'm In Ecstacy by Sam Payne<br>
I Wish by Isambarde<br>
Stop by Leatherat<br>
Vin Garbutt talking about fish and chips<br>
<br>Click here to listen to : <a href="./mp3/brolly_043.mp3" target="_blank">Brolly Show 43</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 44 - Wednesday September 13th 2006</font><br>
Featuring :-<br>
Oak & Ash by Megson<br>
Lass Of Glenshee by Danansooz<br>
I Look The Same But I Have Changed by ColvinQuarmby<br>
Part two of the interview with David Henderson, "The Meridian Man"<br>
<br>Click here to listen to : <a href="./mp3/brolly_044.mp3" target="_blank">Brolly Show 44</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 45 - Sunday September 17th 2006</font><br>
Featuring :-<br>
Torture Never Stops by FOS Brothers<br>
Sandman by Moses<br>
At Last by Julie Ellison<br>
<br>Click here to listen to : <a href="./mp3/brolly_045.mp3" target="_blank">Brolly Show 45</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 46 - Wednesday September 20th 2006</font><br>
Featuring :-<br>
Perfect Company by Kilnaboy<br>
On The Contrary by Songs From The Blue House<br>
Waltz For Morgan by Tom Leary<br>
Special coverage of the Cropredy festival, backstage, by Gregg Cave<br>
Including interviews with Maddy Prior, Chris Leslie, Simon Care and Blair Dunlop.<br>
<br>Click here to listen to : <a href="./mp3/brolly_046.mp3" target="_blank">Brolly Show 46</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 47 - Saturday September 23rd 2006</font><br>
Featuring :-<br>
Lovelifenow by Wee Alex<br>
Canadee-I-O by The Duncan McFarlane Band<br>
Homeward by annA rydeR<br>
Pete Bailey talking about MantleFest 2006<br>
<br>Click here to listen to : <a href="./mp3/brolly_047.mp3" target="_blank">Brolly Show 47</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 48 - Wednesday September 27th 2006</font><br>
The Nick Lines special show - part two, featuring :-<br>
Seasons Fall<br>
Refugee<br>
The Last Boat<br>
<br>Click here to listen to : <a href="./mp3/brolly_048.mp3" target="_blank">Brolly Show 48</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 49 - Sunday October 1st 2006</font><br>
Featuring :-<br>
A Spoon Stirring North Of The Border by ColvinQuarmby<br>
No Turning Back by The McCrory Brothers<br>
These Are My People by Vikki Clayton<br>
Coverage of The Mayor's Torchlit March - the protest against the proposed cuts at the Horton General Hospital<br>
<br>Click here to listen to : <a href="./mp3/brolly_049.mp3" target="_blank">Brolly Show 49</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 5 - Sunday April 16th 2006</font><br>
Featuring :-<br>
The Mill Pond Medley by Tom Leary<br>
Leave A Light In The Window by ColvinQuarmby<br>
Ram by Tinkerbell's Dope Ring<br>
<br>Click here to listen to : <a href="./mp3/brolly_005.mp3" target="_blank">Brolly Show 5</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 50 - Wednesday October 4th 2006</font><br>
Featuring :-<br>
Feeling Good Today by Sam Payne<br>
Time by Boris Boogaloo<br>
Sugar by Funky Dory<br>
Coverage of the Banbury Canal Day, including interviews with Malcolm and Nathan from Banbury Chess Club, and with local artist, Claire Wright.<br>
<br>Click here to listen to : <a href="./mp3/brolly_050.mp3" target="_blank">Brolly Show 50</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 51 - Sunday October 8th 2006</font><br>
Presented by Matt Hicks.<br>
Interview with David Stevenson, recorded at Acorn Fayre.<br>
Live tracks :-<br>
Blood Red Moon<br>
Unfinished Lace<br>
<br>Click here to listen to : <a href="./mp3/brolly_051.mp3" target="_blank">Brolly Show 51</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 52 - Wednesday October 11th 2006</font><br>
Presented by Jules Procter.<br>
Featuring :-<br>
Interview with Rachel Gittus and Matt Watson.<br>
Music :-<br>
Heaven's Calling by The Rachel Gittus Band<br>
Wayfairing Stranger by Lorna Franklin and Jeremy Kahn<br>
The Strength by Brothers Falloon<br>
<br>Click here to listen to : <a href="./mp3/brolly_052.mp3" target="_blank">Brolly Show 52</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 53 - Sunday October 15th 2006</font><br>
Presented by Jules Procter.<br>
Featuring :-<br>
A Family On Manor Road by Cave<br>
Flog The Conkers by Steamchicken<br>
Mutual Crumpet  by Little Johnny England<br>
<br>Click here to listen to : <a href="./mp3/brolly_053.mp3" target="_blank">Brolly Show 53</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 54 - Wednesday October 18th 2006</font><br>
Presented by Gregg Cave.<br>
Featuring :-<br>
Joanne The Storyteller - Jo Blake<br>
Wind that shakes the barley by Deb Sandland<br>
Fig For A Kiss by Nuada<br>
<br>Click here to listen to : <a href="./mp3/brolly_054.mp3" target="_blank">Brolly Show 54</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 55 - Sunday October 22nd 2006</font><br>
Presented by Jules Procter.<br>
Featuring :-<br>
Estella by Fake Tan<br>
Then There Was Sunshine by Songs From The Blue House<br>
No Heads Running by Eaglehead<br>
Interview with Gordon Potts, the kilt-wearing caller.<br>
<br>Click here to listen to : <a href="./mp3/brolly_055.mp3" target="_blank">Brolly Show 55</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 56 - Wednesday October 25th 2006</font><br>
Presented by Jules Procter (& Bob the spaniel).<br>
Featuring :-<br>
Mary Read by Duncan McFarlane<br>
Southern Star by Chris Millington<br>
The Mary Standford Of Rye by Meet On The Ledge<br>
<br>Click here to listen to : <a href="./mp3/brolly_056.mp3" target="_blank">Brolly Show 56</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 57 - Sunday October 29th 2006</font><br>
A "Full Of Life" special<br>
Featuring music by:-<br>
Knock Me Down With A Feather by Kilnaboy<br>
This Is The Last Time (Chill Mix) by Wee Alex<br>
<br>Click here to listen to : <a href="./mp3/brolly_057.mp3" target="_blank">Brolly Show 57</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 58 - Wednesday November 1st 2006</font><br>
Featuring music :-<br>
The Ring by Leatherat<br>
Ajde Jano by Flatworld<br>
Hubbadillia by 3 Daft Monkeys<br>
<br>Click here to listen to : <a href="./mp3/brolly_058.mp3" target="_blank">Brolly Show 58</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 59 - Sunday November 5th 2006</font><br>
Featuring music :-<br>
Chasing Oblivion by Wee Alex<br>
The Scarecrow by Deb Sandland<br>
Deadbeat by GasGiant<br>
Interview with Deb Sandland, Martin Green and Ralph Sandland<br>
<br>Click here to listen to : <a href="./mp3/brolly_059.mp3" target="_blank">Brolly Show 59</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 6 - Wednesday April 19th 2006</font><br>
Featuring :-<br>
Big Road Blues by Boris Boogaloo<br>
Tres Cervezas by 3 Daft Monkeys<br>
The Mermaid - Maggie's Pancakes by Siansa<br>
<br>Click here to listen to : <a href="./mp3/brolly_006.mp3" target="_blank">Brolly Show 6</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 60 - Wednesday November 8th 2006</font><br>
Featuring music :-<br>
Girls World by ColvinQuarmby<br>
My Baby Sent Me Walking by Barry Hunt<br>
Just Stay by Megson<br>
<br>Click here to listen to : <a href="./mp3/brolly_060.mp3" target="_blank">Brolly Show 60</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 61 - Sunday November 12th 2006</font><br>
On this Remembrance Sunday - please listen to The Royal British Legion "Two Minute Silence" podcast, thankyou.<br>
Featuring music :-<br>
Another Missing Person by Moses<br>
Still by Funkydory<br>
The Way Things Ought To Be by Little Johnny England<br>
<br>Click here to listen to : <a href="./mp3/brolly_061.mp3" target="_blank">Brolly Show 61</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 62 - Wednesday November 15th 2006</font><br>
Featuring music :-<br>
Warwick Road by Al Maslen<br>
Waltz For Morgan by Tom Leary<br>
The Last Of England by David Stevenson<br>
<br>Click here to listen to : <a href="./mp3/brolly_062.mp3" target="_blank">Brolly Show 62</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 63 - Sunday November 19th 2006</font><br>
Featuring music :-<br>
Ye Jacobites By Name by Kilnaboy<br>
The Train Song by The wRants<br>
Ain't Got No Time by Boris Boogaloo<br>
Interview with Ian Staples, the artist and musician.<br>
<br>Click here to listen to : <a href="./mp3/brolly_063.mp3" target="_blank">Brolly Show 63</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 64 - Sunday November 26th 2006</font><br>
Featuring music :-<br>
Paper My Walls by Anna Ryder<br>
Losing Elizabeth by Cave<br>
Upside Down by Siansa<br>
Short show featuring Jules on the Banbury circular walk.<br>
<br>Click here to listen to : <a href="./mp3/brolly_064.mp3" target="_blank">Brolly Show 64</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 65 - Wednesday November 29th 2006</font><br>
Featuring music :-<br>
Electric Railway by PJ Wright<br>
Spill Things by Eaglehead<br>
Liftoff by tantrum<br>
<br>Click here to listen to : <a href="./mp3/brolly_065.mp3" target="_blank">Brolly Show 65</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 66 - Sunday December 3rd 2006</font><br>
Featuring music :-<br>
Le Boeuf Anglais by Little Johnny England<br>
Easy Goodbye by Julie Ellison<br>
Seasons Fall by Nick Lines<br>
<br>Click here to listen to : <a href="./mp3/brolly_066.mp3" target="_blank">Brolly Show 66</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 67 - Wednesday December 6th 2006</font><br>
Featuring music :-<br>
Antibike by Songs From The Blue House<br>
Anne Of Winster by Tom Leary<br>
The Abbot And The Speckled Hen by Cave<br>
<br>Click here to listen to : <a href="./mp3/brolly_067.mp3" target="_blank">Brolly Show 67</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 68 - Sunday December 10th 2006</font><br>
Featuring music :-<br>
Lost In Reality by Acacia<br>
The Face Of Amy by Spire<br>
Won't Be Staying Too Long by Barry Hunt<br>
Dave Moore talking about Ludlow Medieval Fayre<br>
Rant about post office closures by Jules Procter<br>
<br>Click here to listen to : <a href="./mp3/brolly_068.mp3" target="_blank">Brolly Show 68</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 69 - Wednesday December 13th 2006</font><br>
Featuring music :-<br>
Song For Ireland by Danansooz<br>
I Will Catch You by ColvinQuarmby<br>
When The Talking Is Over by FOS Brothers<br>
Chris Oakes talking about Arujo Organics<br>
<br>Click here to listen to : <a href="./mp3/brolly_069.mp3" target="_blank">Brolly Show 69</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 7 - Saturday April 22nd 2006</font><br>
Featuring :-<br>
Come Dancing by Fake Tan.<br>
Thomas's Morris/ Chasing The Jack by Tom Leary.<br>
The Hard Times Of Old England/The Kesh Gig by Isambarde.<br>
Interviews with the John Bellinger, the landlord of The Bell Inn, Adderbury,
 and with Jono of Leatherat.<br>
<br>Click here to listen to : <a href="./mp3/brolly_007.mp3" target="_blank">Brolly Show 7</a>&nbsp;&nbsp;<br>

</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 70 - Sunday December 17th 2006</font><br>
Featuring music :-<br>
Chickpea by tantrum<br>
Anne Of Lochroyan by Vikki Clayton<br>
Tigerlilly by Fake Tan<br>
<br>Click here to listen to : <a href="./mp3/brolly_070.mp3" target="_blank">Brolly Show 70</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 71 - Wednesday December 20th 2006</font><br>
Featuring music :-<br>
Footsteps by Brothers Falloon<br>
Malatesta's Dream by Kilnaboy<br>
Moonshiner by Lorna Franklin and Jeremy Kahn<br>
<br>Click here to listen to : <a href="./mp3/brolly_071.mp3" target="_blank">Brolly Show 71</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 72 - Sunday December 24th 2006</font><br>
Featuring music :-<br>
Canadee-I-O by  The Duncan McFarlane Band<br>
Close To The Wind by Linda Watkins<br>
Nobles Nautical Nuts - I've Got A Lovely Bunch Of Coconuts by Steamchicken<br>
Interview with Matt Crum, of The Quarter Pounders and Steamchicken.<br>
<br>Click here to listen to : <a href="./mp3/brolly_072.mp3" target="_blank">Brolly Show 72</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800><tr><td>
<font color="#80040" size=+1>Show 73 - Thursday December 28th 2006</font><br>
Featuring music :-<br>
Train Song by the wRants<br>
Unfinished Lace by David Stevenson<br>
Auld Lang Syne by Wee Alex<br>
Plus special suprise track!<br>
May we wish you good health, moderate wealth and great hapiness for 2007.<br>
<br>Click here to listen to : <a href="./mp3/brolly_073.mp3" target="_blank">Brolly Show 73</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 74 - Wednesday January 3rd 2007</font><br>
Featuring music :-<br>
Ram by Tinkerbells Dope Ring<br>
The Strength by Brothers Falloon<br>
It's Time To Say Goodnight by Barry Hunt<br>
<br>Click here to listen to : <a href="./mp3/brolly_074.mp3" target="_blank">Brolly Show 74</a>&nbsp;&nbsp;<br><br>
<hr>
<p align=center>
Produced by Banburyshire Media <br>
Another in the series of Banburyshire products<br>
<br>Copyright &copy; 2007 - Banburyshire Media</a><br>
All Rights Reserved<br>
</p>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 75 - Sunday January 7th 2007</font><br>
Featuring music :-<br>
With These Hands by Meet On The Ledge<br>
The Skin Of My Teeth by PJ Wright<br>
Folk Tonight by Leatherat<br>
<a href="./P_PJ_ad.pdf" target="_blank">Click here for the "A Night Off With Peggy & PJ" gig schedule</a><br><br>
<br>Click here to listen to : <a href="./mp3/brolly_075.mp3" target="_blank">Brolly Show 75</a>&nbsp;&nbsp;<br><br>
</td></tr>

</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 76 - Wednesday January 10th 2007</font><br>
Featuring music :-<br>
Bad Attitude by FOS Brothers<br>
Beautiful Mind by Taxi Hailer (featuring Matt Hicks)<br>
Sleep It Off by Eaglehead<br>
<br>Click here to listen to : <a href="./mp3/brolly_076.mp3" target="_blank">Brolly Show 76</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 77 - Sunday January 14th 2007</font><br>
Featuring music :-<br>
Fingest by Judy Dyble<br>
Fire Thief by Karine Polwart<br>
The Girls With The Yellow Hands by David Stevenson<br>
Gill Allcock talking about the new Blue Coyotes CD<br>
<br>Click here to listen to : <a href="./mp3/brolly_077.mp3" target="_blank">Brolly Show 77</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 78 - Wednesday January 17th 2007</font><br>
Featuring music :-<br>
Airdi Cuan by Shona Kipling and Damien O'Kane<br>
This Other Eden by David Hughes<br>
Green Grows The Laurel by Kris Drever<br>
More music from the Talkawhile Hancock award nominees<br>
<br>Click here to listen to : <a href="./mp3/brolly_078.mp3" target="_blank">Brolly Show 78</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 79 - Sunday January 21st 2007</font><br>
Featuring music :-<br>
Locks and Bolts by Nancy Kerr and James Fagan<br>
Flowers Of The Forest by The Eighteenth Day Of May<br>
LoveJunky by Nick Harper<br>
All three tracks are from Talkawhile Hancock award nominees<br>
Extended interview with Leatherat talking about their new CD (featuring Chris Leslie, Tom Leary and Simon Care, amongst others).<br>
<br>Click here to listen to : <a href="./mp3/brolly_079.mp3" target="_blank">Brolly Show 79</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 8 - Wednesday April 26th 2006</font><br>
Featuring :-<br>
Large One by Leatherat.<br>
South American Dream by ColvinQuarmby.<br>
Dark Island by wRants.<br>
Interview with ColvinQuarmby.<br>
<br>Click here to listen to : <a href="./mp3/brolly_008.mp3" target="_blank">Brolly Show 8</a>&nbsp;&nbsp;<br>

</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 80 - Wednesday January 24th 2007</font><br>
Featuring music :-<br>
Push It by Funkydory<br>
Loverboy by Gasgiant<br>
Everything That's New by Roenik<br>
Extended interview with Steve Treadwell talking about the campaign to get broadband in the village of Ashbury.<br>
<br>Click here to listen to : <a href="./mp3/brolly_080.mp3" target="_blank">Brolly Show 80</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 81 - Sunday January 28th 2007</font><br>
Featuring music :-<br>
Chasing The Moonlight by Cave<br>
Westlin Winds by Hector Gilchrist and Liz Thomson<br>
Lies With Honesty by Linda Watkins<br>
Interview with Hector Gilchrist, talking about the influence of Robert Burns on his life and his music.<br>
<br>Click here to listen to : <a href="./mp3/brolly_081.mp3" target="_blank">Brolly Show 81</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 82 - Sunday February 04th 2007</font><br>
Featuring music :-<br>
Woodshed Boys by The Duncan McFarlane Band<br>
Movies by Circus Envy<br>
More Than A Whisper by The Blue Coyotes<br>
Interview with Tony Ecclestone, talking about the Blue Coyotes new CD, and his other bands.<br>
<br>Click here to listen to : <a href="./mp3/brolly_082.mp3" target="_blank">Brolly Show 82</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 83 - Wednesday February 07th 2007</font><br>
Featuring music :-<br>
Le Boeuf Anglais by Little Johnny England<br>
Bonny at Morn by Spire<br>
Blacksmith's Daughter by Peter London<br>
Interview with Chris Morgan, the award winning chef, talking about the new look at Le Restaurant Francais.<br>
<br>Click here to listen to : <a href="./mp3/brolly_083.mp3" target="_blank">Brolly Show 83</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 84 - Sunday February 11th 2007</font><br>
Featuring music :-<br>
The First Day Of Winter by Tom Leary<br>
Song For Sandy by Dave Pegg and PJ Wright<br>
Sugar by Funkydory<br>
Interview with Adrian Cannon, the Farmer's Weekly Estate Manager of the Year.<br>
<br>Click here to listen to : <a href="./mp3/brolly_084.mp3" target="_blank">Brolly Show 84</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 85 - Wednesday February 14th 2007</font><br>
Presented by Bob Barrows of Auburn, Massachusetts.<br> 
Featuring music :-<br>
Here Come The Angels by Moses.<br>
Galuppi Baldassare by Kris Delmhorst.<br>
Dream Garden by Leatherat.<br>
<br>Click here to listen to : <a href="./mp3/brolly_085.mp3" target="_blank">Brolly Show 85</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 86 - Sunday February 18th 2007</font><br>
Featuring music :-<br>
Reverse Antics by Zoox.<br>
At Last by Julie Ellison.<br>
The Rat's Tale by Udo Dolz.<br>
<br>Click here to listen to : <a href="./mp3/brolly_086.mp3" target="_blank">Brolly Show 86</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 87 - Wednesday February 21st 2007</font><br>
Featuring music :-<br>
A Spoon Stirring North Of The Border by ColvinQuarmby.<br>
A Little Bit Of Green by Peter London.<br>
Loverboy by Gasgiant.<br>

<br>Click here to listen to : <a href="./mp3/brolly_087.mp3" target="_blank">Brolly Show 87</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 88 - Sunday February 25th 2007</font><br>
Featuring music :-<br>
Willow Creek by Steve Tilston.<br>
Tuscan Lassie by Wee Alex.<br>
The Heart Of The Song by Pete Scrowther.<br>
Interview with Steve Tilston talking about his new 5 CD box set from Free Reed Records.<br>
<br>Click here to listen to : <a href="./mp3/brolly_088.mp3" target="_blank">Brolly Show 88</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 89 - Wednesday February 28th 2007</font><br>
Featuring music :-<br>
The Girlie Press Gang by Vikki Clayton.<br>
An Dros by Nuada.<br>
The Hard Times Of Old England and The Kesh Jig by Isambarde.<br>
Tony Ecclestone has e-mailed to say that the Blue Coyotes are appearing at The Mill in Banbury from 2.30 onwards in the Mill bar on Sunday 11th March.<br>
And it's free, although Tony will be quite happy if someone buys him a beer!<br>
<br>Click here to listen to : <a href="./mp3/brolly_089.mp3" target="_blank">Brolly Show 89</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 9 - Wednesday May 3rd 2006</font><br>
Featuring :-<br>
Still by Funkydory<br>
Come In From The Rain by Nick Lines<br>
Bedloe Blues by Eaglehead<br>
<br>Click here to listen to : <a href="./mp3/brolly_009.mp3" target="_blank">Brolly Show 9</a>&nbsp;&nbsp;<br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 90 - Sunday March 4th 2007</font><br>
Featuring music :-<br>
Too Long Coming by Sam Payne.<br>
Leave A Light In The Window by ColvinQuarmby.<br>
The White Moon by Tom Leary.<br><br>
Adrian Cannon, the Farmer's Weekly "Farm Manager of the Year", talking about the award.<br>
N.B. A version of this show is also being featured on Radio Horton,<br>
the hospital radio station for the Horton General Hospital in Banbury.<br>
<br>Click here to listen to : <a href="./mp3/brolly_090.mp3" target="_blank">Brolly Show 90</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 91 - Wednesday March 7th 2007</font><br>
The All-American Show, presented by Bob Barrows, from Auburn, Massachusetts.<br>
Featuring music :-<br>
Passion by The Puddle Jumpers.<br>
Storybook by The Puddle Jumpers.<br>
Found It by Dave McGrath.<br>
<br>Click here to listen to : <a href="./mp3/brolly_091.mp3" target="_blank">Brolly Show 91</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 92 - Sunday March 11th 2007</font><br>
Featuring music :-<br>
Thunder by Brothers Falloon.<br>
Something About Tents/A Tent Deficit Syndrome by Mawkin.<br>
John O'Dreams by The McCrory Brothers.<br>
Interview with Marc Lovatt of the family-run insurance company, R.P.Lovatt.<br>
<br>Click here to listen to : <a href="./mp3/brolly_092.mp3" target="_blank">Brolly Show 92</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 93 - Wednesday March 14th 2007</font><br>
Featuring music :-<br>
The Maid Of Culmore by wRants.<br>
Nobody's Grave by Wilber.<br>
Song For Ireland by Danansooz.<br>
<br>Click here to listen to : <a href="./mp3/brolly_093.mp3" target="_blank">Brolly Show 93</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 94 - Sunday March 18th 2007</font><br>
Featuring music :-<br>
Come In From The Rain by Nick Lines.<br>
Losing Elizabeth by Cave.<br>
Random Acts Of Kindness by PJ Wright.<br>
Interview with top chef, Chris Morgan, talking about the dangers of working in Papua New Guinea.<br>
N.B. A version of this show is also being featured on Radio Horton,<br>
the hospital radio station for the Horton General Hospital in Banbury.<br>
<br>Click here to listen to : <a href="./mp3/brolly_094.mp3" target="_blank">Brolly Show 94</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 95 - Wednesday March 21st 2007</font><br>
Featuring music :-<br>
Couldn't Find The Craic by Leatherat.<br>
Mutual Crumpet by Little Johnny England.<br>
Fake Tan with Peapod.<br>
Interview with Mark Bates, chairman of the North Oxfordshire branch of CAMRA,<br>
talking about the Banbury Beer Festival, which runs from Thursday 22nd to Saturday 24th.<br>
Don't miss out on "Another Grand Ceilidh" at Banbury Town Hall on Saturday 24th March,<br>
with The Old Mettle Band and PJ Wright.<br>
<br>Click here to listen to : <a href="./mp3/brolly_095.mp3" target="_blank">Brolly Show 95</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 96 - Sunday March 25th 2007</font><br>
Featuring music :-<br>
Audrey Hepburn by Tinkerbellsdopering.<br>
Mr Wonder by Left Hand Drive.<br>
Then There Was Sunshine by Songs from the Blue House.<br>
Chatter from the Banbury Beer Festival, celebrating the news that the Brolly shows are to be a regular feature on Radio Horton.<br>
<br>Click here to listen to : <a href="./mp3/brolly_096.mp3" target="_blank">Brolly Show 96</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 97 - Wednesday March 28th 2007</font><br>
Presented by Shane Kirk and James Partridge from Songs from the Blue House,<br>
larking about from a comfy room in Essex, getting in a mention of "Brewers Gold",<br>
and applauding Judy Dyble with her appearance at the "High Barn".<br>
Featuring music :-<br>
Give It Away by Darwyn.<br>
Nothing Could Have Prepared Me by Marina Florance.<br>
Not A Dog by Paul Mosley.<br>
<br>Click here to listen to : <a href="./mp3/brolly_097.mp3" target="_blank">Brolly Show 97</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 98 - Sunday April 1st 2007</font><br><br>
It's the first birthday of the Brolly. Over sixty musicians and bands have been featured in the past year,<br>
and over fifty interviews have been included, with a range of people from all parts of the Banburyshire community.<br><br>
Featuring music :-<br>
Lift Off by Tantrum.<br>
Vous J'adore by Will Hall.<br>
Ye Jacobites By Name by Kilnaboy.<br><br>
Well done to Stuart Tindall for winning the song-writing competition at the folk club this week.<br>
The winning song will be featured on an up-coming show.<br><br>
<br>Click here to listen to : <a href="./mp3/brolly_098.mp3" target="_blank">Brolly Show 98</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
<HTML>
  <HEAD>
    <TITLE>The Banburyshire Brolly Podstation</TITLE>
  </HEAD>
  <BODY bgcolor="#000000" link="#800040" vlink="#800080" background="./bg4ad.gif">
<table bgcolor="#8080C0"  border=2 cellpadding=4 cellspacing=1 width=800>
<tr><td>
<font color="#80040" size=+1>Show 99 - Wednesday April 4th 2007</font><br><br>
It's the eigth birthday of the Ride A Cock Horse folk club, with special guests Meet On The Ledge.<br>
Also Easter Sunday sees Show Of Hands playing to a packed Royal Albert Hall, with some Banburyshire<br>
musicians in attendance.<br><br>
Featuring music :-<br>
Shoals Of Herring by Meet On The Ledge.<br>
Lily Of Barbury by Isambarde.<br>
Grace Darling by Megson.<br><br>
With all the talk of the celebrations going on, it was time to head off for a walk with Bob & Lucy,<br>
over to Cropredy, taking in a beer and a bite to eat at The Red Lion.<br>
<br>Click here to listen to : <a href="./mp3/brolly_099.mp3" target="_blank">Brolly Show 99</a>&nbsp;&nbsp;<br><br>
</td></tr>
</table>
</body>
</html>
/***
|Name|CalendarPlugin|
|Source|http://www.TiddlyTools.com/#CalendarPlugin|
|Version|1.5.0|
|Author|Eric Shulman|
|Original Author|SteveRumsby|
|License|unknown|
|~CoreVersion|2.1|
|Type|plugin|
|Description|display monthly and yearly calendars|
NOTE: For //enhanced// date popup display, optionally install [[DatePlugin]] and [[ReminderMacros]]
!!!Usage:
<<<
|{{{<<calendar>>}}}|full-year calendar for the current year|
|{{{<<calendar year>>}}}|full-year calendar for the specified year|
|{{{<<calendar year month>>}}}|one month calendar for the specified month and year|
|{{{<<calendar thismonth>>}}}|one month calendar for the current month|
|{{{<<calendar lastmonth>>}}}|one month calendar for last month|
|{{{<<calendar nextmonth>>}}}|one month calendar for next month|
|{{{<<calendar +n>>}}}<br>{{{<<calendar -n>>}}}|one month calendar for a month +/- 'n' months from now|
<<<
!!!Configuration:
<<<
|''First day of week:''<br>{{{config.options.txtCalFirstDay}}}|<<option txtCalFirstDay>>|(Monday = 0, Sunday = 6)|
|''First day of weekend:''<br>{{{config.options.txtCalStartOfWeekend}}}|<<option txtCalStartOfWeekend>>|(Monday = 0, Sunday = 6)|

<<option chkDisplayWeekNumbers>> Display week numbers //(note: Monday will be used as the start of the week)//
|''Week number display format:''<br>{{{config.options.txtWeekNumberDisplayFormat }}}|<<option txtWeekNumberDisplayFormat >>|
|''Week number link format:''<br>{{{config.options.txtWeekNumberLinkFormat }}}|<<option txtWeekNumberLinkFormat >>|
<<<
!!!Revisions
<<<
2009.04.31 [1.5.0] rewrote onClickCalendarDate() (popup handler) and added config.options.txtCalendarReminderTags.  Partial code reduction/cleanup.  Assigned true version number (1.5.0)
2008.09.10 added '+n' (and '-n') param to permit display of relative months (e.g., '+6' means 'six months from now', '-3' means 'three months ago'.  Based on suggestion from Jean.
2008.06.17 added support for config.macros.calendar.todaybg
2008.02.27 in handler(), DON'T set hard-coded default date format, so that *customized* value (pre-defined in config.macros.calendar.journalDateFmt is used.
2008.02.17 in createCalendarYear(), fix next/previous year calculation (use parseInt() to convert to numeric value).  Also, use journalDateFmt for date linking when NOT using [[DatePlugin]].
2008.02.16 in createCalendarDay(), week numbers now created as TiddlyLinks, allowing quick creation/navigation to 'weekly' journals (based on request from Kashgarinn)
2008.01.08 in createCalendarMonthHeader(), 'month year' heading is now created as TiddlyLink, allowing quick creation/navigation to 'month-at-a-time' journals
2007.11.30 added 'return false' to onclick handlers (prevent IE from opening blank pages)
2006.08.23 added handling for weeknumbers (code supplied by Martin Budden (see 'wn**' comment marks).  Also, incorporated updated by Jeremy Sheeley to add caching for reminders (see [[ReminderMacros]], if installed)
2005.10.30 in config.macros.calendar.handler(), use 'tbody' element for IE compatibility.  Also, fix year calculation for IE's getYear() function (which returns '2005' instead of '105'). Also, in createCalendarDays(), use showDate() function (see [[DatePlugin]], if installed) to render autostyled date with linked popup.  Updated calendar stylesheet definition: use .calendar class-specific selectors, add text centering and margin settings
2006.05.29 added journalDateFmt handling
<<<
!!!Code
***/
//{{{
version.extensions.CalendarPlugin= { major: 1, minor: 5, revision: 0, date: new Date(2009,5,31)};
//}}}
//{{{
if(config.options.txtCalFirstDay == undefined)
	config.options.txtCalFirstDay = 0;
if(config.options.txtCalStartOfWeekend == undefined)
	config.options.txtCalStartOfWeekend = 5;
if(config.options.chkDisplayWeekNumbers == undefined)
	config.options.chkDisplayWeekNumbers = false;
if(config.options.chkDisplayWeekNumbers)
	config.options.txtCalFirstDay = 0;
if(config.options.txtWeekNumberDisplayFormat == undefined)
	config.options.txtWeekNumberDisplayFormat = 'w0WW';
if(config.options.txtWeekNumberLinkFormat == undefined)
	config.options.txtWeekNumberLinkFormat = 'YYYY-w0WW';
if(config.options.txtCalendarReminderTags == undefined)
	config.options.txtCalendarReminderTags = 'reminder';

config.macros.calendar = {
	monthnames:['Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'],
	daynames:['M','T','W','T','F','S','S'],
	todaybg:'#ccccff',
	weekendbg:'#c0c0c0',
	monthbg:'#e0e0e0',
	holidaybg:'#ffc0c0',
	journalDateFmt:'DD MMM YYYY',
	monthdays:[31,28,31,30,31,30,31,31,30,31,30,31],
	holidays:[ ] // for customization see [[CalendarPluginConfig]]
};
//}}}
//{{{
function calendarIsHoliday(date)
{
	var longHoliday = date.formatString('0DD/0MM/YYYY');
	var shortHoliday = date.formatString('0DD/0MM');
	for(var i = 0; i < config.macros.calendar.holidays.length; i++) {
		if(   config.macros.calendar.holidays[i]==longHoliday
		   || config.macros.calendar.holidays[i]==shortHoliday)
			return true;
	}
	return false;
}
//}}}
//{{{
config.macros.calendar.handler = function(place,macroName,params) {
	var calendar = createTiddlyElement(place, 'table', null, 'calendar', null);
	var tbody = createTiddlyElement(calendar, 'tbody');
	var today = new Date();
	var year = today.getYear();
	if (year<1900) year+=1900;

 	// get journal format from SideBarOptions (ELS 5/29/06 - suggested by MartinBudden)
	var text = store.getTiddlerText('SideBarOptions');
	var re = new RegExp('<<(?:newJournal)([^>]*)>>','mg'); var fm = re.exec(text);
	if (fm && fm[1]!=null) { var pa=fm[1].readMacroParams(); if (pa[0]) this.journalDateFmt = pa[0]; }

	var month=-1;
	if (params[0] == 'thismonth') {
		var month=today.getMonth();
	} else if (params[0] == 'lastmonth') {
		var month = today.getMonth()-1; if (month==-1) { month=11; year--; }
	} else if (params[0] == 'nextmonth') {
		var month = today.getMonth()+1; if (month>11) { month=0; year++; }
	} else if (params[0]&&'+-'.indexOf(params[0].substr(0,1))!=-1) {
		var month = today.getMonth()+parseInt(params[0]);
		if (month>11) { year+=Math.floor(month/12); month%=12; };
		if (month<0)  { year+=Math.floor(month/12); month=12+month%12; }
	} else if (params[0]) {
		year = params[0];
		if(params[1]) month=parseInt(params[1])-1;
		if (month>11) month=11; if (month<0) month=0;
	}

	if (month!=-1) {
		cacheReminders(new Date(year, month, 1, 0, 0), 31);
		createCalendarOneMonth(tbody, year, month);
	} else {
		cacheReminders(new Date(year, 0, 1, 0, 0), 366);
		createCalendarYear(tbody, year);
	}
	window.reminderCacheForCalendar = null;
}
//}}}
//{{{
// cache used to store reminders while the calendar is being rendered
// it will be renulled after the calendar is fully rendered.
window.reminderCacheForCalendar = null;
//}}}
//{{{
function cacheReminders(date, leadtime)
{
	if (window.findTiddlersWithReminders == null) return;
	window.reminderCacheForCalendar = {};
	var leadtimeHash = [];
	leadtimeHash [0] = 0;
	leadtimeHash [1] = leadtime;
	var t = findTiddlersWithReminders(date, leadtimeHash, null, 1);
	for(var i = 0; i < t.length; i++) {
		//just tag it in the cache, so that when we're drawing days, we can bold this one.
		window.reminderCacheForCalendar[t[i]['matchedDate']] = 'reminder:' + t[i]['params']['title']; 
	}
}
//}}}
//{{{
function createCalendarOneMonth(calendar, year, mon)
{
	var row = createTiddlyElement(calendar, 'tr');
	createCalendarMonthHeader(calendar, row, config.macros.calendar.monthnames[mon]+' '+year, true, year, mon);
	row = createTiddlyElement(calendar, 'tr');
	createCalendarDayHeader(row, 1);
	createCalendarDayRowsSingle(calendar, year, mon);
}
//}}}
//{{{
function createCalendarMonth(calendar, year, mon)
{
	var row = createTiddlyElement(calendar, 'tr');
	createCalendarMonthHeader(calendar, row, config.macros.calendar.monthnames[mon]+' '+ year, false, year, mon);
	row = createTiddlyElement(calendar, 'tr');
	createCalendarDayHeader(row, 1);
	createCalendarDayRowsSingle(calendar, year, mon);
}
//}}}
//{{{
function createCalendarYear(calendar, year)
{
	var row;
	row = createTiddlyElement(calendar, 'tr');
	var back = createTiddlyElement(row, 'td');
	var backHandler = function() {
		removeChildren(calendar);
		createCalendarYear(calendar, parseInt(year)-1);
		return false; // consume click
	};
	createTiddlyButton(back, '<', 'Previous year', backHandler);
	back.align = 'center';
	var yearHeader = createTiddlyElement(row, 'td', null, 'calendarYear', year);
	yearHeader.align = 'center';
	yearHeader.setAttribute('colSpan',config.options.chkDisplayWeekNumbers?22:19);//wn**
	var fwd = createTiddlyElement(row, 'td');
	var fwdHandler = function() {
		removeChildren(calendar);
		createCalendarYear(calendar, parseInt(year)+1);
		return false; // consume click
	};
	createTiddlyButton(fwd, '>', 'Next year', fwdHandler);
	fwd.align = 'center';
	createCalendarMonthRow(calendar, year, 0);
	createCalendarMonthRow(calendar, year, 3);
	createCalendarMonthRow(calendar, year, 6);
	createCalendarMonthRow(calendar, year, 9);
}
//}}}
//{{{
function createCalendarMonthRow(cal, year, mon)
{
	var row = createTiddlyElement(cal, 'tr');
	createCalendarMonthHeader(cal, row, config.macros.calendar.monthnames[mon], false, year, mon);
	createCalendarMonthHeader(cal, row, config.macros.calendar.monthnames[mon+1], false, year, mon);
	createCalendarMonthHeader(cal, row, config.macros.calendar.monthnames[mon+2], false, year, mon);
	row = createTiddlyElement(cal, 'tr');
	createCalendarDayHeader(row, 3);
	createCalendarDayRows(cal, year, mon);
}
//}}}
//{{{
function createCalendarMonthHeader(cal, row, name, nav, year, mon)
{
	var month;
	if (nav) {
		var back = createTiddlyElement(row, 'td');
		back.align = 'center';
		back.style.background = config.macros.calendar.monthbg;

		var backMonHandler = function() {
			var newyear = year;
			var newmon = mon-1;
			if(newmon == -1) { newmon = 11; newyear = newyear-1;}
			removeChildren(cal);
			cacheReminders(new Date(newyear, newmon , 1, 0, 0), 31);
			createCalendarOneMonth(cal, newyear, newmon);
			return false; // consume click
		};
		createTiddlyButton(back, '<', 'Previous month', backMonHandler);
		month = createTiddlyElement(row, 'td', null, 'calendarMonthname')
		createTiddlyLink(month,name,true);
		month.setAttribute('colSpan', config.options.chkDisplayWeekNumbers?6:5);//wn**
		var fwd = createTiddlyElement(row, 'td');
		fwd.align = 'center';
		fwd.style.background = config.macros.calendar.monthbg; 

		var fwdMonHandler = function() {
			var newyear = year;
			var newmon = mon+1;
			if(newmon == 12) { newmon = 0; newyear = newyear+1;}
			removeChildren(cal);
			cacheReminders(new Date(newyear, newmon , 1, 0, 0), 31);
			createCalendarOneMonth(cal, newyear, newmon);
			return false; // consume click
		};
		createTiddlyButton(fwd, '>', 'Next month', fwdMonHandler);
	} else {
		month = createTiddlyElement(row, 'td', null, 'calendarMonthname', name)
		month.setAttribute('colSpan',config.options.chkDisplayWeekNumbers?8:7);//wn**
	}
	month.align = 'center';
	month.style.background = config.macros.calendar.monthbg;
}
//}}}
//{{{
function createCalendarDayHeader(row, num)
{
	var cell;
	for(var i = 0; i < num; i++) {
		if (config.options.chkDisplayWeekNumbers) createTiddlyElement(row, 'td');//wn**
		for(var j = 0; j < 7; j++) {
			var d = j + (config.options.txtCalFirstDay - 0);
			if(d > 6) d = d - 7;
			cell = createTiddlyElement(row, 'td', null, null, config.macros.calendar.daynames[d]);
			if(d == (config.options.txtCalStartOfWeekend-0) || d == (config.options.txtCalStartOfWeekend-0+1))
				cell.style.background = config.macros.calendar.weekendbg;
		}
	}
}
//}}}
//{{{
function createCalendarDays(row, col, first, max, year, mon) {
	var i;
	if (config.options.chkDisplayWeekNumbers){
		if (first<=max) {
			var ww = new Date(year,mon,first);
			var td=createTiddlyElement(row, 'td');//wn**
			var link=createTiddlyLink(td,ww.formatString(config.options.txtWeekNumberLinkFormat),false);
			link.appendChild(document.createTextNode(
				ww.formatString(config.options.txtWeekNumberDisplayFormat)));
		}
		else createTiddlyElement(row, 'td');//wn**
	}
	for(i = 0; i < col; i++)
		createTiddlyElement(row, 'td');
	var day = first;
	for(i = col; i < 7; i++) {
		var d = i + (config.options.txtCalFirstDay - 0);
		if(d > 6) d = d - 7;
		var daycell = createTiddlyElement(row, 'td');
		var isaWeekend=((d==(config.options.txtCalStartOfWeekend-0)
			|| d==(config.options.txtCalStartOfWeekend-0+1))?true:false);
		if(day > 0 && day <= max) {
			var celldate = new Date(year, mon, day);
			// ELS 10/30/05 - use <<date>> macro's showDate() function to create popup
			// ELS 05/29/06 - use journalDateFmt 
			if (window.showDate) showDate(daycell,celldate,'popup','DD',
				config.macros.calendar.journalDateFmt,true, isaWeekend);
			else {
				if(isaWeekend) daycell.style.background = config.macros.calendar.weekendbg;
				var title = celldate.formatString(config.macros.calendar.journalDateFmt);
				if(calendarIsHoliday(celldate))
					daycell.style.background = config.macros.calendar.holidaybg;
				var now=new Date();
				if ((now-celldate>=0) && (now-celldate<86400000)) // is today?
					daycell.style.background = config.macros.calendar.todaybg;
				if(window.findTiddlersWithReminders == null) {
					var link = createTiddlyLink(daycell, title, false);
					link.appendChild(document.createTextNode(day));
				} else
					var button = createTiddlyButton(daycell, day, title, onClickCalendarDate);
			}
		}
		day++;
	}
}
//}}}
//{{{
// Create a pop-up containing:
// * a link to a tiddler for this date
// * a 'new tiddler' link to add a reminder for this date
// * links to current reminders for this date
// NOTE: this code is only used if [[ReminderMacros]] is installed AND [[DatePlugin]] is //not// installed.
function onClickCalendarDate(ev) { ev=ev||window.event;
	var d=new Date(this.getAttribute('title')); var date=d.formatString(config.macros.calendar.journalDateFmt);
	var p=Popup.create(this);  if (!p) return;
	createTiddlyLink(createTiddlyElement(p,'li'),date,true);
	var rem='\\n\\<\\<reminder day:%0 month:%1 year:%2 title: \\>\\>';
	rem=rem.format([d.getDate(),d.getMonth()+1,d.getYear()+1900]);
	var cmd="<<newTiddler label:[[new reminder...]] prompt:[[add a new reminder to '%0']]"
		+" title:[[%0]] text:{{store.getTiddlerText('%0','')+'%1'}} tag:%2>>";
	wikify(cmd.format([date,rem,config.options.txtCalendarReminderTags]),p);
	createTiddlyElement(p,'hr');
	var t=findTiddlersWithReminders(d,[0,31],null,1);
	for(var i=0; i<t.length; i++) {
		var link=createTiddlyLink(createTiddlyElement(p,'li'), t[i].tiddler, false);
		link.appendChild(document.createTextNode(t[i]['params']['title']));
	}
	Popup.show(); ev.cancelBubble=true; if (ev.stopPropagation) ev.stopPropagation(); return false;
}
//}}}
//{{{
function calendarMaxDays(year, mon)
{
	var max = config.macros.calendar.monthdays[mon];
	if(mon == 1 && (year % 4) == 0 && ((year % 100) != 0 || (year % 400) == 0)) max++;
	return max;
}
//}}}
//{{{
function createCalendarDayRows(cal, year, mon)
{
	var row = createTiddlyElement(cal, 'tr');
	var first1 = (new Date(year, mon, 1)).getDay() -1 - (config.options.txtCalFirstDay-0);
	if(first1 < 0) first1 = first1 + 7;
	var day1 = -first1 + 1;
	var first2 = (new Date(year, mon+1, 1)).getDay() -1 - (config.options.txtCalFirstDay-0);
	if(first2 < 0) first2 = first2 + 7;
	var day2 = -first2 + 1;
	var first3 = (new Date(year, mon+2, 1)).getDay() -1 - (config.options.txtCalFirstDay-0);
	if(first3 < 0) first3 = first3 + 7;
	var day3 = -first3 + 1;

	var max1 = calendarMaxDays(year, mon);
	var max2 = calendarMaxDays(year, mon+1);
	var max3 = calendarMaxDays(year, mon+2);

	while(day1 <= max1 || day2 <= max2 || day3 <= max3) {
		row = createTiddlyElement(cal, 'tr');
		createCalendarDays(row, 0, day1, max1, year, mon); day1 += 7;
		createCalendarDays(row, 0, day2, max2, year, mon+1); day2 += 7;
		createCalendarDays(row, 0, day3, max3, year, mon+2); day3 += 7;
	}
}
//}}}
//{{{
function createCalendarDayRowsSingle(cal, year, mon)
{
	var row = createTiddlyElement(cal, 'tr');
	var first1 = (new Date(year, mon, 1)).getDay() -1 - (config.options.txtCalFirstDay-0);
	if(first1 < 0) first1 = first1+ 7;
	var day1 = -first1 + 1;
	var max1 = calendarMaxDays(year, mon);
	while(day1 <= max1) {
		row = createTiddlyElement(cal, 'tr');
		createCalendarDays(row, 0, day1, max1, year, mon); day1 += 7;
	}
}
//}}}
//{{{
setStylesheet('.calendar, .calendar table, .calendar th, .calendar tr, .calendar td { text-align:center; } .calendar, .calendar a { margin:0px !important; padding:0px !important; }', 'calendarStyles');
//}}}
// // override cookie settings for CalendarPlugin:
//{{{
config.options.txtCalFirstDay=6;
config.options.txtCalStartOfWeekend=5;
//}}}

// // override internal default settings for CalendarPlugin:
//{{{
config.macros.calendar.journalDateFmt="DDD MMM 0DD YYYY";
//}}}
Centurians by the Seaside - a Guy Puddlers sketch

Narrator: We have many short cuts to thank the Romans for, short haircuts, short dresses and Roman roads. Here's an explanation of one of the reasons why the Fosse Way runs from Leicestershire to Lyme Regis on the Dorset coast.

Centurian: Wife, why are you looking so unhappy?

Wife: We have been on this British Isle for two years now, without a break. I miss the sea, the sand and the snuggling up!

Centurian: I'll have a word with the General, I fancy a bit of a snuggle.

Narrator: The next day the Centurian requests to see the General.

General: Centurian, what can I do for you?

Centurian: Well sir, me and the lads haven't had a break since we arrived here, and the good lady wife fancies a trip to the sea

General: Good news for you then, Centurian, for the new Fosse Way has just opened. We can all have a break. You can drop me off at Bath so I 
can have a dip in the spa, while you and the lads take your womenfolk to Lyme for the day.

Centurian: Thankyou very much sir, I tell the lads. 

Wife: I was hoping to get away for our wedding anniversary, if at all possible, sir. It's been a long time since I've got Roger down on the beach.

Centurian: You haven't called me Roger in ages!

General: When your anniversary then, Centurian?

Centurian: In two weeks time, sir

General: Well then, there's no time to waste, we'd better set off tomorrow!
 
Climbing Everest in Dorset

The two landlords of the Anchor Inn at Seatown with the annual fund-raiser challenge
Walking from the Anchor to the top of Golden Cap the equivalent of climbing Mt Everest, 47 times!
Practised by walking to work from Charmouth and Bridport
Day 1 - Start delayed by Cornish Colin and Huge Furry Knittingstool
Day 2 - Head butted on leg by Dorset sheep with spiral horns and a dreadlock coat
Day 3 - Hit on same leg by old codger with adverse comments about Everest double glazing
Day 4 - Use Sherpa van to get barrel of Palmers to top of Golden Cap, leave girls to guard it
Day 5 - Local newspaper reports lights in the sky and strange sounds, not 'UFO's but impromtu rave
Success. Over £7000 raised for CLIC Sergeant 
Background: #fe8
Foreground: #000
PrimaryPale: #8cf
PrimaryLight: #18f
PrimaryMid: #04b
PrimaryDark: #014
SecondaryPale: #ffc
SecondaryLight: #fe8
SecondaryMid: #db4
SecondaryDark: #841
TertiaryPale: #8080C0
TertiaryLight: #ccc
TertiaryMid: #999
TertiaryDark: #666
Error: #f88
The Cursed Warehouse

This is a dark story. Not all Banburyshire tales are light-hearted and frivolous and this tells of a time before the motorways, before the railways and even before the tarmaced main roads, when moving goods about the country relied on pack horses and wagons, leading to many breakages of manufactured goods, such at pottery from Staffordshire. So the news of a canal to pass through the area, smoothing the passage of trade was greatly welcomed. The great engineer James Brindley started the Oxford Canal, but sadly died before it was completed, and so the work was left to his brother in law, Samuel Simcock. The section to Banbury was built in good time and to a good standard, but ran out of money again. It those days, it took an act of Parliament to raise the funds, and it was a further 8 years before the remaining section to Oxford was started, let alone completed. So Banbury became a terminus, with wharfs and a vibrant, money-making bustle to this hitherto quiet farming town. 
The canal engineers had the vision and expertise to design the canals, the canal companies had M.P.s on their boards of directors to facilitate funding, and the use of Irish navigators and puddlers is well known. But who were the people who lived on the narrow boats, moving the goods around the network? In those days most people were restricted, by the Poor Laws, to work in the parish of their birth, and so it was down to the Romany gypsies, well acquainted to a travelling lifestyle, to provide the essential workforce to run the boats. It was also said that if you struck a bargain with a Romany then they would keep their side of the deal, even if it meant sacrificing their own lives. But if you crossed them, then watch out, for they had long memories.
And so, with Banbury growing in wealth, a family came to town with their horse-drawn narrow boart, The hard-working father enjoying this new method of travel, his wife versed in the old ways and their two children, a young girl with black hair and a voice like a nightingale, and her younger red-haired brother, devoted to his older sister. She sang in the local pubs bringing harmony amongst the disparate groups of customers, and the sound of her voice was loved by all.
Then, one evening, as they were making their way back up the canal to their parents boat, they were stopped by three young men. And the young men, the drunken young men, asked for her to sing some more. But she replied that they must be getting home, for their parents were expecting them, and that she had sung already that evening. The young men became abusive, and the frightened sister and brother sought refuge in the nearby warehouse, which they knew from their father. However these yobs were the sons of the merchant who owned the warehouse, and quickly found the sister and brother, and set about the boy, who was valiantly trying to defend his sister, but they knocked him to the ground and kicked him until he lay dying. His sister fled to the stairs, to the top of the warehouse, but again was found, with two of the brothers coming from one direction, and one from the other. And she cried out "Do not come nearer or else I shall jump" But the eldest brother said "There is no need to jump" and with that he pushed her out into the void, where she fell, screaming, to her death, landing close by to her devoted brother.
The nightwatchman, a gammy-legged chap named Pugh, had heard the screams but by the time he arrived in the courtyard, the brothers were fleeing out a side door. Pugh knew the sister and brother, for he was a Romany himself, and he was filled with great sadness. He called for the constable to be sent for, but the constable sent a reply saying he would look into things in the morning, as this was probably just a family squabble, and why should he come out so late in the evening. So Pugh, with help from some of the crowd who had gathered at the scene, picked up the bodies of the girl and boy, and carried them up the canal path to their parents boat.

The black haired girl with a voice like a song-bird and her devoted red-haired younger brother

Pugh the Night Watchman
Rosie and Jim
[[BrollyShow235]]
[[BrollyShow234]]
[[BrollyShow233]]
[[BrollyShow232]]
[[BrollyShow231]]
[[BrollyShow230]]
[[BrollyShow229]]
[[AbouT]]
/%
!info
|Name|DigitalClock|
|Source|http://www.TiddlyTools.com/#DigitalClock|
|Version|2.0.0|
|Author|Eric Shulman|
|License|http://www.TiddlyTools.com/#LegalStatements|
|~CoreVersion|2.1|
|Type|transclusion|
|Description|display current time with automatic update|
Usage
<<<
{{{
<<tiddler DigitalClock with: format tick>>
}}}
*''format'' is any TiddlyWiki date/time formatting string
*''tick'' is the time in seconds between display updates (default=1sec)
<<<
Example
<<<
show hours, minutes and seconds, updated once per second:
{{{<<tiddler DigitalClock with: "hh:0mm:0ss" 1>>}}}
<<tiddler DigitalClock##show with: "hh:0mm:0ss" 1>>
<<<
!end
!show
<html><a href='javascript:;'></a></html><<tiddler {{
	window.DigitalClock_tick=function(id){
		var e=document.getElementById(id); if (!e) return;
		e.title='click to '+(e.paused?'RESUME':'PAUSE')+' clock display';
		if (e.paused) return;
		e.innerHTML=new Date().formatString(e.fmt);
		e.timer=setTimeout('window.DigitalClock_tick('+id+')',e.tick*1000);
	}
	var e=place.lastChild.firstChild;
	e.id=new Date().getTime()+Math.random();
	e.onclick=function(){this.paused=!this.paused;window.DigitalClock_tick(this.id);}
	e.style.cursor='pointer';
	e.fmt=('$1'=='$'+'1')?'hh12:0mm:0ss am':'$1';
	e.tick=('$2'=='$'+'2')?'1':'$2';
	if (e.timer===undefined) window.DigitalClock_tick(e.id);
'';}}>>
!end
%/<<tiddler {{'DigitalClock##'+(tiddler&&tiddler.title=='DigitalClock'?'info':'show');}}
	with: [[$1]] [[$2]]>>
The Enchanted Garden
Fred Vokins, Engine Driver

Chorus :-
Fred Vokins, engine driver
With his wife, Maude, by his side
And the comrades all around them
How Fred worked, and worked with pride

Fred he joined the British army
Fought throughout the first world war
But he never spoke of battles
Just the time he worked in Stores

Fred then joined the Ironstones railway
Learned to be a steamer man
Hauling ironstone down from Wroxton
And the empties back again

After twenty five years of service
Not a silver plate for he
But he got the name the loco
Called it Maude, now don't you see
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>>
Guy Fawkes - a Guy Puddlers sketch

Guy Fawkes was always getting into trouble with the authorities in England, and the king was so fed up with him, he had him sent abroad.
So Guy was transported from England, but due to a navigation error he ended up in China, instead of Australia.
However, this was no bad thing for Guy, as Woo Flung Poo - his old nanny, had taught him Cantonese as a child.
At that time, the Chinese had a habit of crucifying their criminals, and leaving their bodies on show, as a deterrent, but this lead to a spread of disease, which they were at a loss to control.
Guy Fawkes, ever the loud-mouth, persuaded the authorities to burn the bodies, after a period of a couple of days, by placing wood around the stakes, and this caused a great reduction in illness, but a huge increase in smog.
This suggestion not only bought Guy his freedom to return to England by the Silk Route, but also the European concession for the use of Chinese gunpowder. The rest, as they say, is history.
The Honeybourne Hut

Franz and Elspeth Altwasser parents to Richard, who was part of the 4-man design team which built the Sinclair Zx81.

Franz was a navigator in a German bomber, shot down on it's way to Coventry. It was his first, and last raid, and as a prisoner of war he was sent to the Vale of Evesham to work on the land.
Getting off the train at Honeybourne, his attention was immediately caught by the sight of the station managers granddaughter, helping out her gramps, due to the shortage of men. Her name was Elspeth, as he had heard someone call out and Franz knew he would have to bide his time, but he would like to get to know her better. 
So he settled into life in the Vale, working in the fields, digging, hoeing and picking crops of sprouts and cabbages. Taking his time to learn English better, and try to be accepted by the locals. In what little spare time he had, he spent on carving pieces of wood, as he had been working for his own father before the war, training as a carpenter, and was a natural at understanding the properties and form of wood.
Franz noticed that the young courting couples all used the railwayman's hut in the station yard to meet up of an evening, where they could get to know each other better. This was in the days before youth clubs and discos, so anywhere out of the weather where young lovers could go was valued. The only problem was that the door couldn't be locked from the inside, and on a number of occasions youngsters had been rudely interrupted in their romance. Franz came up with an idea. He produced wooden carvings for each couple, of birds and flowers and such like, which could be placed in the window above the door to the hut, indicating it being in use, and by whom.
This turned out to be a popular solution, greatly appreciated by the youth of the village. As for his own romantic aspirations, Franz had to wait further, as Elspeth had departed off to teacher training college, but he was a patient young man.
At the end of the war, Franz stayed on at Honeybourne. He had no real ambition to return to Germany, and felt his future was in the Vale, with Elspeth, as she had returned to teach in the local school. But he had wait yet again, as the government brought in legislation to prevent prisoners of war from associating with the locals. By this time, Franz's skills as a carpenter were in great demand, as some of the courting couples had married, and were looking for furniture for their new homes, and in due course, cribs and baby toys. So Franz was able to set up business in the village as a carpenter, an occupation he retained until his retirement.
It was 1955 before Franz and Elspeth were eventually married, and the following year Richard was born. If you visit the village of Honeybourne, you may well be able to see wooden carvings in the windows of a number of cottages, as reminders of the young lovers and the Honeyboune Hut.
Horace The Hobby Horse

Horace the Hobby Horse hardly ever leaves Hampshire
Preferring to prance in his paddock, playing with his pre-teen patrons, Peter and Petunia 
Sashaying across the sward, swathed in silky silks and sumptuous satin
Green garters and garish jumpers, garnished with garnets which gleam and glow even in the gloaming

Horace the Hobby Horse hardly ever leaves Hampshire
Then one particular day the part-time postman popped his peaked cap around the poppies
"Special delivery, sign here" says he, "something to get 'cited about"
The card contained the caption "Hobby Horse festival" and an invitation
“Dear Horace, please join us for the 10th Birthday of the Banbury Hobby Horse Festival
RSVP Verna and Steven”

Horace the Hobby Horse left Hampshire
Big city Banbury beckoned, beamed Horace, boulevards of bouquets, bags of bonhomie, and buxom barmaids, blushed Horace. 
Heaps of hobby horses, hobnobbing and horsing around happily
With Demons deftly demonstrating daftness, daring and dark ale drinking 

Horace the Hobby Horse returned to Hampshire
Nurturing new friendships with the neighbourly New Forest ponies
Discoursing dynamically with the donkeys and the dotty deer
Cheerfully conversing with contented cattle at the convivial watering holes
Horace the Hobby Horse was home

Written by Jules Procter,  June 2010
When Soulful Huw meets Angharad The Much Loved One - a Salt Way Story

Huw came from the lands of Snowdonia, the youngest son of a slate mine owner, who was hoping to expand the market for his goods.
Huw's Da had already trained up his two elder sons to take over the business, and he wanted Huw to make his own way in life, so he brought him along on a trading expedition to the lands of the Mercians, which resulted in things turning out better than he could ever have imagined. While Huw was bright, his real skills lay as a musician, a harpist, and a poet, but not up the standards of the best of the Bards, so he was only too happy to go along with his Da, leaving the mountains behind, for what would turn out to be the last time.
The father and son made use of the Salt Way leading from mid-Wales back to Droitwich, running over the Malvern Hills through a cutting known then as now, as the Wych. Reaching the cutting one misty morning, they stopped to catch their breath and compare the lands beside the River Severn laying out in front of them, to the distant mountains of their homeland back to the west. With the mist still rising, they couldn't see the tops of the hills, but heard the sound of small bells coming out down from the clouds. After some moments a figure appeared wearing a grey hooded cloak, sitting upon a white horse. The animal and rider came to a halt some feet away, and all fell silent.
"Good morrow" spoke Huw's Da, "Do you always enjoy a ride in the fog? Without your bells we wouldn't have known you were there."
The figure threw back the hood of the cloak to reveal a beautiful young girl, who laughed "But I could hear you, with your cursing and cussing as you came up the Way."
Huw stepped forward and asked "May I introduce my father and myself?  Da is a slate miner looking to trade hereabouts, and I am a musician looking for adventure" . When the girl extended her hand to him, he took it, and a shock passed though them as if hit by lightning. "I am Angharad of the Salt Way" she announced "I think you need to look no further."
From that day on, Angharad, The Much Loved One and Huw the Soulful, were inseparable. And she had music wherever she went.
Fred Vokins and the Ironstones Railway

Fred Vokins was born in 1889 in Didcot, and moved to Banbury at the age of five, when his father's railway job changed.
At Dashwood Road school he met Maud, the love of his life, but at the age of 16 he decided to join the Army instead of joining his dad.
Although he saw action throughout the first world war, he would only talk about his time in the quartermasters stores, and on leaving the army in 1920, he returned to Banbury in search of his sweetheart. In the meantime, Maud had trained as a nurse, and by the time Fred returned, she had become a ward sister. The couple married, and as Fred had secured a job on the Ironstones railway as a trainee stream engine driver, the newly weds moved into one the the three railway cottages owned by the company, location in Paradise St, now known as Bath Road.
The cottages were known as Ss1, Ss2 and Ss3 , Ss standing for "Steam shed". Ss1 being where the railway manager lived, Fred and Maud moving into Ss2 and Ss3 was home to the engine driver. After a few months, the drive retired and Fred and Maud moved into the slighter larger Ss3.
Maud had been told that she couldn't have any children, so the two of them decided to adopt some of the waifs and strays, a result of the war. There was Phil, the twins Ricky and Micky , Maggie, Simon, welsh Tudor who became something of a folk singer and guitarist, Graham, Jean, Donna and Nick. All living in the two-up two-down. However, Fred was a hard-working, practical man, so he built a shed in the garden, modelled on the French railway couchette, which meant six of the boys could sleep in their own individual beds, something of a luxury at that time.
With so many children to remember, Fred took the easy route and often just referred to them as his "Comrades", and would address with phrases such as "Comrades, come the revolution, we shall be listening to jazz" and "Comrades, cider is the drink of the working man".      
But it was just the comrades that Fred and Maud had to think about, as before long they had a child of their own, who Maud insisted on naming Fred. So life was good for Fred and Maud, Fred working driving the steam engine hauling the ironstone, quarried at Wroxton, down to the GWR main line in Banbury. When not driving, he would help out on the upkeep of the line, quite happy to help with shovelling ballast or painting platforms, whatever needed doing. The Ironstones railway had opened in 1917, built using labour from German and Italian prisoners of war, and the stone was freighted up to Corby, where it was crushed, the metal extracted and turned into steel, which became an important part of the war effort in World War Two. 
After 25 years of service with a company, it was customary to be given a silver plate, but for Fred in 1945, this was not possible. Instead he was if would like to name the new 0-4-0 locomotive they had just taken delivery of. Fred was pleased as punch, beaming from ear to ear, and of course, named it Maud.
When Fred eventually retired, the company brought together as many of the comrades as they could, rather than have a big do, as they knew that he didn't want a fuss. When asked to name the love of his life, by one of the cheeky comrades, Fred, with one arm leaning against the loco, and the other around his wife's shoulder, simply replied "Maud". And with that he walked off with Maud to their retirement bungalow, overlooking the Ironstones Railway, where he could listen to his jazz, keep an eye on the railway and enjoy his wife's company.

The Ironstones Railway moved over to using diesel engines shortly before it closed in 1967. But you can still walk most of the length of it, recalling Fred Vokins and The Ironstones Railway.  
<html>
Jules Procter<br>
Banburyshire Media<br>
18 Bath Road<br>
Banbury<br>
OXON<br>
OX16 0TP<br>
<a href="mailto:jprocter@banburyshire.net">jprocter@banburyshire.net</a>
</html>
Current Podcasts
<<tiddler DefaultTiddlers>>

Lists by Category
<<slider chkSliderOptionsPanel PodcastS2016 'Podcasts 2016»' 'A list of Banburyshire Brolly podcasts'>>
<<slider chkSliderOptionsPanel PodcastS2015 'Podcasts 2015»' 'A list of Banburyshire Brolly podcasts'>>
<<slider chkSliderOptionsPanel PodcastS2014 'Podcasts 2014»' 'A list of Banburyshire Brolly podcasts'>>
<<slider chkSliderOptionsPanel PodcastS2013 'Podcasts 2013»' 'A list of Banburyshire Brolly podcasts'>>
<<slider chkSliderOptionsPanel PodcastS2012 'Podcasts 2012»' 'A list of Banburyshire Brolly podcasts'>>
<<slider chkSliderOptionsPanel PodcastS2010 'Podcasts 2010»' 'A list of Banburyshire Brolly podcasts'>>
<<slider chkSliderOptionsPanel PodcastS2009 'Podcasts 2009»' 'A list of Banburyshire Brolly podcasts'>>
<<slider chkSliderOptionsPanel PodcastS2008 'Podcasts 2008»' 'A list of Banburyshire Brolly podcasts'>>
<<slider chkSliderOptionsPanel PodcastS2007 'Podcasts 2007»' 'A list of Banburyshire Brolly podcasts'>>
<<slider chkSliderOptionsPanel PodcastS2006 'Podcasts 2006»' 'A list of Banburyshire Brolly podcasts'>>
<<slider chkSliderOptionsPanel StorieS 'Stories »' 'A list of Banburyshire stories'>>
<<slider chkSliderOptionsPanel SnippetS 'Snippets »' 'A list of Banburyshire songs, poems and snippets'>>
<<slider chkSliderOptionsPanel MaintainLists 'Maintain Lists »' 'Maintain list of lists'>>

External Links
[[WebLinks]]

Reference
[[DefaultTiddlers]]
[[GettingStarted]]
[[MainMenu]]
[[MaintaiN]]
StorieS
SnippetS

DefaultTiddlers
MainMenu
MaintainLists
StorieS
SnippetS
WebLinks
Millies Second Helping
Old George and the Red Triangle

George had served in the British Army and seen active service in the Boer War. On leaving the army he returned to the farm on which he had been brought up, and as was the tradition, was allowed to keep his red coat. This coat was the envy of his fellow farm-workers, as they had to make do with rag coats themselves to try and keep out the cold and wet, and made Old George stand out as he worked in the fields.
As the Autumn drew to a close, with the ploughing and planting of winter wheat completed, the hedges trimmed and the ditches cleared out, there was little for the farmworkers to do, and with no work, it meant no pay. So for the first three weeks in December before Xmas a group went Morris dancing around the farms and large houses, trying to earn a few pence to help them and their families through the constraints of Winter. But this tradition had become to be seen as begging by the uncaring law-makers, and so the lads blacked up their faces in an attempt to disguise their features.
Carrying on the Morris, in good company, travelling the area, sleeping in barns, and with strong cider and hearty vegetable soups to maintain them, the lads had quite a time.
On the return to Thorndon Farm by George and the other workers, they decided to have one last night out at the Bird In Hand pub, about a mile away, before tightening the belts and putting their meagre savings to one side. They were joined by the farmer and his brothers, and a jolly, lively time was had by most of the group, playing darts and cribbage. George, however, sat to one side, pipe lit, in quiet reflection, as was his way. He had seen too much in life to be light-hearted, but took comfort that others could be carefree.
At the end of the evening, and after a fair number of pints of cider, the men made their way back to the farm, through the falling snow, laughing and joking and generally horsing around. It was not until the next morning at breakfast that Old George's absence was noted, for it not like George to miss a meal. So a search party was assembled and retraced the route to the pub. About fifty yards before Windmill Lane joined the main road, one of the party spotted a red triangle poking up out of the snow. "That's Old George's coat!" he exclaimed, and sure enough it was. The snow was scrapped back to reveal George, still fast asleep and snoring. The combination of coat and a covering of snow had saved George from freezing to death, and this was a turning point for him. From that time on, for the rest of his long life, he talked to all who would listen about his experiences, both his time abroad in the service of his queen, and the traditions and situations at home. For Old George became a story teller.     
<div class='header'>
<div class='headerShadow'>
<font color="#800040" face="Verdana" size=3>
  <font size=5><b>The Banburyshire Brolly Podstation</b></font></font>
</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>
[[BrollyShow73]]
[[BrollyShow72]]
[[BrollyShow71]]
[[BrollyShow70]]
[[BrollyShow69]]
[[BrollyShow68]]
[[BrollyShow67]]
[[BrollyShow66]]
[[BrollyShow65]]
[[BrollyShow64]]
[[BrollyShow63]]
[[BrollyShow62]]
[[BrollyShow61]]
[[BrollyShow60]]
[[BrollyShow59]]
[[BrollyShow58]]
[[BrollyShow57]]
[[BrollyShow56]]
[[BrollyShow55]]
[[BrollyShow54]]
[[BrollyShow53]]
[[BrollyShow52]]
[[BrollyShow51]]
[[BrollyShow50]]
[[BrollyShow49]]
[[BrollyShow48]]
[[BrollyShow47]]
[[BrollyShow46]]
[[BrollyShow45]]
[[BrollyShow44]]
[[BrollyShow43]]
[[BrollyShow42]]
[[BrollyShow41]]
[[BrollyShow40]]
[[BrollyShow39]]
[[BrollyShow38]]
[[BrollyShow37]]
[[BrollyShow36]]
[[BrollyShow35]]
[[BrollyShow34]]
[[BrollyShow33]]
[[BrollyShow32]]
[[BrollyShow31]]
[[BrollyShow30]]
[[BrollyShow29]]
[[BrollyShow28]]
[[BrollyShow27]]
[[BrollyShow26]]
[[BrollyShow25]]
[[BrollyShow24]]
[[BrollyShow23]]
[[BrollyShow22]]
[[BrollyShow21]]
[[BrollyShow20]]
[[BrollyShow19]]
[[BrollyShow18]]
[[BrollyShow17]]
[[BrollyShow16]]
[[BrollyShow15]]
[[BrollyShow14]]
[[BrollyShow13]]
[[BrollyShow12]]
[[BrollyShow11]]
[[BrollyShow10]]
[[BrollyShow9]]
[[BrollyShow8]]
[[BrollyShow7]]
[[BrollyShow6]]
[[BrollyShow5]]
[[BrollyShow4]]
[[BrollyShow3]]
[[BrollyShow2]]
[[BrollyShow1]]
[[BrollyShow156]]
[[BrollyShow155]]
[[BrollyShow154]]
[[BrollyShow153]]
[[BrollyShow152]]
[[BrollyShow151]]
[[BrollyShow150]]
[[BrollyShow149]]
[[BrollyShow148]]
[[BrollyShow147]]
[[BrollyShow146]]
[[BrollyShow145]]
[[BrollyShow144]]
[[BrollyShow143]]
[[BrollyShow142]]
[[BrollyShow141]]
[[BrollyShow140]]
[[BrollyShow139]]
[[BrollyShow138]]
[[BrollyShow137]]
[[BrollyShow136]]
[[BrollyShow135]]
[[BrollyShow134]]
[[BrollyShow133]]
[[BrollyShow132]]
[[BrollyShow131]]
[[BrollyShow130]]
[[BrollyShow129]]
[[BrollyShow128]]
[[BrollyShow127]]
[[BrollyShow126]]
[[BrollyShow125]]
[[BrollyShow124]]
[[BrollyShow123]]
[[BrollyShow122]]
[[BrollyShow121]]
[[BrollyShow120]]
[[BrollyShow119]]
[[BrollyShow118]]
[[BrollyShow117]]
[[BrollyShow116]]
[[BrollyShow115]]
[[BrollyShow114]]
[[BrollyShow113]]
[[BrollyShow112]]
[[BrollyShow111]]
[[BrollyShow110]]
[[BrollyShow109]]
[[BrollyShow108]]
[[BrollyShow107]]
[[BrollyShow106]]
[[BrollyShow105]]
[[BrollyShow104]]
[[BrollyShow103]]
[[BrollyShow102]]
[[BrollyShow101]]
[[BrollyShow100]]
[[BrollyShow99]]
[[BrollyShow98]]
[[BrollyShow97]]
[[BrollyShow96]]
[[BrollyShow95]]
[[BrollyShow94]]
[[BrollyShow93]]
[[BrollyShow92]]
[[BrollyShow91]]
[[BrollyShow90]]
[[BrollyShow89]]
[[BrollyShow88]]
[[BrollyShow87]]
[[BrollyShow86]]
[[BrollyShow85]]
[[BrollyShow84]]
[[BrollyShow83]]
[[BrollyShow82]]
[[BrollyShow81]]
[[BrollyShow80]]
[[BrollyShow79]]
[[BrollyShow78]]
[[BrollyShow77]]
[[BrollyShow76]]
[[BrollyShow75]]
[[BrollyShow74]]
[[BrollyShow188]]
[[BrollyShow187]]
[[BrollyShow186]]
[[BrollyShow185]]
[[BrollyShow184]]
[[BrollyShow183]]
[[BrollyShow182]]
[[BrollyShow181]]
[[BrollyShow180]]
[[BrollyShow179]]
[[BrollyShow178]]
[[BrollyShow177]]
[[BrollyShow176]]
[[BrollyShow175]]
[[BrollyShow174]]
[[BrollyShow173]]
[[BrollyShow172]]
[[BrollyShow171]]
[[BrollyShow170]]
[[BrollyShow169]]
[[BrollyShow168]]
[[BrollyShow167]]
[[BrollyShow166]]
[[BrollyShow165]]
[[BrollyShow164]]
[[BrollyShow163]]
[[BrollyShow162]]
[[BrollyShow161]]
[[BrollyShow160]]
[[BrollyShow159]]
[[BrollyShow158]]
[[BrollyShow157]]
[[BrollyShow206]]
[[BrollyShow205]]
[[BrollyShow204]]
[[BrollyShow203]]
[[BrollyShow202]]
[[BrollyShow201]]
[[BrollyShow200]]
[[BrollyShow199]]
[[BrollyShow198]]
[[BrollyShow197]]
[[BrollyShow196]]
[[BrollyShow195]]
[[BrollyShow194]]
[[BrollyShow193]]
[[BrollyShow192]]
[[BrollyShow191]]
[[BrollyShow190]]
[[BrollyShow189]]
[[BrollyShow211]]
[[BrollyShow210]]
[[BrollyShow209]]
[[BrollyShow208]]
[[BrollyShow207]]
[[BrollyShow214]]
[[BrollyShow213]]
[[BrollyShow212]]
[[BrollyShow216]]
[[BrollyShow215]]
[[BrollyShow221]]
[[BrollyShow220]]
[[BrollyShow219]]
[[BrollyShow218]]
[[BrollyShow217]]
[[BrollyShow232]]
[[BrollyShow231]]
[[BrollyShow230]]
[[BrollyShow229]]
[[BrollyShow228]]
[[BrollyShow227]]
[[BrollyShow226]]
[[BrollyShow225]]
[[BrollyShow224]]
[[BrollyShow223]]
[[BrollyShow222]]
[[BrollyShow233]]
[[BrollyShow234]]
[[BrollyShow235]]
The Postcode Lottery
/***
|Name|SaveAsPlugin|
|Source|http://www.TiddlyTools.com/#SaveAsPlugin|
|Documentation|http://www.TiddlyTools.com/#SaveAsPluginInfo|
|Version|2.7.0|
|Author|Eric Shulman|
|License|http://www.TiddlyTools.com/#LegalStatements|
|~CoreVersion|2.1|
|Type|plugin|
|Description|Save current document to another path/filename|
!!!!!Documentation
<<<
see [[SaveAsPluginInfo]]
<<<
!!!!!Revisions
<<<
2009.10.13 2.7.0 added 'here' param (saves current tiddler)
2009.08.16 2.6.2 fixed handling for backstage
| Please see [[SaveAsPluginInfo]] for additional revision details |
2006.02.03 1.0.0 Created
<<<
!!!!!Code
***/
//{{{
version.extensions.SaveAsPlugin= {major: 2, minor: 7, revision: 0, date: new Date(2009,10,13)};

config.macros.saveAs = {
	label: 'save as...',
	labelparam: 'label:',
	prompt: 'Save current document to a different path/file',
	promptparam: 'prompt:',
	filePrompt: 'Please select or enter a target path/filename',
	targetparam: 'target:',
	defaultFilename: 'new.html',
	filenameparam: 'filename:',
	currfilekeyword: 'here',
	typeparam: 'type:',
	type_TW: 'tw', type_PS: 'ps', type_TX: 'tx', type_CS: 'cs', type_NF: 'nf', // file type tokens
	type_map: {
		tiddlywiki:'tw', tw:'tw', wiki: 'tw',
		purestore: 'ps', ps:'ps', store:'ps',
		plaintext: 'tx', tx:'tx', text: 'tx',
		comma:     'cs', cs:'cs', csv:  'cs',
		newsfeed:  'nf', nf:'nf', xml:  'nf', rss:'nf'
	},
	limitparam: 'limit:',
	replaceparam: 'replace',
	mergeparam: 'merge',
	quietparam: 'quiet',
	openparam: 'open',
	askParam: 'ask',
	hereParam: 'here',
	askMsg: "Enter a tag filter (use * for all tiddlers, 'none' for blank document)",
	hereMsg: 'Enter a tiddler title',
	emptyParam: 'none',
	confirmmsg: "Found %0 tiddlers matching\n\n'%1'\n\nPress OK to proceed",
	mergeprompt: '%0\nalready contains tiddler definitions.\n'
		+'\nPress OK to add new/revised tiddlers to current file contents.'
		+'\nPress Cancel to completely replace file contents',
	mergestatus: 'Merged %0 new/revised tiddlers and %1 existing tiddlers',
	okmsg: '%0 tiddlers written to %1',
	failmsg: 'An error occurred while creating %1',
	filter: '',
	handler: function(place,macroName,params) {
		if ((params[0]||'').startsWith(this.labelparam))
			var label=params.shift().substr(this.labelparam.length);
		if ((params[0]||'').startsWith(this.promptparam))
			var prompt=params.shift().substr(this.promptparam.length);
		if ((params[0]||'').startsWith(this.targetparam))
			var target=params.shift().substr(this.targetparam.length);
		if ((params[0]||'').startsWith(this.filenameparam))
			var filename=params.shift().substr(this.filenameparam.length);
		if ((params[0]||'').startsWith(this.typeparam))
			var filetype=this.type_map[params.shift().substr(this.typeparam.length).toLowerCase()];
		if ((params[0]||'').startsWith(this.limitparam))
			var limit=params.shift().substr(this.limitparam.length);
		var q=((params[0]||'')==this.quietparam);   if (q) params.shift();
		var o=((params[0]||'')==this.replaceparam); if (o) params.shift();
		var m=((params[0]||'')==this.mergeparam);   if (m) params.shift();
		var a=((params[0]||'')==this.openparam);    if (a) params.shift();
		var btn=createTiddlyButton(place,label||this.label,prompt||this.prompt,
			function(){ config.macros.saveAs.go( this.getAttribute('target'),
				this.getAttribute('filename'), this.getAttribute('filetype'),
				this.getAttribute('filter'), this.getAttribute('limit'),
				this.getAttribute('quiet')=='true',
				this.getAttribute('overwrite')=='true',
				this.getAttribute('merge')=='true',
				this.getAttribute('autoopen')=='true',
				this);
				return false;
			});
		if (target) btn.setAttribute('target',target);
		if (filename) btn.setAttribute('filename',filename);
		btn.setAttribute('filetype',filetype||this.type_TW);
		btn.setAttribute('filter',params.join(' '));
		btn.setAttribute('limit',limit||0);
		btn.setAttribute('quiet',q?'true':'false');
		btn.setAttribute('overwrite',o?'true':'false');
		btn.setAttribute('merge',m?'true':'false');
		btn.setAttribute('autoopen',a?'true':'false');
	},
	go: function(target,filename,filetype,filter,limit,quiet,overwrite,merge,autoopen,here) {
		var cm=config.messages; // abbreviation
		var cms=config.macros.saveAs; // abbreviation
		if (window.location.protocol!='file:') // make sure we are local
			{ displayMessage(cm.notFileUrlError); return; }

		// get tidders, confirm filtered results
		var tids=cms.selectTiddlers(filter,here);
		if (tids===false) return; // cancelled by user
		if (cms.filter!=cms.emptyParam && cms.filter.length && !quiet)
			if (!confirm(cms.confirmmsg.format([tids.length,cms.filter]))) return;

		// get target path/filename
		if (!filetype) filetype=this.type_TW;
		target=target||cms.getTarget(filename,filetype==this.type_TX?'txt':filetype==this.type_CS?'csv':'html');
		if (!target) return; // cancelled by user

		var link='file:///'+target.replace(/\\/g,'/');
		var samefile=link==decodeURIComponent(window.location.href);
		var p=getLocalPath(document.location.href);
		if (samefile) {
			if (config.options.chkSaveBackups)
				{ var t=loadOriginal(p);if(t)saveBackup(p,t); }
			if (config.options.chkGenerateAnRssFeed && saveRss instanceof Function)
				saveRss(p);
		}
		var notes='';
		var total={val:0};
		var out=this.assembleFile(target,filetype,tids,limit||0,notes,quiet,overwrite,merge,total);
		var ok=saveFile(target,out);
		if (ok && autoopen) {
			if (!samefile) window.open(link).focus();
			else { store.setDirty(false); window.location.reload(); }
		}
		if (!quiet || !(ok && autoopen))
			displayMessage((ok?this.okmsg:this.failmsg).format([total.val,target]),link);
	},
	selectTiddlers: function(filter,here) {
		var cms=config.macros.saveAs; // abbreviation
		var tids=[]; cms.filter=filter||'';
		if (filter==cms.emptyParam)
			return tids;
		if (filter==config.macros.saveAs.hereParam) {
			var here=story.findContainingTiddler(here);
			if (here) var tid=here.getAttribute('tiddler');
			else var tid=prompt(config.macros.saveAs.hereMsg,'');
			while (tid && !store.tiddlerExists(tid)) {
				var err='"'+tid+'" not found.\nPlease try again.\n\n';
				var tid=prompt(err+config.macros.saveAs.hereMsg,tid);
			}
			if (!tid) return false;  // cancelled by user
			return [store.getTiddler(tid)];
		}
		if (filter==config.macros.saveAs.askParam) {
			filter=prompt(config.macros.saveAs.askMsg,'');
			if (!filter) return false;  // cancelled by user
			cms.filter=filter=='*'?'':filter;
		}
		if (!filter||!filter.length||filter=='*') tids=store.getTiddlers('title');
		else tids=store.filterTiddlers('[tag['+filter+']]');
		return tids;
	},
	getTarget: function(defName,defExt) {
		var cms=config.macros.saveAs; // abbreviation
		// get new target path/filename
		var newPath=getLocalPath(window.location.href);
		var slashpos=newPath.lastIndexOf('/'); if (slashpos==-1) slashpos=newPath.lastIndexOf('\\'); 
		if (slashpos!=-1) newPath=newPath.substr(0,slashpos+1); // trim filename
		if (!defName||!defName.length) { // use current filename as default
			var p=getLocalPath(window.location.href);
			var s=p.lastIndexOf('/'); if (s==-1) s=p.lastIndexOf('\\'); 
			if (s!=-1) defName=p.substr(s+1);
		}
		var defFilename=(defName||cms.defaultFilename).replace(/.html$/,'.'+defExt);
		var target=cms.askForFilename(cms.filePrompt,newPath,defFilename,defExt);
		if (!target) return; // cancelled by user
		// if specified file does not include a path, assemble fully qualified path and filename
		var slashpos=target.lastIndexOf('/'); if (slashpos==-1) slashpos=target.lastIndexOf('\\');
		if (slashpos==-1) target=target+(defName||cms.defaultFilename).replace(/.html$/,'.'+defExt);
		return target;
	},
	askForFilename: function(msg,path,file,defExt) {
		if(window.Components) { // moz
			try {
				netscape.security.PrivilegeManager.enablePrivilege('UniversalXPConnect');
				var nsIFilePicker = window.Components.interfaces.nsIFilePicker;
				var picker = Components.classes['@mozilla.org/filepicker;1'].createInstance(nsIFilePicker);
				picker.init(window, msg, nsIFilePicker.modeSave);
				var thispath = Components.classes['@mozilla.org/file/local;1'].createInstance(Components.interfaces.nsILocalFile);
				thispath.initWithPath(path);
				picker.displayDirectory=thispath;
				picker.defaultExtension=defExt||'html';
				picker.defaultString=file;
				picker.appendFilters(nsIFilePicker.filterAll|nsIFilePicker.filterText|nsIFilePicker.filterHTML);
				if (picker.show()!=nsIFilePicker.returnCancel) var result=picker.file.persistentDescriptor;
			}
			catch(e) { alert('error during local file access: '+e.toString()) }
		}
		else { // IE
			try { // XP/Vista only
				var s = new ActiveXObject('UserAccounts.CommonDialog');
				s.Filter='All files|*.*|Text files|*.txt|HTML files|*.htm;*.html|';
				s.FilterIndex=(defExt=='txt')?2:3; // default to HTML files;
				s.InitialDir=path;
				s.FileName=file;
				if (s.showOpen()) var result=s.FileName;
			}
			catch(e) { var result=prompt(msg,path+file); } // fallback for non-XP IE
		}
		return result;
	},
	plainTextHeader:
		 'Source:\n\t%0\n'
		+'Title:\n\t%1\n'
		+'Subtitle:\n\t%2\n'
		+'Created:\n\t%3 by %4\n'
		+'Application:\n\tTiddlyWiki %5 / %6 %7\n\n',
	plainTextTiddler:
		'- - - - - - - - - - - - - - -\n'
		+'|     title: %0\n'
		+'|   created: %1\n'
		+'|  modified: %2\n'
		+'| edited by: %3\n'
		+'|      tags: %4\n'
		+'- - - - - - - - - - - - - - -\n'
		+'%5\n',
	plainTextFooter:
		'',
	newsFeedHeader:
		 '<'+'?xml version="1.0"?'+'>\n'
		+'<rss version="2.0">\n'
		+'<channel>\n'
		+'<title>%1</title>\n'
		+'<link>%0</link>\n'
		+'<description>%2</description>\n'
		+'<language>en-us</language>\n'
		+'<copyright>Copyright '+(new Date().getFullYear())+' %4</copyright>\n'
		+'<pubDate>%3</pubDate>\n'
		+'<lastBuildDate>%3</lastBuildDate>\n'
		+'<docs>http://blogs.law.harvard.edu/tech/rss</docs>\n'
		+'<generator>TiddlyWiki %5 / %6 %7</generator>\n',
	newsFeedTiddler:
		'\n%0\n',
	newsFeedFooter:
		'</channel></rss>',
	pureStoreHeader:
		 '<html><body>'
		+'<style type="text/css">'
		+'	#storeArea {display:block;margin:1em;}'
		+'	#storeArea div {padding:0.5em;margin:1em;border:2px solid black;height:10em;overflow:auto;}'
		+'	#pureStoreHeading {width:100%;text-align:left;background-color:#eeeeee;padding:1em;}'
		+'</style>'
		+'<div id="pureStoreHeading">'
		+'	TiddlyWiki "PureStore" export file<br>'
		+'	Source'+': <b>%0</b><br>'
		+'	Title: <b>%1</b><br>'
		+'	Subtitle: <b>%2</b><br>'
		+'	Created: <b>%3</b> by <b>%4</b><br>'
		+'	TiddlyWiki %5 / %6 %7<br>'
		+'	Notes:<hr><pre>%8</pre>'
		+'</div>'
		+'<div id="storeArea">',
	pureStoreTiddler:
		'%0\n%1',
	pureStoreFooter:
		'</div><!--POST-BODY-START-->\n<!--POST-BODY-END--></body></html>',
	assembleFile: function(target,filetype,tids,limit,notes,quiet,overwrite,merge,total) {
		var revised='';
		var now = new Date().toLocaleString();
		var src=convertUnicodeToUTF8(document.location.href);
		var title = convertUnicodeToUTF8(wikifyPlain('SiteTitle').htmlEncode());
		var subtitle = convertUnicodeToUTF8(wikifyPlain('SiteSubtitle').htmlEncode());
		var user = convertUnicodeToUTF8(config.options.txtUserName.htmlEncode());
		var twver = version.major+'.'+version.minor+'.'+version.revision;
		var v=version.extensions.SaveAsPlugin; var pver = v.major+'.'+v.minor+'.'+v.revision;
		var headerargs=[src,title,subtitle,now,user,twver,'SaveAsPlugin',pver,notes];
		switch (filetype) {
			case this.type_TX: // plain text
				var header=this.plainTextHeader.format(headerargs);
				var footer=this.plainTextFooter;
				break;
			case this.type_CS: // comma-separated
				var fields={};
				for (var i=0; i<tids.length; i++) for (var f in tids[i].fields) fields[f]=f;
				var names=['title','created','modified','modifier','tags','text'];
				for (var f in fields) names.push(f);
				var header=names.join(',')+'\n';
				var footer='';
				break;
			case this.type_NF: // news feed (XML)
				headerargs[0]=store.getTiddlerText('SiteUrl','');
				var header=this.newsFeedHeader.format(headerargs);
				var footer=this.newsFeedFooter;
				tids=store.sortTiddlers(tids,'-modified');
				break;
			case this.type_PS: // PureStore (no code)
				var header=this.pureStoreHeader.format(headerargs);
				var footer=this.pureStoreFooter;
				break;
			case this.type_TW: // full TiddlyWiki
			default:
				var currPath=getLocalPath(window.location.href);
				var original=loadFile(currPath);
				if (!original) { alert(config.messages.cantSaveError); return; }
				var posDiv = locateStoreArea(original);
				if (!posDiv) { alert(config.messages.invalidFileError.format([currPath])); return; }
				var header = original.substr(0,posDiv[0]+startSaveArea.length)+'\n';
				var footer = '\n'+original.substr(posDiv[1]);
				break;
		}
		if (parseInt(limit)!=0) tids=tids.slice(0,limit);
		var out=this.getData(target,filetype,tids,quiet,overwrite,merge,fields);
		var revised = header+convertUnicodeToUTF8(out.join('\n'))+footer;
		// if full TW, insert page title and language attr, and reset MARKUP blocks as needed...
		if (filetype==this.type_TW) {
			var newSiteTitle=convertUnicodeToUTF8(getPageTitle()).htmlEncode();
			revised=revised.replaceChunk('<title'+'>','</title'+'>',' ' + newSiteTitle + ' ');
			revised=updateLanguageAttribute(revised);
			var titles=[]; for (var i=0; i<tids.length; i++) titles.push(tids[i].title);
			revised=updateMarkupBlock(revised,'PRE-HEAD',
				titles.contains('MarkupPreHead')? 'MarkupPreHead' :null);
			revised=updateMarkupBlock(revised,'POST-HEAD',
				titles.contains('MarkupPostHead')?'MarkupPostHead':null);
			revised=updateMarkupBlock(revised,'PRE-BODY',
				titles.contains('MarkupPreBody')? 'MarkupPreBody' :null);
			revised=updateMarkupBlock(revised,'POST-SCRIPT',
				titles.contains('MarkupPostBody')?'MarkupPostBody':null);
		}
		total.val=out.length;
		return revised;
	},
	getData: function(target,filetype,tids,quiet,overwrite,merge,fields) {
		// output selected tiddlers and gather list of titles (for use with merge)
		var out=[]; var titles=[];
		var url=store.getTiddlerText('SiteUrl','');
		for (var i=0; i<tids.length; i++) {
			out.push(this.formatItem(store,filetype,tids[i],url,fields));
			titles.push(tids[i].title);
		}
		// if TW or PureStore format, ask to merge with existing tiddlers (if any)
		if (filetype==this.type_TW || filetype==this.type_PS) {
			if (overwrite) return out; // skip merge... forced overwrite
			var txt=loadFile(target);
			if (txt && txt.length) {
				var remoteStore=new TiddlyWiki();
				if (version.major+version.minor*.1+version.revision*.01<2.52) txt=convertUTF8ToUnicode(txt);
				if (remoteStore.importTiddlyWiki(txt) && (merge||confirm(this.mergeprompt.format([target])))) {
					var existing=remoteStore.getTiddlers('title');
					for (var i=0; i<existing.length; i++)
						if (!titles.contains(existing[i].title))
							out.push(this.formatItem(remoteStore,filetype,existing[i],url));
					if (!quiet) displayMessage(this.mergestatus.format([tids.length,out.length-tids.length]));
				}
			}
		}
		return out;
	},
	formatItem: function(s,f,t,u,fields) {
		if (f==this.type_TW)
			var r=s.getSaver().externalizeTiddler(s,t);
		if (f==this.type_PS)
			var r=this.pureStoreTiddler.format([t.title,s.getSaver().externalizeTiddler(s,t)]);
		if (f==this.type_NF)
			var r=this.newsFeedTiddler.format([t.saveToRss(u)]);
		if (f==this.type_TX)
			var r=this.plainTextTiddler.format([t.title, t.created.toLocaleString(), t.modified.toLocaleString(),
				t.modifier, String.encodeTiddlyLinkList(t.tags), t.text]);
		if (f==this.type_CS) {
			function toCSV(t) { return '"'+t.replace(/"/g,'""')+'"'; } // always encode CSV
			var out=[ toCSV(t.title), toCSV(t.created.toLocaleString()), toCSV(t.modified.toLocaleString()),
				toCSV(t.modifier), toCSV(String.encodeTiddlyLinkList(t.tags)), toCSV(t.text) ];
			for (var f in fields) out.push(toCSV(t.fields[f]||''));
			var r=out.join(',');
		}
		return r||'';
	}
};
//}}}
//{{{
// automatically add saveAs to backstage
config.tasks.saveAs = {
	text: 'saveAs',
	tooltip: config.macros.saveAs.prompt,
	action: function(){ clearMessage(); config.macros.saveAs.go(); }
}
config.backstageTasks.splice(config.backstageTasks.indexOf('save')+1,0,'saveAs');
//}}}
|Name|SaveAsPluginInfo|
|Source|http://www.TiddlyTools.com/#SaveAsPlugin|
|Documentation|http://www.TiddlyTools.com/#SaveAsPluginInfo|
|Version|2.7.0|
|Author|Eric Shulman|
|License|http://www.TiddlyTools.com/#LegalStatements|
|~CoreVersion|2.1|
|Type|documentation|
|Description|Documentation for SaveAsPlugin|
>//Note: This plugin replaces ''[[NewDocumentPlugin]]'' (except for the HTML+CSS "snapshot" features, which are now provided by [[SnapshotPlugin]].//
!!!!!Usage
<<<
This plugin automatically adds a 'save as' command to the TiddlyWiki 'backstage' menu so you can quickly create an exact copy of the current TiddlyWiki document.  The plugin also defines a macro that you can use to place a "save as..." command link into your sidebar/mainmenu/any tiddler (or wherever you like).  When the command link is clicked, a system-specific dialog box will be displayed so you can select/enter the desired target path and filename.
{{{
<<saveAs "label:..." "prompt:..." "filename:..." "type:..." "limit:..."
	quiet replace merge open filter|ask|here|none>>
}}}
//(all parameters are optional)//
*''label:...''<br>custom link text (instead of "save as...")
*''prompt:...''<br>custom tooltip text
*''filename:...''<br>default filename to be shown when asking for an output path/file
*''type:...''<br>a keyword, indicating one of the following output file formats:
**''~TiddlyWiki''<br>(or ''wiki'' or ''tw'') a TiddlyWiki HTML document 
**''~PureStore''<br>(or ''store'' or ''ps'') a TiddlyWiki "PureStore" HTML export file (just tiddlers, no core code)
**''~PlainText''<br>(or ''text'' or ''tx'') a plain text file listing of tiddler //source// content
**''Comma''<br>(or ''csv'' or ''cs'') a Comma-Separated Value (CSV) database/spreadsheet file
**''~NewsFeed''<br>(or ''xml'' or ''rss'' or ''nf'') an RSS ~NewsFeed XML file
*''limit:...''<br>output is limited to the specified number of tiddlers
*''quiet''<br>normally, when using filtering (see below), the number of matching tiddlers is reported and you are asked to confirm before saving those tiddlers to a new file.  Use the ''quiet'' keyword to suppress this confirmation step.
*''replace''<br>overwrites existing output file, if any, without confirmation.
*''merge''<br>merges with existing output file, if any, without confirmation.
*''open''<br>opens the newly created document file in a separate browser tab/window.
*''filter''<br>selects a subset of tiddlers to be written into the new document.  If omitted, all tiddlers in the document are written to the new file.  ''filter'' can either:
**a tag value<br>selects only tiddlers that are tagged with that value.  To select tiddlers based on a combination of tags, you can install [[MatchTagsPlugin]] to construct complex 'tag expressions' using full 'boolean' logic with AND, OR, and NOT operators, as well as nested parentheses.
**''ask''<br>prompts you to enter a tag (or tag expression) whenever you click on the 'save as...' command
**''here''<br>selects the current tiddler (if any).  If the command is not embedded within a tiddler, you will be prompted to enter a tiddler title.
**''none''<br>omits all tiddlers and creates a new //empty// document
<<<
!!!!!Examples
<<<
save all tiddlers:
>{{{<<saveAs>>}}}<br>try it: <<saveAs>>
save only tiddlers matching a single tag:
>{{{<<saveAs "label:create Import/Export starter" "filename:TW+ImportExport.html" ImportExportPackage>>}}}
>try it: <<saveAs "label:create Import/Export starter" "filename:TW+ImportExport.html" "ImportExportPackage>>
save to a ~PureStore format:
>{{{<<saveAs "label:create Import/Export archive" "filename:ImportExportPackage.html" type:PureStore open ImportExportPackage>>}}}
>try it: <<saveAs "label:create Import/Export archive" "filename:ImportExportPackage.html" type:PureStore open ImportExportPackage>>
save to a ~PlainText format:
>{{{<<saveAs "label:create Import/Export source listing" type:PlainText open ImportExportPackage>>}}}
>try it: <<saveAs "label:create Import/Export source listing" type:PlainText open ImportExportPackage>>
save tiddlers matching a complex combination of tags (requires [[MatchTagsPlugin]]):
>{{{<<saveAs (alpha or settings) and not systemConfig>>}}}
>try it: <<saveAs (alpha or settings) and not systemConfig>>
prompt for tag or tag expression each time:
>{{{<<saveAs "label:custom save as..." ask>>}}}
>try it: <<saveAs "label:custom save as..." ask>>
save this tiddler:
>{{{<<saveAs "label:save this tiddler..." {{"filename:"+tiddler.title}} quiet here>>}}}
>try it: <<saveAs "label:save this tiddler..." {{"filename:"+tiddler.title}} quiet here>>
<<<
!!!!!Revisions
<<<
2009.10.13 2.7.0 added 'here' param (saves current tiddler)
2009.08.16 2.6.2 fixed handling for backstage
2009.08.04 2.6.1 fixed handling when limit is omitted.
2009.08.03 2.6.0 added 'limit:nn' parameter.
2009.08.02 2.5.3 in getData(), if type=RSS, sort by modified (most recent first).
2009.07.03 2.5.2 TW252 fixup: don't call convertUTF8ToUnicode() for local loadFile() I/O
2009.04.30 2.5.1 custom fields in CSV output.
2009.04.19 2.5.0 added CSV format.
2008.09.29 2.4.3 in getData(), convert UTF8 to Unicode before merging (fixes international characters).
2008.09.28 2.4.2 in go(), fixed typo that prevented backstage SaveAs from working.
2008.09.24 2.4.1 if rewriting *current* file and chkSaveBackups and/or chkGenerateAnRssFeed is enabled, then write a backup file or RSS feed, respectively
2008.09.24 2.4.0 when 'open' param is used and file is saved to current location, reload() page instead of opening a new tab/window.  Added 'filename' param to specify default filename.  Added 'replace' and 'merge' keyword params to control file handling without asking user.  Improved use of 'quiet' flag to eliminate more unwanted messages
2008.09.19 2.3.2 fixed backstage SaveAs command (was defaulting to empty document).  in formatItem(), removed unnecessary convertUnicodeToUTF8() (was causing double-conversion!)
2008.09.16 2.3.1 fixed IE 'navigate away' error by returning false from button onclick handler
2008.09.11 2.3.0 added support for alternative file formats: ~PlainText (TX), ~PureStore (PS), or ~NewsFeed (XML) in addition to existing ~TiddlyWiki (TW) document format
2008.09.06 2.2.1 corrected handling of autoopen attribute so it only applies when "open" param is specified
2008.08.01 2.2.0 added "open" param to auto-open newly saved document
2008.07.20 2.1.3 added "quiet" param to bypass confirmation when using tag filter
2008.04.22 2.1.2 corrected use of getTarget() to check for "user cancelled"
2008.04.22 2.1.1 documentation fixes
2008.04.22 2.1.0 added support for tag filtering to completely replace [[NewDocumentPlugin]] (now retired)
2008.04.12 2.0.1 automatically add "saveAs" to backstage commands
2008.04.12 2.0.0 initial release based on [[NewDocumentPlugin]]

__Previous revisions from [[NewDocumentPlugin]]__
2008.04.20 1.8.0 added support for 'noCSS' and 'viewer' params for alternative snapshot output
2008.01.08 [*.*.*] plugin size reduction: documentation moved to ...Info tiddler
2007.12.04 [*.*.*] update for ~TW2.3.0: replaced deprecated core functions, regexps, and macros
2007.03.30 1.7.0 added support for "print" param as alternative for "snap".  When "print" is used, the filename is ignored and ouput is directed to another browser tab/window, where the print dialog is then automatically triggered
2007.03.30 1.6.1 added support for "here" keyword for current tiddler elementID and "prompt:text" param for specifying tooltip text
2007.02.12 1.6.0 in onClickNewDocument(), reset HTML source 'markup'
2006.10.23 1.5.1 in onClickNewDocument(), get saved parameter value for snapID instead of using default "contentWrapper" (oops!)
2006.10.18 1.5.0 new optional param for 'snap'... specify alternative DOM element ID (default is still "contentWrapper")
2006.08.03 1.4.3 in promptForFilename(), for IE (~WinXP only), added handling for ~UserAccounts.~CommonDialog
2006.07.29 1.4.2 in onClickNewDocument(), okmsg display is now linked to newly created file
2006.07.24 1.4.1 in promptForFilename(), check for nsIFilePicker.returnCancel to allow nsIFilePicker.returnOK **OR** nsIFilePicker.returnReplace to be processed
2006.05.23 1.4.0 due to very poor performance, support for tag *expressions* has been removed, in favor of a simpler "containsAny()" scan for tags
2006.04.09 1.3.6 in onClickNewDocument, added call to convertUnicodeToUTF8() to better handle international characters
2006.03.15 1.3.5 added nsIFilePicker() handler for selecting filename in moz-based browsers.  IE and other non-moz browsers still use simple prompt() dialog
2006.03.15 1.3.0 added "label:text" param for custom link text.  added special "all" filter parameter for "save as..." handling (writes all tiddlers to output file)
2006.03.09 1.2.0 added special "snap" filter parameter to generate and write "snapshot" files containing static HTML+CSS for currently rendered document
2006.02.24 1.1.2 Fix incompatiblity with TW 2.0.5 by removing custom definition of getLocalPath() (which is now part of TW core)
2006.02.03 1.1.1 concatentate 'extra' params so that tag expressions don't have to be quoted.   moved all text to 'formatted' string definitions for easier translation.
2006.02.03 1.1.0 added support for tag EXPRESSIONS.  plus improved documentation and code cleanup
2006.02.03 1.0.0 Created
<<<
/***
|Name|SaveTiddlerToFilePlugin|
|Source|http://www.TiddlyTools.com/#SaveTiddlerToFilePlugin|
|Documentation|http://www.TiddlyTools.com/#SaveTiddlerToFilePlugin|
|Version|1.0.0|
|Author|Eric Shulman|
|License|http://www.TiddlyTools.com/#LegalStatements|
|~CoreVersion|2.1|
|Type|plugin|
|Description|toolbar command to save tiddler source definition to an external text file|
!!!!!Usage/Example
<<<
Embedded as a macro in tiddler content:
{{{
<<saveTiddlerToFile label:text prompt:text filename:text path:text>>
}}}
or, as a tiddler toolbar command in [[ViewTemplate]]:
{{{
<span class='toolbar' macro='toolbar saveTiddlerToFile'></span>
}}}
where:
* ''label'' //(optional)//<br>specifies the text to display for the command
* ''prompt'' //(optional)//<br>specifies the mouseover 'tooltip' text for the command
* ''filename'' //(optional)//<br>specifies the default filename to create.  You can use "*" within the filename as a 'substitution marker' that will be automatically replaced with the current tiddler's title.    If ''file'' is omitted, a system-specific 'ask for filename' dialog box will be displayed, using 'tiddlername.tid' as the suggested default filename.  //Note: if the tiddler is a plugin (tagged with <<tag systemConfig>>), then the suggested filename will use ".js" instead of ".tid"//
* ''path'' //(optional)//<br>specifies the default folder in which to create the output file.  If the path begins with "./" (or ".\" for Windows) it is treated as a relative path, and the path containing the current document will be prepended to create a full path reference.  Otherwise, the specified path must be a full path reference.  You can use "*" within the path as a 'substitution marker' that will be automatically replaced with the current tiddler's title.  If ''path'' is omitted, the path containing the current document will be used by default.
Examples:
>{{{<<saveTiddlerToFile>>}}}<br>Try it: <<saveTiddlerToFile>>
>{{{<<saveTiddlerToFile label:"save 'txt' file to current folder..." filename:*.txt>>}}}<br>Try it: <<saveTiddlerToFile label:"save 'txt' file to current folder..." filename:*.txt>>
>{{{<<saveTiddlerToFile label:"save 'txt' file to archive..." filename:*.txt path:./archive>>}}}<br>Try it: <<saveTiddlerToFile label:"save 'txt' file to archive..." filename:*.txt path:./archive>>
<<<
!!!!!Configuration
<<<
When {{{<span class='toolbar' macro='toolbar saveTiddlerToFile'></span>}}} is used to create a tiddler toolbar command, the default values for all parameters are applied (e.g., you will be prompted to select/enter a filename with a ".tid" or ".js" extension).  You can override these defaults by writing the following into a tiddler tagged with <<tag systemConfig>>:
{{{
config.commands.saveTiddlerToFile.filename="...";
config.commands.saveTiddlerToFile.path="...";
}}}
<<<
!!!!!Revisions
<<<
2008.04.22 [1.1.0] converted from inline script to tiddler toolbar command
2007.06.26 [1.0.0] initial release as inline script
<<<
!!!!!Code
***/
//{{{
version.extensions.SaveTiddlerToFilePlugin= {major: 1, minor: 1, revision: 0, date: new Date(2008,4,22)};

config.macros.saveTiddlerToFile = {
	label: "save this tiddler to a file",
	prompt: "save this tiddler's SOURCE text to a local file",
	askmsg: "select an output filename for this tiddler",
	okmsg: "Tiddler source written to %0",
	failmsg: "An error occurred while creating %0",
	handler: function(place,macroName,params,wikifier,paramString,tiddler) {
		params = paramString.parseParams("anon",null,true,false,false);
		var label=getParam(params,"label",this.label);
		var prompt=getParam(params,"prompt",this.prompt);
		var filename=getParam(params,"filename","");
		var path=getParam(params,"path","");
		var btn=createTiddlyButton(place,label,prompt,
			function(event){config.macros.saveTiddlerToFile.go(this,event)});
		btn.setAttribute("filename",filename);
		btn.setAttribute("path",path);
	},
	go: function(src,event) {
		var cms=config.macros.saveTiddlerToFile; // abbreviation
		var here=story.findContainingTiddler(src); if (!here) return;
		var tid=here.getAttribute('tiddler');
		var filename=src.getAttribute("filename")||"";
		filename=filename.replace(/\*/g,tid);
		var path=src.getAttribute("path")||"";
		path=path.replace(/\*/g,tid);
		if (!path.length||path.substr(0,2)=="./"||path.substr(0,2)==".\\") {
			var curr=getLocalPath(document.location.href);
			var slashpos=curr.lastIndexOf("/"); if (slashpos==-1) slashpos=curr.lastIndexOf("\\"); 
			if (slashpos!=-1) curr=curr.substr(0,slashpos+1); // remove filename, leave trailing slash
			var trailingslash=curr.indexOf("\\")!=-1?"\\":"/"; // fixup for missing trailing slash
			if (path.length && path.substr(path.length,1)!=trailingslash) path+=trailingslash;
			path=!path.length?curr:curr+path.substr(2); // convert relative path to absolute path
		}
		var deffn=tid+(store.getTiddler(tid).isTagged("systemConfig")?".js":".tid");
		var target=filename.length?path+filename:cms.askForFilename(cms.askmsg,path,deffn); // ask
		if (!target||!target.length) return false; // cancelled by user
		var msg=saveFile(target,store.getTiddlerText(tid))?cms.okmsg:cms.failmsg;
		clearMessage(); displayMessage(msg.format([target]),"file:///"+target.replace(/\\/g,'/'));
	},
	askForFilename: function(msg,path,file) {
		if(window.Components) { // moz
			try {
				netscape.security.PrivilegeManager.enablePrivilege('UniversalXPConnect');
				var nsIFilePicker = window.Components.interfaces.nsIFilePicker;
				var picker = Components.classes['@mozilla.org/filepicker;1'].createInstance(nsIFilePicker);
				picker.init(window, msg, nsIFilePicker.modeSave);
				var thispath = Components.classes['@mozilla.org/file/local;1'].createInstance(Components.interfaces.nsILocalFile);
				thispath.initWithPath(path);
				picker.displayDirectory=thispath;
				picker.defaultExtension='tid';
				picker.defaultString=file;
				picker.appendFilters(nsIFilePicker.filterAll|nsIFilePicker.filterText|nsIFilePicker.filterHTML);
				if (picker.show()!=nsIFilePicker.returnCancel) var result=picker.file.persistentDescriptor;
			}
			catch(e) { alert('error during local file access: '+e.toString()) }
		}
		else { // IE
			try { // XP/Vista only
				var s = new ActiveXObject('UserAccounts.CommonDialog');
				s.Filter='All files|*.*|Text files|*.txt;*.tid;*.js|HTML files|*.htm;*.html|';
				s.FilterIndex=2; // default to TEXT files;
				s.InitialDir=path;
				s.FileName=file;
				if (s.showOpen()) var result=s.FileName;
			}
			catch(e) { var result=prompt(msg,path+file); } // fallback for non-XP IE
		}
		return result;
	}
}

// // toolbar definition
config.commands.saveTiddlerToFile= {
	text: "file",
	tooltip: config.macros.saveTiddlerToFile.prompt,
	filename: "",
	path: "",
	handler: function(event,src,title) {
		var ccs=config.commands.saveTiddlerToFile;
		if (ccs.filename.length) src.setAttribute("filename",ccs.filename);
		if (ccs.path.length) src.setAttribute("path",ccs.path);
		config.macros.saveTiddlerToFile.go(src,event);
		return false;
	}
};
//}}}
Sgt Carter and The Two Lesleys

Sgt Dick Carter from Reading is about to move into C.I.D in Banbury
On his last weekend in uniform, he is to maintain law and order while the rest of the police attend a grudge football match between Banbury Town and Brackley Town.
Saturday evenings always starts off with two rival gangs facing each other either side of the High St,  and the latest gang members are pushed into the middle to start the entertainment.
The gang from London ride scooters and have mostly moved up from the East End
The gang from Birmingham ride bikes and have moved down with Birds
Sgt Cater read the riot act to the assembled gangs and marches the two Ls up to the Cross and gives them an option
Lesley (with parka) trains as a mechanic and becomes manager of a tyre fitting establishment in town
Lesley (with leathers) trains as a bookkeeper and marries the son of a local farmer 
The Shennington Goldmine
 powered by TiddlyWiki
The Banburyshire Brolly podcast
Size 14 Boots
BanburyshireEvening
HoracE
Fred_Vokins
Bobs_BBB_Song
WassaiL
Cursed_Warehouse
Sgt_Carter_2_Lesleys
Postcode_Lottery
Enchanted_Garden
Honeybourne_Hut
The_Blue_Grave
Climbing_Everest
Old_George
Ironstones_Railway
The_Old_Back_Door
Huw_meets_Angharad
Millies_2nd_Helping
Shennington_Goldmine
Size_14_Boots
Centurians_by_Sea
The_White_Lion_Spirit
Guy_Fawkes
.header {background:[[ColorPalette::TertiaryPale]];}
The Blue Grave - a Salt Way Story

Back in the 1960's a group of archaeologists from Oxford University travelled up to just beyond Broughton Castle to examine the Roman Road to be found there. In pristine condition, buried a few feet below the surface. The road had been built over the top of the ancient Salt Way which ran from Droitwich Spa past Chipping Campden and Banbury before making it's way down to London, and was one of the many Salt Ways which made up the three trading networks, based around Droitwich, the Cheshire salt mines and the sea salt works along the south coast.
But the boffins were only interested in the Roman part of the road, a warm-up field trip before their main overseas expedition in the Summer.
While they were in the area, the local farmer went over to them, and said "If you've got a moment can to tell me what this means?" pointing to an area of blue-tinged soil some 50 feet away. One of the students wandered over for a closer look, as the farmer explained that his plough had brought up pieces of smooth stone from the same area. It was only a foot down before a broken stone lid was uncovered, and further careful clearing exposed a stone coffin. Inside was the remains of a young woman, later calculated to be in her mid-twenties, who had lived in the latter part of the fifth century, some fifty years after the Romans had departed these shores. She had been buried in the lead-lined stone coffin, which explained the blue dis-colouration of the soil, and signified not plague or plutonium, but great wealth. The only object in the coffin with her was a small blue glass amphora, a five inch high perfume bottle which had originated in what is now the Lebanon.
After careful measurements and photographs were taken, the blue grave was filled in, and the farmer and now his son, make a point of avoiding the spot when ploughing.
So who was the young lady, and why was the coffin buried so shallowly? Recent re-examination of the photos, by use of modern image analysis software have revealed an intriguing possible answer. It was already known that the lead must have come from either Cornwall or Wales, showing the extensive trade routes in place, and the proximity to Salt Way would suggest that she would have some involvement.
But the image analysis shows two pieces of writing, on either side of the coffin. Facing Salt Way, in latin, was inscribed "Here lies the Fine Lady of the Salt Way. Give thanks for all she has done for you." On the other side, this time in Welsh, was written "My beloved Angharad of the Salt Way. I will play you music no more. Huw"
It is presumed that the coffin was never interred, but that it lay above ground as a monument to Angharad, and only with the passing of the influence of the Salt Way, after many centuries, did it then sink underground.
Was Angharad the original Fine Lady who inspired the writing of the nursery rhyme some 1300 years later?    
The Old Back Door

It's not often you get someone passionately talking about their old back door, but this is exactly what I found when over at the Cropredy cottage of Steven and Verna, the stalwarts of the Banbury Hobby Horse Festival, amongst many other activities.
Steven, a one time archaeologist and schoolmaster, now enjoying the student life again of riotous behaviour and field trips to exotic locations, was explaining the craftsmanship of the back door to their cottage. It turns out it was the old post office at somewhere about the time that the Culworth Gang were terrorising the area, as holdup merchants, highwaymen and strongarm thieves, so a stout door was a must. By day the gang members worked on the land, and one was even a parish clerk, but in the evening they donned smock coats and tasteful masks, going about their business with billyclubs and pitchforks. However, they never killed anyone, or even seriously injured any of their victims over the twenty years of their reign of terror. But this didn't stop a number of the gang from being hung for their misdemeanours, although two gangmembers appear to have fled to the colonies, where they did very nicely for themselves.
So next time you see an unusual doorway, just think of what stories it could tell.

References :- 
http://archiver.rootsweb.ancestry.com/th/read/ENG-BANBURY-AREA/2002-02/1012575732
  
The Spirit of The White Lion
TiddlyWiki is a website on a stick! In one single HTML file, TiddlyWiki gives you the ability to publish and organize information in a whole manner of different ways. If you can't do what you want to, you can write plugins to change the way TiddlyWiki works. A thriving community of developers have generated huge number of plugins that turn TiddlyWiki into a number of different things, from a CD organizer to an online collaboration tool.

TiddlyWiki is a piece of open source software created by Jeremy Ruston. The copyright is now owned by the not-for-profit organisation [[UnaMesa|http://www.unamesa.com]]. TiddlyWiki has always been free and open source and will remain free and open source. Edit mode.
Wassail

Old Apple tree, old apple tree;
We've come to wassail thee;
To bear and to bow apples enow;
Hats full, caps full, three bushel bags full;
Barn floors full and a little heap under the stairs
At Carhampton, near Minehead, the Apple Orchard Wassailing is held on the Old Twelfth Night (17 January)

So dunk your toast in plum yerkum, and place in the branches of your apple tree
Pour some cider over the roots giving thanks to last years bounty
Keep singing and shouting and clatter your pans
Til evil spirits are scared on their way by the gunmans bang
Wassail 

Wassial - good health
Drin(k) Hael - drink and be healthy


<html>
<div class="web"><span><a href="http://www.banburyshire.net" target="_blank">Banburyshire</a></span></div>
<div class="web"><span><a href="http://cqcounter.com/?sts,l20all,,,,banbury" target="_blank">Banburyshire stats</a></span></div>
<div class="web"><span><a href="http://www.banburyfolkclub.co.uk" target="_blank">Banbury Folk Club</a></span></div>
<div class="web"><span><a href="http://www.clockworkdata.co.uk" target="_blank">Clockwork Data</a></span></div>


<hr>
<div class="web"><span><a href="http://www.autotrader.co.uk/" target="_blank">Autotrader</a></span></div>
<div class="web"><span><a href="http://news.bbc.co.uk/" target="_blank">BBC News</a></span></div>
<div class="web"><span><a href="http://www.thephonebook.bt.com/publisha.content/en/index.publisha" target="_blank">BT Directory Enquiries</a></span></div>
<div class="web"><span><a href="http://www.google.co.uk/" target="_blank">Google</a></span></div>



</html>
Julian Procter