$(document).ready( function(){ $('#image-fader').innerfade({ speed: 'slow', timeout: 4000, type: 'sequence', containerheight: '172px' }); $('#city-fader').innerfade({ speed: 'slow', timeout: 4000, type: 'sequence', containerheight: '172px' });} );

$(document).ready(function() {
	$("a.example1").fancybox();
});
