﻿/// <reference path="Justgo.js" />
/// <reference path="jquery-1.3.2-vsdoc.js" />
/// <reference path="miya_validator.js" />

jQuery(document).ready(function() {
	jQuery('#LNBItem_AirtelNoticeTitle').css("cursor","pointer");
	jQuery('#LNBItem_AirtelNoticeTitle').click(function() {
		location.href="/Tour/chCustom/CustomNotice.aspx?pTYPE1=1&pBOCD=53";
	});
});
