
	/*--cycle--*/


	$(function() {
		// run the code in the markup!
		$('pre code').each(function() {
			eval($(this).text());
			$('#cycle').cycle({
				fx:     'fade',
				speed:  'slow',
				next:   '#next',
				prev:   '#prev',
				pager:'#splash_control',
				cleartypeNoBg: 'false',
				before: function(currSlide, nextSlide, opts) {
					// change timeout for first slide
					var index = $(this).parent().children().index(this);
					opts.timeout = index == 0 ? 7000 : 10000000;
				}
			}); 		
		});
	});
	
	$(document).ready(function() {
		$('.check6 label').click(function(){
		  window.location = ('http://www.winefoodhotel.com/page/view/terms-and-conditions-5/');
		}); 
	});
