if (dolphin_focuswin==undefined)
{
var dolphin_focuswin = {} ;
dolphin_focuswin.step =6900;
dolphin_focuswin.items = {};
dolphin_focuswin.index = {};
dolphin_focuswin.push = function(item)
{
var cid = item[0];
var image = item[1];
var target = item[2];
var width = item[3];
var height = item[4];
var monitorUrl = item[5];
var dom = document.getElementById("dolphin_focuswin_"+cid);
if (dom==undefined)
{
var html = ["
"];
html.push(this.getHtml(image,target,width,height));
html.push("
");
document.write(html.join("\n"));
this.intval(cid);
}
if (this.items[cid] == undefined)
{
this.items[cid] = [];
}
if(target){
document.write("");
}
this.items[cid].push(item);
};
dolphin_focuswin.getHtml = function(image,target,width,height)
{
var image1 = image.toLowerCase();
var ext = image1.split('.').pop();
var html = '';
if (ext=='swf')
{
html = "";
}
else
{
html = "";
if (target.length>6) html += "";
html += "";
if (target.length>6) html += "";
}
return html
};
dolphin_focuswin.intval = function(cid)
{
dolphin_focuswin.index[cid] = 0 ;
//this.cid = cid;
var shownext = function()
{
//console.log(cid)
for (var i=0; i
dolphin_focuswin.push(['52', 'https://www.sznews.com/dolphinfile/sznews/2023/12/2893_1_17037538721643.jpg','https://v10.sznews.com/c?z=sznews&la=52&si=551&cg=221&c=957&ci=588&or=1131&l=2893&bg=2893&b=3019&u=https://news.sznews.com/node_400321.htm',460,90,'']);