function map_click()
{
  url = "http://maps.google.com/maps?q=3570+Timpview+Dr+Provo+UT+84604&h=en&z=16";
  title = "_blank";
  options = "width=800,height=600,resizable=1,scrollbars=1";
  child = top.window.open(url, title, options);
  child.focus();
  return;
}

function venue_click()
{
  url = "http://www.scera.org/events/view/312";
  title = "_blank";
  options = "width=800,height=600,resizable=1,scrollbars=1";
  child = top.window.open(url, title, options);
  child.focus();
  return;
 }
 
 function in_touch_click()
 {
   url = "http://eepurl.com/hN9Zs";<!-- \\ MAILCHIMP SUBSCRIBE CODE // -->
   title = "_blank";
   options = "width=800,height=800,resizable=1,scrollbars=1";
   child = top.window.open(url, title, options);
   child.focus();
   return;
 }

function startup()
{
  parent.set_bullet(1);
  return;
}

