HTTP/1.1 200 OK
Date: Sun, 12 Feb 2012 23:51:13 GMT
Server: Apache/2.2.16 (Unix) mod_ssl/2.2.16 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
Vary: Accept-Encoding
Connection: close
Content-Type: text/html

<html>
<head>
<title>BCCS: Overview of Our History</title>
<META name="y_key" content="1a0dc0d8fcc9a056" />
<meta name="description" content="">
<meta http-equiv="Pragma" content="no-cache; text/html; charset=windows-1252">
<link rel="stylesheet" href="/bccs_css/ns.css" type="text/css">
<script src="/myprintln.js" language="JScript"></script>
<script type="text/javascript" src="http://www.buckschoral.org/count.js"></script> 

<script language="JavaScript1.2">
// The image slideshow code

//Specify images
var BCCSImages=new Array()
BCCSImages[0]="/bccs_graphics/slideshow/20080608_01_IMG_2750.JPG"
BCCSImages[1]="/bccs_graphics/slideshow/20080608_02_IMG_2751.JPG"
BCCSImages[2]="/bccs_graphics/slideshow/20080608_03_IMG_2753.JPG"
BCCSImages[3]="/bccs_graphics/slideshow/20080608_04_IMG_2755.JPG"
BCCSImages[4]="/bccs_graphics/slideshow/20080608_05_IMG_2758.JPG"
BCCSImages[5]="/bccs_graphics/slideshow/20080608_07_IMG_2760.JPG"
BCCSImages[6]="/bccs_graphics/slideshow/20080608_06_IMG_2759.JPG"
BCCSImages[7]="/bccs_graphics/slideshow/20080608_08_IMG_2767.JPG"
BCCSImages[8]="/bccs_graphics/slideshow/20080608_09_IMG_2786.JPG"
BCCSImages[9]="/bccs_graphics/slideshow/20080608_10_IMG_2788.JPG"
BCCSImages[10]="/bccs_graphics/slideshow/20080608_11_IMG_2790.JPG"

//Specify interval between pictures (in miliseconds)
var speed=10000

//preload images
var processed=new Array()
for (i=0;i<BCCSImages.length;i++){
  processed[i]=new Image()
  processed[i].src=BCCSImages[i]
}

// here could randomize
var incImg=Math.floor(Math.random()*BCCSImages.length)

function slideback(){
  if (incImg<BCCSImages.length-1)
    incImg++
  else
    incImg=0
  document.images.rotatingimage.src=processed[incImg].src
  setTimeout("slideback()", speed)
}

</script>

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-126282-7";
urchinTracker();
</script>
</head>
<body class="body" onLoad="slideback();">

<SCRIPT LANGUAGE="JavaScript">

//File Naming Convention:  Category_Sub-Link.htm
//where  Category = label on button in top row
//       Sub-Link = label on item in pull down menu
//Syntax:  (_) underscore denotes break between Category/SubLink
//         (-) hyphen denotes blank space within Category or SubLink label
//         (~) tilda denotes break between menu formatting and url

