// JavaScript Document
maxNum = 25;
function swapTop(){
	imageName="url('http://www.lubois.com/images/top" + Math.round(maxNum * Math.random()) + ".jpg')";
	document.getElementById("top").style.background = imageName;
}
function contact(){
	con = "here";
	abc = "L&#117;&#099;&#097;&#115;"
	def = "&#108;&#117;&#098;&#111;&#105;&#115;&#046;&#099;&#111;&#109;"
	document.write("<a href=" + "mail" + "to:" + abc + "&#64;" + def+ ">"+ con + "</a>" + ".")	
}
