﻿function CreateSilverlight()
{

  Silverlight.createHostedObjectEx(
  {
    source: "streaming:/18918/HHH_Landing_Video",
    
    parentElement: document.getElementById("Wrapper_HHH_Landing_Video")
    
   }
  );

}

