MyImages=new Array();
MyImages[0]='http://www.xsive1studios.com/_images/therapy-analysis.gif';
MyImages[1]='http://www.xsive1studios.com/_images/therapy-opening.gif';
MyImages[2]='http://www.xsive1studios.com/_images/therapy-simple.gif';
MyImages[3]='http://www.xsive1studios.com/_images/therapy-support.gif';
MyImages[4]='http://www.xsive1studios.com/_images/therapy-transcend.gif';
MyImages[5]='http://www.xsive1studios.com/_images/therapy-experts.gif';
MyImages[6]='http://www.xsive1studios.com/_images/therapy-go.gif';

function newImage()
    {
        document.getElementById("tagImage").setAttribute("src", MyImages[Math.round(Math.random()*6)])
    }