<!-- 도메인 변경 -->
<script language = javascript>
<!--
var url1 = '88240.tistory.com';
var url2 = 'shaking.tistory.com';
if( document.URL.match(url1) ) document.location.href = document.URL.replace(url1, url2);
// -->
</script>
<!-- 도메인 변경 -->
<script language = javascript>
<!--
var url1 = '88240.tistory.com';
var url2 = 'shaking.tistory.com';
if( document.URL.match(url1) ) document.location.href = document.URL.replace(url1, url2);
// -->
</script>