
 new DR.Swiff(
 //"clock.swf",
 "/Design/template_test/update2/swf/clock.swf",
 {
 id: "updateIdbarClock_fs",
 width: 114,
 height: 30,
 version: 9,
 container: "updateIdbarClock",
 params: {
 wmode: 'transparent'
 }, vars: { }
 }
 );
 
   window.addEvent("domready", function(){ 
    new DR.Swiff("http://downol.dr.dk/download/Nyheder/2009/update/updateHostPresentation.swf", { 
                id: "updateHost_interactive", 
      width: 368, 
      height: 70, 
      container: "updateHost" 
    }); 
  }); 


