/**
 * @author wonkyo
 */

var SITE_PAGE_URL = {
						"notice_all":"/notice/all",
						"notice_notice":"/notice/notice",
						"notice_event":"/notice/event",
						"ingame_notice":"/ingame/notice",
						"gameinfo_monster":"/gameinfo/monster",
						"gameinfo_npc":"/gameinfo/npc",
						"gameinfo_quest":"/gameinfo/quest",
						"gameinfo_map":"/gameinfo/map",
						"house":"/community/house-advertisements",
						"artwork":"/community/fan-art",
						"screenshot":"/community/screenshot",
						"players":"/community/players-photo",
						"poll":"/community/poll",
						"gm-diary":"/community/gm-diary",
						"houseProc":"/community/proc",
						"pollProc":"/community/proc",
						"comment":"/community/comment",
						"communityProc":"/community/proc",
						"itemguide":"/premiumshop/premium-item-guide",
						"tournament-proc":"/tournament/proc"
					 };

var SEARCH_OBJECT = {
						"noticeSearch":"page,searchName,searchWord",
						"list":"page,searchName,searchWord,sort",
						"search":"mode,idx,page,searchName,searchWord,sort",
						"view":"mode,idx,page,searchName,searchWord,sort",
						"sort":"mode,idx,page,searchName,searchWord,sort",
						"edit":"mode,idx,page,searchName,searchWord,sort,inputpwd"
					};
				
