﻿// JScript 文件
function TopAd()
{
    var strTopAd="";

    if(location=="http://www.sclianchuang.com/"||location=="http://sclianchuang.com/"||location=="http://yi.sclianchuang.com/"||location=="http://www.917shop.com/"||location=="http://www.917shop.com/sjb.asp")
    {
        strTopAd="<div id=adimage style=\"width:990px\">"+
                    "<div id=adBig><a href=\"http://www.917shop.com\" "+ 
                    "target=_blank><img title=917外贸服饰批发 "+
                    "src=\"images/skin/free_990_1.gif\" "+
                    "border=0></A></div>"+
                    "<div id=adSmall style=\"display: none\"><a "+
                    "href=\"http://www.917shop.com\" target=_blank><img "+
                    "title=917外贸服饰批发 "+
                    "src=\"images/skin/free_990_2.gif\" "+
                    "border=0></A></div></div>";
    }
    else
    {
        strTopAd="<div><a href=\"http://www.917shop.com\" target=_blank><img src=\"images/skin/free_990_2.gif\" /></a></div>";
    }
    strTopAd+="<div style=\"height:15px; clear:both;overflow:hidden\"></div>";
    return strTopAd;
}
document.write(TopAd());
$(function(){
    setTimeout("showImage();",2000);
    //alert(location);
});
function showImage()
{
    $("#adBig").slideUp(1000,function(){$("#adSmall").slideDown(1000);});
}


