function disp_confirm()
{
var name=confirm("You have selected an external link and will leave the N.C. Department of Administration website.  NCDOA is not responsible for content at external links and does not endorse products or services nor guarantee the privacy or security of the external entity. You have the option to click OK to Continue or Cancel.")
if (name==true)
{
end
}
else
{
document.write('<br /><br /><div align="center" style="font-family:sans-serif;font-size:2.2ex">North Carolina Department of Administration</div><br /><table border="2" cellspacing="0" cellpadding="10" align="center" style="border-color:red"><tr><td valign="top"><div align="center" style="font-family:sans-serif;font-size:1.8ex">You clicked the cancel button,<input type="button" value="CANCEL" style="background-color: #FFFFFF; color: RED; font-size: 12px; font-weight: bold;" onClick="history.go(-1)"> to return to the last page you were viewing.</td></tr></table></div>')
}
}
