$(document).ready( function() { 
	var src = $('a.archive-item:first').attr('name');
	$('p.projImg').html("<img src='" + src + "' style='width: 180px' alt=''/>");
	//$('p.projImg').html("<img src='http://www.jongemeesters.nl/files/phpThumb.php?src=" + src + "&w=180' style='width: 180px' alt='Preview'/>");

});

function projPreview( id ) {
	//$('.archive > div:first > h2').html('preview');
	$('p.projImg').html("<img src='" + id + "' style='width: 180px' alt=''/>");
}
