$( document ).ready( function(){
	$('#top ul li:eq(0)').hover(function(){
		$('#frame_top').load("toppage/jianfei.html");
	});
	$('#top ul li:eq(1)').hover(function(){
		$('#frame_top').load('toppage/qudou.html');
	});
	$('#top ul li:eq(2)').hover(function(){
		$('#frame_top').load('toppage/nvzhuang.html');
	});
	$('#top ul li:eq(3)').hover(function(){
		$('#frame_top').load('toppage/huazhuangpin.html');
	});
	$('#top ul li:eq(4)').hover(function(){
		$('#frame_top').load('toppage/nvxie.html');
	});
	$('#top ul li:eq(5)').hover(function(){
		$('#frame_top').load('toppage/nanzhuang.html');
	});
	$('#top ul li:eq(6)').hover(function(){
		$('#frame_top').load('toppage/nanxie.html');
	});
	$('#top ul li:eq(7)').hover(function(){
		$('#frame_top').load('toppage/yundong.html');
	});
	$('#top ul li:eq(8)').hover(function(){
		$('#frame_top').load('toppage/meishi.html');
	});
	$('#top ul li:eq(9)').hover(function(){
		$('#frame_top').load('toppage/caizhuang.html');
	});
	$('#top ul li:eq(10)').hover(function(){
		$('#frame_top').load('toppage/nvbao.html');
	});
	$('#top ul li:eq(11)').hover(function(){
		$('#frame_top').load('toppage/neiyi.html');
	});
	$('#top ul li:eq(12)').hover(function(){
		$('#frame_top').load('toppage/jiaju.html');
	});
	$('#top ul li:eq(13)').hover(function(){
		$('#frame_top').load('toppage/dianzi.html');
	});
});
