﻿// JScript 文件
jQuery(document).ready(function($) {

   try{
        aryADSeq.push("openWin()");
        }catch(e){
            openWin();
        }
    if(typeof(floatadStr) !=  'undefined' && floatadStr!='')
    {
       
        setTimeout("showcl()",8000);
    }
    else
    {
        showcl();
    }
  	
})

var adurl100100 = '';
var float_stream_top = 250; // 流媒体上边距 根据需要修改
var float_stream_left = -1; // 流媒体左边距 根据需要修改 -1 = 默认居中
var float_stream_width = 200; // 流媒体宽度 根据需要修改

function showcl(){


    if(typeof(floatadStr) ==  'undefined')   return true;
    if(floatadStr == '') return true;
    $("#cl_stylebigflash").html(floatadStr); 
    $("#cl_stylebigclose").html("<A onClick=\"javascript:closeliumeiti();return false;\" href=\"#\"><img src=\"js_solo/vclose.png\" alt=\"关闭\" border=\"0\"></A>");
        
    setTimeout("closeliumeiti()", 20000);
	document.getElementById('cl_stylebig').style.visibility='visible';
}
function closeliumeiti(){
    //setTimeout("showcl()", 1000);
//showcl();
	document.getElementById('cl_stylebig').style.visibility='hidden';
}
function closeliumeiti2(){
	document.getElementById('cl_stylebig').style.visibility='hidden';
}
function closebtn(){
	document.getElementById('cl_stylebigflash').innerHTML = '';
}


document.writeln("<DIV id=cl_stylebig style=\"Z-INDEX: 25; LEFT: 0px; VISIBILITY:hidden; OVERFLOW: visible; WIDTH: 200px; POSITION: absolute; TOP: ");
document.writeln("");
document.writeln("0px; HEIGHT: 200px\" align=right>");
//document.writeln("<DIV style=\"Z-INDEX: 10; LEFT: 0px; POSITION: absolute; TOP: 0px\"><a href=\"http://solo.cnool.net/qlou/q/\" ");
//document.writeln("");
//document.writeln("target=\"_blank\"><img src=\"js_solo/spacer.gif\"  width=\"200\" height=\"200\" border=\"0\"></a></DIV>");
document.writeln("<DIV id=cl_stylebigflash style=\"Z-INDEX: 2; LEFT: 0px; POSITION: absolute; TOP: 0px\">");
document.writeln("</DIV>");
document.writeln("<div id=cl_stylebigclose style=\"Z-INDEX: 99; LEFT: 185px; POSITION: absolute; TOP: 0px\" cellSpacing=0 cellPadding=0 width=200 border=0>");
document.writeln("</div>");
document.writeln("</DIV>");

