	function index(){
		if ($(window).width() < 1400)
		$("body").css("background","none");
			else{
			if ($(window).width() < 1400)
			$("body").css("background","url(img/index-bg.gif) repeat");
			
			else
			$("body").css("background","url(img/index-bg.gif) repeat");}}	
