
function jumpNormalPage(page) {
	var strUrl;
	strUrl = document.URL;location.href = 'http://sns.lohascommunity.jp/' + page;
}

function jumpSSLPage(page) {
	var strUrl;
	strUrl = document.URL;location.href = 'http://sns.lohascommunity.jp/' + page;
}

