/* *************************************** */
/* 	
	ChannelOne survey configuration.
 	survey.js require this file for the configuration.
	by Tsuen Siu
	02/06/08
*/
/* *************************************** */

if (((location.host == "www.channelone.com") || (location.host == "channelone.com")) && (location.href == "http://"+location.host+"/teachers/")) {

	// For Teaching Tools Landing Page Only
	
	ch1_survey = 0; /* is the live site active or not. 1 is on, 0 is off.  */
	ch1_survey_preview = 0; /* is the preview survey active or not ... 1 is on, 0 is off.  . */
	ch1_survey_freq = 1;  /* how often the visitor will see the survey. from 0 to 1 */
	ch1_survey_link = "http://www.questionpro.com/akira/TakeSurvey?id=1241357";
	ch1_survey_img = "http://images.channelone.com/img/gui/survey_banner.jpg";
	
} else {

	ch1_survey = 1; /* is the live site active or not. 1 is on, 0 is off.  */
	ch1_survey_preview = 0; /* is the preview survey active or not ... 1 is on, 0 is off.  . */
	ch1_survey_freq = 1;  /* how often the visitor will see the survey. from 0 to 1 */
	ch1_survey_link = "http://questionpro.com/t/ACd3iZGXbP";
	ch1_survey_img = "http://images.channelone.com/img/gui/survey_banner2.jpg";
	
}

/* coming soon */
ch1_survey_start_time = 6;
ch1_survey_end_time = 18;

/* obsolete */
