if(window.location.hash == '#print') {
	window.onload = function() {
		 setTimeout ( "window.print()", 3000 );
	}
}

