function change()
{
number = Math.floor(Math.random()*2)
if (number==0)
document.write('<img src="../images/random_pics/1.jpg" width="320" height="213" align="top" border="0">')
if (number==1)
document.write('<img src="../images/random_pics/2.jpg" width="320" height="213" align="top" border="0">')

}