| 1234567891011121314151617 | 
							- <html>
 
- <head>
 
- <title>JTalk - Presentation</title>
 
- <script src="../../js/jtalk.js" type="text/javascript"></script>
 
- </head>
 
- <body>
 
- <script type="text/javascript"> 
 
- 	loadJtalk({
 
- 		files: ['Presentation.js'],
 
- 		prefix: 'examples/presentation/js',
 
- 		ready: function() {smalltalk.Browser._openOn_(smalltalk.ESUG2011Presentation)} 
 
- 	}); 
 
- </script>
 
- </body>
 
- </html>
 
 
  |