/**
 * @author Glasgow Central Mosque
 */

		<!--
if (document.getElementById) { window.onload = swap };
function swap() {
var numimages=2;
rndimg = new Array("background.jpg", "background2.jpg");
x=(Math.floor(Math.random()*numimages));
randomimage=(rndimg[x]);
document.getElementById("webwrapper").style.backgroundImage = "url("+ randomimage +")";
}
	//--> 