var detect = navigator.userAgent.toLowerCase();
if ((detect.indexOf('iphone') > 0) && (parent.document.URL.indexOf('iphone') == -1)){
	top.location.href='http://www.bradescopocket.com.br/iphone/index.html';
}else{
	top.location.href='html/default.aspx';
}