function bannerselect(id) {
	if (id != '') {
		urchinTracker('/bannerselect');
		location.href = '/Contestant/Banner/' + id;
	}

	return false;
}
