window.onload = lanscape();

function lanscape() {
	alert ("This Page Has Been Configured To Look Best Printed In Lanscape Mode.\n Please set your top and bottom Margins to 0.2\"");
}

