diff --git a/NikBrowseSearchCombinedNewcesare.html b/NikBrowseSearchCombinedNewcesare.html
new file mode 100644
index 0000000..4214376
--- /dev/null
+++ b/NikBrowseSearchCombinedNewcesare.html
@@ -0,0 +1,1688 @@
+
+
+
+
+ titolocanto.append(canto)
+ divcanto.attr('class', 'canto f6 font-weight-lighter')
+ divcanto.attr('style', 'display:none')
+ divcanto.attr('id', (cantica + canto).replace(" ", "_"))
+ titolocanto.appendTo(divcanto)
+ divcanto.appendTo(' .areacanti')
+ }
+ //divListaCanti.appendTo('#listacanti')
+
+ for (verso of orderedListaVersi) {
+
+
+ var elementoverso = $('
')
+ elementoverso.append(verso.numverso + ". " + managePunctuation(verso.verso))
+ elementoverso.attr("style", "line-height: 0.5em")
+ elementoverso.attr('class', 'f6 font-weight-lighter')
+ elementoverso.appendTo('#' + cantica + verso.canto.replace(" ", "_"))
+
+ }
+
+
+ });
+ }
+ catch (err) {
+ console.log(err.message);
+ $("#loader").hide();
+ };
+ };
+
+
+});