var ua = window.navigator.userAgent.toLowerCase();
if(/lgtelecom/.test(ua) || /android/.test(ua) || /blackberry/.test(ua) || /iphone/.test(ua) || /ipad/.test(ua) || /samsung/.test(ua) || /symbian/.test(ua) || /sony/.test(ua) || /SCH-/.test(ua) || /SPH-/.test(ua)){
	parent.location.href = 'http://mobilesmart.kr/anovein/';
}


