$(document).ready(function() {	var divs = [	'<div class="slideImage"><img src="img/logo_factor.gif" /></div><div class="slideLink"><p><a href="http://www.factordesign.com" target="_blank">factor design AG</a></p></div>',	'<div class="slideImage"><img src="img/logo_flemming.gif" /></div><div class="slideLink"><p><a href="http://www.flemming-pfuhl.de" target="_blank">FLEMMING-PFUHL<br />Werbeagentur GmbH</a></p></div>',	'<div class="slideImage"><img src="img/logo_pilot.gif" /></div><div class="slideLink"><p><a href="http://www.pilot.de/interactive-marketing" target="_blank">pilot 1/0 GmbH &amp; Co. KG</a></p></div>',	'<div class="slideImage"><img src="img/logo_sf.gif" /></div><div class="slideLink"><p style="padding-top:15px">SCHOLZ &amp; FRIENDS<br />Interactive GmbH</p></div>',	'<div class="slideImage"><img src="img/logo_mixworld.gif" /></div><div class="slideLink"><p><a href="http://www.mixworld.de" target="_blank">mix Gesellschaft für Marketing-<br />und Kommunikationswelten mbH</a></p></div>',	'<div class="slideImage"><img src="img/logo_dbn.gif" /></div><div class="slideLink"><p><a href="http://www.deepblue-networks.com" target="_blank">deepblue networks AG</a></p></div>',	'<div class="slideFull"><a href="http://www.dundk.com" target="_blank"><img src="img/logo_dundk.gif" alt="Drewes & Keretic GmbH"/></a></div>'	];	var imgs = [	'img/logo_factor.gif',	'img/logo_flemming.gif',	'img/logo_pilot.gif',	'img/logo_sf.gif',	'img/logo_mixworld.gif',	'img/logo_dbn.gif',	'img/logo_dundk.gif'	];	var links = [	'<a href="http://www.factordesign.com" target="_blank">factor design AG</a>',	'<a href="http://www.flemming-pfuhl.de" target="_blank">FLEMMING-PFUHL<br />Werbeagentur GmbH</a>',	'<a href="http://www.pilot.de/interactive-marketing" target="_blank" class="link">pilot 1/0 GmbH &amp; Co. KG</a>',	'SCHOLZ &amp; FRIENDS Interactive GmbH',	'<a href="http://www.mixworld.de" target="_blank">mix Gesellschaft für Marketing-<br />und Kommunikationswelten mbH</a>',	'<a href="http://www.deepblue-networks.com" target="_blank">deepblue networks AG</a>',	'<a href="http://www.dundk.com" target="_blank">Drewes & Keretic GmbH</a>'	];	var cnt = imgs.length;	var cntdivs = divs.length;	$(function() {		setInterval(Slider, 3000);	});	function Slider() {		$('#divSlideContainer').fadeOut("slow", function() {			$(this).html('<div id="divSlide">'+divs[(divs.length++) % cntdivs]+'</div>').fadeIn("slow");		});	}	// Navigation	$('#navigation ul li').click(function() { 		document.location.href = $(this).find('a:first').attr('href');	});	$('#navigation ul li.mainNavigation').hover(function(){		if (!$(this).hasClass("highlight")) {			$(this).css({'background-color':'#FFA939'});		}	},	function()	{		if (!$(this).hasClass("highlight")) {			$(this).css({'background-color':'#ffc989'});		}	});	$('#navigation ul li.subNavigation').hover(function(){		if (!$(this).hasClass("highlight")) {			$(this).css({'background-color':'#dddddd'});		}	},	function()	{		if (!$(this).hasClass("highlight")) {			$(this).css({'background-color':'#eeeeee'});		}	});	// emails verschluesselt ausgeben	$('.encryptedEmailLink').yasp();});/* encrypted email for each class "encryptedEmailLink" */(function($) {$.fn.yasp = function () {	$(this).each(function () {		var textAsASCII = '&#'+$(this).text().replace(/[,]+/g, ";&#")+';';		if (this.href=='mailto:') 			$(this).replaceWith('<a href="mailto:'+textAsASCII+'">'+textAsASCII+'</a>');		else			$(this).replaceWith(textAsASCII);	});	};})(jQuery);function openWindow (url) {	myWindow = window.open(url, 'Photo', 'width=10, height=10, top='+(screen.height/2)+', left='+(screen.width/2)+', location=no, directories=no, status=no, toolbar=no, scrollbars=no, resizable=yes, scrolling=no'); 	return false;}function pm (textAsASCII,asLink) {	textAsASCII = '&#'+textAsASCII.replace(/[,]+/g, ";&#")+';';	if (asLink) {		document.write('<a href="mailto:'+textAsASCII+'">'+textAsASCII+'</a>');	} else {		document.write(textAsASCII);	}}
