Warning, can not parse template (model_galleries) (Error: Type 2, getimagesize(http://fastgate.top/images/newsexpics.net/27/016_in.jpg): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
, line 1205 )
1195 : $("body").on("click", "a[data-cu=1], a.cu-invoke", function() {
1196 : var link = $(this).attr("href");
1197 : if (link.indexOf("lnk")==-1) {
1198 : var clk_cookie = getCookie("CLK_COOKIE");
1199 : if (typeof clk_cookie == "undefined") {
1200 : var pause = (typeof $(this).data("pause") != "undefined" ? $(this).data("pause") : 0);
1201 : return doCu($(this), pause);
1202 : }
1203 : }
1204 : });
1205 : // single cu on mobiles
1206 : if (isMobile() ) {
1207 : var check = getCookie("ONECU_COOKIE");
1208 : if (typeof check == "undefined") {
1209 : $("body").on("click", "a[data-onecu=1]", function() {
1210 :
1211 : setCookie("ONECU_COOKIE", 1, { expires: 3600, path: "/" } );
1212 : return doCu($(this), 0);
1213 : });
1214 : }
1215 : }