Interviews

" str += "
" str += "
"; str += "
" + title.name + "
"; str += "
"; str += "
"; str += ""; str += title.name; str += "

"; if(title.shortDescription == null) { } else{ str += title.shortDescription; } str += "
" str += "

"; } str += "
"; wrapper.innerHTML += str; setTimeout("Shadowbox.init();",1250); }else if("Grid" == "Grid"){ var str= ""; var wrapper = document.getElementById("ctl00_ContentPlaceHolder1_Carousel_section2 wrap"); for (var i = 0; i "; str += "
"; str += "
"; str += "
"; str += " "; str += " "; str +="" str += "
"; str += "
"; str += "
"; str += ""; if ( title.shortDescription != null){ str += "


"; } if ( title.longDescription!= null){ str += "


"; } var seconds=((title.length/1000)%60).toFixed(0); var minutes=Math.floor((title.length/(1000*60))%60); // var hours=(title.length/(1000*60*60))%24 str += "

"; /* */ str += "
"; str += "
"; str += ""; } } wrapper.innerHTML += str; } else if("Grid" == "Carousel") { var wrapper = document.getElementById("ctl00_ContentPlaceHolder1_Carousel_section2 wrap"); var str = "
';*/ } str += ""; wrapper.innerHTML += str; jQuery('#ctl00_ContentPlaceHolder1_Carousel_section2').jcarousel(); var text = ""; if (jsonDataSorted.length == 0) { text = "0 Videos"; document.getElementById("wrap").style.display = "none"; } else if (jsonDataSorted.length == 1) { text = "1 Video"; } else { text = jsonDataSorted.length + " videos"; } document.getElementById("ctl00_ContentPlaceHolder1_Carousel_section2 counter").innerHTML = text; setTimeout("Shadowbox.init();",1250); } }