$(function(){

	// Progressbar
	$("#progressbar1").progressbar({
		value: (3530 / 30000) * 100
	});
	
});