 naar=0;
 i=0;
 function StartScroller(){
  if(document.getElementById("scrollerbalk")){
  naar+=100;
  x=setInterval("scroller('"+naar+"')","1");
  } else {
   clearInterval(a);   
  }
 }
 gekopieerd=0;
 function scroller(to){
  i++;
  if(i > to){
   clearInterval(x);
  }
  document.getElementById("scrollerbalk").scrollTop=i;
  max=document.getElementById("scrollerbalk").scrollHeight;
  if(naar+51 > max){
   document.getElementById("scrollerbalk").scrollTop=0;
  }
 }
 function begin(){
 if(document.getElementById("scrollerbalk")){
  a=setInterval('StartScroller()',"4000"); 
 }
 }


function reageer(id){
 tekst=document.getElementById(id).innerHTML;
 tekst=tekst.replace(/&amp;/g,"&");
 tekst=tekst.replace(/&lt;/g,"<");
 tekst=tekst.replace(/&gt;/g,">");

 return tekst;
}

function getCode(img){

document.getElementById("viewCode").value="<a href=\"http://www.lovegirlz.nl\" target=\"_blank\"><img src=\""+img.src+"\" alt=\""+img.alt+"\" border=\"0\" height=\""+img.height+"\" width=\""+img.width+"\" style=\"border:"+img.style.border+";\"></a>";
document.getElementById("viewCode").select();
}
function sluitmenu(Obj){
document.getElementById(Obj).style.display='none';
}

function openMenu(Obj){

document.getElementById(Obj).style.display='block';

}

function blijfhier(){
 if(event.keyCode==18){
  alert('Voordat je alt f4 drukt, wil je adverteren? meld je ook nog ffies aan :)')
 }
}

