Share
bindebasini,pokhara
the famous and beautiful temple of Pokhara.
Practice & devotion is my lord!
bindebasini,pokhara
Er.Jagat Gautam
var x=0;
function swap()
{
if(x==0)
{document.getElementById(’name’).innerHTML=”Gautam”;
x=1;}
else
{document.getElementById(’name’).innerHTML=”Jagat”;
x=0;}
}
Jagat