dim L1(9) dim L2(9) dim L3(9) dim L4(9) I = 0 document.write("
") if curdat < "20100720" then L1(I) = "Week-end du 17 juillet : " L2(I) = "Kermesse d'été" L3(I) = "Tél. 061/46.41.00" I = I + 1 end if if curdat < "20100810" then if curdat < "20080712" then L1(I) = "Les 8 juillet et 5 août : " else L1(I) = "Le 5 août : " end if L2(I) = "Marché nocturne" L3(I) = "Tél. 061/46.65.23" I = I + 1 end if if curdat < "20100723" then L1(I) = "Le 21 juillet :" L2(I) = "Feu d'artifice à Bouillon" L3(I) = "Tél. 061/46.42.12" I = I + 1 end if if curdat < "20100510" then L1(I) = "Le dimanche 9 mai : " L2(I) = "Grande brocante " L3(I) = "0477 48 56 52" I = I + 1 end if if curdat < "20100830" then L1(I) = "Le 28 août à Bouillon : " L2(I) = "Découverte de l’ancienne culture du tabac" L3(I) = "Tél. +32 61 43 66 90" I = I + 1 end if if curdat < "20100830" and curdat > "20100807" then L1(I) = "Du 27/08 au 30/08 à Corbion :" L2(I) = "Kermesse annuelle" L3(I) = "" I = I + 1 end if if curdat < "20081215" then L1(I) = "C'est l'automne !" L2(I) = "Réservez vos menus de chasse" L3(I) = "dans les hôtels et les restaurants" I = I + 1 end if if curdat < "20070405" then L1(I) = "Les 31 mars et 1° avril" L2(I) = "Marché médiéval à Bouillon
Rens.: +32 61 46 83 03" L3(I) = "www.info-bouillon.be" I = I + 1 end if if curdat < "20060822" then L1(I) = "Du 13/07 au 20/08 :" L2(I) = " Exposition à la Fontinelle" I = I + 1 end if if curdat < "20060829" then L1(I) = "Le 27/08 à Frahan :" L2(I) = "Coupe de Belgique
de pêche à la mouche" L3(I) = "A la Ferme pour Enfants de Frahan" I = I + 1 end if if curdat < "20060912" then L1(I) = "Les 8,9 et 10 septembre :" L2(I) = "Grand Raid Godefroy" I = I + 1 end if if curdat < "20060815" then L1(I) = "Le 12/08 : Festival médiéval
à Bouillon" L2(I) = "www.info-bouillon.be" L3(I) = "" I = I + 1 end if if curdat < "20101006" and curdat > "20100515" then L1(I) = "Du 1 au 4 octobre : " L2(I) = " Kermesse d'automne" L3(I) = "Tél. 061/46.41.00" I = I + 1 end if if curdat < "20061102" then L1(I) = "Du 1° au 31 octobre :" L2(I) = "Exposition des peintures de Yannick Piron aux « Croisettes »" L3(I) = "Tél +32 61 53 53 34" I = I + 1 end if if curdat < "20061016" then L1(I) = "Le 14/10/2006" L2(I) = "Soirée Oberbayern à Mogimont" L3(I) = "Organisée par : ESC POUPEHAN
Tél 061 46 80 00" I = I + 1 end if if curdat < "20061017" then L1(I) = "Le 14/10 : Promenade guidée" L2(I) = "Promenade des Echelles
Départ à 14h15 devant l'église" L3(I) = "www.natureloisirs.com" I = I + 1 end if if curdat < "20081113" then L1(I) = "Le 11 novembre 2008 :" L2(I) = "Fête de la chasse à Bouillon" L3(I) = "Rens.: SI Bouillon - 061 46 62 57
www.bouillon-tourisme.be" I = I + 1 end if if curdat < "20081102" then L1(I) = "Chaque dimanche matin
d’avril à octobre :" L2(I) = "Marché à Bouillon" L3(I) = "" I = I + 1 end if if curdat < "20061121" then L1(I) = "Les 18 et 19 novembre :" L2(I) = "Journée Portes ouvertes à la Ferme des Fées" L3(I) = "" I = I + 1 end if if curdat < "20061127" then L1(I) = "Le 25/11 à Poupehan :" L2(I) = "Concours de Couyon" L3(I) = "Cafétaria du Foot" I = I + 1 end if if curdat < "20061214" then L1(I) = "Les 9,10 et 12/12 à Bouillon :" L2(I) = "Marché de Noël" L3(I) = "esplanade de l’Archéoscope
Tél: +32 61/46.70.61" I = I + 1 end if if curdat < "20061219" then L1(I) = "Le 16/12 à Bouillon :" L2(I) = "Concert de noël" L3(I) = "Eglise de Bouillon" I = I + 1 end if if curdat < "20070213" then L1(I) = "Le 11/02 à 16h à l'église:" L2(I) = "Chants classiques et chants médiévaux
Par la chorale de l'harmonique d'Anloy" L3(I) = "Tél. +32 477/48 56 52 " I = I + 1 end if Lagenda = "" I = 0 DO until I > 8 if L1(I) = "" then exit do end if 'document.write("
" & L1(I) & "

" & L2(I) & "

" & L3(I) & "
" & L4(I) & "
") document.write("
" & L1(I) & "

" & L2(I) & "

" & L3(I) & "") I = I + 1 loop document.write("
") if curdat < "20050215" then L1(I) = "Dimanche 13 février : " L2(I) = "Grand feu" L3(I) = "Tél. 061/46.41.00" I = I + 1 end if