<% response.buffer = true %> <% font = "Trebuchet MS, Arial, Helvetica, sans-serif" window_title = "ProfessionaLink: Finding the ideal consultant for the project rapidly and reliably" bodyblurb = "" path = request.servervariables("path_info") strpath = request.servervariables("script_name") strpath = lcase(strpath) do lenstr = len(strpath) pos = instr(strpath,"/") strpath = right(strpath,lenstr-1) loop while instr(strpath,"/") <> 0 ' COOKIE ENABLED CHECK HERE 'cookie_ok = request.servervariables("http_cookie") 'if checknull(cookie_ok) and strpath <> "cookie_error.asp" then ' response.redirect "/cookie_error.asp" 'end if ' END DISABLE 'set browserdetect = server.createobject("MSWC.BrowserType") 'browser=browserdetect.Browser 'version=browserdetect.Version 'platform=browserdetect.Platform 'frames=browserdetect.Frames 'cookies = browserdetect.Cookies 'javascript=browserdetect.JavaScript 'tables=browserdetect.Tables 'majorver=browserdetect.Majorver 'minorver=browserdetect.Minorver 'if lcase(cookies) and strpath <> "cookie_error.asp" then ' response.redirect "/cookie_error.asp" 'end if 'response.write cookies 'set browserdetect = nothing set conn = server.createobject("adodb.connection") conn.open "DSN=DB_175408_plink_sqlConn;uid=DB_175408_plink_user;pwd=pl7777#1;database=DB_175408_plink" 'conn.open "DSN=prolink2;uid=prolink;pwd=xuxa" %> <% window_title = "ProfessionaLink: About Us" %> <% = window_title %> <% = bodyblurb %> <% ' GLOBAL VARIABLES BELOW loggedIn = false loggedInUqid = null plgroup = null username = null rGUID = request.cookies("guid") if not checknull(rGUID) then loggedIn = true username = membershipCheck() loggedInUqid = quikFieldVal("uqid",username) sql = "select pl_group from users where username = " & sqlsafe(username) set rs = conn.execute(sql) if not rs.eof then plgroup = rs(0) end if rs.close set rs = nothing end if if logo_use = "myp" then logo_lx = "/epx/myp.asp" logo_gif = "/images/title_bg_myp.gif" logo_alt = "myProfessionaLink" elseif logo_use = "myp_c" then logo_lx = "/epc/myp_c.asp" logo_gif = "/images/title_bg_myp_c.gif" logo_alt = "myProfessionaLink for Consultants" else logo_lx = "/" logo_gif = "/images/title_bg_l.gif" logo_alt = "ProfessionaLink" end if %>
<% ' AVATAR CUSTOMIZATIONS HERE select case lcase(username) case "john.hoke@gm.com" response.write "" case else if instr(username,"@dow.com") > 0 then response.write "" end if end select if instr(username,"acme.com") > 0 then response.write "" end if %>
<% = logo_alt %>



<% if strpath <> "login.asp" and not loggedIn then %>
e-mail: 
password: 
 

<% elseif loggedIn then firstname = quikFieldVal("first_name",membershipCheck) fullname = firstname & " " & quikFieldVal("last_name",membershipCheck) if not checknull(firstname) then if instr(firstname,vbcrlf) < 0 then firstname = ucase(left(firstname,1)) & lcase(right(firstname,len(firstname)-1)) else firstname = firstname end if else firstname = membershipCheck end if %> <% if plgroup = "users_pro" then %> <% else %> <% end if %>
Hi <% = firstname %>,
Thank you for being a
registered consultant.
Hi <% = firstname %>,
Thank you for being a member
of ProfessionaLink.
<% end if %>


<% = FormatDateTime(now(),vblongdate) %> <% if loggedIn then %>myProfessionaLink | Log-out<% else %>Home<% end if %> | Site map | Contact us   

<% scriptname = lcase(request.servervariables("script_name")) if checknull(expand) then expand = request("expand") end if %>
ProfessionaLink Info
<% if instr(scriptname,"/content/about") > 0 or expand then %> About Us
 Why ProfessionaLink?
 Frequently Asked Questions
 Testimonials
 Management Team
 Contact Us

<% else %> About Us

<% end if %> <% if instr(scriptname,"/content/findc") > 0 or expand then %> How to find consultants
 Scope of services
 Consulting firm profiles
 Quality Assurance
 Process
 Benefits
 · Apply now

<% else %> How to find consultants

<% end if %> <% if instr(scriptname,"/content/findp") > 0 or expand then %> How to find projects
 Range of project topics
 Project examples
 Benefits
 · Apply now

<% else %> How to find projects

<% end if %> <% if instr(scriptname,"/content/tour") > 0 or expand then %> Tour & Map
 Site map
 5-minute Process Tour

<% else %> Tour & Map

<% end if %> <% if scriptname <> "login.asp" then %> Start using our service

<% end if %> <% if not expand or checknull(expand) then %> (expand menu)
<% else %> (collapse branches)
<% end if %>



We are a powerful advisory service to Fortune 1000 executives that helps them identify and evaluate the right consultants to solve their complex business problems.

As buyers of consulting services have become more sophisticated, the consulting marketplace has become much more fractured and specialized. You are defining engagements in terms of very specific deliverables and require highly specialized expertise. Consequently generalist-consulting firms whom buyers have previously used are often not the right resource for the latest project. Using one of these firms can lead to disappointing results.

The alternative - searching for the best, qualified specialty firms is time-consuming and expensive on both sides. This is where ProfessionaLink comes in. We make it our business to scour the consulting industry to find the best firms in each area of expertise, classify them and screen them for quality.


Click here for more details
- Buyers more demanding of expertise, experience
- Thousands of high quality 'boutique' specialist firms
- 'Boutique' firms are higher quality, lower cost…but hard to find
- Consultants spend a lot of time and money to find projects
- ProfessionaLink cuts out the time, cost and effort to find the right consultant for the job
- more details click here...


Click here for more details
- Core team of 4 executives in place
- Over 25 years' collective consulting experience
- E-commerce expertise
- Focus on customer service, project placement skills
- Supplemented by network of seasoned advisors
- more details click here...


Click here for more details
- Cost? Small commission paid by consultant
- Obligation? None, your discretion to use consultants, project leads
- How find consultants? By invitation, screened for expertise and quality
- How find client? Direct contact with Fortune 1000 senior executives
- Pre-existing relationships? No fees due ProfessionaLink
- Type of consulting? Full range of 'advisory' work, not 'body shop'
- Size of projects? Typically $100,000 to $1,000,000
- more details click here...


Click here for more details

 


Is there a problem with the website? Report it here.

Copyright © 2000-2009 ProfessionaLink, LLC.
All Rights Reserved. Unauthorized duplication of any material is prohibited.
Privacy Policy  Terms of Usage

<% conn.close set conn = nothing %>