    var temp;
    function aa()
    {
         alert('aa');
         alert(temp);
         document.write(temp);
    }