    //jQuery.noConflict();
	$(document).ready(function() {
		$("#slidershow").load("/page.html?id=2 #slider", function () {
			$("#slider").s3Slider({timeOut:5000});
		});
    });

