<!---hide
function getRandom() 
{   
return Math.random()
}
x = 6;
y= parseInt(getRandom()*x+1,10);
pic="images/sb"+ y+".jpg";

document.write("<IMG SRC='",pic,"' BORDER='0'>")
//---->
