﻿// JScript File

/*记录首页广告点击来源*/
function recordAdHitLog(fromUrl,userIP)
{
	f54u.BLL.AppModule.BL_Utility.InsertOperateLogByAjax("120", "酒店机票" , fromUrl, userIP);
	window.open("http://www.010bus.net/hotel.html","_blank");//http://www.17u.cn/index1143634.html
}

