$(document).ready(function() {
	Cufon.replace('.cufon .extra, .cufon dl#worldtime dt, .cufon div#content-container h2, .cufon h3');
	Cufon.replace('.cufon ul#navi a, .cufon ul#navi-add a, a#vcard', {hover:'true'});
				  
	if (jQuery().lightbox) {
		$('a[rel^="lightbox"], .lightbox').lightbox();	
	}
	
	if (jQuery().cycle) {
		$('div#slideshow').cycle({fx: 'scrollHorz', next: '#next', prev: '#prev', speed:'1200'});
	}
	
	$('#navi-lang a').mouseover(function() {
		switch ($(this).attr('href')) {
			case 'de/ueberuns.php'	:
				$('#language-choice').html('Zur Seite');
			break;
			
			case 'en/aboutus.php'	:
				$('#language-choice').html('Enter Site');
			break;
			
			case 'ru/onas.php'	:
				$('#language-choice').html('войти на сайт');
			break;
			
			default:
				$('#language-choice').html('Zur Seite');
			break;
		}
	});
	
});
