// JScript 文件
function TopAd()
{
    var strTopAd="";
	var topFlash="<a href=\"/duanma.php \" target=_blank><img src='http://www.shapn.com/movement/images/topadsmall.gif'></a>";
    var topSmallBanner="<div><a href=\"/movement20100708.php\" target=_blank><img src=\"http://www.shapn.com/movement/images/topadsmall.gif\" /></a></div>";
    if (location == "http://new.vancl.com" || location == "http://new.vancl.com/" || location == "http://www.vancl.com/" || location == "http://www.vancl.com" || location == "http://demowww.vancl.com/" )
    {
        strTopAd="<div id=adimage style=\"width:990px\">"+
                    "<div id=adBig><a href=\"/duanma.php\" " + 
                    "target=_blank><img title= "+
                    "src=\"http://www.shapn.com/movement/images/topadbig.jpg\" " +
                    "border=0></A></div>"+
                    "<div id=adSmall style=\"display: none\">";
        strTopAd+=  topFlash;     
        strTopAd+=  "</div></div>";
    }
    else
    {
        strTopAd+=topFlash;
    }
    strTopAd+="<div style=\"height:0px; clear:both;overflow:hidden\"></div>";
    return strTopAd;
}
document.write(TopAd());
$(function(){
    setTimeout("showImage();",2000);
    //alert(location);
});
function showImage()
{
    $("#adBig").slideUp(2000,function(){$("#adSmall").slideDown(1000);});
}


