
window.onload=function(){
	Nifty("div.pictureBox","normal transparent");
	Nifty("div.box","normal transparent");
}

function changeThatThing() {
	
	var ding = document.getElementById('info').innerHTML;
	if (ding == '(anything ranch/horse related)') {
		document.getElementById('info').innerHTML = '(website/technical related things)';
	}
}