//array of pages
//dynamic content can be inserted as comma delimited list with page urls in quotes
var pagelist = new Array();
pagelist =[
"home~/home_bccs.pl",
"events~events_category-head",
//"events_next-performance~/events_concert.pl?performanceid=50",
"events_current-season~/events_season.pl",
"events_season-tickets~/events_subscribe.pl",
"events_individual-tickets~/events_tickets.pl",
"events_ticketing-policies~/events_ticket-policy.pl",
//"events_Hallelujah-auction~/events auction.pl",
"events_sounds-of-spring~/events_gala.pl",
"events_singing-for-seniors~/events_singing-for-seniors.pl",
"events_summer-sings~/events_summersings.pl",
"support-bccs~support-bccs_category-head",
//"support-bccs_t-shirts~/support-bccs_35th-items.pl",
"support-bccs_cd-catalog~/support-bccs_catalog.pl",
"support-bccs_christmas-cards~/support-bccs_xmasCards.pl",
"support-bccs_how-to-contribute~/support-bccs_donations.pl",
"support-bccs_donation-categories~/support-bccs_donationcategories.pl",
"support-bccs_friends-of-bccs~/support-bccs_friendsBccs.pl",
"support-bccs_funding-opportunities~/support-bccs_fundingopportunities.pl",
"support-bccs_planned-giving~/support-bccs_plannedgift.pl",
"support-bccs_privacy-policy~/support-bccs_privacy-policy.pl",
"support-bccs_social-media~/support-bccs_socialMedia.pl",
"support-bccs_iGive~/support-bccs_iGive.pl",
"links~links_category-head",
"links_business-partners~/links_businessPartners.pl",
"links_more-music~/links_arts.pl",
"links_bucks-county~/links_bucks.pl",
"about-bccs~about-bccs_category-head",
"about-bccs_what-is-BCCS?~/about-bccs_whatis.pl",
"about-bccs_mission~/about-bccs_mission.pl",
"about-bccs_history~/about-bccs_history.pl",
"about-bccs_community-outreach~/about-bccs_community.pl",
"about-bccs_commissioned-works~/about-bccs_commissions.pl",
"about-bccs_accomplishments~/about-bccs_awards.pl",
"about-bccs_program-archive~/about-bccs_programArchive.pl",
"about-bccs_newsletter-archive~/about-bccs_newsletterArchive.pl",
"meet-bccs~meet-bccs_category-head",
"meet-bccs_board-of-directors~/meet-bccs_board.pl",
"meet-bccs_artistic-staff~/meet-bccs_artistic_staff.pl",
"meet-bccs_administrative-staff~/meet-bccs_adminstaff.pl",
"meet-bccs_volunteers~/meet-bccs_volunteers.pl",
"meet-bccs_auditions~/meet-bccs_auditions.pl",
"meet-bccs_contact-bccs~/meet-bccs_contact.pl",
"for-bccs-singers~/for-bccs-singers_singers.pl"
//"home~/home_bccs.pl"
];

//construct page data from pagelist array
//create link line object
function pageline (act, ur, ca, lbl) {
        this.length=4;
        this.active = act; //active category, true/false
        this.url = ur;     //page url
        this.cat = ca;     //category text for top level button
        this.label = lbl;  //label text for drop down menu link
}

//variables used in assembling array of pages
var active, url, category, label;
var pagedata, catarray, labelarray, splitContent;
var thiscat="";
var menuct=0;
var menuno=0;
//assemble array of pages
var pages = new Array(pagelist.length+1);
pages[0]=pagelist.length+1;
for (i=1;i<pagelist.length+1;i++){
        splitContent = (pagelist[i-1]).split("~");

        url=splitContent[1];
	splitURL = url.split("_");
	catSearch=(splitURL[0]).substring(1);

        //detect active category
        active = (self.location.href.indexOf(catSearch)!=-1)?true:false;

        // split up the naming convention
        pagedata=(splitContent[0]).split("_");
        category=(pagedata[0]).replace(/-/g, " ");  //replace hyphens with blanks in category string
        label=(pagedata.length>1)?(pagedata[1]).replace(/-/g, " "):""; //replace hyphens with blanks in label string

        if (category!=thiscat) {
                thiscat=category;
                menuct=0;
                menuno=i;
                eval('var menu' + i + '=new Array()');
                if(label!=""){
			// This code doesn't seem to be called at this time.  '
                        eval('menu' + i + '[' + menuct + ']=\'<A HREF="' + url + '" CLASS="suboff">' + label + '</A>\'');
                        menuct++;
                }
        }else{
                eval('menu' + menuno + '[' + menuct + ']=\'<A HREF="' + url + '" CLASS="suboff">' + label + '</A>\'');
                menuct++;
        }

        //populate page data line
        pages[i]= new pageline(active,url,category,label);

        //assemble submenu
}


