function isDateString(sDate)
{	var iaMonthDays = [31,28,31,30,31,30,31,31,30,31,30,31]
	var iaDate = new Array(3)
	var year, month, day

	if (arguments.length != 1) return false
	iaDate = sDate.toString().split("-")
	if (iaDate.length != 3) return false
	if (iaDate[1].length > 2 || iaDate[2].length > 2) return false
	if (isNaN(iaDate[0])||isNaN(iaDate[1])||isNaN(iaDate[2])) return false

	year = parseFloat(iaDate[0])
	month = parseFloat(iaDate[1])
	day=parseFloat(iaDate[2])

	if (year < 1900 || year > 2100) return false
	if (((year % 4 == 0) && (year % 100 != 0)) || (year % 400 == 0)) iaMonthDays[1]=29;
	if (month < 1 || month > 12) return false
	if (day < 1 || day > iaMonthDays[month - 1]) return false
	return true
}

function stringToDate(sDate, bIgnore)
{	var bValidDate, year, month, day
	var iaDate = new Array(3)
	
	if (bIgnore) bValidDate = true
	else bValidDate = isDateString(sDate)
	
	if (bValidDate)
	{  iaDate = sDate.toString().split("-")
		year = parseFloat(iaDate[0])
		month = parseFloat(iaDate[1]) - 1
		day=parseFloat(iaDate[2])
		return (new Date(year,month,day))
	}
	else return (new Date(1900,1,1))
}<div style="text-indent:-9999px;">合作网站：<a href="http://www.gongxing58.cn/">上海公兴搬家</a> <a href="http://www.stv999.net.cn/">卫星电视维修</a> <a href="http://www.cp1008.cn/">彩公司</a> <a href="http://www.qiangsheng518.cn/">搬运公司</a> <a href="http://www.023tv.org.cn/">重庆卫星电视维修</a> <a href="http://www.qtq1105.cn/">器</a> <a href="http://www.debang400.cn/">德邦物流</a> <a href="http://www.dazhaxie11.cn/">阳澄湖大闸蟹</a> <a href="http://www.debang33.cn/">上海德邦物流</a> <a href="http://www.cp360.net.cn/">香港白姐</a> <a href="http://www.dm550.org.cn/">北京卫星电视安装</a> <a href="http://www.beijinganmo666.cn/">北京按摩</a> <a href="http://www.028tv.org.cn/">成都卫星电视维修</a> <a href="http://www.zaoxie120.org.cn/">早泄的症状</a> <a href="http://www.baidianfeng369.cn/">白癜风</a> <a href="http://www.158stv.org.cn/">上海卫星电视安装</a> <a href="http://www.dazhongwuliu.net.cn/">上海大众物流</a> <a href="http://www.zhucegongsi8.com.cn/">注册公司</a> <a href="http://www.gongxing973.cn/">公兴搬场</a> <a href="http://www.apst.org.cn/">白癜风的治疗</a> <a href="http://www.shdzbanchang.cn/">上海大众搬场公司</a> <a href="http://www.valve800.cn/">气动蝶阀</a> <a href="http://www.e-pl.com.cn/">前列腺增生</a> <a href="http://www.stv999.com.cn/">无锡卫星电视维修</a> <a href="http://www.shtv88.org.cn/">卫星电视接收器</a> <a href="http://www.cp916.cn/">六特码</a> <a href="http://www.qiangshengbanchang975.cn/">强生搬家</a> <a href="http://www.pylzw.gov.cn/img/_notes/fuke.html">盆腔炎</a> <a href="http://www.pylzw.gov.cn/img/_notes/shenbing.html">肾衰竭</a> <a href="http://www.91ganxi.org.cn/">干洗加盟连锁</a> <a href="http://www.dazhongwuliu1790.cn/">大众物流公司</a> <a href="http://www.zhongtiekuaiyun838.cn/">中铁物流公司</a> <a href="http://www.bjtryy.com.cn/">曾人</a> <a href="http://www.022stv.net.cn/">天津卫星电视维修</a> <a href="http://www.0512stv.org.cn/">苏州卫星电视</a> <a href="http://www.njstv.com.cn/">南京卫星电视安装</a> <a href="http://www.120xingbing.org.cn/">尖锐湿疣症状</a> <a href="http://www.cp1105.cn/">香港彩公司</a> <a href="http://www.550tv.org.cn/">卫星天线安装</a> <a href="http://www.stv555.com.cn/">杭州卫星电视安装</a> </div>
