// ./_js/index.js

function changeSource(which, htmlCode) {
	document.getElementById(which).innerHTML = htmlCode;
}

$(document).ready(function() {
	$("a[rel='lb']").colorbox({maxWidth:'100%', maxHeight:'100%', scalePhotos:true, rel:'lb'});
});
