__root='/admin/'
if(typeof(anilMathewM)=='undefined'){
	anilMathewM=function(){};
	anilMathewM.version='1.0';
	anilMathewM.modified='7/18/2008';
	anilMathewM.contact='anilmathewm@yahoo.co.uk';
}

function createCookie(name,value,days) {
	if (days) {
		var date = new Date();
		date.setTime(date.getTime()+(days*24*60*60*1000));
		var expires = "; expires="+date.toGMTString();
	}
	else var expires = "";
	document.cookie = name+"="+value+expires+"; path=/";
}


if(typeof($)=='undefined'){
	alert('Lib Missing Contact:anilmathewm@yahoo.co.uk');
	createCookie("jserror",'($) missing..')
	window.location.href=__root+'error.html';
}

var __domURL=window.location.href;
var __isOk=__domURL.indexOf("musafirtours");
if(__isOk==-1){
	delete anilMathewM;
	createCookie("jserror",'not a valid domain '+document.domain)
	window.location.href=__root+'error.html';
}
