
function theFlashVid()
{
    var so = new SWFObject("CESWorldTour.swf", "sotester", "720", "200", "1", "#FFFFFF");
    so.write("flashcontent");
  

}
window.onload = theFlashVid;
