Daily JR

Creative Blog

Previous Entries

  • 22 juli 2007
  • 1 april 2007
  • 16 november 2006
  • 15 november 2006
  • 13 november 2006
  • 12 november 2006
  • 11 november 2006
  • 10 november 2006
  • 9 november 2006
  • 8 november 2006
document.write('
    ') var mn = new Array(); mn[0] = ""; mn[1] = "januari"; mn[2] = "februari"; mn[3] = "maart"; mn[4] = "april"; mn[5] = "mei"; mn[6] = "juni"; mn[7] = "juli"; mn[8] = "augustus"; mn[9] = "september"; mn[10] = "oktober"; mn[11] = "november"; mn[12] = "december"; var archives = new Array(); archives[archives.length] = new Array('http://dailyjr.blogspot.com/2006/11/', 'november 2006'); archives[archives.length] = new Array('http://dailyjr.blogspot.com/2007/04/', 'april 2007'); archives[archives.length] = new Array('http://dailyjr.blogspot.com/2007/07/', 'juli 2007'); archives[archives.length] = new Array('http://dailyjr.blogspot.com/2008/04/', 'april 2008'); url_str = window.location.href; cur_year = url_str.substr(28,4); cell = 1; document.write('

    archief ' + cur_year + '

    '); document.write('') while (cell <= 12) { col = 1; document.write(''); while (col <= 3) { found = false i = 0 while ((found == false) && (i < archives.length)) { if ((archives[i][1].substr(0,archives[i][1].indexOf(" ")) == mn[cell]) && (archives[i][1].substr(archives[i][1].indexOf(" ") + 1,4) == cur_year)) { found = true } i = i + 1 } if (found == true) { if (mn[cell] == month) { document.write(''); } else { document.write(''); } } else { document.write(''); } col = col + 1; cell = cell + 1; } document.write(''); } document.write('
    ' + mn[cell] + ' ' + mn[cell] + ' ' + mn[cell] + '
    '); document.write('
'); document.write('
'); i=0 while (i < archives.length) { if (i == 0) { min_yr = archives[i][1].substr(archives[i][1].indexOf(" ") + 1,4) max_yr = archives[i][1].substr(archives[i][1].indexOf(" ") + 1,4) } else { if (archives[i][1].substr(archives[i][1].indexOf(" ") + 1,4) < min_yr) { min_yr = archives[i][1].substr(archives[i][1].indexOf(" ") + 1,4) } if (archives[i][1].substr(archives[i][1].indexOf(" ") + 1,4) > max_yr) { max_yr = archives[i][1].substr(archives[i][1].indexOf(" ") + 1,4) } } i = i + 1; } document.write('

Jaargangen

'); document.write('
    ') i = parseFloat(min_yr) while (i <= max_yr) { j = 0 while (j < archives.length) { if (archives[j][0].substr(28,4) == i) { document.write('
  • ' + i + '
  • '); j = archives.length } j = j + 1 } i = i + 1 } document.write('
');