$(document).ready(function(){
	$('#slideshow').innerfade({
    animationtype: 'fade',
    speed: 2500,
    timeout: 5000,
    type: 'sequence',
    containerheight: '20.5em'
  });
  jQuery('.submit2 input').click(function(){
  	if(jQuery('#captcha').val()==4){
  		jQuery('#tel').val('if07b135@technikum-wien.at');
 	}
  });
  
});
