$( function() {
	var fvddDiv = $("#fotovandedag");
	var html = fvddDiv.html();
	var fotoA = $("#fotovandedaglink a");
	var fotoID = fotoA.attr("href");
	fotoID = fotoID.substr(fotoID.lastIndexOf('/') + 1);
	var fotoLink = $('<a href="/images/fotos/' + fotoID +'.jpg" title="' + fotoA.html() + '">' + html + '</a>');
	fotoLink.tooltip({ delay: 300, showURL: false, bodyHandler: function() { return '<div style="margin: 5px 8px;"><strong>Foto van de dag: elke dag een nieuwe foto!</strong></div><ul style="margin: 0 1em 5px 16px;"><li>klik op de foto om deze groter te zien</li><li>klik op de link onder de foto om deze in het album te bekijken</li></ul>'; } });
	fvddDiv.html(fotoLink);
	fotoLink.lightbox();
} );

$( function() { new TWTR.Widget({ profile: true, id: 'twtr-profile-widget', loop: false, width: 220, height: 200, theme: { shell: { background: '#b2cbe4', color: '#111111' }, tweets: { background: '#ffffff', color: '#222222', links: '#0054a6' } } }).render().setProfile('ksanieuwkerken').start(); } );
