jQuery(document).ready(function($) {
	$('#slider').s3Slider({
		timeOut: 4000
	});
	//$('#mycarousel').jcarousel();
	//<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/script/jquery.jcarousel.min.js"></script>
	//<link rel="stylesheet" type="text/css" href="<?php bloginfo('template_url'); ?>/skins/tango/skin.css" />
});

