DotNetNukeŽ Silverlight Album

<%@ Control Language="C#" AutoEventWireup="true" CodeFile="View.ascx.cs" Inherits="DotNetNuke.Modules.SilverlightAlbum.View" %>
<asp:Panel ID="SilverlightControlHost" runat="server" Height="600px" Width="775px">
 
    <script type="text/javascript">            
      <asp:Literal ID="lrlSilverlight" runat="server"></asp:Literal>   
    </script>
 
</asp:Panel>