codice:
<html><head>
<title></title>
</head>

<script type="text/javascript">
function news(tag){

tag=parseInt(tag);
tag+=1;
alert(tag);
}

   news('1');
</script>
<body>
</body>
</html>