function writeJS(){
var str='';
str+='<h3 class="lp2">Agreement</h3>';
str+='<p><a href="../downloads/FDS_BAA_B0.pdf">&nbsp;FDS BAA Agreement</a></p>';
str+='<h3 class="lp2">Patient Adherence &amp; Compliance in 2010</h3>';
str+='<p class="small"><a href="../downloads/Adheris overview_C0.pdf" target="_blank">Adheris overview</a></p>';
str+='<p class="small"><a href="../downloads/2009med-adherence-report.pdf" target="_blank">Adherence Report</a></p>';
str+='<p class="small"><a href="http://www.adheris.com" target="_blank">Adheris Website</a></p>';
str+='<p class="small"><a href="http://www.pharmacysatisfaction.com" target="_blank">Pharmacy Satisfaction Website</a></p>';
document.write(str);
}
writeJS();
