
document.write("            <table border='0' cellpadding='0' cellspacing='0' width='100%'>");
document.write("                <tr>");
document.write("                                <td align='left' valign='top' id='V9178AdTag'></td>");

document.write("                            </tr>");
document.write("                        </table>");

function getCookieVal (offset) 

{

var endstr = document.cookie.indexOf (";", offset);

if (endstr == -1)

endstr = document.cookie.length;

return unescape(document.cookie.substring(offset, endstr));

}

function GetCookie (name) 

{

var arg = name + "=";

var alen = arg.length;

var clen = document.cookie.length;

var i = 0;

while (i < clen) 

{

var j = i + alen;

if (document.cookie.substring(i, j) == arg)

return getCookieVal (j);

i = document.cookie.indexOf(" ", i) + 1;

if (i == 0) 

break; 

}

return null;

}

var expdate = new Date();

var V9178AdView;

//以下设置COOKIES时间为1天,自己随便设置该时间..

expdate.setTime(expdate.getTime() + (24 * 60 * 60 * 1000 * 1)); 

if(!(V9178AdView = GetCookie("V9178AdView"))) 
V9178AdView = Math.floor(Math.random()*3+1); 

V9178AdView++;

SetCookie("V9178AdView", V9178AdView, expdate, "/", null, false);



var str = "";



function getV9178AdTag()
{
    if(V9178AdView % 5 == 0)
    {
 
      str += "<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='330' height='60'>";
        str += "<param name='movie' value='http://cykd.yipu.com.cn/v9178/canyin.swf' />";
        str += "<param name='quality' value='high' />";
       str += " <embed src='http://cykd.yipu.com.cn/v9178/canyin.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='330' height='60'></embed></object>  ";
  
    }

    if(V9178AdView % 5 == 1)
    {
                  str += "<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='330' height='60'>";
        str += "<param name='movie' value='http://cykd.yipu.com.cn/v9178/efu.swf' />";
        str += "<param name='quality' value='high' />";
       str += " <embed src='http://cykd.yipu.com.cn/v9178/efu.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='330' height='60'></embed></object>  ";

    }

    if(V9178AdView % 5 == 2)
    {
            str += "<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='330' height='60'>";
        str += "<param name='movie' value='http://cykd.yipu.com.cn/v9178/net.swf' />";
        str += "<param name='quality' value='high' />";
       str += " <embed src='http://cykd.yipu.com.cn/v9178/net.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='330' height='60'></embed></object>  ";
    }


    if(V9178AdView % 5 == 3)
    {
            str += "<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='330' height='60'>";
        str += "<param name='movie' value='http://cykd.yipu.com.cn/v9178/canyin.swf' />";
        str += "<param name='quality' value='high' />";
       str += " <embed src='http://cykd.yipu.com.cn/v9178/canyin.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='330' height='60'></embed></object>  ";
    }

    if(V9178AdView % 5 == 4)
    {
             str += "<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='330' height='60'>";
        str += "<param name='movie' value='http://cykd.yipu.com.cn/v9178/efu.swf' />";
        str += "<param name='quality' value='high' />";
       str += " <embed src='http://cykd.yipu.com.cn/v9178/efu.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='330' height='60'></embed></object>  ";
    }
    
    
   V9178AdTag.innerHTML = str;
   
}



function showdiv()
{
menu_1.style.display="block";
menu_1.style.clip="rect(0 0 0 0)";
}

function hiddendiv()
{
menu_1.style.display="none";
}

function keepdiv()
{
menu_1.style.display="block";
}



function SetCookie (name, value) 
{
    var argv = SetCookie.arguments;
    var argc = SetCookie.arguments.length;
    var expires = (2 < argc) ? argv[2] : null;
    var path = (3 < argc) ? argv[3] : null;
    var domain = (4 < argc) ? argv[4] : null;
    var secure = (5 < argc) ? argv[5] : false;
    document.cookie = name + "=" + escape (value) +
    ((expires == null) ? "" : ("; expires=" + expires.toGMTString())) +
    ((path == null) ? "" : ("; path=" + path)) +
    ((domain == null) ? "" : ("; domain=" + domain)) +
    ((secure == true) ? "; secure" : "");
}

function ResetCounts(name) 
{
    visits = 0;
    SetCookie("V9178AdView", V9178AdView, expdate , "/", null, false);
    location.reload();
}



getV9178AdTag();
