jQuery(document).ready( function($) {
	$("#slide").jaslide({
		width:960,
		height:400,
		style:'show',
		auto:true,
		pause:3000,
		speed:1000
	});
	$('.eshop_tandc a').click(function(event){
		window.open($(this).attr('href'));
		 event.preventDefault();
	});
});
