var uas=new Array();var uaex=new Array();try{var uagent=navigator.userAgent.toLowerCase()}catch(e){uagent=""}uas[0]="iphone";uas[1]="blackberry";uas[2]="windows ce";uas[3]="lge-";uas[4]="lg-c";uas[5]="lg-l";uas[6]="htc-";uas[7]="mot-";uas[8]="motorola";uas[9]="nokia";uas[10]="samsung";uas[11]="sonyericsson";uas[12]="palm";uas[13]="symbian";uas[14]="ppc-";uas[15]="android";uas[16]="iemobile";uas[17]="webos";uaex.iphone=1;uaex.android=1;uaex.blackberry=1;uaex.iemobile=1;uaex.webos=1;for(i=0;i<uas.length;i++){if(uagent.indexOf(uas[i])!=-1){if(uaex[uas[i]]!=null){var a=confirm("Learn about the Break app for your device?");if(a){if(uas[i]=="android"){window.location="http://info.break.com/break/html/android/android.html"}else{if(uas[i]=="iphone"){window.location="http://info.break.com/static/live/v1/pages/iphone/iphone.html"}else{if(uas[i]=="blackberry"){window.location="http://info.break.com/break/html/mobile/blackberry.html"}else{if(uas[i]=="iemobile"){window.location="http://info.break.com/break/html/mobile/winpho7.html"}else{if(uas[i]=="webos"){window.location="http://info.break.com/break/html/mobile/palm.html"}}}}}}break}}};
