function pdf_disclaimer(url) {
var answer = confirm("This PDF file may contain links to external Web sites not owned, operated or controlled by Quest Diagnostics. Quest Diagnostics is not responsible for the content on these sites.")
if (answer){
window.open(url)
}
else{

}
}
