$(function() {

	var t=setTimeout("sliderInit();",0);
	
});

	function sliderInit(){
		$('#slider').slider({
			width: 970,
			height: 200
		});
	}
