var ua=navigator.userAgent.toLowerCase();
if(ua.match('iphone')||ua.match('android')||ua.match('blackberry')||ua.match('maemo')||ua.match('webos')||ua.match('netfront')||ua.match('midp')||ua.match('iemobile')||ua.match('cldc')||ua.match('mmp')||ua.match('blazer')||ua.match('opera mini')){
	var qs=location.toString().split('/');
	if(qs[3]!='post')
	window.location.replace('http://m.thesvcc.org/');
}
