﻿var date = new Date();

function expandTree(whichID)
{
self.location = "InfoCategoryInfoList.html?InfoCategoryList150_sel=" + whichID + "&#38;InfoPublishInit_CategoryID=" + whichID +"&#38;InfoHotList150_action=Singlepagelist&amp;InfoFocusList150_action=Singlepagelist&amp;time=" + date.getTime();
}
function refreshPages(whichID)
{
  self.location =  "InfoCategoryInfoList.html?InfoFocusList150_action=singlepagelist&#38;InfoHotList150_action=singlepagelist&#38;InfoCategoryInfoList150_action=list&#38;InfoCategoryList150_highlight=" + whichID + "&#38;InfoPublish_CategoryID=" + whichID +"&#38;time=" + date.getTime();
}