Author: Darko Žubrinić

Nenad Bach with Vrijeme i Zemlja at the Zagreb Chanson 1978 – Nokturno
VRIJEME I ZEMLJA – Tvoja majka sjajno kuha (1979); Nenad Bach on the right
VRIJEME I ZEMLJA – Kako da ti priđem (Vesna) 1980


Nenad Bach Band: Nenad Bach, Al Orlo, Michael O’Keefe, Richard Lindsey, and Joe DeSanctis
I Will Follow You
Vukovar
Jean Michel Nicolier, Siniša Glavašević, Vesna Bosanac, Blago Zadro
Can We Go Higher?
Nenad Bach Band & Radojka Šverko + Klapa Sinj
Concert Hall Vatroslav Lisinski, Zagreb, Croatia – 30 November 2012.
“Everything Is Forever” from the album Everything Is Forever. Directing, editing, camera by Zoran Orlic, concept by Nenad Bach.
Performed by Nenad Bach Band. Produced by Zero Studio and Nenad Bach Music Ltd. Filmed in Chicago, Illinois, USA.
Everything is Forever
Everything is forever
But nothing feels, nothing feels the same
Everything, just everything is for better
That’s the only way I can explain
How many summers In front of us?
How many loved ones left behind?
How many cups of coffee in front of me?
How many friends..still alive?
Everything I want from you
Is everything I want from me
Everything I do for you,
Is so everything I do for myself
Winter comes and winter goes
Kingdoms rise and kingdoms fall
You and I like a living proof
Everything is forever
But nothing feels, nothing feels the same
Everything, just everything is for better
That’s the only way I can explain
How many stories and how many glories?
How many children left in vain? Died in vain?
How many mothers and how many brothers?
How many friends…still alive?
Everything is forever, but nothing feels, nothing feels, nothing feels the same
Music and Lyrics by Nenad Bach 1995 Nenad Bach Music Ltd. BMI
Nenad Bach and Band – All I want is freedom – Zagreb 2012.
www.NenadBachBand.com
Nenad Bach – Lead vocal, piano, acoustic guitar
Joe DeSanctis – Keyboards, vocals, melodica, accordion
Richard Lindsey – Bass, vocals
Michael O’Keefe – Drums, vocals
Al Orlo – Guitar
Concert broadcast of Nenad Bach Band and friends
On November 30th, 2012, a concert to be remembered was held, and delighted audiences attending, in the Vatroslav Lisinski concert hall in Zagreb.
Respected Croatian musician and world promoter or Croatian culture, Nenad Bach and Friends, entertained us all with this charity concert for the abandoned children of Nazor street. They say Nenad is an artist with a Croatian soul and an American passport. Wearing his distinctive dark blue hat and shirt, which his mother sewed, his guitar on his shoulder and fingers glued on the piano keys, he portrayed a history of love and life between the U.S. and Croatia.
“For me, this concert at Lisinski Hall was a special experience. My American boys were thrilled with Croatia, their people and culture, and will certainly remember these three long days in Zagreb. I continue with my ‘Rock With Soul’ mission from this concert and a promotion of the album launch ‘Everything Is Forever’. We were very grateful to the Croatian audience with such an emotional reception and hopefully will come back. The desire of everyone in the band is to perform the song, Vukovar Vukovar”, said Nenad Bach, after the concert.
Director: Tvrtko Grgić
Editor: Lejdi Oreb
Copyright by Croatian Television
Nenad Bach: Daughter’s Eyes
Formated for CROWN by Darko Žubrinić
Distributed by www.Croatia.org . This message is intended for Croatian Associations/Institutions and their Friends in Croatia and in the World. The opinions/articles expressed on this list do not reflect personal opinions of the moderator. If the reader of this message is not the intended recipient, please delete or destroy all copies of this communication and please, let us know!
function CheckAdvancedSearchForm() { if(document.getElementById("AQuery").value == "") { alert("Please enter your search query."); document.getElementById("AQuery").focus(); return false; }
if(document.getElementById("searchArticles").checked == false && document.getElementById("searchComments").checked == false && document.getElementById("searchBlogs").checked == false && document.getElementById("searchPages").checked == false && document.getElementById("searchNews").checked == false) { alert("Please select a search area.");
return false; }
if(document.getElementById("searchAuthor").checked == false && document.getElementById("searchContentBody").checked == false && document.getElementById("searchTitle").checked == false) { alert("Please select a search field.");
return false; }
return true; } function swapComment(){ if(document.getElementById("addCommentBox").checked == true){ document.getElementById("commentField").style.display = ""; }else{ document.getElementById("commentField").style.display = "none"; } return true; } function SwitchField(ArticleType) { articleType = ArticleType;
switch(ArticleType) { case 0: // Article { document.getElementById("FileRow").style.display = ""; document.getElementById("ArticleURLRow").style.display = "none"; break; } case 1: // Summary Only { document.getElementById("FileRow").style.display = "none"; document.getElementById("ArticleURLRow").style.display = "none"; break; } case 2: // Link { document.getElementById("FileRow").style.display = "none"; document.getElementById("ArticleURLRow").style.display = ""; break; } } }
function CheckSubmitArticleForm() { if(document.getElementById("Title").value == "") { alert("Please enter an article title."); document.getElementById("Title").focus(); return false; }
if(document.getElementById("Summary").value == "") { alert("Please enter a summary."); document.getElementById("Summary").focus(); return false; }
if(document.getElementById("ACategories").selectedIndex == -1) { alert("Please select a category."); document.getElementById("ACategories").focus(); return false; }
if(articleType == 0) // Article { if(document.getElementById("File").value == "") { alert("Please choose a file to upload."); document.getElementById("File").focus(); return false; } } else if(articleType == 1) // Summary {
} else if(articleType == 2) // Link { if(document.getElementById("ArticleUrl").value == "" || document.getElementById("ArticleUrl").value == "http://") { alert("Please specify the article URL."); document.getElementById("ArticleUrl").focus(); document.getElementById("ArticleUrl").select(); return false; } }
return true; }
function CheckSubmitArticleForm2() { if(document.getElementById("Title").value == "") { alert("Please enter an article title."); document.getElementById("Title").focus(); return false; }
if(document.getElementById("Summary").value == "") { alert("Please enter a summary."); document.getElementById("Summary").focus(); return false; }
if(document.getElementById("ACategories").selectedIndex == -1) { alert("Please select a category."); document.getElementById("ACategories").focus(); return false; }
if(articleType == 2) // Link { if(document.getElementById("ArticleUrl").value == "" || document.getElementById("ArticleUrl").value == "http://") { alert("Please specify the article URL."); document.getElementById("ArticleUrl").focus(); document.getElementById("ArticleUrl").select(); return false; } }
return true; } function CheckLoginForm() { if(document.getElementById("Username").value == "") { alert("Please enter your username."); document.getElementById("Username").focus(); return false; }
if(document.getElementById("Password").value == "") { alert("Please enter your password."); document.getElementById("Password").focus(); return false; }
return true; }
function CheckAuthorForm() { if(document.getElementById("Username").value == "") { alert("Please enter your username."); document.getElementById("Username").focus(); return false; }
if(document.getElementById("Password").value == "") { alert("Please enter your password."); document.getElementById("Password").focus(); return false; }
if(document.getElementById("Password").value != document.getElementById("PasswordConfirm").value) { alert("Your passwords don't match."); document.getElementById("Password").focus(); document.getElementById("Password").select(); return false; }
if(document.getElementById("FirstName").value == "") { alert("Please enter your first name."); document.getElementById("FirstName").focus(); return false; }
if(document.getElementById("LastName").value == "") { alert("Please enter your last name."); document.getElementById("LastName").focus(); return false; }
if(document.getElementById("Email").value == "") { alert("Please enter your email address."); document.getElementById("Email").focus(); return false; }
if(document.getElementById("Email").value.indexOf('.') == -1 || document.getElementById("Email").value.indexOf('@') == -1) { alert('This email address is not valid.'); document.getElementById("Email").focus(); document.getElementById("Email").select(); return false; }
if(document.getElementById("Biography").value == "") { alert("Please enter your biography."); document.getElementById("Biography").focus(); return false; }
return true; }
function emailToFriend(ArticleLink) { var t = (screen.availHeight/2) - (485/2); var l = (screen.availWidth/2) - (605/2); var emailWin = window.open(ArticleLink+"/articleemail", "emailWin", "scrollbars=yes,toolbar=1,statusbar=0,width=605,height=485,top="+t+",left="+l); }
function CheckArticleCommentForm() { var sel = false; var ok = false;
for(i = 1; i < 6; i++) { eval("sel = document.getElementById('ArticleRating_"+i+"').checked;"); if(sel) ok = true; } if(ok) { return true; } else { alert("Please select a rating for this article."); return false; } } function CheckArticleCommentForm1() { var sel = false; var ok = false; for(i = 1; i < 6; i++) { eval("sel = document.getElementById('ArticleRating_"+i+"').checked;"); if(sel) ok = true; } if(ok) { if(document.getElementById("ArticleComment").value == "") { alert("Please enter a comment."); document.getElementById("ArticleComment").focus(); return false; } else { return true; } } else { alert("Please select a rating for this article."); return false; } } function CheckArticleCommentForm2() { var sel = false; var ok = false; if(document.getElementById("ArticleComment").value == "") { alert("Please enter a comment."); document.getElementById("ArticleComment").focus(); return false; } else { return true; } } function CheckEmailForm(frm) { if(frm.YourName.value == "") { alert("Please enter your name."); frm.YourName.focus(); return false; } if(frm.YourEmail.value == "") { alert("Please enter your email address."); frm.YourEmail.focus(); return false; } if(frm.YourEmail.value.indexOf(".") == -1 || frm.YourEmail.value.indexOf("@") == -1) { alert("Your email address is invalid."); frm.YourEmail.focus(); return false; } if(frm.FriendsName.value == "") { alert("Please enter your friend\'s name."); frm.FriendsName.focus(); return false; } if(frm.FriendsEmail.value == "") { alert("Please enter your friend\'s email address."); frm.FriendsEmail.focus(); return false; } if(frm.FriendsEmail.value.indexOf(".") == -1 || frm.FriendsEmail.value.indexOf("@") == -1) { alert("Your friend\'s email address is invalid."); frm.FriendsEmail.focus(); return false; } frm.Message.disabled = false; return true; }