
<!--
function confirmation($url) {
	var answer = confirm("In order to view these projects, you must be connected to P&G's network as well as have Sharepoint view permissions.\n Do you want to proceed?");
	if (answer){
		window.location = $url;
	}
	
}
//-->

