Skip to content

Instantly share code, notes, and snippets.

@steinarb
Last active September 14, 2020 15:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steinarb/8a1de4e37f82d4d5eeb97778b0c8d459 to your computer and use it in GitHub Desktop.
Save steinarb/8a1de4e37f82d4d5eeb97778b0c8d459 to your computer and use it in GitHub Desktop.
oldalbum demo database
--liquibase formatted sql
--changeset sb:saved_albumentries
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (1, 0, '/', true, 'Bilder fra 90-tallet', 'Gamle bilder fra 90-tallet, servert mobilvennlig (responsive layout) med OpenGraph-tagger og twitter cards', '', '', 0, null, null, 0);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (2, 1, '/misc/', true, 'Miscellaneous unsorted pictures', 'Contains a lot of pictures, most of marginal interest, which will be thrown away or transferred to other directories in time', null, null, 1, null, null, 0);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (3, 1, '/moto/', true, 'Motorcycle pictures', 'Here are some of my motorcycle related WWW pictures. The picture index pages linked to from this page contains inline GIF thumbnails of about 1k or less of size and these may take a little while to load over our 64000bps line.', null, null, 2, null, null, 0);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (4, 1, '/knarr/', true, 'Knarr', 'Some pictures of a friend''s sailboat. I crewed (something between crew and ballast, to tell the truth...:-) ) for him in a regatta.', null, null, 3, null, null, 0);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (5, 3, '/moto/places/', true, 'Some motorcycle meeting places', '', null, null, 1, null, null, 0);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (6, 3, '/moto/norwaymeet94/', true, 'Norway meet ''94', 'In the summer of ''94, I dropped in at the Norway Meet/Saltfjell rally in Bodø, Nordland province, Northern Norway.', null, null, 2, null, null, 0);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (7, 3, '/moto/july/', true, 'July ''94 solo trip', 'When I came down from Northern Norway in July ''94, I took a solo trip down the southern coast of Norway all the way to Stavanger and back over the mountains.', null, null, 3, null, null, 0);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (8, 3, '/moto/hovemeet94/', true, 'Nordic DoD meet ''94', 'Some pictures from the Nordic DoD meet.', null, null, 4, null, null, 0);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (9, 3, '/moto/fall94/', true, 'DoD Norway unofficial fall ''94 ride', 'In an attempt to roll the speedo past 75000 km this season, Roar Larsen rode down from Trondheim to Oslo to let poor bikeless me try out a real bike... Did I like the FJ? Hey! I bought one, didn''t I...?', null, null, 5, null, null, 0);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (10, 3, '/moto/dansker/', true, 'UiOMC/DoDs høsttur, 1996', 'Her er noen bilder fra UiOMC og DoDs høsttur på danskehytta "Danskeren" ved Nannestad, 4-6. oktober 1996. Mange bilder har blitt småsensurert bort og noen navn er endret for å beskytte uskyldige.', null, null, 6, null, null, 0);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (11, 3, '/moto/roros/', true, 'Røros Treffen 1996', 'Three hardy souls from the Norwegian chapter of DoD, took at trip from the south-east of Norway, to the old mountain mining town of Røros, in 12-14 of July, 1996', null, null, 7, null, null, 0);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (12, 3, '/moto/aupair/', true, 'Au-pair MC, 8. mai, 1997', 'Dette er dagen da alle unge danske aupair-piger i det sentrale østlandsområdet, fikk luftet seg på motorsykkel. Arrangør og primus motor var Ivan Tving.', null, null, 8, null, null, 0);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (13, 3, '/moto/budeie97/', true, 'DoD Norway Chapter på Budeietreffet 97', 'Etter rimelig sterk bearbeiding fra Ms.Annes side, så stilte DoD Norway Chapter mannsterkt på Budeietreffet 97 (20-22. juni). Dette er ei bildefortelling om hvordan vi kom oss dit, oppførte oss der og til sist dro derifra.', null, null, 9, null, null, 0);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (14, 3, '/moto/fjpics/', true, 'Steinar Bang''s FJ 1100', 'To replace my stolen ''83 Suzuki GSX1100ES, I bought this bike in early october 1994. The bike in question is a 1986 Yamaha FJ 1100, with 52000km on the clock.', null, null, 10, null, null, 0);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (15, 3, '/moto/crash/', true, 'My motorcycle crash', 'Police pictures from the scene of my accident.', null, null, 11, null, null, 0);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (16, 3, '/moto/vfr96/', true, 'Steinar''s VFR season of 1996', 'In may 1996, I bought a 1995 VFR750F, registered in october 1995, with 3400km on the clock when I bought it. This picture archive, contains pictures from my first (but hopefully not last) season, on a VFR.', null, null, 12, null, null, 0);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (17, 3, '/moto/uncle/', true, 'Per Bang''s motorcycles', 'Here are some pictures of my uncle Per''s motorcycles.', null, null, 13, null, null, 0);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (18, 3, '/moto/vfrdetail/', true, 'VFR details', 'On this HTML page, I''m attempting to archive how 94''+ VFRs look with miscellanous auxillary equipment, and modifications', null, null, 14, null, null, 0);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (19, 3, '/moto/misc/', true, 'Misc. motorcycle pictures', 'This archive contains unsorted motorcycle pictures, pictures I''ve scanned for others etc.', null, null, 15, null, null, 0);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (20, 2, '/misc/kenneth1', false, '', '', 'https://www.bang.priv.no/sb/pics/misc/kenneth1.jpg', 'https://www.bang.priv.no/sb/pics/misc/.icons/kenneth1.gif', 1, '1995-05-12 10:20:54', 'image/jpeg', 90483);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (21, 2, '/misc/pa1', false, '', '', 'https://www.bang.priv.no/sb/pics/misc/pa1.jpg', 'https://www.bang.priv.no/sb/pics/misc/.icons/pa1.gif', 2, '1995-05-12 10:18:59', 'image/jpeg', 22297);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (22, 2, '/misc/rep01', false, '', '', 'https://www.bang.priv.no/sb/pics/misc/rep01.jpg', 'https://www.bang.priv.no/sb/pics/misc/.icons/rep01.gif', 3, '1995-05-12 10:24:24', 'image/jpeg', 89993);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (23, 2, '/misc/rep02', false, '', '', 'https://www.bang.priv.no/sb/pics/misc/rep02.jpg', 'https://www.bang.priv.no/sb/pics/misc/.icons/rep02.gif', 4, '1995-05-12 10:25:29', 'image/jpeg', 86887);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (24, 2, '/misc/rep03', false, '', '', 'https://www.bang.priv.no/sb/pics/misc/rep03.jpg', 'https://www.bang.priv.no/sb/pics/misc/.icons/rep03.gif', 5, '1995-05-12 10:26:43', 'image/jpeg', 127657);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (25, 2, '/misc/rep04', false, '', '', 'https://www.bang.priv.no/sb/pics/misc/rep04.jpg', 'https://www.bang.priv.no/sb/pics/misc/.icons/rep04.gif', 6, '1995-05-12 10:27:57', 'image/jpeg', 135488);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (26, 2, '/misc/rep05', false, '', '', 'https://www.bang.priv.no/sb/pics/misc/rep05.jpg', 'https://www.bang.priv.no/sb/pics/misc/.icons/rep05.gif', 7, '1995-05-12 10:29:21', 'image/jpeg', 94822);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (27, 2, '/misc/rep06', false, '', '', 'https://www.bang.priv.no/sb/pics/misc/rep06.jpg', 'https://www.bang.priv.no/sb/pics/misc/.icons/rep06.gif', 8, '1995-05-12 10:30:10', 'image/jpeg', 65394);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (28, 2, '/misc/rep07', false, '', '', 'https://www.bang.priv.no/sb/pics/misc/rep07.jpg', 'https://www.bang.priv.no/sb/pics/misc/.icons/rep07.gif', 9, '1995-05-12 10:31:06', 'image/jpeg', 74295);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (29, 2, '/misc/steinar', false, 'Steinar på Kjerringøy', 'Fra tur til Kjerringøy under Norgestreffet 94', 'https://www.bang.priv.no/sb/pics/misc/steinar.jpg', 'https://www.bang.priv.no/sb/pics/misc/.icons/steinar.gif', 10, '1995-05-12 10:21:43', 'image/jpeg', 65545);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (30, 2, '/misc/sylane1', false, 'Blåhammarstugan påsken 1994', 'Fra venstre: Bernt M. Johnsen, Kjetil Svarstad og Steinar Bang', 'https://www.bang.priv.no/sb/pics/misc/sylane1.jpg', 'https://www.bang.priv.no/sb/pics/misc/.icons/sylane1.gif', 11, '1995-05-12 10:22:39', 'image/jpeg', 84389);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (31, 2, '/misc/sylane4', false, 'Fra Storerikvollen til Nedalshytta', 'Over Nesjøen i kraftig vind, påsken 1994', 'https://www.bang.priv.no/sb/pics/misc/sylane4.jpg', 'https://www.bang.priv.no/sb/pics/misc/.icons/sylane4.gif', 12, '1995-05-12 10:23:14', 'image/jpeg', 66593);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (32, 4, '/knarr/knarr01', false, 'Knarr ved kai på Ormøya', 'This Knarr is built in wood in 1947', 'https://www.bang.priv.no/sb/pics/knarr/knarr01.jpg', 'https://www.bang.priv.no/sb/pics/knarr/.icons/knarr01.gif', 1, '1995-05-12 09:46:17', 'image/jpeg', 87427);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (33, 4, '/knarr/knarr02', false, 'Seil på knarr', 'Hey,... it''s hard trying to take a picture of the rig from the cockpit...', 'https://www.bang.priv.no/sb/pics/knarr/knarr02.jpg', 'https://www.bang.priv.no/sb/pics/knarr/.icons/knarr02.gif', 2, '1995-05-12 09:46:57', 'image/jpeg', 41616);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (34, 4, '/knarr/knarr03', false, '', 'Losing the regatta. PerO Husøy have definitely had happier moments ', 'https://www.bang.priv.no/sb/pics/knarr/knarr03.jpg', 'https://www.bang.priv.no/sb/pics/knarr/.icons/knarr03.gif', 3, '1995-05-12 09:48:10', 'image/jpeg', 45933);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (35, 4, '/knarr/knarr05', false, '', 'The winner of the regatta. The Norwegian Knarr Club''s unbeatable and legendary Bjarne-something', 'https://www.bang.priv.no/sb/pics/knarr/knarr05.jpg', 'https://www.bang.priv.no/sb/pics/knarr/.icons/knarr05.gif', 4, '1995-05-12 09:48:52', 'image/jpeg', 39304);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (36, 4, '/knarr/pero01', false, '', 'Owner and skipper, Per Ove "PerO" Husøy', 'https://www.bang.priv.no/sb/pics/knarr/pero01.jpg', 'https://www.bang.priv.no/sb/pics/knarr/.icons/pero01.gif', 5, '1995-05-12 09:49:37', 'image/jpeg', 51488);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (37, 5, '/moto/places/grava1', false, 'Tyrigrava på en onsdag', 'Tyrigrava roadhouse, just south of Oslo is a popular motorcycle spot for Oslo, Norway, and the surrounding area. On Wednesdays it feels like anybody with a powered two wheeler drops by', 'https://www.bang.priv.no/sb/pics/moto/places/grava1.jpg', 'https://www.bang.priv.no/sb/pics/moto/places/icons/grava1.gif', 1, '1995-05-12 11:49:45', 'image/jpeg', 128186);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (38, 5, '/moto/places/grava2', false, 'Tyrigrava fra sør', 'Tyrigrava, view from the south. Lots of bikes', 'https://www.bang.priv.no/sb/pics/moto/places/grava2.jpg', 'https://www.bang.priv.no/sb/pics/moto/places/icons/grava2.gif', 2, '1995-05-12 11:50:31', 'image/jpeg', 86379);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (39, 5, '/moto/places/grava3', false, 'Tyrigrava fra nord', 'Tyrigrava, view from the north. Lotsa bikes here too', 'https://www.bang.priv.no/sb/pics/moto/places/grava3.jpg', 'https://www.bang.priv.no/sb/pics/moto/places/icons/grava3.gif', 3, '1995-05-12 11:51:19', 'image/jpeg', 100224);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (40, 5, '/moto/places/hove', false, 'Hove fjellgard', 'Hove Fjellgard. A popular MC meeting spot in Hallingdal, Norway', 'https://www.bang.priv.no/sb/pics/moto/places/hove.jpg', 'https://www.bang.priv.no/sb/pics/moto/places/icons/hove.gif', 4, '1995-05-12 11:51:31', 'image/jpeg', 22383);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (41, 7, '/moto/july/house', false, 'GSX1100ES i Stavanger', 'In the shadows you can just about see my Suzuki', 'https://www.bang.priv.no/sb/pics/moto/july/house.jpg', 'https://www.bang.priv.no/sb/pics/moto/july/icons/house.gif', 1, '1995-05-12 11:37:57', 'image/jpeg', 79371);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (42, 7, '/moto/july/july', false, 'Suleskardvegen', 'Over the mountains between Sirdal and Setesdal. Excellent road, they didn''t have money to build a two lane road, but instead of not building a road they built a one-lane road using modern techniques. Almost made to order for motos. Note the snow, this is July 2nd', 'https://www.bang.priv.no/sb/pics/moto/july/july.jpg', 'https://www.bang.priv.no/sb/pics/moto/july/icons/july.gif', 2, '1995-05-12 11:39:07', 'image/jpeg', 81450);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (43, 7, '/moto/july/road', false, 'Hunnedalen', 'In my inner eye there''s the image of a road. A narrow strip of asphalt stretching through a desolate landscape. From nowhere. Going nowhere. Just being there. Hunnedalen, between Ålgård and Sirdal, north east of Stavanger', 'https://www.bang.priv.no/sb/pics/moto/july/road.jpg', 'https://www.bang.priv.no/sb/pics/moto/july/icons/road.gif', 3, '1995-05-12 11:40:48', 'image/jpeg', 91309);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (44, 8, '/moto/hovemeet94/hovemeet01', false, 'Vestbanen', 'Starting off from Oslo''s old western railway station. Magnus Taraldsen on his Honda and Jan Erik Keus on his Kawa', 'https://www.bang.priv.no/sb/pics/moto/hovemeet94/hovemeet01.jpg', 'https://www.bang.priv.no/sb/pics/moto/hovemeet94/.icons/hovemeet01.gif', 1, '1995-05-12 11:33:56', 'image/jpeg', 99047);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (45, 8, '/moto/hovemeet94/hovemeet03', false, 'Regndresser på', 'On the way to Hove. Preparing for rain (the rain that followed us the entire weekend). Jan Erik (left) and Magnus', 'https://www.bang.priv.no/sb/pics/moto/hovemeet94/hovemeet03.jpg', 'https://www.bang.priv.no/sb/pics/moto/hovemeet94/.icons/hovemeet03.gif', 2, '1995-05-12 11:27:30', 'image/jpeg', 111564);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (46, 8, '/moto/hovemeet94/hovemeet04', false, 'Ål i Hallingdal', 'Almost there. Stopping at Ål to get some money out of a "minibank" (which is Norwegian for ATM). Left, Jan Erik Keus, right Steinar Bang', 'https://www.bang.priv.no/sb/pics/moto/hovemeet94/hovemeet04.jpg', 'https://www.bang.priv.no/sb/pics/moto/hovemeet94/.icons/hovemeet04.gif', 3, '1995-05-12 11:35:47', 'image/jpeg', 87777);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (47, 8, '/moto/hovemeet94/hovemeet06', false, 'DoD Norway chapter', 'The great indoors. It rained outside, but somehow we seemed to manage... ', 'https://www.bang.priv.no/sb/pics/moto/hovemeet94/hovemeet06.jpg', 'https://www.bang.priv.no/sb/pics/moto/hovemeet94/.icons/hovemeet06.gif', 4, '1995-05-12 11:32:12', 'image/jpeg', 77309);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (48, 8, '/moto/hovemeet94/hovemeet08', false, 'Siss og Roar', 'Siss and Roar unpacking some essentials, after their long and strenous journey which ended with the FJ parked somewhere out in the boonies', 'https://www.bang.priv.no/sb/pics/moto/hovemeet94/hovemeet08.jpg', 'https://www.bang.priv.no/sb/pics/moto/hovemeet94/.icons/hovemeet08.gif', 5, '1995-05-12 11:36:39', 'image/jpeg', 70005);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (49, 8, '/moto/hovemeet94/hovemeet11', false, 'Suzuki med problemer', '"Thomsen" and Magnus Taraldsen helped me get the ''Zuki running again', 'https://www.bang.priv.no/sb/pics/moto/hovemeet94/hovemeet11.jpg', 'https://www.bang.priv.no/sb/pics/moto/hovemeet94/.icons/hovemeet11.gif', 6, '1995-05-12 11:28:42', 'image/jpeg', 96118);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (50, 8, '/moto/hovemeet94/hovemeet14', false, 'Avgang i regn', 'Getting ready to leave on Sunday. The same lovely weather we had the entire weekend', 'https://www.bang.priv.no/sb/pics/moto/hovemeet94/hovemeet14.jpg', 'https://www.bang.priv.no/sb/pics/moto/hovemeet94/.icons/hovemeet14.gif', 7, '1995-05-12 11:30:03', 'image/jpeg', 87334);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (51, 8, '/moto/hovemeet94/hovemeet15', false, 'Gruppebilde DoD Norway chapter', 'DoD Norway group picture. From the left: Siss, Roar, Dag, Jan-Erik, and Esa', 'https://www.bang.priv.no/sb/pics/moto/hovemeet94/hovemeet15.jpg', 'https://www.bang.priv.no/sb/pics/moto/hovemeet94/.icons/hovemeet15.gif', 8, '1995-05-12 11:31:04', 'image/jpeg', 68942);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (52, 9, '/moto/fall94/fall01', false, 'Roar og Hallgeir', 'Roar and "Arctic Rider" Hallgeir Sørnes, at Majorstua in Oslo, before we hit the road ', 'https://www.bang.priv.no/sb/pics/moto/fall94/fall01.jpg', 'https://www.bang.priv.no/sb/pics/moto/fall94/icons/fall01.gif', 1, '1995-05-12 11:10:32', 'image/jpeg', 92381);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (53, 9, '/moto/fall94/fall02', false, 'Tofte i Hurum', 'Outside my uncle''s house', 'https://www.bang.priv.no/sb/pics/moto/fall94/fall02.jpg', 'https://www.bang.priv.no/sb/pics/moto/fall94/icons/fall02.gif', 2, '1995-05-12 11:12:21', 'image/jpeg', 104159);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (54, 9, '/moto/fall94/fall03', false, 'Ferge fra Verket til Svelvik', 'You have to pay the ferryman...!', 'https://www.bang.priv.no/sb/pics/moto/fall94/fall03.jpg', 'https://www.bang.priv.no/sb/pics/moto/fall94/icons/fall03.gif', 3, '1995-05-12 11:13:16', 'image/jpeg', 59058);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (55, 9, '/moto/fall94/fall04', false, 'ABUS i Hagelundveien', 'Safety first! Parking his bike at the same spot my Suzuki was stolen from, Roar ensures that he at least will have a front wheel as a starter on a new bike...', 'https://www.bang.priv.no/sb/pics/moto/fall94/fall04.jpg', 'https://www.bang.priv.no/sb/pics/moto/fall94/icons/fall04.gif', 4, '1995-05-12 11:14:32', 'image/jpeg', 67133);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (56, 9, '/moto/fall94/fall06', false, 'Klar for avgang', '...but nobody stole the bike, so Roar was able to head for home on a crisp fall Sunday morning', 'https://www.bang.priv.no/sb/pics/moto/fall94/fall06.jpg', 'https://www.bang.priv.no/sb/pics/moto/fall94/icons/fall06.gif', 5, '1995-05-12 11:15:55', 'image/jpeg', 83920);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (57, 9, '/moto/fall94/fall07', false, 'På vei mot Trondheim', 'Ready to Roll! I was trying to capture the yellow colour of the trees in the background. The attempt fell flat ', 'https://www.bang.priv.no/sb/pics/moto/fall94/fall07.jpg', 'https://www.bang.priv.no/sb/pics/moto/fall94/icons/fall07.gif', 6, '1995-05-12 11:16:49', 'image/jpeg', 76276);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (58, 10, '/moto/dansker/dansker01', false, 'Avgang fra McDonald''s E6 Nord', 'Klart for avgang, fra MC-Donald''s (uttales: "Emm-See-Donalds") Oslo E6 Nord, nordgående retning. Et populært og enkelt møtested for turer i retning øst og nord.', 'https://www.bang.priv.no/sb/pics/moto/dansker/dansker01.jpg', 'https://www.bang.priv.no/sb/pics/moto/dansker/icons/dansker01.gif', 1, '1996-11-23 18:34:30', 'image/jpeg', 89646);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (59, 10, '/moto/dansker/dansker02', false, 'McDonald''s E6 Nord', 'MC-Donald''s E6 Nord, annen vinkel.', 'https://www.bang.priv.no/sb/pics/moto/dansker/dansker02.jpg', 'https://www.bang.priv.no/sb/pics/moto/dansker/icons/dansker02.gif', 2, '1996-11-23 18:34:31', 'image/jpeg', 102000);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (60, 10, '/moto/dansker/dansker03', false, 'Magnus', 'Magnus Taraldsen finner formen. (Foto: Ivan Tving)', 'https://www.bang.priv.no/sb/pics/moto/dansker/dansker03.jpg', 'https://www.bang.priv.no/sb/pics/moto/dansker/icons/dansker03.gif', 3, '1996-11-23 18:34:31', 'image/jpeg', 80395);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (61, 10, '/moto/dansker/dansker04', false, 'Jan-Erik', 'Jan-Erik Keus smiler lurt. I bakgrunnen til venstre, sees turens eneste kvinnelige innslag. (Foto: Ivan Tving)', 'https://www.bang.priv.no/sb/pics/moto/dansker/dansker04.jpg', 'https://www.bang.priv.no/sb/pics/moto/dansker/icons/dansker04.gif', 4, '1996-11-23 18:34:31', 'image/jpeg', 86865);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (62, 10, '/moto/dansker/dansker05', false, 'Videofotografen', 'Magnus og hans videokamera, er et fryktet syn for fyllasyke MC-ister over det ganske land. (Foto: Ivan Tving)', 'https://www.bang.priv.no/sb/pics/moto/dansker/dansker05.jpg', 'https://www.bang.priv.no/sb/pics/moto/dansker/icons/dansker05.gif', 5, '1996-11-23 18:34:31', 'image/jpeg', 74931);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (63, 10, '/moto/dansker/dansker06', false, 'Tor-Solve', 'Tor-Solve troner stolt på sin VF750S-ganger ("S som i `Sabre''"), før avgang på lørdagsturen. (Foto: Ivan Tving)', 'https://www.bang.priv.no/sb/pics/moto/dansker/dansker06.jpg', 'https://www.bang.priv.no/sb/pics/moto/dansker/icons/dansker06.gif', 6, '1996-11-24 13:56:58', 'image/jpeg', 121596);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (64, 10, '/moto/dansker/dansker07', false, 'Venter på Morten', 'Nesten klart for avgang. Alle venter bare på Morten. I forgrunnen Kai på sin Teneré (vist fra venstre side, som er den sykkelens beste side). (Foto: Ivan Tving)', 'https://www.bang.priv.no/sb/pics/moto/dansker/dansker07.jpg', 'https://www.bang.priv.no/sb/pics/moto/dansker/icons/dansker07.gif', 7, '1996-11-23 18:34:31', 'image/jpeg', 134878);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (65, 10, '/moto/dansker/dansker08', false, 'Lørdag kveld', 'Lørdag kveld, tidlig på kvelden. Alle fortsatt seriøse. (Foto: Steinar Bang)', 'https://www.bang.priv.no/sb/pics/moto/dansker/dansker08.jpg', 'https://www.bang.priv.no/sb/pics/moto/dansker/icons/dansker08.gif', 8, '1996-11-23 18:34:31', 'image/jpeg', 74917);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (66, 10, '/moto/dansker/dansker09', false, 'Gruppebilde med "colors"', 'Lørdag kveld, en smule seinere på kvelden. Arrangert gruppebilde, med "colors". Merk den totale mangel på au-pairpiker. (Foto: Ivan Tving (sannsynligvis))', 'https://www.bang.priv.no/sb/pics/moto/dansker/dansker09.jpg', 'https://www.bang.priv.no/sb/pics/moto/dansker/icons/dansker09.gif', 9, '1996-11-24 16:18:15', 'image/jpeg', 95267);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (67, 10, '/moto/dansker/dansker10', false, 'Ivan', 'Ivan Tving, en ekte norsk patriot! (Foto: Steinar Bang)', 'https://www.bang.priv.no/sb/pics/moto/dansker/dansker10.jpg', 'https://www.bang.priv.no/sb/pics/moto/dansker/icons/dansker10.gif', 10, '1996-11-23 18:34:32', 'image/jpeg', 77490);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (68, 10, '/moto/dansker/dansker11', false, 'Mortens søndag', 'Morten fikk merke på søndags morgen, at overdreven bruk av alkohol straffer seg. (Foto: Ivan Tving)', 'https://www.bang.priv.no/sb/pics/moto/dansker/dansker11.jpg', 'https://www.bang.priv.no/sb/pics/moto/dansker/icons/dansker11.gif', 11, '1996-11-23 18:34:32', 'image/jpeg', 67568);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (69, 10, '/moto/dansker/dansker12', false, '"Danskeren"', 'Danskehytta "Danskeren", slik den først møter folk i skogen. (Foto: Steinar Bang)', 'https://www.bang.priv.no/sb/pics/moto/dansker/dansker12.jpg', 'https://www.bang.priv.no/sb/pics/moto/dansker/icons/dansker12.gif', 12, '1996-11-23 18:34:32', 'image/jpeg', 127031);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (70, 10, '/moto/dansker/dansker13', false, 'Gruppebilde', 'Et siste gruppebilde fra hjemturen på søndag. Høstfarger og pene sykler. (Foto: Steinar Bang)', 'https://www.bang.priv.no/sb/pics/moto/dansker/dansker13.jpg', 'https://www.bang.priv.no/sb/pics/moto/dansker/icons/dansker13.gif', 13, '1996-11-23 18:34:32', 'image/jpeg', 111022);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (71, 6, '/moto/norwaymeet94/anne', false, 'Anne fra Målselv', '"Where is my Harley girl??" Anne from Målselv,... or Lofoten,... or wherever... Norway Meet/Saltfjell Rally-94', 'https://www.bang.priv.no/sb/pics/moto/norwaymeet94/anne.jpg', 'https://www.bang.priv.no/sb/pics/moto/norwaymeet94/icons/anne.gif', 1, '1995-05-12 11:43:48', 'image/jpeg', 201971);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (72, 6, '/moto/norwaymeet94/bastesen', false, 'Bastesen', 'Steinar meets Steinar. Me (right) shaking hand with cult figure, and spokesman for the Norwegian whalers, Steinar Bastesen who visited the meet, selling pins, T-shirts, and giving autographs ', 'https://www.bang.priv.no/sb/pics/moto/norwaymeet94/bastesen.jpg', 'https://www.bang.priv.no/sb/pics/moto/norwaymeet94/icons/bastesen.gif', 2, '1995-05-12 11:45:19', 'image/jpeg', 74779);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (73, 6, '/moto/norwaymeet94/duck03', false, 'Ducati', 'Tor Eirik "¡El presidente!" Antonsen (president of "Arctic Riders", Båtsfjord) and me seem to have been drinking too much of the good stuff, while Guido the Swiss Ducati boy and his buddy are busy removing the mufflers for a midnight Duck sound orgy. In the bacground the midnight sun shining on the hillside', 'https://www.bang.priv.no/sb/pics/moto/norwaymeet94/duck03.jpg', 'https://www.bang.priv.no/sb/pics/moto/norwaymeet94/icons/duck03.gif', 3, '1995-05-12 11:46:07', 'image/jpeg', 96593);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (74, 6, '/moto/norwaymeet94/kjerroy01', false, 'Kjerringøy', 'Kjerringøy, north of Bodø, northern Norway. Motorcycles meet Hamsun. Norway Meet/Saltfjell Rally-94', 'https://www.bang.priv.no/sb/pics/moto/norwaymeet94/kjerroy01.jpg', 'https://www.bang.priv.no/sb/pics/moto/norwaymeet94/icons/kjerroy01.gif', 4, '1995-05-12 11:47:12', 'image/jpeg', 87770);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (75, 6, '/moto/norwaymeet94/suzuki', false, 'Suzuki GSX1100ES', 'My beloved and unfortunately stolen Suzuki GSX 1100 ES', 'https://www.bang.priv.no/sb/pics/moto/norwaymeet94/suzuki.jpg', 'https://www.bang.priv.no/sb/pics/moto/norwaymeet94/icons/suzuki.gif', 5, '1995-05-12 11:48:28', 'image/jpeg', 144699);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (76, 6, '/moto/norwaymeet94/wahl1', false, 'Eivind og Ragnhild', 'The handsome young couple on the fast machine in a better neighbourhood to quote Eivind... I dropped in to visit Eivind and Ragnhild in Trondheim on my way north. This is the day before the microride that Roar made so famous', 'https://www.bang.priv.no/sb/pics/moto/norwaymeet94/wahl1.jpg', 'https://www.bang.priv.no/sb/pics/moto/norwaymeet94/icons/wahl1.gif', 6, '1995-05-12 11:44:40', 'image/jpeg', 91449);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (77, 11, '/moto/roros/clouds', false, '', 'Dark clouds hover over the Denizens, as they set course for Trysil (Esa Viitala and Kjell Arild Sandvik)', 'https://www.bang.priv.no/sb/pics/moto/roros/clouds.jpg', 'https://www.bang.priv.no/sb/pics/moto/roros/icons/clouds.gif', 2, '1996-09-28 21:59:18', 'image/jpeg', 57920);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (78, 11, '/moto/roros/food', false, '', 'A stop for Food. Mjøsa west bank.', 'https://www.bang.priv.no/sb/pics/moto/roros/food.jpg', 'https://www.bang.priv.no/sb/pics/moto/roros/icons/food.gif', 6, '1996-09-28 22:00:21', 'image/jpeg', 99968);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (79, 11, '/moto/roros/nalle', false, '', '"MC-Nallerna" fra Sverige. Kollegaer/Konkurrenter for Bamsemums.', 'https://www.bang.priv.no/sb/pics/moto/roros/nalle.jpg', 'https://www.bang.priv.no/sb/pics/moto/roros/icons/nalle.gif', 1, '1996-09-28 22:01:47', 'image/jpeg', 57898);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (80, 11, '/moto/roros/screw', false, '', 'Kjell Arild hadde ikke en skrue løs, men derimot en skrue fast... ', 'https://www.bang.priv.no/sb/pics/moto/roros/screw.jpg', 'https://www.bang.priv.no/sb/pics/moto/roros/icons/screw.gif', 5, '1996-09-28 22:02:54', 'image/jpeg', 58730);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (81, 11, '/moto/roros/virago1', false, '', 'Bamsemums says: "Virago just say No!".', 'https://www.bang.priv.no/sb/pics/moto/roros/virago1.jpg', 'https://www.bang.priv.no/sb/pics/moto/roros/icons/virago1.gif', 3, '1996-09-28 22:05:20', 'image/jpeg', 116095);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (82, 11, '/moto/roros/virago2', false, '', 'Virago Power Wheelie!', 'https://www.bang.priv.no/sb/pics/moto/roros/virago2.jpg', 'https://www.bang.priv.no/sb/pics/moto/roros/icons/virago2.gif', 4, '1996-09-28 22:05:49', 'image/jpeg', 103354);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (83, 12, '/moto/aupair/aupair01', false, '', 'Klart for avgang fra Oslo S. Chris og Jørn viser NAF-farger i forgrunnen (foto: Steinar Bang)', 'https://www.bang.priv.no/sb/pics/moto/aupair/aupair01.jpg', 'https://www.bang.priv.no/sb/pics/moto/aupair/.icons/aupair01.gif', 1, '1997-08-01 15:26:19', 'image/jpeg', 98396);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (84, 12, '/moto/aupair/aupair02', false, '', 'Vi har fremdeles ikke kommet oss avgårde fra Oslo S. (foto: Steinar Bang)', 'https://www.bang.priv.no/sb/pics/moto/aupair/aupair02.jpg', 'https://www.bang.priv.no/sb/pics/moto/aupair/.icons/aupair02.gif', 2, '1997-08-01 15:26:24', 'image/jpeg', 92943);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (85, 12, '/moto/aupair/aupair03', false, '', 'Stopp på Essostasjonen Sundvollen. Tetfeltet venter på at etterslengerene skal dukke opp. (foto: Steinar Bang)', 'https://www.bang.priv.no/sb/pics/moto/aupair/aupair03.jpg', 'https://www.bang.priv.no/sb/pics/moto/aupair/.icons/aupair03.gif', 3, '1997-08-01 15:26:29', 'image/jpeg', 106777);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (86, 12, '/moto/aupair/aupair04', false, '', 'Kaffe og røykepause på Sundvollen. (foto: Steinar Bang)', 'https://www.bang.priv.no/sb/pics/moto/aupair/aupair04.jpg', 'https://www.bang.priv.no/sb/pics/moto/aupair/.icons/aupair04.gif', 4, '1997-08-01 15:26:33', 'image/jpeg', 89929);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (87, 12, '/moto/aupair/aupair05', false, '', 'Den stakkars damen i bilen var i ferd med å rygge ut, når vi ankom og intetanende parkerte henne inne. Og siden hun ikke turde å komme ut og si noe til de skumle motorsyklistene, så ble hun bare sittende der til vi hadde dratt... (foto: Steinar Bang)', 'https://www.bang.priv.no/sb/pics/moto/aupair/aupair05.jpg', 'https://www.bang.priv.no/sb/pics/moto/aupair/.icons/aupair05.gif', 5, '1997-08-01 16:39:30', 'image/jpeg', 95323);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (88, 12, '/moto/aupair/aupair06', false, '', 'Så har vi gjort et hopp, via Jevnaker og langs Randsfjorden, til Lygnaseter. Nok en gang venter tetfeltet på at resten skal dukke opp. En merker seg med interesse at mange av folkene i tetfeltet går igjen fra Sundvollen. (foto: Steinar Bang)', 'https://www.bang.priv.no/sb/pics/moto/aupair/aupair06.jpg', 'https://www.bang.priv.no/sb/pics/moto/aupair/.icons/aupair06.gif', 6, '1997-08-01 16:39:35', 'image/jpeg', 87185);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (89, 12, '/moto/aupair/aupair07', false, '', 'Her ankommer resten av aupairturen. Ivan fører an, fulgt av Jonny. (foto: Steinar Bang) ', 'https://www.bang.priv.no/sb/pics/moto/aupair/aupair07.jpg', 'https://www.bang.priv.no/sb/pics/moto/aupair/.icons/aupair07.gif', 7, '1997-08-01 15:26:47', 'image/jpeg', 94727);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (90, 12, '/moto/aupair/aupair08', false, '', 'Ivan nyter lefse med geitost utenfor Lygnaseter, som den gode nordmann han tross alt er. En god nordmann nyter medbragt matpakke, istedenfor å frivolt kaste bort penger på en kafé! (foto: Steinar Bang)', 'https://www.bang.priv.no/sb/pics/moto/aupair/aupair08.jpg', 'https://www.bang.priv.no/sb/pics/moto/aupair/.icons/aupair08.gif', 8, '1997-08-01 16:39:39', 'image/jpeg', 82206);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (91, 12, '/moto/aupair/aupair11', false, '', 'Oppstilling av alle deltagere (med unntak av fotografen) og sykler på Aupairturen 8. mai 1997. Utenfor Lygnaseter. Tatt fra venstre side. (foto: Steinar Bang)', 'https://www.bang.priv.no/sb/pics/moto/aupair/aupair11.jpg', 'https://www.bang.priv.no/sb/pics/moto/aupair/.icons/aupair11.gif', 9, '1997-08-01 15:26:56', 'image/jpeg', 104832);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (92, 12, '/moto/aupair/aupair12', false, '', 'Oppstilling av alle deltagere (med unntak av fotografen) og sykler på Aupairturen 8. mai 1997. Utenfor Lygnaseter. Tatt fra høyre side. (foto: Steinar Bang) ', 'https://www.bang.priv.no/sb/pics/moto/aupair/aupair12.jpg', 'https://www.bang.priv.no/sb/pics/moto/aupair/.icons/aupair12.gif', 10, '1997-08-01 15:27:00', 'image/jpeg', 93675);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (93, 12, '/moto/aupair/aupair14', false, '', 'Oppstilling av alle deltagere (med unntak av fotografen) og sykler på Aupairturen 8. mai 1997. Utenfor Lygnaseter. Tatt rett forfra. (foto: Steinar Bang)', 'https://www.bang.priv.no/sb/pics/moto/aupair/aupair14.jpg', 'https://www.bang.priv.no/sb/pics/moto/aupair/.icons/aupair14.gif', 11, '1997-08-01 15:27:05', 'image/jpeg', 114559);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (94, 12, '/moto/aupair/aupair16', false, '', 'En is/brus/pølse/bensinstopp, nedi traktene rundt Nannestad. (foto: Steinar Bang)', 'https://www.bang.priv.no/sb/pics/moto/aupair/aupair16.jpg', 'https://www.bang.priv.no/sb/pics/moto/aupair/.icons/aupair16.gif', 12, '1997-08-01 16:39:44', 'image/jpeg', 90466);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (95, 13, '/moto/budeie97/budeie01', false, '', 'På veg til Budeietreffet støtte vi på Esa K. Viitala, som var på føttene igjen, etter et to måneders basketak med antibiotikaresistente bakterier. Hans første kommentar til KAS'' fargerike Dainese "squid-suit", var: "SATAN, for en stygg dress!". (foto: Steinar Bang)', 'https://www.bang.priv.no/sb/pics/moto/budeie97/budeie01.jpg', 'https://www.bang.priv.no/sb/pics/moto/budeie97/.icons/budeie01.gif', 1, '1997-08-01 18:12:07', 'image/jpeg', 108451);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (96, 13, '/moto/budeie97/budeie03', false, '', 'KAS er veldig tørst, men må ta seg tid til å studere Dan Ulléns strøkne, splitter nye Ducati 750SS. (foto: Steinar Bang)', 'https://www.bang.priv.no/sb/pics/moto/budeie97/budeie03.jpg', 'https://www.bang.priv.no/sb/pics/moto/budeie97/.icons/budeie03.gif', 2, '1997-08-01 18:12:12', 'image/jpeg', 141076);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (97, 13, '/moto/budeie97/budeie06', false, '', 'Ms.Anne i ny Dainese-dress', 'https://www.bang.priv.no/sb/pics/moto/budeie97/budeie06.jpg', 'https://www.bang.priv.no/sb/pics/moto/budeie97/.icons/budeie06.gif', 3, '1997-08-01 18:12:17', 'image/jpeg', 141139);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (98, 13, '/moto/budeie97/budeie07', false, '', 'Bamsemums MC, og Ms.Anne', 'https://www.bang.priv.no/sb/pics/moto/budeie97/budeie07.jpg', 'https://www.bang.priv.no/sb/pics/moto/budeie97/.icons/budeie07.gif', 4, '1997-08-01 18:12:22', 'image/jpeg', 114890);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (99, 13, '/moto/budeie97/budeie09', false, '', 'Ms. Anne på Dan Ulléns røde Supersport', 'https://www.bang.priv.no/sb/pics/moto/budeie97/budeie09.jpg', 'https://www.bang.priv.no/sb/pics/moto/budeie97/.icons/budeie09.gif', 5, '1997-08-01 18:12:27', 'image/jpeg', 146228);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (100, 13, '/moto/budeie97/budeie10', false, '', 'Mr.Rude og de velstående posører fra Bamsemums MC, viser hvordan livet skal leves på treff. Vin nytt fra skikkelige vinglass. I bakgrunnen vises da DoD Norways trefflagg (courtesey of Erik Sundheim). (foto: Steinar Bang)', 'https://www.bang.priv.no/sb/pics/moto/budeie97/budeie10.jpg', 'https://www.bang.priv.no/sb/pics/moto/budeie97/.icons/budeie10.gif', 6, '1997-08-01 18:12:31', 'image/jpeg', 143504);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (101, 13, '/moto/budeie97/budeie13', false, '', 'KAS med en mekaniker fra Suzuki i fanget, en gang ut på morrakvisten på Lørdag. (foto: Steinar Bang)', 'https://www.bang.priv.no/sb/pics/moto/budeie97/budeie13.jpg', 'https://www.bang.priv.no/sb/pics/moto/budeie97/.icons/budeie13.gif', 7, '1997-08-01 18:12:36', 'image/jpeg', 112756);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (102, 13, '/moto/budeie97/budeie15', false, '', 'Steinar Bang betrakter som lovet, folkene som våget å løse banebillett. Fukten på banen så ut til å ha skremt bort de fleste. Dette var alle som deltok. Hvor Morten Huseby befant seg da bildet ble tatt, er ukjent. (foto: Dan Ullén', 'https://www.bang.priv.no/sb/pics/moto/budeie97/budeie15.jpg', 'https://www.bang.priv.no/sb/pics/moto/budeie97/.icons/budeie15.gif', 8, '1997-08-01 18:12:40', 'image/jpeg', 107234);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (103, 13, '/moto/budeie97/budeie18', false, '', '"Kai Doohan" på sin NSR500. Det er godt å få bekreftet av danske#2 er like høy IRL, som han påstår på no.alt.motorsykler. (foto: Steinar Bang)', 'https://www.bang.priv.no/sb/pics/moto/budeie97/budeie18.jpg', 'https://www.bang.priv.no/sb/pics/moto/budeie97/.icons/budeie18.gif', 9, '1997-08-01 18:12:45', 'image/jpeg', 117803);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (104, 13, '/moto/budeie97/budeie19', false, '', 'Ms.Anne med lånte støttehjul. Sittende i bakgrunnen fra venstre Morten Huseby, Johnny Ryddheim, Dag Wanvik og Kristian Ruud', 'https://www.bang.priv.no/sb/pics/moto/budeie97/budeie19.jpg', 'https://www.bang.priv.no/sb/pics/moto/budeie97/.icons/budeie19.gif', 10, '1997-08-01 18:12:51', 'image/jpeg', 138055);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (105, 13, '/moto/budeie97/budeie20', false, '', 'Gunnar Langfjord ankom ut på lørdags eftan og er her iferd med å slå opp sitt 8-mannstelt. (foto: Steinar Bang)', 'https://www.bang.priv.no/sb/pics/moto/budeie97/budeie20.jpg', 'https://www.bang.priv.no/sb/pics/moto/budeie97/.icons/budeie20.gif', 11, '1997-08-01 18:12:55', 'image/jpeg', 120645);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (106, 13, '/moto/budeie97/budeie23', false, '', 'Tre Intrudere fra no.alt.motorsykler. Fra venstre: Gunnar Langfjord på sin "bruks-Intruder" som går land og strand rundt, i all slags vær. "Bamsen" på sin langgaflede posørsykkel. KAS på sin Intruder med "dragstuk". (foto: Steinar Bang)', 'https://www.bang.priv.no/sb/pics/moto/budeie97/budeie23.jpg', 'https://www.bang.priv.no/sb/pics/moto/budeie97/.icons/budeie23.gif', 12, '1997-08-01 18:13:01', 'image/jpeg', 149464);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (107, 13, '/moto/budeie97/budeie25', false, '', 'Stemningsbilde fra søndags morgen. Det regnet litt mindre inne under partyteltet, enn utenfor. Fra venstre: Jonny Ryddheim, KAS (bak), gledesspreder Morten Huseby, iført regndress og sydvest, Erik Sundheim og TST. (foto: Steinar Bang) ', 'https://www.bang.priv.no/sb/pics/moto/budeie97/budeie25.jpg', 'https://www.bang.priv.no/sb/pics/moto/budeie97/.icons/budeie25.gif', 13, '1997-08-01 18:13:06', 'image/jpeg', 139570);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (108, 13, '/moto/budeie97/budeie31', false, '', 'Klar for en meget fuktig avgang fra Budeietreffet på søndag. Fra venstre: Jonny Ryddheim, Steinar Bang, KAS, Erik Sundheim, Morten Huseby og Runar Ottesen. (foto: Anne Chr. Winness)', 'https://www.bang.priv.no/sb/pics/moto/budeie97/budeie31.jpg', 'https://www.bang.priv.no/sb/pics/moto/budeie97/.icons/budeie31.gif', 14, '1997-08-01 18:13:10', 'image/jpeg', 95387);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (109, 13, '/moto/budeie97/budeie32', false, '', 'Closeup på Viffere og dragstuket Intruder, før avgang fra Budeietreffet søndag. Fra venstre: Jonny Ryddheim, Steinar Bang og KAS. (foto: Anne Chr. Winness) ', 'https://www.bang.priv.no/sb/pics/moto/budeie97/budeie32.jpg', 'https://www.bang.priv.no/sb/pics/moto/budeie97/.icons/budeie32.gif', 15, '1997-08-01 18:13:16', 'image/jpeg', 123961);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (110, 14, '/moto/fjpics/fj001', false, '', 'A rear view pic of the FJ 1100, taken outside the previous owner''s house', 'https://www.bang.priv.no/sb/pics/moto/fjpics/fj001.jpg', 'https://www.bang.priv.no/sb/pics/moto/fjpics/icons/fj001.gif', 1, '1995-05-12 11:21:05', 'image/jpeg', 122446);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (111, 14, '/moto/fjpics/fj002', false, '', 'Front view. Same place', 'https://www.bang.priv.no/sb/pics/moto/fjpics/fj002.jpg', 'https://www.bang.priv.no/sb/pics/moto/fjpics/icons/fj002.gif', 2, '1995-05-12 11:22:45', 'image/jpeg', 110846);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (112, 14, '/moto/fjpics/fj003', false, '', 'The FJ at its winter storage. You can just about see the Krauser bags at the back', 'https://www.bang.priv.no/sb/pics/moto/fjpics/fj003.jpg', 'https://www.bang.priv.no/sb/pics/moto/fjpics/icons/fj003.gif', 3, '1995-05-12 11:23:46', 'image/jpeg', 57223);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (113, 14, '/moto/fjpics/fj004', false, '', 'Another picture of the FJ at the winter storage. The taxi driver in the picture is Rolf Braseth, who tipped me onto this bike. He bought a different ''86 FJ 1100, with a new paint job, himself ', 'https://www.bang.priv.no/sb/pics/moto/fjpics/fj004.jpg', 'https://www.bang.priv.no/sb/pics/moto/fjpics/icons/fj004.gif', 4, '1995-05-12 11:25:03', 'image/jpeg', 78956);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (114, 14, '/moto/fjpics/fj005', false, '', 'Here''s a picture of my bike from the day (March 26 1995) when we were caught out in a blizzard. Terrible day. Dropped the bike. Bent the clutch handle and the left front blinker. Cracked the cover of the signal generator. Rolf Braseth, who got his own FJ unscathed back into storage, is shaking his head at the damage', 'https://www.bang.priv.no/sb/pics/moto/fjpics/fj005.jpg', 'https://www.bang.priv.no/sb/pics/moto/fjpics/icons/fj005.gif', 5, '1995-05-12 11:26:12', 'image/jpeg', 58990);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (116, 15, '/moto/crash/photo-1', false, '', 'The FJ and the Audi with camping trailer.', 'https://www.bang.priv.no/sb/pics/moto/crash/photo-1.jpg', 'https://www.bang.priv.no/sb/pics/moto/crash/.icons/photo-1.gif', 1, '1996-09-26 17:37:47', 'image/jpeg', 68821);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (117, 15, '/moto/crash/photo-2', false, '', 'Me being the center of attention.', 'https://www.bang.priv.no/sb/pics/moto/crash/photo-2.jpg', 'https://www.bang.priv.no/sb/pics/moto/crash/.icons/photo-2.gif', 2, '1996-09-26 17:39:03', 'image/jpeg', 53472);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (118, 15, '/moto/crash/photo-3', false, '', 'Margrete''s bike after the accident.', 'https://www.bang.priv.no/sb/pics/moto/crash/photo-3.jpg', 'https://www.bang.priv.no/sb/pics/moto/crash/.icons/photo-3.gif', 3, '1996-09-26 17:39:58', 'image/jpeg', 99366);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (119, 15, '/moto/crash/photo-4', false, '', 'Front right looks surprisingly OK.', 'https://www.bang.priv.no/sb/pics/moto/crash/photo-4.jpg', 'https://www.bang.priv.no/sb/pics/moto/crash/.icons/photo-4.gif', 4, '1996-09-26 17:40:51', 'image/jpeg', 81373);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (120, 15, '/moto/crash/photo-5', false, '', 'Front left, doesn''t look good at all.', 'https://www.bang.priv.no/sb/pics/moto/crash/photo-5.jpg', 'https://www.bang.priv.no/sb/pics/moto/crash/.icons/photo-5.gif', 5, '1996-09-26 17:41:57', 'image/jpeg', 83630);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (121, 15, '/moto/crash/photo-6', false, '', 'Damage to the Audi.', 'https://www.bang.priv.no/sb/pics/moto/crash/photo-6.jpg', 'https://www.bang.priv.no/sb/pics/moto/crash/.icons/photo-6.gif', 6, '1996-09-26 17:42:31', 'image/jpeg', 61567);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (122, 15, '/moto/crash/photo-7', false, '', 'Accident scene, from the direction we came.', 'https://www.bang.priv.no/sb/pics/moto/crash/photo-7.jpg', 'https://www.bang.priv.no/sb/pics/moto/crash/.icons/photo-7.gif', 7, '1996-09-26 17:44:15', 'image/jpeg', 72310);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (123, 15, '/moto/crash/photo-8', false, '', 'Same view, different angle.', 'https://www.bang.priv.no/sb/pics/moto/crash/photo-8.jpg', 'https://www.bang.priv.no/sb/pics/moto/crash/.icons/photo-8.gif', 8, '1996-09-26 17:44:55', 'image/jpeg', 63168);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (124, 16, '/moto/vfr96/acirc1', false, 'VFR på Polarsirkelsenteret', 'My VFR 750F, in front of Polarsirkelsenteret. Arctic Circle, Rana municipality, Northern Norway.', 'https://www.bang.priv.no/sb/pics/moto/vfr96/acirc1.jpg', 'https://www.bang.priv.no/sb/pics/moto/vfr96/icons/acirc1.gif', 11, '1997-01-31 18:04:59', 'image/gif', 1931);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (125, 16, '/moto/vfr96/acirc2', false, 'VFR ved polarsirkelen', 'West view of the arctic circle. As a kid, I used to think that the markers went all around the globe, and I used to wonder about the people who had put them up. Now I know better... but it''s like there''s a bit of magic missing... Saltfjellet, Norway', 'https://www.bang.priv.no/sb/pics/moto/vfr96/acirc2.jpg', 'https://www.bang.priv.no/sb/pics/moto/vfr96/icons/acirc2.gif', 12, '1996-10-04 19:28:52', 'image/jpeg', 77179);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (126, 16, '/moto/vfr96/acirc3', false, 'VFR ved polarsirkelen', 'My VFR 750F at the arctic circle. Saltfjellet, Norway', 'https://www.bang.priv.no/sb/pics/moto/vfr96/acirc3.jpg', 'https://www.bang.priv.no/sb/pics/moto/vfr96/icons/acirc3.gif', 13, '1996-10-04 19:28:58', 'image/jpeg', 57732);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (127, 16, '/moto/vfr96/dirtroad', false, 'VFR på grus', 'The VFR as a dirt bike. There was a road marked from Ål in Hallingdal, to Hemsedal. It started out as an asphalt road. What to do when I hit dirt? Turn around? Nah!', 'https://www.bang.priv.no/sb/pics/moto/vfr96/dirtroad.jpg', 'https://www.bang.priv.no/sb/pics/moto/vfr96/icons/dirtroad.gif', 6, '1996-10-04 19:29:04', 'image/jpeg', 65967);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (128, 16, '/moto/vfr96/enga1', false, 'Engabreen sett fra VFR', 'Engabréen, an arm of the Svartisen glacier, Norway''s third largest glacier, seen from the seat of my VFR, on route 17, "kystriksvegen".', 'https://www.bang.priv.no/sb/pics/moto/vfr96/enga1.jpg', 'https://www.bang.priv.no/sb/pics/moto/vfr96/icons/enga1.gif', 9, '1996-10-04 19:29:10', 'image/jpeg', 71856);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (129, 16, '/moto/vfr96/enga2', false, 'Engabreen', 'A zoom in on Engabréen, showing how it stretches almost all the way to the sea.', 'https://www.bang.priv.no/sb/pics/moto/vfr96/enga2.jpg', 'https://www.bang.priv.no/sb/pics/moto/vfr96/icons/enga2.gif', 10, '1996-10-04 19:29:16', 'image/jpeg', 40379);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (130, 16, '/moto/vfr96/fjell1', false, 'VFR opp Sognefjellet', 'Climbing up Sognefjellet, the markers for each 100 metre zips past pretty quickly. Kinda steep... This is the 1000 metre line.', 'https://www.bang.priv.no/sb/pics/moto/vfr96/fjell1.jpg', 'https://www.bang.priv.no/sb/pics/moto/vfr96/icons/fjell1.gif', 7, '1996-10-04 19:29:22', 'image/jpeg', 60535);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (132, 16, '/moto/vfr96/fjell2', false, 'VFR ved Fantestein', 'The highest point of the road, on the Sognefjellet crossing. 1434 metres. Cold, windy, rainy (August 1996).', 'https://www.bang.priv.no/sb/pics/moto/vfr96/fjell2.jpg', 'https://www.bang.priv.no/sb/pics/moto/vfr96/icons/fjell2.gif', 8, '1996-10-04 19:29:28', 'image/jpeg', 56518);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (133, 16, '/moto/vfr96/hovevfr', false, 'VFR på Hove fjellgard', 'My VFR 750F outside Hove fjellgard. I''d hoped for better weather, and their outdoors ''restaurant'' to be operating. But this is Norway after all,... too cold and wet.', 'https://www.bang.priv.no/sb/pics/moto/vfr96/hovevfr.jpg', 'https://www.bang.priv.no/sb/pics/moto/vfr96/icons/hovevfr.gif', 5, '1996-10-04 19:29:34', 'image/jpeg', 80063);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (134, 16, '/moto/vfr96/mortnvfr', false, 'Morten og VFR', 'Morten Huseby ser betenkt ut, der han står og grubler over V4-motorens mange overlengenheter i forhold til rekkemotoren.', 'https://www.bang.priv.no/sb/pics/moto/vfr96/mortnvfr.jpg', 'https://www.bang.priv.no/sb/pics/moto/vfr96/icons/mortnvfr.gif', 4, '1996-10-04 19:29:40', 'image/jpeg', 77731);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (135, 16, '/moto/vfr96/rv306', false, 'Veiskilt for 306', 'The roadsign that trancends languages. The text part of the sign goes "The road between Hvarnes and Nes, is". The rest is left as an excercise for the reader. ', 'https://www.bang.priv.no/sb/pics/moto/vfr96/rv306.jpg', 'https://www.bang.priv.no/sb/pics/moto/vfr96/icons/rv306.gif', 3, '1996-09-28 22:02:22', 'image/jpeg', 118618);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (136, 16, '/moto/vfr96/vfr1', false, 'VFR med solosete', 'View front right, of my shiny new VFR, sporting the rear seat cover.', 'https://www.bang.priv.no/sb/pics/moto/vfr96/vfr1.jpg', 'https://www.bang.priv.no/sb/pics/moto/vfr96/icons/vfr1.gif', 1, '1996-10-04 18:49:30', 'image/jpeg', 84323);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (137, 16, '/moto/vfr96/vfr2', false, 'VFR med solosete bakfra', 'View rear right, of my shiny new VFR, sporting the rear seat cover.', 'https://www.bang.priv.no/sb/pics/moto/vfr96/vfr2.jpg', 'https://www.bang.priv.no/sb/pics/moto/vfr96/icons/vfr2.gif', 2, '1996-10-04 18:49:34', 'image/jpeg', 81276);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (138, 16, '/moto/vfr96/wintervfr-ef', false, 'VFR i snø', 'My Viffer surrounded by an unexpected snowfall, on the weekend I had planned to get it into storage (weekend November 9 to November 10, 1996)', 'https://www.bang.priv.no/sb/pics/moto/vfr96/wintervfr-ef.jpg', 'https://www.bang.priv.no/sb/pics/moto/vfr96/icons/wintervfr-ef.gif', 14, '1997-01-19 17:09:43', 'image/jpeg', 55945);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (139, 16, '/moto/vfr96/wintervfr', false, 'VFR i snø', 'My Viffer surrounded by an unexpected snowfall, on the weekend I had planned to get it into storage (weeken November 9 to November 10, 1996) (Photo: Steinar Bang)', 'https://www.bang.priv.no/sb/pics/moto/vfr96/wintervfr.jpg', 'https://www.bang.priv.no/sb/pics/moto/vfr96/icons/wintervfr.gif', 15, '1997-01-31 17:43:32', 'image/jpeg', 84273);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (140, 17, '/moto/uncle/bmw01', false, 'Per og K100 på Grorud', 'My uncle and his 1985 K100RS parked outside my place. In the background my Suzuki (at the exact same spot from which it was stolen)', 'https://www.bang.priv.no/sb/pics/moto/uncle/bmw01.jpg', 'https://www.bang.priv.no/sb/pics/moto/uncle/icons/bmw01.gif', 1, '1995-05-12 11:54:08', 'image/jpeg', 84567);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (141, 17, '/moto/uncle/bmw02', false, 'Per og K100 på Tyrigrava', 'My uncle and his K100 outside Tyrigrava', 'https://www.bang.priv.no/sb/pics/moto/uncle/bmw02.jpg', 'https://www.bang.priv.no/sb/pics/moto/uncle/icons/bmw02.gif', 2, '1995-05-12 11:55:51', 'image/jpeg', 61138);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (142, 17, '/moto/uncle/bsa01', false, 'BSA 500', 'My uncle astride my Suzuki. To the left his 1956 BSA 500 twin', 'https://www.bang.priv.no/sb/pics/moto/uncle/bsa01.jpg', 'https://www.bang.priv.no/sb/pics/moto/uncle/icons/bsa01.gif', 3, '1995-05-12 11:55:17', 'image/jpeg', 129436);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (143, 17, '/moto/uncle/bsa02', false, 'BSA og Suzuki', 'My uncle and aunt in front of their house. My GSX 1100 ES to the left and my uncle''s 1956 BSA 500 twin to the right ', 'https://www.bang.priv.no/sb/pics/moto/uncle/bsa02.jpg', 'https://www.bang.priv.no/sb/pics/moto/uncle/icons/bsa02.gif', 4, '1995-05-12 11:56:49', 'image/jpeg', 108398);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (144, 18, '/moto/vfrdetail/hepbec01', false, 'VFR med Hepco&Becker', 'Side view without bags of 1997 VFR with Hepco&Becker luggage rack assembly', 'https://www.bang.priv.no/sb/pics/moto/vfrdetail/hepbec01.jpg', 'https://www.bang.priv.no/sb/pics/moto/vfrdetail/.icons/hepbec01.gif', 1, '1997-11-11 19:04:45', 'image/jpeg', 112688);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (145, 18, '/moto/vfrdetail/hepbec02', false, 'VFR med Hepco&Becker', 'Rear view without bags of 1997 VFR with Hepco&Becker luggage rack assembly', 'https://www.bang.priv.no/sb/pics/moto/vfrdetail/hepbec02.jpg', 'https://www.bang.priv.no/sb/pics/moto/vfrdetail/.icons/hepbec02.gif', 2, '1997-11-11 19:06:04', 'image/jpeg', 101147);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (146, 18, '/moto/vfrdetail/hepbec03', false, 'VFR med Hepco&Becker', 'Side view of 1997 VFR with Hepco&Becker luggage rack assembly, with bags fitted', 'https://www.bang.priv.no/sb/pics/moto/vfrdetail/hepbec03.jpg', 'https://www.bang.priv.no/sb/pics/moto/vfrdetail/.icons/hepbec03.gif', 3, '1997-11-11 19:07:36', 'image/jpeg', 122745);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (147, 18, '/moto/vfrdetail/hepbec04', false, 'VFR med Hepco&Becker', 'Rear view of 1997 VFR with Hepco&Becker luggage rack assembly, with bags fitted', 'https://www.bang.priv.no/sb/pics/moto/vfrdetail/hepbec04.jpg', 'https://www.bang.priv.no/sb/pics/moto/vfrdetail/.icons/hepbec04.gif', 4, '1997-11-11 19:08:40', 'image/jpeg', 110897);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (148, 18, '/moto/vfrdetail/ventur01', false, 'VFR med Ventura', 'Side view of 1997 VFR with Ventura pack rack', 'https://www.bang.priv.no/sb/pics/moto/vfrdetail/ventur01.jpg', 'https://www.bang.priv.no/sb/pics/moto/vfrdetail/.icons/ventur01.gif', 5, '1997-11-11 19:08:55', 'image/jpeg', 93902);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (149, 18, '/moto/vfrdetail/ventur03', false, 'VFR med Ventura', 'Side view of 1997 VFR with Ventura pack rack, and the P37 Aero Spada 44l bag fitted', 'https://www.bang.priv.no/sb/pics/moto/vfrdetail/ventur03.jpg', 'https://www.bang.priv.no/sb/pics/moto/vfrdetail/.icons/ventur03.gif', 6, '1997-11-11 19:09:29', 'image/jpeg', 98985);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (150, 18, '/moto/vfrdetail/vfrgivi1', false, 'VFR med Givi', 'A 1994 green (colour-of-the-year) VFR, at Höstträffen, Kristinehamn, Sweden, sporting a Givi set. Side view with bags.', 'https://www.bang.priv.no/sb/pics/moto/vfrdetail/vfrgivi1.jpg', 'https://www.bang.priv.no/sb/pics/moto/vfrdetail/.icons/vfrgivi1.gif', 7, '1996-11-23 20:30:14', 'image/jpeg', 95177);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (151, 18, '/moto/vfrdetail/vfrgivi2', false, 'VFR med Givi', 'A 1994 green (colour-of-the-year) VFR, at Höstträffen, Kristinehamn, Sweden, sporting a Givi set. Side view without bags. The jury is still out, on whether the rack itself, is to visually dominating to leave on all the time.', 'https://www.bang.priv.no/sb/pics/moto/vfrdetail/vfrgivi2.jpg', 'https://www.bang.priv.no/sb/pics/moto/vfrdetail/.icons/vfrgivi2.gif', 8, '1996-11-23 20:30:14', 'image/jpeg', 96411);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (152, 18, '/moto/vfrdetail/vfrgivi3', false, 'VFR med Givi', 'A 1994 green (colour-of-the-year) VFR, at Höstträffen, Kristinehamn, Sweden, sporting a Givi set. Rear view.', 'https://www.bang.priv.no/sb/pics/moto/vfrdetail/vfrgivi3.jpg', 'https://www.bang.priv.no/sb/pics/moto/vfrdetail/.icons/vfrgivi3.gif', 9, '1996-11-23 20:30:14', 'image/jpeg', 101212);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (153, 19, '/moto/misc/chris', false, 'Chris', 'Chris Calvert: Kandidat til "Snill Gutt 96"', 'https://www.bang.priv.no/sb/pics/moto/misc/chris.jpg', 'https://www.bang.priv.no/sb/pics/moto/misc/.icons/chris.gif', 1, '1996-09-28 21:58:50', 'image/jpeg', 71346);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (154, 19, '/moto/misc/esamehei-ef', false, 'Esa på Meheia', 'Meheia''s "Flying Finn", Esa K. Viitala, at home (Photo: Steinar Bang)', 'https://www.bang.priv.no/sb/pics/moto/misc/esamehei-ef.jpg', 'https://www.bang.priv.no/sb/pics/moto/misc/.icons/esamehei-ef.gif', 6, '1997-01-19 17:09:36', 'image/jpeg', 69535);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (155, 19, '/moto/misc/esamehei', false, 'Esa på Meheia', 'Meheia''s "Flying Finn", Esa K. Viitala, at home (Photo: Steinar Bang)', 'https://www.bang.priv.no/sb/pics/moto/misc/esamehei.jpg', 'https://www.bang.priv.no/sb/pics/moto/misc/.icons/esamehei.gif', 7, '1997-01-31 17:43:01', 'image/jpeg', 107789);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (156, 19, '/moto/misc/fjoffrd', false, 'FJ1200', 'Jonnys FJ "på skogen"', 'https://www.bang.priv.no/sb/pics/moto/misc/fjoffrd.jpg', 'https://www.bang.priv.no/sb/pics/moto/misc/.icons/fjoffrd.gif', 4, '1996-09-28 21:40:21', 'image/jpeg', 59499);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (157, 19, '/moto/misc/troll9716', false, 'Trine og Lise', 'De tøffe MC-damene Trine og Lise omgitt av beundrere, ved stopp på Seljord på tilbaketur fra Troll-Rally 1997', 'https://www.bang.priv.no/sb/pics/moto/misc/troll9716.jpg', 'https://www.bang.priv.no/sb/pics/moto/misc/.icons/troll9716.gif', 8, '1998-02-08 18:42:38', 'image/jpeg', 75818);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (158, 19, '/moto/misc/trudvfr1', false, 'Trude og VFR', 'Trude Tokle på rød VFR i Skaun. 13. Juli 1996 (foto: Steinar Bang)', 'https://www.bang.priv.no/sb/pics/moto/misc/trudvfr1.jpg', 'https://www.bang.priv.no/sb/pics/moto/misc/.icons/trudvfr1.gif', 2, '1996-10-10 17:49:12', 'image/jpeg', 96617);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (159, 19, '/moto/misc/trudvfr2', false, 'Trude og VFR', 'Trude Tokle i farta på rød VFR i Skaun. 13. Juli 1996 (foto: Steinar Bang)', 'https://www.bang.priv.no/sb/pics/moto/misc/trudvfr2.jpg', 'https://www.bang.priv.no/sb/pics/moto/misc/.icons/trudvfr2.gif', 3, '1996-10-10 17:49:13', 'image/jpeg', 55316);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (160, 19, '/moto/misc/stol', false, 'Runar og stol', 'Runar Ottesen og hans stol, som ble knust av en ful(l) svenske.', 'https://www.bang.priv.no/sb/pics/moto/misc/stol.jpg', 'https://www.bang.priv.no/sb/pics/moto/misc/.icons/stol.gif', 5, '1996-09-28 22:03:23', 'image/jpeg', 86093);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (161, 1, '/sylane95/', true, 'Sylane 1995', 'Påsketur i Sylane', null, null, 4, null, null, 0);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (162, 161, '/sylane95/sylane01', false, 'Stugudal', 'Bernt i Stugudal', 'https://www.bang.priv.no/sb/pics/sylane/sylane01.jpg', 'https://www.bang.priv.no/sb/pics/sylane/.icons/sylane01.gif', 1, '1995-05-12 10:32:46', 'image/jpeg', 62815);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (163, 161, '/sylane95/sylane02', false, 'Bernt og Kjetil', 'Bernt M. Johnsen og Kjetil Svarstad i Sylane, påsken 1995', 'https://www.bang.priv.no/sb/pics/sylane/sylane02.jpg', 'https://www.bang.priv.no/sb/pics/sylane/.icons/sylane02.gif', 2, '1995-05-12 10:34:20', 'image/jpeg', 82039);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (164, 161, '/sylane95/sylane03', false, 'Kjetil og Bernt', 'Kjetil Svarstad og Bernt M. Johnsen i Sylane, påsken 1995', 'https://www.bang.priv.no/sb/pics/sylane/sylane03.jpg', 'https://www.bang.priv.no/sb/pics/sylane/.icons/sylane03.gif', 3, '1995-05-12 10:35:22', 'image/jpeg', 50107);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (165, 161, '/sylane95/sylane04', false, 'Kjetil i Sylane', 'Kjetil Svarstad i Sylane, skjult bak ham er Bernt M. Johnsen. Påsken 1995', 'https://www.bang.priv.no/sb/pics/sylane/sylane04.jpg', 'https://www.bang.priv.no/sb/pics/sylane/.icons/sylane04.gif', 4, '1995-05-12 10:36:01', 'image/jpeg', 41697);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (166, 161, '/sylane95/sylane05', false, 'Rast i Sylane', 'En stein ga oss litt skydd for vinden, Sylane påsken 1995', 'https://www.bang.priv.no/sb/pics/sylane/sylane05.jpg', 'https://www.bang.priv.no/sb/pics/sylane/.icons/sylane05.gif', 5, '1995-05-12 10:36:34', 'image/jpeg', 38542);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (167, 161, '/sylane95/sylane06', false, 'Sylstasjonen påsken 1995', 'Sylarnas Fjällstation ("Sylstasjonen"), påsken 1995', 'https://www.bang.priv.no/sb/pics/sylane/sylane06.jpg', 'https://www.bang.priv.no/sb/pics/sylane/.icons/sylane06.gif', 6, '1995-05-12 10:37:20', 'image/jpeg', 54822);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (168, 161, '/sylane95/sylane07', false, 'Bernt og Kjetil foran Sylmassivet', 'Bernt M. Johnsen og Kjetil Svarstad med Sylmassivet i bakgrunnen, påsken 1995', 'https://www.bang.priv.no/sb/pics/sylane/sylane07.jpg', 'https://www.bang.priv.no/sb/pics/sylane/.icons/sylane07.gif', 7, '1995-05-12 10:37:41', 'image/jpeg', 25921);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (169, 161, '/sylane95/sylane10', false, 'Rast i Sylane', 'Rast ved et vindskydd fra Sylstasjonen mot Storerikvollen, påsken 1995', 'https://www.bang.priv.no/sb/pics/sylane/sylane10.jpg', 'https://www.bang.priv.no/sb/pics/sylane/.icons/sylane10.gif', 8, '1995-05-12 10:38:14', 'image/jpeg', 55922);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (170, 161, '/sylane95/sylane13', false, 'Hvil på stavene', 'En liten hvil på stavene på en lang etappe. Sylane, påsken 1995', 'https://www.bang.priv.no/sb/pics/sylane/sylane13.jpg', 'https://www.bang.priv.no/sb/pics/sylane/.icons/sylane13.gif', 9, '1995-05-12 10:38:35', 'image/jpeg', 33337);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (171, 161, '/sylane95/sylane17', false, 'Ås i Tydal', 'Ås i Tydal, venter på bussen hjem, Bernt M. Johnsen og Kjetil Svarstad, påsken 1995', 'https://www.bang.priv.no/sb/pics/sylane/sylane17.jpg', 'https://www.bang.priv.no/sb/pics/sylane/.icons/sylane17.gif', 10, '1995-05-12 10:39:08', 'image/jpeg', 58933);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (172, 1, '/nyttpaaske/', true, 'Nyttår og påske', 'Nyttår 1994/1995 og påsken 1995 i Trondheim', null, null, 5, null, null, 0);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (173, 172, '/nyttpaaske/nyttar01', false, 'Nyttår 1994/1995', 'Masse bein og sko', 'https://www.bang.priv.no/sb/pics/album/nyttar01.jpg', 'https://www.bang.priv.no/sb/pics/album/.icons/nyttar01.gif', 1, '1995-05-12 09:36:08', 'image/jpeg', 59641);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (174, 172, '/nyttpaaske/nyttar02', false, 'Siss', 'Siss i nyttårsstemning, nyttår 1994/1995', 'https://www.bang.priv.no/sb/pics/album/nyttar02.jpg', 'https://www.bang.priv.no/sb/pics/album/.icons/nyttar02.gif', 2, '1995-05-12 09:36:50', 'image/jpeg', 55038);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (175, 172, '/nyttpaaske/nyttar03', false, 'Roar', 'Roar feirer med champagne', 'https://www.bang.priv.no/sb/pics/album/nyttar03.jpg', 'https://www.bang.priv.no/sb/pics/album/.icons/nyttar03.gif', 3, '1995-05-12 09:37:42', 'image/jpeg', 55739);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (176, 172, '/nyttpaaske/siss', false, 'Siss', 'Siss i kontoravdelingen', 'https://www.bang.priv.no/sb/pics/album/siss.jpg', 'https://www.bang.priv.no/sb/pics/album/.icons/siss.gif', 4, '1995-05-12 09:40:17', 'image/jpeg', 75005);
insert into albumentries (albumentry_id, parent, localpath, album, title, description, imageurl, thumbnailurl, sort, lastmodified, contenttype, contentlength) values (177, 172, '/nyttpaaske/thehouse', false, 'Huset', 'Hjemme hos Siss og Roar, påsken 1995', 'https://www.bang.priv.no/sb/pics/album/thehouse.jpg', 'https://www.bang.priv.no/sb/pics/album/.icons/thehouse.gif', 5, '1995-05-12 09:38:53', 'image/jpeg', 81968);
ALTER TABLE albumentries ALTER COLUMN albumentry_id RESTART WITH 178
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment