Stock exchange releases 2003

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="hugin.aspx.cs" Inherits="hugin" %>
<% // Get URL for details string ulrToGet = Request.QueryString["url"] ?? String.Empty; if (String.IsNullOrEmpty(ulrToGet)) { // Show list of news Response.Write(ListData("2003", "/newsandmedia/stockexchangereleases/3192.html", @"C:\huginfeed\list.xsl")); } else { // Show details Response.Write(ShowDetails(ulrToGet, @"C:\huginfeed\details.xsl")); } %>