﻿//Autor: Manuela Zogbaum
//Company: newmediastandards


$(document).ready(function(){	
	
	
	$('ul#fader').innerfade({
						speed: 700,
						timeout: 5000,
						type: 'random_start'
	});

$('#content a[title]').qtip({ 

	style: { name: 'dark', tip: true,  
					border: {
         width: 2,
         radius: 5,
         color: '#505050'
      },
 },
	show: { delay: 50 },
	hide: { delay: 500 },
	position: {
      corner: {
         target: 'topRight',
         tooltip: 'bottomLeft'
      }}


})
	
	
}); 
