<script type="text/javascript">
<!--
var Zahl=2505;
alert(typeof Zahl);
var Text="2505";
alert(typeof Text);
var bbb=true;
alert(typeof bbb);
// -->
</script>