
	$(document).ready(function(){
      
      $("img").pngfix();

		$('.teaser1').click(function() {
			location.href='omega_surfer.html';
		});
		
		$('.teaser2').click(function() {
			location.href='omega_navigator.html';
		});
		
		/*      $('.imageRotation').cycle('fade');*/
      $('.imageRotation').cycle({
         fx:      'fade',
         speed:   3000,
         timeout: 2500,
         cleartype: true
      });

		$('#logo').click(function() {
			location.href='index.html';
		});
		
		$('#top').click(function() {
			location.href='#top';
		});

/* /js/jquery.omega.sub.js eingefüht und in die Unterseiten eingebunden,
 da sich imageRotation und movie>ul gegenseitig gestört haben */
	});




