foreach i [list review10 review11 review12 review9] {
	set html none
	set url none
        catch {set html [gdbm fetch $db ${i}-html]}
        catch {set url [gdbm fetch $db ${i}-URL]}
        puts "$i HTML: $html"
	puts "$i URL : $url"
}
