// JavaScript Document
function smallBusinesWatch() {
	document.getElementById('small-business-watch').onclick = promoHref;
}
function promoHref() {
	location.href = "/business/resources/watch.html";	
}
addLoadEvent(smallBusinesWatch);