
	$(function() { // edit this section as necessary:
	// #id or .class of the search box
		$("#ds").dropSearch({
			basedomain: "durhamcollege.ca",    // which domain to search
			inittext  : "search...", // the default text in the search box
			filter    : "-durhamcollege.ca/EN/test -durhamcollege.ca/test -durhamc.on.ca -communications.durhamcollege.ca -lsc.durhamcollege.ca -chronicle.durhamcollege.ca -opentech -thisisit -www1.durhamcollege.ca -uoit.ca",     // ignore/require specific keywords
			align     : "right",       // position of the dropdown list
			relative  : true,        // set to true if within a relative div/container
			width     : "250",        // should be at least 250px
			gkey      : "ABQIAAAAD7HLHxSe5Ev17kVkL0ehKRQHjk465z-dh5x8exiX6Inbxmc_chTwoLwmxjML_mIUdp46tgiy_yl7UA"            // please enter your google ajax api here [optional]
		});
	});
