if (top.location != location) top.location.href = location.href if (top.frames.length!=0) top.location=self.document.location; //-------------------------------------------- window.onload=titeler var titel = "Funplace @ www.funplace.funurl.com! " i = "0" var temptitel = "" var snelheid = "150" function titeler() { document.title = temptitel + titel.charAt(i) temptitel = temptitel + titel.charAt(i) i++ if(i==titel.length) { i = "0" temptitel = "" } setTimeout("titeler()", snelheid) }