/**
 *	Print website function for the LWLC website.
 *
 */
Event.observe( window, 'load', function() {
	window.print();
});
