$(document).ready(function() {
	if (window.location.search != "" && window.location.search.search(/printout/) > 0)
		window.print();
});
