window.onload = function() {
	var item01 = document.getElementById("furniture");
	var item02 = document.getElementById("center");
	var item03 = document.getElementById("framing");
	item01.onclick = function() {
		window.location = "http://artfulliving.ca/furniture/album/living-room";
	}
	item02.onclick = function() {
		window.location = "http://artfulliving.ca/art/album/framed-art-glass";
	}
	item03.onclick = function() {
		window.location = "http://artfulliving.ca/custom-framing/album/framing-album";
	}
}


	
