//javascript for EIspeedbump.js

function EIspeedbump (destinationStr, target)
{
 var goLocation = confirm('Eastern Insurance provides links to third party sites as a convenience. \nThe linked site and its content, privacy policy and security are not governed by Eastern Insurance.');

     if (goLocation) {
          window.open(destinationStr,  this.target);
		
	
	}
return false;
}



