function randomimage()
{
rimage = Math.floor(Math.random() * 7); //MAX
img = rimage + ".gif"
tag = "<IMG SRC='images/nestv" + img + "' width=278 height=35 border=0>";

};