//This JS contains campaign banner code
if(!window.contextPath){
  contextPath = "";
}

document.write("	<div id='leftbox-slide'>");
document.write("		<a href='"+contextPath+"download/free_reporting_download.htm'><img src='"+contextPath+"images/prom_1.png' width='197' height='129' alt='Free Reporting' title='Free Reporting' longdesc='free reporting'/></a>");
document.write("		<a href='"+contextPath+"solutions/oem/oem_reporting.htm'><img src='"+contextPath+"images/prom_2.png' width='197' height='129' alt='OEM Reporting' title='OEM Reporting' longdesc='OEM Reporting'/></a>");
document.write("		<a href='"+contextPath+"solutions/saas/saas_reporting.htm'><img src='"+contextPath+"images/prom_3.png' width='197' height='129' alt='Reporting for SaaS Vendors ' title='Reporting for SaaS Vendors' longdesc='Reporting for SaaS Vendors'/></a>");
document.write("	</div>");