$("#addtoPrint").click(function() {
ArraypageName = document.getElementsByTagName('title')[0].text.split("|");
appendCookie(ArraypageName[0]+':'+window.location.pathname, "AGAAFS2010PrintCookie")
document.getElementById('printCount').innerHTML = '('+getPageCount("AGAAFS2010PrintCookie")+')';
return(false);
}); 

$("#addtoDownload").click(function() {
ArraypageName = document.getElementsByTagName('title')[0].text.split("|");
appendCookie(ArraypageName[0]+':'+$('#pdfLink').attr("href"), "AGAAFS2010DownloadCookie")
document.getElementById('downloadCount').innerHTML = '('+getPageCount("AGAAFS2010DownloadCookie")+')';
return(false);
}); 

document.getElementById('printCount').innerHTML = '('+getPageCount("AGAAFS2010PrintCookie")+')';
document.getElementById('downloadCount').innerHTML = '('+getPageCount("AGAAFS2010DownloadCookie")+')';
