<%@ Language="VBScript" CODEPAGE = 65001 %> <% Option Explicit response.Redirect("/default.asp") %> <%'Local page ASP after this line. %> <% '---------------------------------------- 'Page setup sPageShellType = "subpage twocolumn" sPageShellTitle = "Unique Experiences" oSiteNavigation.PageNavPath = "3_3" '---------------------------------------- %> <% Dim bShowPostSuccess bShowPostSuccess = CBool(False) If (Request.ServerVariables("Request_Method") = "POST") Then Dim oXProc Set oXProc = Server.CreateObject("p3DATAACCESSv1.XProc") oXProc.SetConnectionString = "Driver={SQL Server};Server=10.5.5.12,14920;Database=GANO_US;Uid=geglobwebpln;PWD=k3llyc0ll@b3ll@;" oXProc.PROC_NAME = "usp_corpsite_shareyourstory" Call oXProc.SetParamInputString("FNAME", Left(Request.Form("frm_FName"), 50), 50) Call oXProc.SetParamInputString("LNAME", Left(Request.Form("frm_LName"), 50), 50) Call oXProc.SetParamInputString("CITY", Left(Request.Form("frm_City"), 50), 50) Call oXProc.SetParamInputString("POSTALCODE", Left(Request.Form("frm_Postal"), 20), 20) Call oXProc.SetParamInputInteger("INTLCOUNTRYCODE", Request.Form("frm_IntlCountryCode")) Call oXProc.SetParamInputString("HOMEPHONE", Left(Request.Form("frm_HomePhone"), 20), 20) Call oXProc.SetParamInputString("EMAIL", Left(Request.Form("frm_Email"), 200), 200) Call oXProc.SetParamInputString("STORY", Left(Request.Form("frm_Story"), 500), 500) Call oXProc.SetParamInputString("IPADDRESS", Left(Request.ServerVariables("REMOTE_HOST"), 50), 50) Call oXProc.SetParamOutputInteger("RETURNCODE") If (oXProc.ExecutePROC) Then If (CInt(oXProc.GetParam("RETURNCODE")) > 0) Then bShowPostSuccess = True End If Set oXProc = Nothing End If %> <%'Must come first after . %> <%'Must come second. IE8 compatability mode. %> <%=sFormatedPageTitle %> <%'Local page after this line. %>
<%'Main content - START %>

UNIQUE EXPERIENCES

<% If (bShowPostSuccess) Then %>

Thank you for sharing your Unique Experience about Gano Excel. Your personal experience will help others understand the importance of Ganoderma Lucidum.

<% Else %> <%If Session("SiteIntlCountryCode") = 124 Then %>

Also known as Reishi, yeongji and Lingzhi , Ganoderma Lucidum, a 4,000 year-old herb has been called the “herb of immortality” and is commonly used throughout the world and has attained a reputation as the ultimate ingredient.

<%Else%>

Also known as Reishi, yeongji and Lingzhi , Ganoderma Lucidum, a 4,000 year-old herb has been called the “herb of immortality” and is commonly used for medicinal purposes throughout the world. It has been known to help boost your immunity, fight viruses and bacteria, and improve body functions like cholesterol, blood pressure, and circulation. Because of its recognized health benefits and absence of side effects, it has attained a reputation as the ultimate herbal supplement.

<%End If%>

Gano Excel™ is the global pioneer of this "magical" herb, and after 20 years of research we’ve learned that, it’s incredibility difficult to convince people of the benefits of Ganoderma Lucidum. So, we will be sharing the “Unique Experiences” of our customers, in hopes that these true stories will help you make a change. Whether its drinking our coffee, tea or hot chocolate… using our toothpaste and soap… or adding our daily supplements to your diet… we hope that you choose to enrich your life, everyday.

<%If Session("SiteIntlCountryCode") <> 124 Then %>

Share Your Story

<%' web forms validation & styles %> <%' ---------------------------------- %> <%' ---------------------------------- %>
"/>
Required fields are marked with
digits only please, omit dashes




500 characters max
<% End If %> <% End If %>

back to top

<%'Main content - END %>
<%'.content-text %>
<%'#content %> <%'.sidebar %>