// JavaScript Document
var Quotation=new Array()

Quotation[0] = "<a href='BUNDELS/integratie/hinderpaal_of_mijlpaal.html'>\"Grote, pijnlijke conflicten.  Die conflicten omarmen, als poorten naar geluk.  Dat maakt geluk zo hatelijk.\"</a>";
Quotation[1] = "<a href='BUNDELS/badkamergesprekken/idolatrie.html'>\"Kind zijn was kind blijven, in een huis dat kinderen uitsloot.  Kind zijn was kind worden, in armen die liefde verkondigden.\"</a>";
Quotation[2] = "<a href='BUNDELS/integratie_nietsdieper/overbrugging.html'>\"Voor sommige vrouwen is hun buik een ander land.  Toevallig werden ze zwanger.\"</a>";
Quotation[3] = "<a href='BUNDELS/eindelijk/nestbereik.html'>\"Alles stopt bij kinderen.  De aflaat: opvoeding.  Of straf.\"</a>";
Quotation[4] = "<a href='#'>\"Was ik meer dan een kind, of alleen maar een gedachte?  Als zelfs herinneringen braaf zijn, verbasterde rasters van vergeten groei.\"</a>";
Quotation[5] = "<a href='BUNDELS/eindelijk/bij_de_dood_van_mijn_vader.html'>\"Vaders:  op zoek naar verlossing.  Zonen:  op zoek naar vergelding.  Mannen:  op zoek naar verdienstelijk geweld.\"</a>";
Quotation[6] = "<a href='http://www.biezon.be/VERSPREIDE_GEDICHTEN/2006/vakmanschap.html'>\"Gewoon, gegijzeld in de aflaat van het ogenblik, de vijzel van de haat.\"</a>";
Quotation[7] = "<a href='VERSPREIDE_GEDICHTEN/2001/door_de_bril_van_de_oogarts.html'>\"Dokters en moeders:  levenslang betalen voor de wanhoop aan jezelf.\"</a>";
Quotation[8] = "<a href='BUNDELS/alter_ego/napalm.html'>\"In zee&#235;n sluipt de pijn als een verloren continent.\"</a>";
Quotation[9] = "<a href='BUNDELS/stuk/registreren.html'>\"Hier thuis wordt elke traan een vloek, een schreeuw die de stilte niet bereikt. Hier thuis wordt elke hap een beet, van honger, van gulzigheid, van geilheid.\"</a>";
Quotation[10] = "<a href='VERSPREIDE_GEDICHTEN/2008/2C.html'>\"Dat wordt wel eens vergeten: het verhaal van al die strepen, krullen, vegen. Toen letters nog geen naam hadden. Toen woorden nog onbewoonde vlekken waren.\"</a>";
Quotation[11] = "<a href='BUNDELS/integratie_verzettelijk/twee_ploegen.html'>\"Geboortelijkheid: dat is de oorsprong van het leven, die waakt over het einde.\"</a>";
Quotation[12] = "<a href='BUNDELS/bij_de_dood_van_jeff_buckley/jb_8a.html'>\"We zijn niet klein geweest. We zijn klein gemaakt.\"</a>";
Quotation[13] = "<a href='BUNDELS/stuk/dwaalspoor.html'>\"Eerst was er de dril, daarna de vrije teugel. Mijn vader liet mij los als ik te vast zat.\"</a>";
Quotation[14] = "<a href='#'>\"mijn tranen waren machteloos, doornen op je armen, honger die tevreden was met wat ik nooit gekregen heb\"</a>";
//Quotation[15] = "<a href='#'>\"C\"</a>";
//Quotation[16] = "<a href='#'>\"C\"</a>";
//Quotation[17] = "<a href='#'>\"C\"</a>";
//Quotation[18] = "<a href='#'>\"C\"</a>";
//Quotation[19] = "<a href='#'>\"C\"</a>";
//Quotation[20] = "<a href='#'>\"C\"</a>";
//Quotation[21] = "<a href='#'>\"C\"</a>";
//Quotation[22] = "<a href='#'>\"C\"</a>";
//Quotation[23] = "<a href='#'>\"C\"</a>";
//Quotation[24] = "<a href='#'>\"C\"</a>";
//Quotation[25] = "<a href='#'>\"C\"</a>";
//Quotation[26] = "<a href='#'>\"C\"</a>";
//Quotation[27] = "<a href='#'>\"C\"</a>";
//Quotation[28] = "<a href='#'>\"C\"</a>";
//Quotation[29] = "<a href='#'>\"C\"</a>";
//Quotation[30] = "<a href='#'>\"C\"</a>";
//Quotation[31] = "<a href='#'>\"C\"</a>";
//Quotation[32] = "<a href='#'>\"C\"</a>";
//Quotation[33] = "<a href='#'>\"C\"</a>";
//Quotation[34] = "<a href='#'>\"C\"</a>";
//Quotation[35] = "<a href='#'>\"C\"</a>";
//Quotation[36] = "<a href='#'>\"C\"</a>";
//Quotation[37] = "<a href='#'>\"C\"</a>";
//Quotation[38] = "<a href='#'>\"C\"</a>";
//Quotation[39] = "<a href='#'>\"C\"</a>";
//Quotation[40] = "<a href='#'>\"C\"</a>";
//Quotation[41] = "<a href='#'>\"C\"</a>";
//Quotation[42] = "<a href='#'>\"C\"</a>";
//Quotation[43] = "<a href='#'>\"C\"</a>";
//Quotation[44] = "<a href='#'>\"C\"</a>";
//Quotation[45] = "<a href='#'>\"C\"</a>";
//Quotation[46] = "<a href='#'>\"C\"</a>";
//Quotation[47] = "<a href='#'>\"C\"</a>";
//Quotation[48] = "<a href='#'>\"C\"</a>";
//Quotation[49] = "<a href='#'>\"C\"</a>";
//Quotation[50] = "<a href='#'>\"C\"</a>";

var Q = Quotation.length;
var whichQuotation=Math.round(Math.random()*(Q-1));
function showQuotation(){document.write(Quotation[whichQuotation]);}
showQuotation();
