function init() {
  if(parseInt(navigator.appVersion) < 4) {
    alert("Sorry, a 4.0+ browser is required to view this site.");
    return;
  }
  var width, height = 20;
  if(isNav4) width = 140;
  else width = 140;
  var bgColor = "#A12285";

  l = new List(true, width, height+5, bgColor);
  l.addItem("<a target='_top' href='http://www.iceworks.net/index.shtml'>Home</a>");
  l.addItem("<a target='_top' href='http://www.iceworks.net/learn.shtml'>Learn to Skate</a>");
  l.addItem("<a target='_top' href='http://www.iceworks.net/public.shtml'>Public Skating</a>");
  l.setFont("<FONT COLOR='#FFCC00' FACE='Arial,Helvetica' SIZE=-1><B>","</B></FONT>");

 ps = new List(false, width, height, "#333333");
    ps.setFont("<FONT COLOR='#FFCC00' FACE='Arial,Helvetica' SIZE=-2><b>","</b></FONT>");
    ps.addItem("<a target='_top' href='http://www.iceworks.net/public_parties.shtml#birthday'>Birthday Parties</a>");
    ps.addItem("<a target='_top' href='http://www.iceworks.net/public_parties.shtml#group'>Corp/Social Groups</a>");
    ps.addItem("<a target='_top' href='http://www.iceworks.net/public_parties.shtml#midnight'>Midnight Special</a>");
    ps.addItem("<a target='_top' href='http://www.iceworks.net/public_parties.shtml#fundraiser'>Fund Raisers</a>");
    ps.addItem("<a target='_top' href='http://www.iceworks.net/public_parties.shtml#skatathon'>Charity Events</a>");
  l.addList(ps, "<a target='_top' href='http://www.iceworks.net/public_parties.shtml'>Parties/Fundraisers</a>");

    fs = new List(false, width, height, "#333333");
    fs.setFont("<FONT COLOR='#FFCC00' FACE='Arial,Helvetica' SIZE=-2>","</FONT>");
    fs.addItem("<a target='_top' href='http://www.iceworks.net/learn.shtml'>Learn to Skate</a>");
    fs.addItem("<a target='_top' href='http://www.iceworks.net/figure_junior_competitive.shtml'>Junior Competitive</a>");
    fs.addItem("<a target='_top' href='http://www.iceworks.net/figure_private.shtml'>Private Lessons</a>");
    fs.addItem("<a target='_top' href='http://www.iceworks.net/figure_icepkgs.shtml'>Fall/Winter Academy</a>");
    fs.addItem("<a target='_top' href='http://www.iceworks.net/figure_schedule.shtml'>Fall/WinterSchedule</a>");
    fs.addItem("<a target='_top' href='http://www.iceworks.net/figure_schedule_summer.shtml'>Summer Schedule</a>");
    fs.addItem("<a target='_top' href='http://www.iceworks.net/figure_private.shtml'>Coaching Staff</a>");
    fs.addItem("<a target='_top' href='http://www.iceworks.net/figure_iwsc.shtml'>IceWorks Skating Club</a>");
  l.addList(fs, "<a target='_top' href='http://www.iceworks.net/figure.shtml'>Figure Skating</a>");

    h = new List(false, width, height, "#333333");
    h.setFont("<FONT COLOR='#FFCC00' FACE='Arial,Helvetica' SIZE=-2>","</FONT>");
    h.addItem("<a target='_top' href='http://www.iceworks.net/hockey_camps.shtml'>Camps & Clinics</a>");
    h.addItem("<a target='_top' href='http://www.iceworks.net/hockey_coaches.shtml'>Coaching Staff</a>");
    h.addItem("<a target='_top' href='http://www.iceworks.net/hockey_open.shtml'>Open Hockey</a>");
    h.addItem("<a target='_top' href='http://www.iceworks.net/hockey_leagues.shtml'>Leagues</a>"); 
  l.addList(h, "<a target='_top' href='http://www.iceworks.net/hockey.shtml'>Hockey</a>");

  l.addItem("<a target='_top' href='http://www.iceworks.net/leagues/mens/index.php'>Mens League</a>");

    trn = new List(false, width, height, "#333333");
    trn.setFont("<FONT COLOR='#FFCC00' FACE='Arial,Helvetica' SIZE=-2>","</FONT>");
    trn.addItem("<a target='_top' href='http://www.iceworks.net/hockey_tournaments.shtml'>Upcoming'</a>");
    trn.addItem("<a target='_top' href='http://www.iceworks.net/hockey_tournaments.shtml'>Registration</a>");
    trn.addItem("<a target='_top' href='http://www.iceworks.net/hockey_tournaments.shtml'>Results & Schedules</a>");
  l.addList(trn, "<a target='_top' href='http://www.iceworks.net/hockey_tournaments.shtml'>Tournaments</a>");


    dba = new List(false, width, height, "#333333");
    dba.setFont("<FONT COLOR='#FFCC00' FACE='Arial,Helvetica' SIZE=-2>","</FONT>");
    dba.addItem("<a target='_top' href='http://www.iceworks.net/directory/site_about.php'>Advertising</a>");
    dba.addItem("<a target='_blank' href='http://www.iceworks.net/directory/'>Advertiser Index</a>");
  l.addList(dba, "<a target='_top' href='http://www.iceworks.net/directory/site_about.php'>Advertise</a>");

  l.addItem("<a target='_top' href='http://www.iceworks.net/upcoming.shtml'>Upcoming Events</a>");

  l.addItem("<a target='_top' href='http://www.iceworks.net/cafe.shtml'>Restaurant</a>");

  l.addItem("<a target='_top' href='http://www.iceworks.net/company.shtml'>Company Profile</a>");

  l.addItem("<a target='_top' href='http://www.iceworks.net/employment.shtml'>Employment</a>");

  l.addItem("<a target='_top' href='http://www.iceworks.net/directions.shtml'>Directions</a>");


  l.build(13,165);
}

