function confirmation(destination) {
    var answer = confirm("You are leaving the AlbertaParks.ca web site. The Government of Alberta does not take any responsibility for, endorse, or verify the accuracy of any of the content therein. If you wish to continue click 'OK'.")
     if (answer){
     	return window.open(destination);
     }
     else{
         
     }
}