$(document).ready(function() {

	$(function() {
		setInterval( "slideSwitch()", 5000 );
	});

	$('.galerie .image a', $('#content')).colorbox({transition:"fade"});
	$('.videoWrapper img.tdot', $('#content')).colorbox({transition:"fade", href: 'http://www.phoenixol.de/video-tdot.html', iframe: true, height: '375', width: '525'});
	$('.videoWrapper img.frueh', $('#content')).colorbox({transition:"fade", href: 'http://www.phoenixol.de/video-frueh.html', iframe: true, height: '375', width: '525'});

});

function mailto(text2, text3, text4) {
      document.write('<a href="mailto:' + text4 + '@' + text2 + '.' + text3 + '">' + text4 + '@' + text2 + '.' + text3 + '</a>');
	  }
