// JavaScript Document

if(!/www/.test(location.href)){
		location.href = "http://www.ddongcafe.com/";
}

