function iPhoneAlert()
{

	iphone_alert= navigator.userAgent;
	//alert (iphone_alert);

	var navigateur =iphone_alert.indexOf("iPhone", 0);
	if ( navigateur >= 0) 
		{
			window.location = 'http://www.actimat.mobi/';
		}

	var navigateur =iphone_alert.indexOf("Android", 0);
	if ( navigateur >= 0) 
		{
			window.location = 'http://www.actimat.mobi/';
		}

	var navigateur =iphone_alert.indexOf("BlackBerry", 0);
	if ( navigateur >= 0) 
		{
			window.location = 'http://www.actimat.mobi/';
		}

	var navigateur =iphone_alert.indexOf("Palm", 0);
	if ( navigateur >= 0) 
		{
			window.location = 'http://www.actimat.mobi/';
		}
}
