function user() 
{
	if((navigator.userAgent.indexOf('iPhone') != -1) ||
	(navigator.userAgent.indexOf('iPod') != -1) ||
	(navigator.userAgent.indexOf('Android') != -1) ||
	(navigator.userAgent.indexOf('BlackBerry9530') != -1) ||
	(navigator.userAgent.indexOf('LG-TU915 Obigo') != -1) ||
	(navigator.userAgent.indexOf('LGE VX') != -1) ||
	(navigator.userAgent.indexOf('webOS') != -1))
	{window.location = "http://www.ironmen247.com/wordpress/";}


	else {
  		window.location = "http://www.ironmen247.com/";
  	}
}
