﻿function initEventHandlerSub() {

}

function onPageLoadSub() {

}

function delayedBest() {
//	timeoutID = window.setTimeout(slowBest, 400);
}
function slowBest() {
//	$(".g_bestSeller .g_gallery .g_goods").fadeOut(100).fadeIn(200);
}
function clearBest() {
//	window.clearTimeout(timeoutID);
}

