
		jQuery(document).ready(function() {

			jQuery(".slideShowWrapper").cycle({ 
				fx:     'fade',
				speed:  1000,
				timeout: 5000,
				pager:  '.slide-control',
				cssFirst: { background:'transparent' },
				cssBefore: { background:'transparent' }
			});
			
			jQuery(".hotSlideShow").jcarousel({
				scroll: 1,
				auto: 3,
				wrap: 'last',
				buttonNextHTML: null,
				buttonPrevHTML: null
			});

			var str = '-Cookie-SignUp-Nov2011-';
			if( jQuery.cookie(str) == null ){
				jQuery.cookie(str, '1', { expires: 180, path: '/' });
				jQuery.colorbox( {opacity:0.50, inline:true, width:'50%',  href:'#frmSubscribePopup'} );
			}

			// Initialise Color Box 
			jQuery(".colorbox-it").colorbox( {iframe:true} );
			
		});
