/*------------------------------------------------------------------------------------------
site.page.init.first.dir.js
da peng
dp165137419@163.com
------------------------------------------------------------------------------------------*/



(function ($) {
    $(document).ready(function () {
				$('#productPage').html(GetProductPageList($('#gamePage').val()));
				$('#productPage').change(function () {
				    var pagePath = GetPagePath(3, 0, $('#productPage').val());
						window.location.href = pagePath;
				});
		});
})(jQuery);