/*--- Avanquest WebEasy External Script ---*/

/* -------------------------------------------- */
/* Redirect to Mobile Phone Optimized Website   */
/* -------------------------------------------- */

function weMobileRedirect(url,tel,msg)
{
	if((navigator.userAgent.match(/iPhone/i))||(navigator.userAgent.match(/iPod/i))) 
	{
		var question = confirm(msg)
		window.location = (question) ? tel : url;
	}  
}



/*--- EndOfFile ---*/
