<!-- // hide script from old browsers

var id,pause=0,position=0,revol=9000;

function banner() 

{

  var i,k;

  var msg="                                                         Local faith representatives working together in mutual respect and understanding to the benefit of all • Non-exclusively centred on the world's ten foremost religions • A charity since 2004, working for peaceful, mutual understanding and respect, within the community of Bedford and its environs • Activities include • contributing to local media • public talks • tuition • advice & consultation • conciliation • educational visits • exhibitions & promotions • annual 'Faithfest' events • and working towards an increasingly closer partnership with local social agencies & government • Our meetings are open • visiting new supporters are warmly welcomed • Supporters can join us as individual voting members • These include, 'faith community representatives' elected by the membership • For organisations who support us, we have 'corporate membership'";

  var speed=10;

  document.bcof.strap.value=msg.substring(position,position+50);

  if(position++==msg.length) 

  {

      if (revol-- < 2) return;

      position=0;

  }

  id=setTimeout("banner()",1000/speed);

}

// end hiding contents-->
