// linkwarning.js: to announce to users that they are leaving a federal government website

function warning() {
		alert("Thank you for visiting italladdsup.gov. \n You are now leaving a Federal \n Government web site.  We are not\n responsible for the content or information \ngathering practices of other web sites \nyou are linking to.")
	}

//To be used for links to State/Local governement sites
function warning2() {
		alert("Thank you for visiting italladdsup.gov. \n You are now leaving a Federal \n Government web site.  We are not\n responsible for the content or information \ngathering practices of other web sites \nyou are linking to.")
	}	