BEGIN { sek="" } { if (index($0,":")!=0) sek=substr($0,1,2) if ((sek != "") && (index($0,".html")!=0)) print sek "/" $0 }