%
'
provider_name = "Future Media Concepts - Orlando"
if "http://www.fmctraining.com" <> "" then
'querystring = "regType=classroom&courseName=15&courseLocation=Orlando&courseDate=April 12 - 13, 2007&coursePrice="
'querystring = "regType=classroom&courseName=" & Server.URLEncode("15") & "&courseLocation=" & Server.URLEncode("Orlando") & &courseDate=" & Server.URLEncode("April 12 - 13, 2007") & "&coursePrice="
querystring = "regType=classroom"
querystring = querystring & "&courseName=" & Server.URLEncode(strCourseName )
querystring = querystring & "&courseLocation=" & Server.URLEncode("Orlando")
querystring = querystring & "&courseDate=" & Server.URLEncode("April 12 - 13, 2007")
querystring = querystring & "&coursePrice=" & Server.URLEncode("")
'if inStr( "http://www.fmctraining.com", "?" ) > 0 then
' provider_registration = "Register"
'else
' provider_registration = "Register"
'end if
if inStr( "http://www.fmctraining.com", "?" ) > 0 then
provider_registration = "Register"
else
provider_registration = "Register"
end if
'provider_registration = "Register"
else
provider_registration = "Call for Registration:
407-354-4866"
end if
%>
<%
tmpLoc = getTrainingLocation( "Class Location:USA, FL" )
locValue = replace( replace( tmpLoc, ",", "_" ), " ", "_" )
%>