// $Id: surveytrigger.js,v 1.11 2005/06/17 20:21:13 scale Exp $
// Contact: Scott Cale/New York
//          ibm.com Corporate Webmaster team

// We need to load the common/cookie code before the code that uses it.
// Therefore, I had to shift the original surveytrigger.js into gsttrigger.js

var ibmSurveyServer = '//www.pescasen.com';

if( (typeof staging != 'undefined') && (staging == 'yes') ){
	ibmSurveyServer = '//wwwstage.ibm.com';
}

if (typeof ibmCommonCookie == 'undefined') {
document.write('<script type="text/javascript" language="JavaScript1.2" src="' + ibmSurveyServer + '/common/cookie/cookie.js"></script>');
}

document.write('<script type="text/javascript" language="JavaScript1.2" src="' + ibmSurveyServer + '/survey/gsttrigger.js"></script>');

