function onLoad(){   var so = new SWFObject("images/footerAnimation.swf", "footerAnimation", "761", "100", "7", "#336699");   so.addParam("wmode", "transparent");   so.write("flashMovie");}function openURL(whichURL){    if ($('contentPage'))    {        $('contentPage').src = whichURL;    }}function changeLeftImage(whichURL){    if ($('imageLeft'))    {        $('imageLeft').src = whichURL;    }    else    {        if (top)        {            if (top != self)            {                if (top.changeLeftImage)                {                    top.changeLeftImage(whichURL);                }            }        }    }}