var quote = new Array(10);

quote[1] = "<a href=/htm/proalpha_workflow.htm><img border=0 src=/images/banners-workflow.gif width=493 height=105></a>";

quote[2] = "<a href=/htm/proalpha_webshop.htm><img border=0 src=/images/banners-webshop.gif width=493 height=105></a>";

quote[3] = "<a href=/htm/proalpha.htm><img border=0 src=/images/banners-proalpha.gif width=493 height=105></a>";

quote[4] = "<a href=/htm/proalpha_project-man.htm><img border=0 src=/images/banners-pm.gif width=493 height=105></a>";

quote[5] = "<a href=/htm/proalpha_plugins.htm><img border=0 src=/images/banners-plugins.gif width=493 height=105></a>";

quote[6] = "<a href=/htm/proalpha_doc-man.htm><img border=0 src=/images/banners-document-man.gif width=493 height=105></a>";

quote[7] = "<a href=/htm/proalpha_crm.htm><img border=0 src=/images/banners-crm.gif width=493 height=105></a>";

quote[8] = "<a href=/htm/proalpha_ca-link.htm><img border=0 src=/images/banners-cad-link.gif width=493 height=105></a>";

quote[9] = "<a href=/htm/proalpha_analyzer.htm><img border=0 src=/images/banners-analyzer.gif width=493 height=105></a>";

quote[0] = "<a href=/htm/proalpha_aps.htm><img border=0 src=/images/banners-advanced-plan.gif width=493 height=105></a>";

now=new Date()

num=(now.getSeconds())%9

document.write(quote[num])




