/*This code represents the non-sense of Belgian politic,
wich leads us to an infinite loop of useless elections, and sterile debates. */
var governement:Boolean=1;
//1 = governement exists
var BHV:Boolean=1;
//1 = Brussels-Hal-Vilvoorde is whole
var Francophone:Number;
//French talking population
var Nederlandstalig:Number;
//Dutch talking population
var Belgium:Number=10000000;
//Total population of Belgium
var Years_Wasted_Instead_Of_Working_For_Poeple:Number=1;
//years wasted by our governement with sterile debates
function Election(){
var BirthRate_F:Number = 38000;
var BirthRate_N:Number = 60000;
//average birth rate of the two communities
Francophone = ((Belgium/100)*40)+BirthRate_F;
Nederlandstalig= ((Belgium/100)*60)+BirthRate_N;
//incrementation of the various population data
governement = 1;
//Belgium has a government !
Cission();
}
function Cission(){
Years_Wasted_Instead_Of_Working_For_Poeple = Years_Wasted_Instead_Of_Working_For_Poeple+1;
BHV = 0;
//Trying to cut Brussels-Hal-Vilvoorde
governement = 0;
//No more government !
if (BHV==0 && Francophone<Nederlandstalig){
Sonette_alarme();
}
}
function Sonette_alarme(VOID){
BHV = 1;
Election();
}
Election();
//Pierre Hageman and support from Nicolas Pfeiffer



Home