/**
 * @author kim
 */

var SITE_PAGE_URL = {
						"launch_notice":"/ingame/launch-notice",
						"notice_all":"/notice/all",
						"notice_notice":"/notice/notice",
						"notice_event":"/notice/event",
						"fan-art":"/community/fan-art",
						"screenshot":"/community/screenshot",
						"players-photo":"/community/players-photo",
						"gamein-fan-art":"/gameincommunity/fan-art",
						"gamein-screenshot":"/gameincommunity/screenshot",
						"gamein-players-photo":"/gameincommunity/players-photo",
						"poll":"/community/poll",
						"pollProc":"/community/proc",
						"comment":"/community/comment",
						"communityProc":"/community/proc",
						"user-ranking":"/community/ranking/user-ranking",
						"house-ranking":"/community/ranking/house-ranking",
						"house":"/community/house/search",
						"house-ad":"/community/house/advertisement",
						"advertisement-comment":"/community/house/advertisement-comment",
						"itemguide":"/cashitem/premium-item-guide",
						"gm-diary":"/community/gm-diary",
						"tournament-proc":"/tournament/proc",
						"vip-guide":"/vip/vip-guide",
						"vip-notice":"/vip/vip-notice",
						"vip-forum":"/community/forum/lists/idxForum/61",
						"benefit-of-vip":"/vip/benefit-of-vip",
						"vip-chat":"/vip/vip-chat",
						"vip-chat-list":"/vip/vip-chat-list",
						"do-vip-chat":"/vip/do-vip-chat"
					 };

var SEARCH_OBJECT = {
						"noticeSearch":"searchName,searchWord",
						"list":"page,searchName,searchWord,sort",
						"search":"cate,mode,idx,searchName,searchWord,sort",
						"view":"mode,idx,page,searchName,searchWord,sort",
						"sort":"mode,idx,page,searchName,searchWord,sort",
						"ranking":"cate,searchName,searchWord",
						"house":"page,searchName,searchWord,sort,nation",
						"house-ad":"page,searchName,searchWord,nation"
					};
