
		$(document).ready(function(){
			$('.hide_txt').hide();
			
			$("#home_img_slice").attr("src", "/images/home_bg_slice.gif");
			$("#home_img_slice").attr("width", "312");
			$("#home_img_slice").attr("height", "364");
			/*
			$("#home_img_slice").attr({ 
	          src: "/images/home_bg_slice.gif",
	          title: "Mobile target animation",
	          alt: "Mobile target animation"
	        });
			*/
		});
		// 