/* Author Martyn Everitt (www.1st-crowborough-beavers-cubs-scouts.org.uk)*/
function rcz(rcn) {
  var rce = rcn+ "=";
  var rca = document.cookie.split(';');
  for(var rci=0;rci < rca.length;rci++) {
    var rcc = rca[rci];
    while (rcc.charAt(0)==' ') rcc = rcc.substring(1,rcc.length);
    if (rcc.indexOf(rce) == 0) return rcc.substring(rce.length,rcc.length);}
  return null;}
function get_random()
{var ranNum= Math.round(Math.random()*7);
    return ranNum;}
if (rcz("MusicOn")!=0){
var qz=get_random();
if (qz<1) {document.write('<p><embed src="http://www.southonscouts.org.uk/youngones.mp3" width="99" height="24">The Young Ones')}
  else  if (qz<1)  {document.write('<p><embed src="Forest.mp3" width="99" height="24">Forest The Cure')}
  else  if (qz<2) {document.write('<p><embed src="Whisperinggrass.mp3" width="99" height="24">Whispering Grass')}
  else  if (qz<3) {document.write('<p><embed src="Equinox VII.mid" width="99" height="24">Equinox VII')}  else  if (qz<4) {document.write('<p><embed src="Whisperinggrass.mp3" width="99" height="24">Whispering Grass')}  else  if (qz<5) {document.write('<p><embed src="EnyaDeepForest.mp3" width="99" height="24">Enya Deep Forest')}  else  if (qz<6) {document.write('<p><embed src="DeepForestMeditation.mp3" width="99" height="24">Deep Forest Meditation')}
else
  {document.write('<p><embed src="JCB.mp3" width="99" height="24">JCB Song wait a moment slow start but worth the wait')}}
