initial site commit
[occam.git] / public / history.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5 <title>The Occam Singers</title>
6 <script type="text/javascript">
7 <!--
8 var preloadFlag = false;
9 function preloadImages() {
10         if (document.images) {
11                 pre_home_over = newImage('../tags/home_over.png');
12                 pre_choir_over = newImage('../tags/choir_over.png');
13                 pre_concerts_over = newImage('../tags/concerts_over.png');
14                 pre_join_over = newImage('../tags/join_over.png');
15                 pre_booking_over = newImage('../tags/booking_over.png');
16                 preloadFlag = true;
17         }
18 }
19
20 function MM_preloadImages() { //v3.0
21   var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
22     var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
23     if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
24 }
25
26 function MM_findObj(n, d) { //v4.01
27   var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
28     d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
29   if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
30   for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
31   if(!x && d.getElementById) x=d.getElementById(n); return x;
32 }
33
34 function MM_nbGroup(event, grpName) { //v6.0
35   var i,img,nbArr,args=MM_nbGroup.arguments;
36   if (event == "init" && args.length > 2) {
37     if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
38       img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
39       if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
40       nbArr[nbArr.length] = img;
41       for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
42         if (!img.MM_up) img.MM_up = img.src;
43         img.src = img.MM_dn = args[i+1];
44         nbArr[nbArr.length] = img;
45     } }
46   } else if (event == "over") {
47     document.MM_nbOver = nbArr = new Array();
48     for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
49       if (!img.MM_up) img.MM_up = img.src;
50       img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])? args[i+1] : img.MM_up);
51       nbArr[nbArr.length] = img;
52     }
53   } else if (event == "out" ) {
54     for (i=0; i < document.MM_nbOver.length; i++) {
55       img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
56   } else if (event == "down") {
57     nbArr = document[grpName];
58     if (nbArr)
59       for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
60     document[grpName] = nbArr = new Array();
61     for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
62       if (!img.MM_up) img.MM_up = img.src;
63       img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
64       nbArr[nbArr.length] = img;
65   } }
66 }
67 function MM_swapImgRestore() { //v3.0
68   var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
69 }
70
71 function MM_swapImage() { //v3.0
72   var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
73    if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
74 }
75 //-->
76             </script>
77                 </csactiondict>
78                 <style type="text/css">
79 <!--
80 .text {
81         font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
82 }
83 .text {
84         color: #000F55;
85         font-size: xx-small;
86         text-align: right;
87 }
88 body,td,th {
89         font-family: "Myriad Pro";
90         font-size: 16px;
91         color: #006;
92 }
93 body {
94         background-color: #FFF;
95         background-image: ../backgrounds/background1.jpg;
96         background-repeat: no-repeat;
97         background-image: url(../images/back.jpg);
98 }
99 .lady {
100         font-size: 12px;
101 }
102 .lady {
103         font-size: 16px;
104         font-family: "Myriad Pro";
105         color: #006;
106 }
107 .in {   font-size: 12px;
108         font-weight: bold;
109 }
110 .if {   font-size: 12px;
111         font-weight: bold;
112 }
113 .m {    font-size: 12px;
114 }
115 .text {
116         font-size: 18px;
117 }
118 .text {
119         text-align: left;
120 }
121 .text .text {
122         font-size: 16px;
123 }
124 .text .text {
125         font-family: "Myriad Pro";
126 }
127 .lady p strong {
128         color: #006;
129 }
130 .text .text strong {
131         font-family: "Myriad Pro";
132 }
133 .text {
134         font-family: "Myriad Pro";
135         font-size: 16px;
136 }
137 .text font b font {
138         font-family: "Myriad Pro";
139 }
140 .text font b font {
141         color: #006;
142 }
143 .lady p {
144         font-size: 16px;
145 }
146 .lady p strong {
147         font-family: "Myriad Pro";
148 }
149 .text {
150         font-family: "Myriad Pro";
151         font-size: 16px;
152 }
153 .text {
154         color: #006;
155 }
156 .lady p strong {
157         font-family: "Myriad Pro";
158 }
159 a {
160         font-family: "Myriad Pro";
161         font-size: 16px;
162         color: #11519E;
163 }
164 a:visited {
165         color: #000066;
166         text-decoration: none;
167 }
168 h1,h2,h3,h4,h5,h6 {
169         font-family: "Myriad Pro";
170         font-weight: bold;
171 }
172 .history {
173         font-weight: bold;
174 }
175 a:link {
176         color: #000066;
177         text-decoration: none;
178 }
179 a:hover {
180         text-decoration: none;
181 }
182 a:active {
183         text-decoration: none;
184 }
185 -->
186                 </style>
187         </head>
188
189         <body bgcolor="white" onLoad="preloadImages();MM_preloadImages('../tags/home_over.png','../tags/choir_over.png','../tags/concerts_over.png','../tags/contact_over.png','../tags/booking_over.png','../tags/join_over.png','../tags/nick_over.gif')">
190 <div align="center">
191                                 <table width="201" border="0" cellspacing="0" cellpadding="0" cool gridx="16" gridy="16" height="40" showgridx showgridy usegridx usegridy>
192                                         <tr height="39">
193                                                 <td width="200" height="39"></td>
194                                                 <td width="1" height="39"><spacer type="block" width="1" height="39"></td>
195                                         </tr>
196                                         <tr height="1" cntrlrow>
197                                                 <td width="200" height="1"><spacer type="block" width="200" height="1"></td>
198                                                 <td width="1" height="1"></td>
199                                         </tr>
200                                 </table>
201                                 <table width="930" border="0" align="center" cellpadding="0" cellspacing="0">
202                                   <tr>
203                                     <td align="center" valign="middle" bgcolor="#1252A0"><img src="../tags/header_blue.jpg" alt="" width="282" height="112" border="0"></td>
204                               </tr>
205                                   <tr>
206                                     <td><table border="0" cellpadding="0" cellspacing="0">
207                                       <tr bgcolor="#FFFFFF">
208                                         <td height="41"><a href="javascript:;" target="_top" onClick="MM_nbGroup('down','group1','spacer','',1)" onMouseOver="MM_nbGroup('over','spacer','','',1)" onMouseOut="MM_nbGroup('out')"><img src="../tags/spacer.png" alt="" name="spacer" width="45" height="40" border="0" onload=""></a></td>
209                                         <td><a href="../index.html" target="_self" onMouseOver="MM_swapImage('Image9','','../tags/home_over.png',1)" onMouseOut="MM_swapImgRestore()"><img src="../tags/home.png" alt="Home" name="Image9" width="140" height="40" border="0"></a></td>
210                                         <td><a href="../public/about.html" target="_self" onMouseOver="MM_swapImage('Image10','','../tags/choir_over.png',1)" onMouseOut="MM_swapImgRestore()"><img src="../tags/choir.png" alt="Choir" name="Image10" width="140" height="40" border="0"></a></td>
211                                         <td><a href="../public/concerts.html" target="_self" onMouseOver="MM_swapImage('Image11','','../tags/concerts_over.png',1)" onMouseOut="MM_swapImgRestore()"><img src="../tags/concerts.png" alt="Concerts" name="Image11" width="140" height="40" border="0"></a></td>
212                                         <td><a href="../public/contact.html" target="_self" onMouseOver="MM_swapImage('Image12','','../tags/contact_over.png',1)" onMouseOut="MM_swapImgRestore()"><img src="../tags/contact.png" alt="Contact" name="Image12" width="140" height="40" border="0"></a></td>
213                                         <td><a href="../public/weddings.html" target="_self" onMouseOver="MM_swapImage('Image13','','../tags/hire_over.png',1)" onMouseOut="MM_swapImgRestore()"><img src="../tags/hire.png" alt="Booking" name="Image13" width="140" height="40" border="0"></a></td>
214                                         <td><a href="../public/join.html" target="_self" onMouseOver="MM_swapImage('Image14','','../tags/join_over.png',1)" onMouseOut="MM_swapImgRestore()"><img src="../tags/join.png" alt="Join" name="Image14" width="140" height="40" border="0"></a></td>
215                                         <td><img src="../tags/spacer.png" width="45" height="40" alt="Spacer"></td>
216                                   </tr>
217                                       </table></td>
218                               </tr>
219                           </table>
220 </div>
221 <table width="930" height="959" border="0" align="center" cellpadding="0" cellspacing="0">
222                           <tr>
223                             <td width="40" height="40" bgcolor="#FFFFFF">&nbsp;</td>
224                             <td width="850" height="40" bgcolor="#FFFFFF">&nbsp;</td>
225                             <td width="40" height="40" bgcolor="#FFFFFF">&nbsp;</td>
226                       </tr>
227                           <tr>
228                             <td width="40" height="879" bgcolor="#FFFFFF">&nbsp;</td>
229                             <td bgcolor="#FFFFFF"><table width="850" height="807" border="0" cellpadding="0" cellspacing="0">
230                               <tr>
231                                 <td width="850" height="807" bgcolor="#FFFFFF"><table width="845" border="0" align="center">
232                                   <tr>
233                                     <td><strong>Our history</strong>
234                                       <p>The Occam Singers trace their roots back to 1980, when an enthusiastic group of friends formed &quot;a small ad hoc chamber group, to sing at weddings and charity events&quot;. From these modest beginnings, the choir's reputation spread, and now the Occam Singers regularly promote full-scale concerts of choral music with professional orchestras, as well as continuing to enjoy giving smaller-scale performances.<br />
235                                         <br />
236                                 The choir takes its name from the Surrey village of Ockham, where many of its earlier performances took place. Ockham is the birthplace of the renowned mediaeval philosopher, William of Occam, best remembered for Occam's Razor, the philosophical principle which may be paraphrased as &quot;don't overcomplicate&quot; - a tenet which the choir endorses.</p></td>
237                               </tr>
238                             </table>
239                                   <br />
240                             <table width="845" border="0" align="center">
241                               <tr>
242                                 <td><img src="../images/choir5.jpg" width="840" height="279" alt="choir5" /></td>
243                           </tr>
244                         </table>
245                             <br />
246                             <table width="845" border="0" align="center">
247                               <tr>
248                                 <td><p>From its inception, the choir has aimed to raise money for local and national charities, including The St John Ambulance, Guildford Breast Cancer Appeal, local hospices, The Rainbow Trust and many others. In 1990 its impressive London debut raised almost £7,000 for Medical Aid for Free Romania, and In recognition of the £15,000 raised at a concert in May 1997, the St Luke's Cancer Appeal placed a plaque outside one of its new examination rooms to record the contribution of The Occam Singers.&nbsp; Since 1996, a Christmas concert has raised money every year for the Mayor of Guildford's Distress Fund. Since 1982, the Occam Singers has contributed nearly £100,000 to local and national charities and fund raising continues to be an important part of our programme.<br />
249                                   <br />
250                                   To mark the millennium, the choir commissioned In Tenebris II from Nicholas O'Neill, which had its premiere performance in Guildford and which can be heard on the choir's CD recording.<br />
251   <br />
252                                   On the occasion of our 25th Anniversary in 2005 we were delighted to welcome Patricia Rozario who gave an inspirational performance&nbsp; of Tavener's Lament of the Mother of God. <br />
253   <br />
254                             Since 2005, The Occam Singers has gone from strength to strength, extending and varying the repertoire and continuing to push the standard of singing ever higher. Despite difficult economic times, audiences have been steadily increasing, which is testament to the choir and its Musical directors and their&nbsp;commitment to maintaining and developing the choral chamber music tradition for the enjoyment of &nbsp;future generations</p></td>
255                           </tr>
256                         </table>
257                             <br />
258                             <table width="105" height="36" border="0">
259                               <tr>
260                                 <td align="center" bgcolor="#EFEFEF"><a href="../public/about.html">&lt; Back</a></td>
261                           </tr>
262                         </table></td>
263                           </tr>
264                         </table>
265                         <br /></td>
266                             <td bgcolor="#FFFFFF">&nbsp;</td>
267   </tr>
268                           <tr>
269                             <td width="40" height="40" bgcolor="#FFFFFF">&nbsp;</td>
270                             <td height="40" bgcolor="#FFFFFF">&nbsp;</td>
271                             <td height="40" bgcolor="#FFFFFF">&nbsp;</td>
272                       </tr>
273     </table>
274                         <p></p>
275 </body>
276
277 </html>
278 </div>
279
280
281
282
283
284
285
286
287
288
289
290
291
292