
	function getCookie(name){

		name+= "=";
		theCookie=document.cookie+";"
		start=theCookie.indexOf(name)

		if(start!=-1){
			end=theCookie.indexOf(";",start);
			return unescape(theCookie.substring(start+name.length,end));
		}else{
		return ''}
	}

if(getCookie("EngineReferrer")=="Y") {

	switch(getCookie("EngineStr")){
	//case "週年慶DM":
	//開新視窗
	//		if(location.href.indexOf('http://events.fashionguide.com.tw/2008/08/annualsale/')==-1){
	//			POP=window.open("http://events.fashionguide.com.tw/2008/08/annualsale/?from=Engine",'88');
	//			POP.blur();
	//			}
	//		break;
	//case "母親節":
	//開新視窗
	//		if(location.href.indexOf('http://events.fashionguide.com.tw/2009/03/mothersday/')==-1){
	//			POP=window.open("http://events.fashionguide.com.tw/2009/03/mothersday/?from=Engine",'88');
	//			POP.blur();
	//			}
	//		break;
	//case "週年慶":
	//直接導向
			//if(location.href.indexOf('http://case.fashionguide.com.tw/2007/anniv')==-1){
			//	location.href='http://case.fashionguide.com.tw/2007/anniv';}
			//break;
	//case "減肥餐":
	//開新視窗
	//		if(location.href.indexOf('http://ifit.fashionguide.com.tw/event/2007/oil/')==-1){
	//			POP=window.open("http://ifit.fashionguide.com.tw/event/2007/oil/?from=pop",'88');
	//			POP.blur();
	//			}
	//		break;

	}

}

