// JavaScript Document
function cookit() {
    var done=false;
	exDate = new Date
	exDate.setMonth(exDate.getMonth()+9)
	for(i=0;i<cookit.arguments.length;i++) {
		ckThing = cookit.arguments[i] + '=' + cookit.arguments[i+1] +';path=/kabbalah/courses'
		i++
		document.cookie = ckThing + '; expires=' + exDate.toGMTString();
		if (!done) { window.location.reload(false); done=false; }
	}
}
// Get Cookies script
cookString = "?"      
// does the visitor have a cookie?      
if (document.cookie != "") {
	theCook = document.cookie.split("; ")

	for (i = 0; i < theCook.length; i ++) {
		cookString += theCook[i] + "&"
	}
}
