
/*
	last update 2009-05-06
*/

var userAgent = navigator.userAgent.toLowerCase();
var is_opera = userAgent.indexOf('opera') != -1 && opera.version();
var is_moz = (navigator.product == 'Gecko') && userAgent.substr(userAgent.indexOf('firefox') + 8, 3);
var is_ie = (userAgent.indexOf('msie') != -1 && !is_opera) && userAgent.substr(userAgent.indexOf('msie') + 5, 3);

	if(is_ie){
		var charset=document.charset;
	}
	else{
		var charset=document.characterSet;
	}
	charset=charset.toLowerCase();
	
	//document.write("&nbsp;&nbsp;<a title='订阅该商品降价提醒服务' style='color:#366E9D' href='#' onclick=\"window.open('http://www.dilenet.com/depreciateNotice?goodsurl='+encodeURIComponent(window.location.href),'_blank','height=250,width=400,status=yes,toolbar=no,menubar=no,location=no,top=200,left=250,resizable=no');return false;\">[降价提醒]</a>");
	
	if(window.location.href.indexOf('www.yi9.com') == -1){
		if(charset == "gbk" || charset == "x-gbk" || charset == "gb2312"){
			document.write("&nbsp;&nbsp;<a title='订阅该商品价格变动提醒服务' style='color:#366E9D;text-decoration:none' href='#' onclick=\"window.open('http://www.dilenet.com/depreciateNotice?goodsurl='+encodeURIComponent(window.location.href),'_blank','height=250,width=400,status=yes,toolbar=no,menubar=no,location=no,top=200,left=250,resizable=no');return false;\">[降价提醒]</a>");
		}
		else{

			document.write("&nbsp;&nbsp;<a title='&#x8BA2;&#x9605;&#x8BE5;&#x5546;&#x54C1;&#x4EF7;&#x683C;&#x53D8;&#x52A8;&#x63D0;&#x9192;&#x670D;&#x52A1;'  style='color:#366E9D;text-decoration:none' href='#' onclick=\"window.open('http://www.dilenet.com/depreciateNotice?goodsurl='+encodeURIComponent(window.location.href),'_blank','height=250,width=400,status=yes,toolbar=no,menubar=no,location=no,top=200,left=250,resizable=no');return false;\">[闄嶄环鎻愰啋]</a>");			
		}
	}
	else{
		if(charset == "gbk" || charset == "x-gbk" || charset == "gb2312"){
			document.write("&nbsp;&nbsp;<a title='订阅该商品价格变动提醒服务' style='color:#366E9D;text-decoration:none' href='#' onclick=\"window.open('http://www.dilenet.com/depreciateNotice?goodsurl='+encodeURIComponent(window.location.href),'_blank','height=250,width=400,status=yes,toolbar=no,menubar=no,location=no,top=200,left=250,resizable=no');return false;\">[价格提醒]</a>");
		}
		else{

			document.write("&nbsp;&nbsp;<a title='&#x8BA2;&#x9605;&#x8BE5;&#x5546;&#x54C1;&#x4EF7;&#x683C;&#x53D8;&#x52A8;&#x63D0;&#x9192;&#x670D;&#x52A1;'  style='color:#366E9D;text-decoration:none' href='#' onclick=\"window.open('http://www.dilenet.com/depreciateNotice?goodsurl='+encodeURIComponent(window.location.href),'_blank','height=250,width=400,status=yes,toolbar=no,menubar=no,location=no,top=200,left=250,resizable=no');return false;\">[&#x4EF7;&#x683C;&#x63D0;&#x9192;]</a>");			
		}		
	}
