// JavaScript Document
Event.observe(window, 'load', function() {
	window.print();
});

