1. 29.
    0
    ···
  2. 28.
    0
    ···
  3. 27.
    0
    @25 bill gates
    ···
  4. 26.
    0
    @25 helal panpa
    ···
  5. 25.
    0
    <html><head>
    <title>
    The Illuminati
    </title>
    <style>
    body {
    background-color:white;
    }
    </style>
    <script type="text/javascript">
    &lt;---
    //
    // Countdown Timer
    //

    //
    // configuration
    //
    var month = '12'; // '*' for next month, '0' for this month or 1 through 12 for the month
    var day = '7'; // Offset for day of month day or + day
    var hour = 8; // 0 through 23 for the hours of the day
    var tz = -5; // Offset for your timezone in hours from UTC
    var lab = 'countdownTimer'; // The id of the page entry where the timezone countdown is to show
    // END configuration

    function start() {displayTZCountDown(setTZCountDown(month,day, hour,tz),lab);}

    // Start function can be changed
    window. onload = start;

    //
    // countdownTimer
    //
    function setTZCountDown(month,day, hour,tz)
    {
    var toDate = new Date();
    if (month == '*') {
    toDate. setMonth(toDate. getMonth() + 1);
    } else if (month &gt; 0) {
    if (month &lt;= toDate. getMonth())toDate. setYear(toDate. getYear() + 1);
    toDate. setMonth(month-1);
    }
    if (day. substr(0,1) == '+') {
    var day1 = parseInt(day. substr(1));
    toDate. setDate(toDate. getDate()+day1);
    } else {
    toDate. setDate(day);
    }
    toDate. setHours(hour);
    toDate. setMinutes(0-(tz*60));
    toDate. setSeconds(0);
    var fromDate = new Date();
    fromDate. setMinutes(fromDate. getMinutes() + fromDate. getTimezoneOffset());
    var diffDate = new Date(0);
    diffDate. setMilliseconds(toDate - fromDate);
    return Math. floor(diffDate. valueOf()/1000);
    }
    function displayTZCountDown(countdown, tzcd) {
    if (countdown &lt; 0) {
    document. getElementById("countdownTimer").innerHTML = "Sorry, you are too late.";
    } else {
    var secs = countdown % 60;
    if (secs &lt; 10) {
    secs = '0' + secs;
    }
    var countdown1 = (countdown - secs) / 60;
    var mins = countdown1 % 60;
    if (mins &lt; 10) {
    mins = '0' + mins;
    }
    countdown1 = (countdown1 - mins) / 60;
    var hours = countdown1 % 24;
    var days = (countdown1 - hours) / 24;
    document. getElementById("countdownTimer").innerHTML = days + " day" + (days == 1 ? '' : 's') + ' + ' + hours + 'h : ' + mins + 'm : ' + secs + 's';
    setTimeout('displayTZCountDown('+(countdown-1)+',+tzcd+);',999);
    }
    }
    // END countdownTimer
    --&gt;
    </script>
    </head>
    <body>
    <div id="countdownTimer">125 days + 15h : 38m : 47s</div>

    </body></html>

    Kodlara göre : Ekranda Sorry, you are too late. yazacak. beyler :(
    Tümünü Göster
    ···
  6. 24.
    0
    3. dünya savaşı için geri sayım
    ···
  7. 23.
    0
    hangi güne denk geliyo lan hesaplayın biriniz
    ···
  8. 22.
    0
    (bkz: beyler bakın biiiiiiiiiiii)
    ···
  9. 21.
    0
    giblenmeme rekoru 2
    ···
  10. 20.
    0
    giblenmeme rekoru
    ···
  11. 19.
    0
    up up up up up
    ···
  12. 18.
    0
    up up up up up
    ···
  13. 17.
    0
    ibretlik bir paylaşım panpa
    ···
  14. 16.
    0
    gibleyin amk
    ···
  15. 15.
    0
    up up up up up
    ···
  16. 14.
    0
    up up up up up
    ···
  17. 13.
    0
    up up up up up
    ···
  18. 12.
    0
    korktum lan
    ···
  19. 11.
    0
    oyhşş 125 days yazısına boşaldım
    ···
  20. 10.
    0
    up up up up up
    ···