/*
	Calendar of Events
	Modifies the standard ch_lang_url template variable to append the query string information
	version: 2005-04-28
	
	Computing and Communications Service
	(c) University of Ottawa
*/

if (typeof(window["ch_lang_url"]) != "undefined") { /* check if ch_lan_url variable present */
	ch_lang_url += window.location.search;
}
