
<!-- hide

function winconfirmpoconos(){
	question = confirm("You are now leaving ARAMARK's site and entering a third-party site. The link has been provided for your convenience only and ARAMARK makes no representation regarding the completeness, timeliness or accuracy of the information provided. The views expressed on this site do not necessarily represent the views of ARAMARK.")
	if (question != "0"){
		window.open("http://www.poconos.org", "NewWin")
	}
}

function winconfirmpa(){
	question = confirm("You are now leaving ARAMARK's site and entering a third-party site. The link has been provided for your convenience only and ARAMARK makes no representation regarding the completeness, timeliness or accuracy of the information provided. The views expressed on this site do not necessarily represent the views of ARAMARK.")
	if (question != "0"){
		window.open("http://www.state.pa.us", "NewWin")
	}
}

function winconfirmpocmont(){
	question = confirm("You are now leaving ARAMARK's site and entering a third-party site. The link has been provided for your convenience only and ARAMARK makes no representation regarding the completeness, timeliness or accuracy of the information provided. The views expressed on this site do not necessarily represent the views of ARAMARK.")
	if (question != "0"){
		window.open("http://www.pocmont.com", "NewWin")
	}
}

function winconfirmpikeonline(){
	question = confirm("You are now leaving ARAMARK's site and entering a third-party site. The link has been provided for your convenience only and ARAMARK makes no representation regarding the completeness, timeliness or accuracy of the information provided. The views expressed on this site do not necessarily represent the views of ARAMARK.")
	if (question != "0"){
		window.open("http://www.pikeonline.com", "NewWin")
	}
}

function winconfirmrecreation(){
	question = confirm("You are now leaving ARAMARK's site and entering a third-party site. The link has been provided for your convenience only and ARAMARK makes no representation regarding the completeness, timeliness or accuracy of the information provided. The views expressed on this site do not necessarily represent the views of ARAMARK.")
	if (question != "0"){
		window.open("http://www.recreation.gov", "NewWin")
	}
}

function winconfirmbestfares(){
	question = confirm("You are now leaving ARAMARK's site and entering a third-party site. The link has been provided for your convenience only and ARAMARK makes no representation regarding the completeness, timeliness or accuracy of the information provided. The views expressed on this site do not necessarily represent the views of ARAMARK.")
	if (question != "0"){
		window.open("http://www.bestfares.com", "NewWin")
	}
}

function winconfirmpoco(){
	question = confirm("You are now leaving ARAMARK's site and entering a third-party site. The link has been provided for your convenience only and ARAMARK makes no representation regarding the completeness, timeliness or accuracy of the information provided. The views expressed on this site do not necessarily represent the views of ARAMARK.")
	if (question != "0"){
		window.open("http://www.poconochamber.com/", "NewWin")
	}
}


 // done hiding -->
