/* 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="southon/youngones.mp3" width="99" height="24">The Young Ones')}
  else  if (qz<1)  {document.write('<p><embed src="youngones2.mp3" width="99" height="24">The Young Ones')}
  else  if (qz<2) {document.write('<p><embed src="Munsters.mp3" width="99" height="24">The Munsters')}
  else  if (qz<3) {document.write('<p><embed src="southon/muppet.mp3" width="99" height="24">The Muppets')}  else  if (qz<4) {document.write('<p><embed src="pink_panther.mp3" width="99" height="24">Pink Panther')}  else  if (qz<5) {document.write('<p><embed src="PinkPanther.MP3" width="99" height="24">Pink Panther')}  else  if (qz<6) {document.write('<p><embed src="robinhood.wav" width="99" height="24">Robin Hood')}
else
  {document.write('<p><embed src="JCB.mp3" width="99" height="24">JCB Song wait a moment slow start but worth the wait')}}
