/* Javascripts for Hotel Heide Kroepke */

$(function() {

	// Header image fading
	$('#div_banner').innerfade({
		speed: 1000,
		timeout: 7000,
		type: 'sequence',
		containerheight: '260px'
	});

	// Load weather from Google
	//var weather = '';
	//$.ajax({
	//	url: 'php/wetter.php?lang='+lang,
	//	async: false,
	//	success: function(data){
	//		weather = data;
	//	},
	//	complete: function() {
	//		$('#weather').append(weather);
	//		$('#weather').fadeIn('slow');
	//	}
	//});

});

// EOF
