akleur = new Array('#FF0000','#009900','#0000FF');
akleurnummer = 0;

function leesenverstuur(pagina){
  var besturingssysteem = navigator.platform;
  var sbreedte = screen.width;
  var shoogte = screen.height;
  var schermkleur = screen.colorDepth;
  var schermpiksels = screen.pixelDepth;
  var verwijzer = document.referrer;
  locatie = '<img src=\"http://www.brittaron.nl/phpleestbrowser.php?sw=' + sbreedte + String.fromCharCode(38) + 'sh=' + shoogte + String.fromCharCode(38) + 'sk=' + schermkleur + String.fromCharCode(38) + 'sp=' + schermpiksels + String.fromCharCode(38) + 'vw=' + verwijzer + String.fromCharCode(38) + 'plek=' + pagina + '\" style=\"display:none\"';
  document.write(locatie);
}

function gaTerugNaarLN(){
  var vraag = confirm('Weet u zeker dat u wilt afsluiten? Niet opgeslagen gegevens zullen verloren gaan.');
  if(vraag){self.location.href='../HTML/Laatstenieuws.php';}
}

function gaTerugNaarGB(){
  var vraag = confirm('Weet u zeker dat u wilt afsluiten? Niet opgeslagen gegevens zullen verloren gaan.');
  if(vraag){self.location.href='inhoud.php';}
}

function trekAandacht(){
  document.getElementById('nieuws').style.color=akleur[akleurnummer];
  akleurnummer++;
  if(akleurnummer==3){akleurnummer=0}
  setTimeout('trekAandacht()',1000);
}
