

//紀錄網頁讀取時間
function RecordPageTrend(ProgramSTime , ProgramETime , BrowseContent){
	$.get('auctionItem.php',{'action':'WebLoading','ProgramSTime':ProgramSTime,'ProgramETime':ProgramETime,'BrowseContent':BrowseContent},function(){});
}


//紀錄網頁讀取時間
function RecordPageTrendCategory(BrowseType ,ProgramSTime , ProgramETime , BrowseContent , ItemCount){
	$.get('jyahoo_category.php',{'action':'WebLoading','BrowseType':BrowseType,'ProgramSTime':ProgramSTime,'ProgramETime':ProgramETime,'BrowseContent':BrowseContent,'ItemCount':ItemCount},function(){});
}
