﻿// JScript 文件

$(document).ready(function() {
		//$(".show_ad").attr("src","top1s.jpg");
		//$(".show_adb").attr("src","top1b.jpg");
		$(".show_ad").attr

("src","http://www.febay.cn/Templates/2010/images/ind_banner-s.jpg");
		$(".show_adb").attr

("src","http://www.febay.cn/Templates/2010/images/ind_banner.jpg");
		$("#big").show();
		$(".tog-top").click(function() {
			AddToDB("index10","bnrTop");
		});
		setTimeout("$('#big').slideUp(2000,function(){$('#small').slideDown(400,function(){$('.tog-top').mouseover(function() {	$('#small').hide();	$('#big').show();});$('.tog-top').mouseout(function() {	$('#small').show();	$('#big').hide();});});	})",4000);
});