

images = new Array(4);



images[0] = "<a href = 'http://tax.cchgroup.com/Microsoft-Dynamics-sales-tax-rates/default.htm?cm_mmc_o=2By5mYlfwF%20C%20mzkwl%20az0%202tzEEwk%20-pMwyfblbET%20C%20KYEzFbg-ggBAEfbET%20%20C%20P8N%20C%203AE%20i9CjCKYEzFbg-ggBAEfbETCjC_zEEwylCNyp5fYCTbuCzEbCjCmzkwl%20az0%202tzEEwk%20-pMwyfblbET'  target=_blank><img src='http://home.earthlink.net/~mpolino/DynAcct/CorpSystem-DynamicAccounting-768x170.gif' alt='CorpSystem'></a>";


images[1] = "<a href = 'http://msdynamicsworld.com/page/dynamics-gp-resource-center' target=_blank><img src='http://home.earthlink.net/~mpolino/DynAcct/dynamicsGP.jpg' alt='msdynamicsworld.com'></a>";


images[2] = "<a href = 'http://program.sabrix.com/DynamicsAcctForm.html' target=_blank> <img src='http://home.earthlink.net/~mpolino/DynAcct/sabrix_banner_dynamic_acct_768 x 170.gif' alt='Sabrix'></a>";

images[3] = "<a href = 'http://www.reporting-central.com' target=_blank><img src='http://home.earthlink.net/~mpolino/DynAcct/Reporting-Central-TheCloser.jpg' alt='Reporting-Central'></a>";


index = Math.floor(Math.random() * images.length);


document.write(images[index]);



