diff --git a/Projects/WebGIM/GIM_site/WebUserControls/mod_magRic.ascx b/Projects/WebGIM/GIM_site/WebUserControls/mod_magRic.ascx
new file mode 100644
index 0000000..d17f518
--- /dev/null
+++ b/Projects/WebGIM/GIM_site/WebUserControls/mod_magRic.ascx
@@ -0,0 +1 @@
+<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_magRic.ascx.cs" Inherits="GIM_site.WebUserControls.mod_magRic" %>
diff --git a/Projects/WebGIM/GIM_site/WebUserControls/mod_magRic.ascx.cs b/Projects/WebGIM/GIM_site/WebUserControls/mod_magRic.ascx.cs
new file mode 100644
index 0000000..ac40a4d
--- /dev/null
+++ b/Projects/WebGIM/GIM_site/WebUserControls/mod_magRic.ascx.cs
@@ -0,0 +1,17 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace GIM_site.WebUserControls
+{
+ public partial class mod_magRic : System.Web.UI.UserControl
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git a/Projects/WebGIM/GIM_site/WebUserControls/mod_magRic.ascx.designer.cs b/Projects/WebGIM/GIM_site/WebUserControls/mod_magRic.ascx.designer.cs
new file mode 100644
index 0000000..9c4456e
--- /dev/null
+++ b/Projects/WebGIM/GIM_site/WebUserControls/mod_magRic.ascx.designer.cs
@@ -0,0 +1,17 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+namespace GIM_site.WebUserControls
+{
+
+
+ public partial class mod_magRic
+ {
+ }
+}
diff --git a/Projects/WebGIM/GIM_site/magRic.aspx b/Projects/WebGIM/GIM_site/magRic.aspx
new file mode 100644
index 0000000..d119b36
--- /dev/null
+++ b/Projects/WebGIM/GIM_site/magRic.aspx
@@ -0,0 +1,5 @@
+<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/AjaxSearch.master" AutoEventWireup="true" CodeBehind="magRic.aspx.cs" Inherits="GIM_site.magRic" %>
+<%@ Register src="WebUserControls/mod_magRic.ascx" tagname="mod_magRic" tagprefix="uc1" %>
+
+
+
diff --git a/Projects/WebGIM/GIM_site/magRic.aspx.cs b/Projects/WebGIM/GIM_site/magRic.aspx.cs
new file mode 100644
index 0000000..1efbc5a
--- /dev/null
+++ b/Projects/WebGIM/GIM_site/magRic.aspx.cs
@@ -0,0 +1,17 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace GIM_site
+{
+ public partial class magRic : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git a/Projects/WebGIM/GIM_site/magRic.aspx.designer.cs b/Projects/WebGIM/GIM_site/magRic.aspx.designer.cs
new file mode 100644
index 0000000..a369620
--- /dev/null
+++ b/Projects/WebGIM/GIM_site/magRic.aspx.designer.cs
@@ -0,0 +1,24 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+namespace GIM_site {
+
+
+ public partial class magRic {
+
+ ///
+ /// mod_magRic1 control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::GIM_site.WebUserControls.mod_magRic mod_magRic1;
+ }
+}