jQuery.noConflict();
jQuery(document).ready(function() {
	jQuery('.logos_1').cycle(
		'fade'
	);
	
	jQuery('.logos_2').cycle(
		'fade'
	);
	
	jQuery('.logos_3').cycle(
		'fade'
	);
	
	jQuery('.logos_4').cycle(
		'fade'
	);
	
	jQuery('.logos_5').cycle(
		'fade'
	);
	
	jQuery('.carrera').click(function() {
		location.href = 'http://www.carrerasport.com/';
	});
	
	jQuery('.tips').click(function() {
		location.href = 'http://www.tips.at';
	});
	
	jQuery('.ooe_nachrichten').click(function() {
		location.href = 'http://www.nachrichten.at/';
	});
	
	jQuery('.lt1').click(function() {
		location.href = 'http://www.lt1.at/';
	});
	
	jQuery('.orf').click(function() {
		location.href = 'http://ooe.orf.at/';
	});
	
	jQuery('.ooe').click(function() {
		location.href = 'http://www.ooe.at/';
	});
	
	jQuery('.sperrer').click(function() {
		location.href = 'http://www.konicaminolta.at/';
	});
	
	jQuery('.nah_frisch').click(function() {
		location.href = 'http://www.nahundfrisch.at/de/';
	});
	
	jQuery('.oeamtc').click(function() {
		location.href = 'http://www.oeamtc.at';
	});
	
	jQuery('.ktm').click(function() {
		location.href = 'http://www.ktm.at/';
	});
	
	jQuery('.sport_equipment').click(function() {
		location.href = 'http://www.sport-equipment.at/';
	});
	
});