$(function(){
        var imgshow =  [92,45,43,40,32,79,81,6,7,87,82,30,33,86,89,14,78,214,183,190,144,174,94,104,115,13,98,99,97,109,114,101,128,84,103,211,106,110,108,96,141,93,31,34,59,83,24,23,11,27,66,68,72,73,76,77,85,88,50,8,37,53,69,18,22,51,64,62,65,58,39,17,36,56,67,74,49,46,52,75,148,213,9,19,63,105,107,29,48,10,146,131,117,118];

        for (var i=0; i<120; i++) {
            if(imgshow[i] == xx){
				//alert(imgshow.length);
				//alert(imgshow[i]);
				//alert($('#Notices'));
				//$('#intro').html('<img src="http://www.baopet.com/images/Notices_png.png">');
				//$('#Notices').show();break;
                var namex = $('#Notices');  //滚动广告的ID
             
			function showAd(time){
					setTimeout(function(){
						$(namex).show();},time);
				}

			function hideAd(time){
					setTimeout(function(){
						$(namex).hide();},time);
			}

			showAd(1000); //页面加载完毕多久后显示广告

			//hideAd(31000); //页面加载完毕多久后关闭广告

			function scrollAd(){
					var offset = $(namex).height() + $(document).scrollTop() - 275;
					$(namex).animate({top:offset},{duration:800,queue:false});
				}

			scrollAd();

			$(window).scroll(scrollAd);
            }
        }


		//document.write('<style type="text/css">#Notices{ position:absolute; left: -140px; bottom:0; width:137px; height:355px;border:1px solide #000; background: url(http://www.baopet.com/images/Notices_png.png) no-repeat left top; display:none; font-size:12px; line-height:10px; z-index:999;}</style>');
});