//submenu parameters
var menuwidth='165px' //default menu width
var menubgcolor='EACD7C' //menu bgcolor
var disappeardelay=250 //menu disappear speed onMouseout (in miliseconds)
var hidemenu_onclick="yes" //hide menu when user clicks within menu?

</SCRIPT>
<SCRIPT LANGUAGE="JavaScript">
/***********************************************
* AnyLink Drop Down Menu-  Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

//splice in browser/platform testing
//    // convert all characters to lowercase to simplify testing
//    var agt=navigator.userAgent.toLowerCase();
//    var appVer = navigator.appVersion.toLowerCase();

//    // *** BROWSER VERSION ***
//    var is_minor = parseFloat(appVer);
//    var is_major = parseInt(is_minor);

//    var is_mac = (agt.indexOf("mac")!=-1);
//    var iePos  = appVer.indexOf('msie');
//    if (iePos !=-1) {
//       if(is_mac) {
//           var iePos = agt.indexOf('msie');
//           is_minor = parseFloat(agt.substring(iePos+5,agt.indexOf(';',iePos)));
//       }
//       else is_minor = parseFloat(appVer.substring(iePos+5,appVer.indexOf(';',iePos)));
//      is_major = parseInt(is_minor);
//    }

//    var is_ie   = (iePos!=-1);

//    if ( is_mac && is_ie ) {
//       self.location='http://www.buckschoral.org/bccs.pl';
//    } else {
//      alert('Not mac and ie!');
//    }
// end splice

var ie4=document.all
var ns6=document.getElementById&&!document.all

if (ie4||ns6)
document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+
'"onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>')

function getposOffset(what, offsettype){
  var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;
  var parentEl=what.offsetParent;
  while (parentEl!=null){
    totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft-2 : totaloffset+parentEl.offsetTop+0.25;
    parentEl=parentEl.offsetParent;
  }
  return totaloffset;
}


function showhide(obj, e, visible, hidden, menuwidth){
  if (ie4||ns6)
    dropmenuobj.style.left=dropmenuobj.style.top=-500

  if (menuwidth!=""){
    dropmenuobj.widthobj=dropmenuobj.style
    dropmenuobj.widthobj.width=menuwidth
  }

  if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover")
    obj.visibility=visible
  else if (e.type=="click")
    obj.visibility=hidden
}

function iecompattest(){
  return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function clearbrowseredge(obj, whichedge){
  var edgeoffset=0
  if (whichedge=="rightedge"){
    var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 :
                                         window.pageXOffset+window.innerWidth-15
    dropmenuobj.contentmeasure=dropmenuobj.offsetWidth
    if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure)
      edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth
  }
  else{
    var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 :
                                         window.pageYOffset+window.innerHeight-18
    dropmenuobj.contentmeasure=dropmenuobj.offsetHeight
    if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure)
      edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight
  }

  return edgeoffset
}

function populatemenu(what){
  if (ie4||ns6)
    dropmenuobj.innerHTML=what.join("")
}


function dropdownmenu(obj, e, menucontents, menuwidth){
  if (window.event) event.cancelBubble=true
  else if (e.stopPropagation) e.stopPropagation()
  clearhidemenu()
  dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv
  populatemenu(menucontents)

  if (ie4||ns6){
    showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth)
    dropmenuobj.x=getposOffset(obj, "left")
    dropmenuobj.y=getposOffset(obj, "top")
    dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px"
    dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px"
  }

  return clickreturnvalue()
}

function clickreturnvalue(){
  if (ie4||ns6) return false
  else return true
}

function contains_ns6(a, b) {
  while (b.parentNode)
    if ((b = b.parentNode) == a)
      return true;
  return false;
}

function dynamichide(e){
  if (ie4&&!dropmenuobj.contains(e.toElement))
    delayhidemenu()
  else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
    delayhidemenu()
}

function hidemenu(e){
  if (typeof dropmenuobj!="undefined"){
    if (ie4||ns6)
      dropmenuobj.style.visibility="hidden"
  }
}

function delayhidemenu(){
  if (ie4||ns6)
    delayhide=setTimeout("hidemenu()",disappeardelay)
}

function clearhidemenu(){
  if (typeof delayhide!="undefined")
    clearTimeout(delayhide)
}

if (hidemenu_onclick=="yes")
  document.onclick=hidemenu
</SCRIPT>

<!-- //open bounding table -->
<TABLE ALIGN="center" WIDTH="100%" BORDER="0" CELLSPACING="0" cellpadding="0">

<!-- //row in bounding table with logo and title -->
  <TR>
    <TD WIDTH="5%">&nbsp;</TD>
    <!--<TD WIDTH="638"><IMG SRC="/bccs_graphics/BCCS-CreamOnBlack.gif"><img src="/bccs_graphics/tlloyd2_header.jpg"></TD>-->
    <TD bgcolor="#fef6d4" style="border:solid #B20000 2px; "><table width="100%" style="border-spacing: 0px;"><tr><td align="left"><IMG SRC="/bccs_graphics/altMasthead.gif"></td><td align="right"><a href="./meet-bccs_person.pl?personID=5&source=s" ><img src="/bccs_graphics/tlloyd2_header.jpg" style="border:solid #B20000 2px; "></a></td></tr></table></TD>
    <td width="1%">&nbsp;</td>
    <TD WIDTH="30%" ALIGN="left"><img src="2000_TomsFirstXmas_crop1.jpg" name="rotatingimage" width=175 height=98 border=0></TD>
    <TD WIDTH="5%">&nbsp;</TD>
  </TR>

<!-- //row in bounding table with menu bar -->
<TR>
  <td class="menubar">&nbsp;</td>
  <TD colspan=4 CLASS="menubar" HEIGHT="20">

<SCRIPT LANGUAGE="JavaScript">
<!--
//   * * * * *   C R E A T E   H T M L   S T R E A M   * * * * *

//nested table with menu links

var pagestr = '<TABLE ALIGN="left" BORDER="0" CELLPADDING="0" CELLSPACING="0">';
pagestr += '<TR>';

var cat="";
var nextcatsame=false;

for(i=1;i<pages[0];i++){
        if (cat!=pages[i]["cat"]){
                cat=pages[i]["cat"]
                nextcatsame=(i<pages[0]-1&&cat==pages[i+1]["cat"])?true:false;
                pagestr += (pages[i]["active"])?'<TD CLASS="menubaractive" ':'<TD ';
                pagestr += (i==1)?'STYLE="border-left:solid #583010 2px; ':'STYLE="';
                pagestr += 'border-right:solid #583010 2px; padding-left:8px; padding-right:8px;">';
                pagestr += '<A HREF="' + pages[i]["url"] + '" CLASS="butoff" ';
                if(nextcatsame) pagestr += 'onClick="return clickreturnvalue()" ';
                pagestr += 'onMouseOver="this.className=\'buton\'; ';
                pagestr += (!nextcatsame)?'"':'dropdownmenu(this, event, menu' + i + ',\'150px\')" ';
                pagestr += 'onMouseOut="this.className=\'butoff\'; '
                pagestr += (!nextcatsame)?'">':'delayhidemenu();">';
                pagestr += cat + '</A>';
		pagestr += '</TD>';
        }
}
pagestr += '</TR></TABLE>';
document.write(pagestr);

//-->
</SCRIPT>

<!-- //close row in bounding table with menu bar -->
    </TD>
  </TR>

  <TR><TD COLSPAN="5"><IMG SRC="null.gif" HEIGHT="10" WIDTH="1"></TD></TR>

<!-- //row in bounding table with content, left border cell -->
  <TR VALIGN="top">

    <TD width="5%">&nbsp;</TD>


<!-- //row in bounding table with content, center content cell -->
    <TD >

<table border=0 width=100% align=center>
<tr>
<td class="contenttag">

<table>
<tr>
<td>
<center>
<font style="font-size:16px;font-weight:bold;">"CHORAL SPLENDOR ... BUCKS COUNTY'S FINEST"</font><br>
<font style="font-size:14px;font-weight:bold;">The Bucks County Choral Society in Its Fourth Decade</font><br><br>
</center>
<div class="std" align="justify">
In early 1973, seven singers met in the choral music room at Central Bucks West High School in response to a newspaper 
ad about starting a 
community chorus. &nbsp;The group was led by the late David Johns, and within weeks had grown to forty voices with the 
official identity - Bucks County 
Choral Society. &nbsp;The first concert was given on June 3, 1973; that December the Choral Society performed its first 
major choral work, Handel's 
Messiah, at Lenape Junior High School in Doylestown.<P>

<img src="./bccs_graphics/elma2a.jpg" align="left" valign="middle" alt="Elma Heckler" class="std_img">
In its early years, the newly organized BCCS grew musically and organizationally under the leadership of interim directors Bill Moore and Ruth Sauter (<a href="/about-bccs_history1.pl">read more about the first ten years</a>).  The choir became incorporated, and began the search for 
a permanent 
music director. &nbsp;In the fall of 1977, Elma Heckler of Hatfield was named director of the group, giving the Choral 
Society the stability of artistic 
leadership it had been seeking.<P>

<img src="./bccs_graphics/elma1a.jpg" align="right" valign="middle" alt="Elma Heckler" class="std_img">Elma led BCCS for an inspired 23 years, establishing it as the premier choral ensemble in the area. &nbsp;Elma greatly 
expanded the 
choir's repertoire to include many of the major works in the choral/orchestral literature. &nbsp;She revolutionized the 
choir's approach to music 
fundamentals, and instituted a demanding audition process for membership in the choir. &nbsp;Elma and a small army of 
singing and non-singing volunteers 
helped the choir grow administratively as well, forming of a board of directors, establishing tax-exempt status, and 
recruiting individual and business patrons as well as 
government and foundation grants. &nbsp;She retired after the 1999-2000 season and was succeeded by current Artistic 
Director, <a href="./meet-bccs_person.pl?personID=5" >Thomas Lloyd</A>. &nbsp;Elma 
was posthumously awarded the Elaine Brown Award for Choral Excellence for 2001 by the Pennsylvania chapter of the 
ACDA.<P>
	
<img src="./bccs_graphics/tom1a.jpg" align="left" valign="top" alt="Tom Lloyd" class="std_img">Throughout the years, the Bucks County Choral Society has performed with a wide range of musical organizations including 
both professional and volunteer orchestras and many other local choirs. BCCS continues to build on its proud heritage and 
under Tom's direction, is reaching new levels of musical excellence and administrative 
maturity. &nbsp;The choir has developed a regular season program schedule which includes a fall opening concert, the 
annual Festival of Christmas Music, followed by an annual concert for chorus and orchestra, <img src="./bccs_graphics/kida.jpg" align="right" alt="Happy Kids" class="std_img"> 
and a performance of masterworks for chorus and organ at the world famous 
Shrine of Our Lady of Czestochowa. 
&nbsp;Recent musical highlights have included outstanding performances of Haydn's Creation (with Riverside Symphonia and 
Grammy award winning Jacqueline 
Horner), Poulenc's Gloria, Finzi's In Terra Pax, and Faure's Requiem. &nbsp;As the choir continues to grow, it has 
become like a family to those 
involved, a community in which singers and listeners alike reap joy and satisfaction in learning and sharing wonderful 
music. &nbsp;BCCS looks to future 
with strong dedication to its mission - to bring memorable performances of outstanding choral music to the people of 
Bucks County, thereby celebrating and 
strengthening the social fabric of the wider community.	<p>

Want to know more?<BR>
<a href="/about-bccs_history1.pl">Read about the first ten years of BCCS here.</a> 
</div>
<!-- //row in bounding table with content, right border cell -->
</td>
</tr>
<tr>
<td >

<DIV ALIGN="center" STYLE="font-size:10px; padding-top:20px; ">
<HR width="100%" color="#B20000" noshad style="border:solid">
<A HREF="/home_bccs.pl" >home</A> &nbsp;|&nbsp;
<A HREF="/events_season.pl" >season</A> &nbsp;|&nbsp;
<A HREF="/events_tickets.pl" >tickets</A> &nbsp;|&nbsp;
<A HREF="/support-bccs_catalog.pl" >cd catalog</A> &nbsp;|&nbsp;
<A HREF="/meet-bccs_contact.pl" >contact bccs</A> &nbsp;|&nbsp;
<A HREF="/for-bccs-singers_singers.pl">for bccs singers</A> &nbsp;|&nbsp;
<a href="/support-bccs_privacy-policy.pl">privacy policy</a> &nbsp;|&nbsp;
<a href="/home_sitemap.pl">sitemap</A>
</DIV>
</td>
</tr>
</table>

</td>
</tr>
</table>
    </TD>
    <TD WIDTH="1%">&nbsp;</TD>

    <TD WIDTH="29%" STYLE="padding-left:1px; ">
  <table cellpadding="5">
  <tr height="180">
  <td STYLE="color:#FFF0E0; font-size:11px; background-color:393939; border:solid #333333 2px;">
    <center><a href="http://www.facebook.com/buckschoral"  target="_new"  id="smicon"><img src="/bccs_graphics/facebook_48x48.png" border=0 height="35" width="35"></a> &nbsp; 
    <a href="http://twitter.com/buckschoral"  target="_new"  id="smicon"><img src="/bccs_graphics/twitter_48x48.png" border=0 height="35" width="35"></a> &nbsp;
    <a href="http://www.youtube.com/buckschoral"  target="_new"  id="smicon"><img src="/bccs_graphics/youtube_48x48.png" border=0 height="35" width="35"></a> &nbsp;
    <a href="http://www.flickr.com/photos/buckschoral/" target="_new"  id="smicon"><img src="/bccs_graphics/flickr_48x48.png" border=0 height="35" width="35"></a></center><P>
    <A HREF="/meet-bccs_mailing.pl" class='annoff' onMouseOver="this.className='on';" onMouseOut="this.className='annoff';">Join Our Mailing List</A><P>
    <A HREF="/meet-bccs_auditions.pl" class='annoff' onMouseOver="this.className='on';" onMouseOut="this.className='annoff';">News About Auditions!</A><P>
    <A HREF="http://www.haverford.edu/music/faculty/Lloyd/lloyd_BCCS_performance.php" class='annoff' onMouseOver="this.className='on';" onMouseOut="this.className='annoff';">Listen to mp3s of the Choir</A><P>
<table cellspacing=0 border=2 bordercolor="#CC9900" bgcolor="#EABA33" width="100%">
<tr>
<td colspan="2" height="44" align="center" valign="center" style="border-style: solid;border-color: rgb(204, 153, 0);"><a href="http://www.newsworks.org/index.php/creative-connectors" target="_new"><img src="/bccs_graphics/creativeconnectors_crop.png" border="0" width="200" height="44" alt="Creative Connectors" /></a>
</td>
</tr>
<tr>
<td width="88" align="center" valign="center"  style="border-style: solid;border-color: rgb(204, 153, 0);"><a href="/meet-bccs_person.pl?personID=5"><img src="/bccs_graphics/l_lloyd_thomasx300-1.jpg" border="0" width="88" height="76" alt="Tom Lloyd, Artistic Director" /></a></td>
<td style="border-style: solid;border-color: rgb(204, 153, 0);" class="std"><a href="/about-bccs_news.pl?newsid=118" id="tomtd">Lloyd Named Creative Connector (read more)</a><P><a href="http://www.newsworks.org/index.php/homepage-feature/item/28839-25pcllotom&Itemid=1" target="_new" id="tomtd">newsworks.org video</a></td></tr>
</table>

<!--
<table cellspacing=0  border=2 bordercolor="#990000" bgcolor="#fbb884" width="100%">
<tr>
<td width="88" height="98" align="center" valign="center"><a href="/events_singing-for-seniors-events.pl"><img src="/attachments/SfS/SFS_thumbnail.jpg" border=0 width="88" height="98" alt="Singing For Seniors Workshop"></a>
</td>
<td style="font-family:Arial;font-size:12px;padding:5px"><a href="/events_singing-for-seniors-events.pl">Singing for Seniors<br>Fall Choral Festival</A><BR>
November 10, 2011<BR>
Gwynedd, PA<p>
<a href="/attachments/SfS/SFS_registration_fall_2011.pdf" target="_new">Registration Form</a>
</td>
</tr>
</table>
-->
<P>
<table cellspacing=5  border=0><tr><td width="103"><a href="http://www.wwfm.org/" target="_new"><img src="/attachments/2011_Apr/wwfm_logo_s.jpg" border="0" width="100" height="70" alt="WWFM"></a></td><td align=center class="std"><a href="http://www.wwfm.org/webcasts_comc.shtml" target="_new" class='annoff' onMouseOver="this.className='on';" onMouseOut="this.className='annoff';">WWFM Radio Webcast of<br><i>St.&nbsp;Matthew Passion</i> Performance</a><p><i><a href="mms://wm-ondemand.abacast.com/wwfm/comc041811.mp3" class='annoff' onMouseOver="this.className='on';" onMouseOut="this.className='annoff';">(direct link to mp3)</a></i><p><a href="/events_livingProgramNotesBach.pl" class='annoff' onMouseOver="this.className='on';" onMouseOut="this.className='annoff';">Living Program Notes</a></td></tr></table><p>
<B><U>Recent news:</U></B>
<UL>

<LI style="padding-top=10px;"><A HREF="/about-bccs_news.pl?newsid=121" class='annoff' onMouseOver="this.className='on';" onMouseOut="this.className='annoff';">Bucks County Choral Society & Riverside Symphonia <br> In Unique Performance at Our Lady of Mt. Carmel
</A></LI> 
        
<LI style="padding-top=10px;"><A HREF="/about-bccs_news.pl?newsid=120" class='annoff' onMouseOver="this.className='on';" onMouseOut="this.className='annoff';">BCCS Among New Hope�s Faces of 2011
</A></LI> 
        
<LI style="padding-top=10px;"><A HREF="/about-bccs_news.pl?newsid=119" class='annoff' onMouseOver="this.className='on';" onMouseOut="this.className='annoff';">Bucks County Choral Society Christmas Concerts 
</A></LI> 
        

  <LI style="padding-top=10px;"><A HREF="/about-bccs_news.pl" class='annoff' onMouseOver="this.className='on';" onMouseOut="this.className='annoff';">More news articles...</A></LI>
</ul>
  </td>
<!--  <tr><td align="center" STYLE="color:#FFF0E0; font-size:11px; background-color:393939; border:solid #333333
2px;"></td></tr>-->

  </table>
    </TD>
    <TD>&nbsp;</TD>

  </TR>

  <tr>
    <td>&nbsp;</td>
    <td align=center STYLE="color:#FFF0E0; font-size:9px; ">
To contact the webmaster, please use the <a href="/meet-bccs_contact.pl" class='annoff' onMouseOver="this.className='on';" onMouseOut="this.className='annoff';">BCCS contact form</a> with "Website" as the subject.<BR>
&copy; 
2002-2012 Bucks County Choral Society. All Rights Reserved.
</td>
    <td colspan=3>&nbsp;</td>
</tr>
  <TR><TD COLSPAN="5"><IMG SRC="null.gif" HEIGHT="10" WIDTH="1"></TD></TR>
</table>
</body>
</html>