// JavaScript Document
function get_tickets_sf(ID)
{
window.open ("http://www.pinotdays2012sf.eventbrite.com/");
}
function get_tickets_chi(ID)
{
window.open ("http://www.pinotdays2012chicago.eventbrite.com/");
}
function get_tickets_dallas(ID)
{
window.open ("http://www.pinotdays2012dallas.eventbrite.com/");
}
function get_tickets_socal(ID)
{
window.open ("http://pinotdays2012socal.eventbrite.com/");
}

