Gah, fors, arrays, and getURLs

hey guys, wats wrong with this

pagelist = new Array();
pagelist[0] = home;
pagelist[1] = tutorials;
pagelist[2] = examples;
pagelist[3] = archives;
pagelist[4] = forum;
pagelist[5] = wip;
pagelist[6] = about;
link = new Array();
link[0] = "home";
link[1] = "tutorials";
link[2] = "examples";
link[3] = "archives";
link[4] = "forum";
link[5] = "wip";
link[6] = "about";
for (i=0; i<pagelist.length; i++) {
 pagelist*._alpha = 50;
 pagelist*.onRelease = function() {
  getURL(link*);
 };
}

i want it to link to the reletive object in th “link” array. Once it works, ill shorten the code dw bout that.