
<!-- Begin

function sponsor_link(link_number) {

if (link_number == "1") {
location.href = '#';
// location.href = 'http://www.eventbrite.com/event/331257801/homepage';
}

if (link_number == "2") {
location.href = '#';
// location.href = 'http://www.eventbrite.com/event/331257801/homepage';
}

if (link_number == "3") {
location.href = '#';
// location.href = 'http://www.eventbrite.com/event/331257801/homepage';
}



}

// End -->

