Código:
  
Fijaos en el 08 y 09... Contadme vuestra opinión. 			function prueba() {
				alert(parseInt('06'));
				alert(parseInt('07'));
				alert(parseInt('08'));
				alert(parseInt('09'));
				alert(parseInt('10'));
			}
 
 
