Non Gamstop CasinosNon Gamstop CasinosCasino Utan Svensk LicensCasinos Not On GamstopUK Casinos Not On GamstopNon Aams Casino
" 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" == "Carousel") { var wrapper = document.getElementById("ctl00_ContentPlaceHolder1_Carousel1 wrap"); var str = "
    "; for (var i = 0; i
    "; str += title.name; str += "
    "; str += "
    "; /*str += title.name; str += "||Short Desc:||"; str += title.shortDescription; str += "||Long Desc:||"; str += title.longDescription; str += "||ID:||"; str += title.id; str += "||videostillurl:||" + + '
';*/ } str += ""; wrapper.innerHTML += str; jQuery('#ctl00_ContentPlaceHolder1_Carousel1').jcarousel(); var text = ""; if (jsonData["items"].length == 0) { text = "0 Videos"; document.getElementById("wrap").style.display = "none"; } else if (jsonData["items"].length == 1) { text = "1 Video"; } else { text = jsonData["items"].length + " videos"; } document.getElementById("ctl00_ContentPlaceHolder1_Carousel1 counter").innerHTML = text; setTimeout("Shadowbox.init();",1250); } else if("Grid" == "Grid") { var wrapper = document.getElementById("ctl00_ContentPlaceHolder1_Carousel1 wrap"); var str = "
"; if(jsonData["items"].length > 0) { for (var i = 0; i "; try { var title = jsonData["items"][i]; str += "
"; str += ""; str += "
"; str += "
"; str += title.name; str += "
"; str += "
"; str += "
"; str += title.name; str += "

"; str += "
"; if(title.shortDescription == null) { } else{ str += title.shortDescription; } str += "
"; str += "
"; } catch(err) { } try { var title2 = jsonData["items"][i+1]; str += "
"; str += ""; str += "
"; str += "
"; str += title2.name; str += "
"; str += "
"; str += "
"; str += title2.name; str += "

"; str += "
"; if(title2.shortDescription == null) { } else{ str += title2.shortDescription; } str += "
"; str += "
"; } catch(err) { } try { var title3 = jsonData["items"][i+2]; str += "
"; str += ""; str += "
"; str += "
"; str += title3.name; str += "
"; str += "
"; str += "
"; str += title3.name; str += "

"; str += "
"; if(title3.shortDescription == null) { } else{ str += title3.shortDescription; } str += "
"; str += "
"; } catch(err) { } str += "
"; } str += ""; wrapper.innerHTML += str; } else { } } }