/*!	SWFObject v2.0 <http://code.google.com/p/swfobject/>
	Copyright (c) 2007 Geoff Stearns, Michael Williams, and Bobby van der Sluis
	This software is released under the MIT License <http://www.opensource.org/licenses/mit-license.php>
*/


    MyImages=new Array();
    MyImages[0]='img/headers/headerlg_Carly.jpg';
    MyImages[1]='img/headers/headerlg_Justin.jpg';
    MyImages[2]='img/headers/headerlg_Rachael.jpg';
    
    function newImage()
    {
        document.getElementById("mainImage").setAttribute("src", MyImages[Math.round(Math.random()*2)])
    }
    
    MyImagessm=new Array();
    MyImagessm[0]='img/headers/headersm_Carly.jpg';
    MyImagessm[1]='img/headers/headersm_Justin.jpg';
    MyImagessm[2]='img/headers/headersm_Rachael.jpg';
    
    function newImagesm()
    {
        document.getElementById("mainImagesm").setAttribute("src", MyImagessm[Math.round(Math.random()*2)])
    }

