
function init() {
	if(document.getElementById('blendme')) blendImages('blendme');
}

window.onload = init;


