// JavaScript Document
function JSprintPage() {
	if (window.print)
		window.print()
	else
		alert("Sorry, your browser doesn't directly support printing. Print this webpage by pressing 'Ctrl + P' on your keyboard. Print this page using a Mac by pressing 'Command + P' on your keyboard.");
	}
	
	
function JSTellaFriend() {
	var oTellaFriend = window.open('http://unitedaccess.com/friend/','','scrollbars=yes,height=500,width=620,top=50,left=30');
}


