Front Page
var x = new Array(1,2,3,4); var newLength = x.unshift(0); function myfunction() { }
</script>