<!-- Begin var message = new Array(); message[0] = "Velkommen til DumazZ.dk"; message[1] = "Stedet hvor idioter mødes..."; message[2] = "Du finder videos og meget andet...";
var reps = 2; var speed = 200;
var p = message.length; var T = ""; var C = 0; var mC = 0; var s = 0; var sT = null; if (reps < 1) reps = 1; function doTheThing() { T = message[mC]; A(); } function A() { s++; if (s > 16) { s = 1;} if (s == 1) { document.title = 'D '+T; } if (s == 2) { document.title = 'DU '+T; } if (s == 3) { document.title = 'DUM '+T; } if (s == 4) { document.title = 'DUMA '+T; } if (s == 5) { document.title = 'DUMAZ '+T; } if (s == 6) { document.title = 'DUMAZZ '+T; } if (s == 7) { document.title = 'DUMAZZ. '+T; } if (s == 8) { document.title = 'DUMAZZ.D '+T; } if (s == 9) { document.title = 'DUMAZZ.DK '+T; } if (s == 10) { document.title = 'DUMAZZ.D '+T; } if (s == 11) { document.title = 'DUMAZZ. '+T; } if (s == 12) { document.title = 'DUMAZZ '+T; } if (s == 13) { document.title = 'DUMAZ '+T; } if (s == 14) { document.title = 'DUMA '+T; } if (s == 15) { document.title = 'DUM '+T; } if (s == 16) { document.title = 'DU '+T; } if (C < (16 * reps)) { sT = setTimeout("A()", speed); C++; } else { C = 0; s = 0; mC++; if(mC > p - 1) mC = 0; sT = null; doTheThing(); } } doTheThing(); // End --> </script>
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.