
// this function needs to be here or the 'click activate doesn't work properly.

function swap_content(id,block_key) {
	var the_div = document.getElementById(id);
	the_div.innerHTML = content_blocks[block_key];
}
