function pleaseRegister(lastPg,guestbookCookieName){
	var answer = confirm('Click OK to register for an account to view this file.');
	
	if (answer){window.location = "information-resource.cfm?lastPg="+lastPg+"&guestbookCookieName="+guestbookCookieName;}
	else {}//alert('Delete Canceled');
}