function addevents(){
$(function() {
		$('a[rel=tipsy]').tipsy({fade: false, gravity: 's'});
	});

$(function() {
		$('a[rel=tipsy1]').tipsy({fade: false, gravity: 'n'});
	});

$('#rhblok').cycle({ 
    fx:     'scrollDown', 
    easing: 'bounceout', 
    delay:  -2000 
});


$('#slider').cycle({ 
    fx:     'zoom', 
    easing: 'bouncein', 
    delay:  -4000 
});




$('#rechtshead').cycle({ 
    fx:    'fade', 
    pause:  0 
});

$('#rhbanner').cycle({ 
    fx:     'scrollDown', 
    timeout: 6000, 
    delay:  -2000 
});

}

