
<!--hide this script from non-javascript-enabled browsers
function change()
{
number = Math.floor(Math.random()*2)
if (number==0)
document.write('<img src="images/money-dog.jpg" width="172" height="172" align="top" border="1" color="#FFFFFF" alt="Maintain control of your cash.">')
if (number==1)
document.write('<img src="images/money-pig.jpg" width="172" height="172" align="top" border="1" color="#FFFFFF" alt="Maintain control of your cash.">')
}
// stop hiding -->