/*************************
 * - www.ucreation.nl    *
 *************************
 Dit document bevat JavaScript/jQuery codering. 
 */

// jQuery document ready
jQuery(document).ready(function()
{
	// Footer links
	jQuery('#footer .links ul li:last').addClass('last');
	// Example
	jQuery('#navigation .search .input input').example('Zoeken..');
	// Superfish
	jQuery('#navigation ul.sf-menu').superfish({
		dropShadows: false,
		autoArrows: false
	}); 
});
