$j = jQuery.noConflict();

$j(document).ready(function(){
	
	$j('.nieuws_image').jScale({h:'140px'});
	
});

