%
Response.Redirect "http://fulcrumconsult.com"
%>
<%
select case this_page
case "energy.asp"
industry_swf = "energy_v2.swf"
industry_swf_2 = "energy_v2_2.swf"
case "health_care.asp"
industry_swf = "HealthCare_vCG2.swf"
industry_swf_2 = "HealthCare_v2_CG2.swf"
case "consumer_goods.asp"
industry_swf = "consumer_goods_vCG2.swf"
industry_swf_2 = "consumer_goods_v2_CG2.swf"
case "financial_services.asp"
industry_swf = "FinancialServices_vCG2.swf"
industry_swf_2 = "FinancialServices_v2_CG2.swf"
case "retail.asp"
industry_swf = "Retail_vCG2.swf"
industry_swf_2 = "Retail_v2_CG2.swf"
case "manufacturing.asp"
industry_swf = "Manufacturing_vCG2.swf"
industry_swf_2 = "Manufacturing_CG2.swf"
case else
industry_swf = "home_vCG2.swf"
industry_swf_2 = "home_v2_CG2.swf"
end select
function get_page_name()
url = request.ServerVariables("URL")
temp_arr = split(url, "/")
last_element = ubound(temp_arr)
page = temp_arr(last_element)
get_page_name = page
end function
function is_on_industry_page()
this_page = get_page_name
if this_page = "consumer_goods.asp" or this_page = "energy.asp" or this_page = "financial_services.asp" or this_page = "health_care.asp" or this_page = "manufacturing.asp" or this_page = "retail.asp" then
is_on_industry_page = true
else
is_on_industry_page = false
end if
end function
%>
Fulcrum Consulting - Management Consulting, Financial Staffing, Outsourcing Solutions, IT Professional Services
<%
category_code = Request.QueryString("category_code")
if not isempty(category_code) then
body_onload = " onLoad=""onjavascript: get_listings('" & category_code & "'); document.getElementById('main_content').style.display='block';"""
else
body_onload = ""
end if
%>
marginheight="0" marginwidth="0" topmargin="0">