function askfirst()
{
if (confirm("The material available on this web site is designed to provide general information only. Whilst every effort has been made to ensure that the information provided is accurate, it does not constitute professional advice. By entering the site you will be deemed to have agreed to this disclaimer and to have released and discharged Pinnacle Pharmaceuticals Ltd from all liability which might arise.") ) 

{
parent.location='entry.html';
}

else;

}
