<!--//
function rand(n)
{
  return (Math.floor(Math.random()*n+1));
}
function newcode()
{
    var sec;
    sec = document.getElementById('img');
    if (sec)
    sec.setAttribute('src',sec.src+rand(9));
}
//-->
