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