var site_url = window.location.protocol + '//' + window.location.host + '/';

App.URL = {
	comment_post: site_url+'user/wall-post-comment',
	user_search: site_url+'user/search'
};
