$(function() {
	$('#lcol_images .imgbox, #homepage_images .imgbox, #building_card .imgbox, #flat_card .imgbox').cycle({
		fx: 'fade',
		speed: 2000,
		timeout: 5000
	});

	$('div.webform form').append('<input type="hidden" name="js_checker" value="1" />');
});
