s1 = new String()
var img
//var bimg


function bgimage(id,link)

{

img = Math.round(Math.random()*6);
s1 = ("url(http://www.twyford-organ.com/images/" + link + img + ".jpg) no-repeat right middle");
id.style.background = s1

//bimg = Math.round(Math.random()*4);
//maincontent.style.background = ("url(images/clip" + bimg + ".jpg) middle right no-repeat");
}