<html>
<head>
<title>JTalk - Presentation</title>
<script src="../../js/amber.js" type="text/javascript"></script>
</head>
<body>

<script type="text/javascript"> 
	loadAmber({
		files: ['Presentation.js'],
		prefix: 'examples/presentation/js',
		ready: function() {smalltalk.Browser._openOn_(smalltalk.FOSDEM2012Presentation)} 
	}); 
</script>

</body>
</html>