  function setStyle(num){
   var duitt = new Date();
       duitt.setTime(duitt.getTime() + 365*24*60*60*1000);
       var expString = '; expires = '+duitt.toGMTString();
           //expString += '; domain = '+location.host+'; path=\/;';
       document.cookie = 'My_Style=style_'+num+expString;
       chkStyle(num);
  }

  function chkStyle(num){
    for(i=0;i<document.styleSheets.length;i++){
       if(/My_Style=style_(\d*)/.test(document.cookie))
         { num = RegExp.$1*1 } else { num = num };
          if(i!=num-1){ document.styleSheets[i].disabled = true };
            else { document.styleSheets[i].disabled = false };
      }       
  }
  chkStyle(1);



function stopthief(ie) { var warning = "This page is enchanted with a containment spell to protect its secrets";
if (navigator.appName == 'Netscape' && ie.which == 3) {
alert(warning);
return false;
}
else
if (navigator.appName == 'Microsoft Internet Explorer' &&
event.button==2) {
alert(warning);
return false;
}
return true;
}
document.onmousedown = stopthief;



if (window != top)
top.location.href = location.href;



      var statusbarmessage="Nwywre Island";
      function statustype() 
{
   window.status = statusbarmessage;
}


function initArray() {
 for(i=0;i<initArray.arguments.length; i++)
  this[i] = initArray.arguments[i];
}
var isnMonths=new initArray("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec");
var isnDays= new initArray("Sun","Mon","Tue","Wed","Thu","Fri","Sat","Sun");
today=new Date();
hrs=today.getHours();
min=today.getMinutes();
sec=today.getSeconds();
clckh=""+((hrs>12)?hrs-12:hrs); 
clckm=((min<10)?"0":"")+min;
clcks=((sec<10)?"0":"")+sec;
clck=(hrs>=12)?"pm":"am";

var stnr="";
var ns="0123456789";
var a="";
