fullURL = parent.document.URL;
xxx = fullURL.substring(fullURL.indexOf('?')+3, fullURL.length);
if(xxx == 1)
	{
	
	}
else
	{
	if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i))) 
		{
		var answer = confirm ("Thank you for visiting 15malaysia.com. We notice that you are on a mobile device. Our site is not optimized for mobile users but our sister site ruumz.com is. You might find a better user experience there. Please press OK to proceed to the ruumz mobile site or CANCEL to stay in 15malaysia.com.")

		if (answer)
			{
			if (document.cookie.indexOf("iphone_redirect=false") == -1) window.location = "http://m.ruumz.com/apps/15Malaysia/";
			}
			else
			{

			}
		}
	}
