if(screen.width < 750){
	/* diz qual os dados do pc*/
   alert(navigator.userAgent);
   
   window.location.replace('http://www.bigbangdigital.com.br/v8/indexcelular.html'); //Aqui código para redirecionamento. 'window.location' 'mobile'
   self.location = 'http://www.bigbangdigital.com.br/v8/indexcelular.html';
}
if (navigator.appName == "J2ME/MIDP") {
window.location="http://www.bigbangdigital.com.br/v8/indexcelular.html"
}

