$(function() {
	
	$("a.start-demodownload").click(function(e) {

		// PHP Script aufrufen, das Previews inkrementiert
		$.post("/count.php", { demodownload: this.name });

	});
	
});
