﻿function TopAd()
{
    var strTopAd="";

    
    
    var strTopAd="";
	var topFlash="<a href=\"http://www.shanghaineiyi.com/mall/products.php?pid=1413\" "+ 
                    "target=_blank><img title='斑马纹系列文胸套装'"+
                    "src=\"http://fenzhan.shanghaineiyi.com/swf/jinyashang/5288.jpg\" "+
                    "border=0></a>"
					
        strTopAd="<div id=adimage style=\"width:970px\">"+
                    "<div id=adBig><a href=\"http://www.shanghaineiyi.com/mall/products.php?pid=1413\" "+ 
                    "target=_blank><img title='斑马纹系列文胸套装'"+
                    "src=\"http://fenzhan.shanghaineiyi.com/swf/jinyashang/5288.jpg\" "+
                    "border=0></a></div>"+
                    "<div id=adSmall style=\"width:970px; display: none\">";
        strTopAd+=  topFlash;     
        strTopAd+=  "</div></div>";
	return strTopAd;	
}
document.write(TopAd());
$(function(){
    setTimeout("showImage();",2000);
});
function showImage()
{
    $("#adBig").slideUp(1000,function(){$("#adSmall").slideDown(1000);});
}