function advert() {
	jQuery('#wrap').show('slow');
	jQuery('#mycarousel').jcarousel({
	auto: 3,
	scroll: 1,
	wrap: 'circular'
	});
}

