window.addEvent("domready",function(){new Footer()});var Footer=new Class({Implements:[Events,Options],options:{},initialize:function(A){var B=this;var C=new Asset.css("/css/footer.css");B.setOptions(A);B.container=document.getElementById("footer");if(B.container==null){return }B.init()},init:function(){var j=this;var I=new Element("div",{"class":"pagefooter"}).inject(j.container);var k=I.getCoordinates();var N=new Element("div",{"class":"pagefooter"}).inject(I);var a=new Element("ul",{"class":"footer_columns"}).inject(N);var i=new Element("li",{"class":"column"}).inject(a);var M=new Element("h4",{html:"我的飞跃:"}).inject(i);var f=new Element("ul").inject(i);var X=new Element("li",{html:"积分管理"}).inject(f);var U=new Element("li",{html:"订阅"}).inject(f);var R=new Element("li",{html:"定制"}).inject(f);var P=new Element("li",{html:"收藏夹"}).inject(f);var O=new Element("li",{html:"更多..."}).inject(f);var h=new Element("li",{"class":"column"}).inject(a);var L=new Element("h4",{html:"帮助信息:"}).inject(h);var b=new Element("ul").inject(h);var H=new Element("li",{html:"帮助资源"}).inject(b);var G=new Element("li",{html:"飞跃积分规则"}).inject(b);var F=new Element("li",{html:"Honor Code"}).inject(b);var E=new Element("li",{html:"使用说明"}).inject(b);var D=new Element("li",{html:"版权声明"}).inject(b);var C=new Element("li",{html:"友情链接"}).inject(b);var g=new Element("li",{"class":"column"}).inject(a);var K=new Element("h4",{html:"giantleap.us:"}).inject(g);var Y=new Element("ul").inject(g);var B=new Element("li",{html:"Site Map"}).inject(Y);var A=new Element("li",{html:'<a href="/index.jsp">首页</a>'}).inject(Y);var o=new Element("li",{html:"选校"}).inject(Y);var n=new Element("li",{html:"我的飞跃"}).inject(Y);var m=new Element("li",{html:"海外生活"}).inject(Y);var l=new Element("li",{html:"飞跃FAQ"}).inject(Y);var d=new Element("li",{"class":"column"}).inject(a);var J=new Element("h4",{text:"关于飞跃:"}).inject(d);var V=new Element("ul").inject(d);var e=new Element("li",{text:"飞跃动态"}).inject(V);var Z=new Element("li",{text:"开源项目"}).inject(V);var W=new Element("li",{text:"飞跃英雄谱"}).inject(V);var T=new Element("li",{text:"加入飞跃团队"}).inject(V);var Q=new Element("li",{text:"飞跃志愿者"}).inject(V);var S=new Element("small",{"class":"copyright",text:"Copyright (C) 2006-2008 Giantleap All Rights Reserved"}).inject(N);new Element("div",{styles:{height:"10px"}}).inject(N);new Element("image",{src:"http://img.tongji.cn.yahoo.com/890052/ystat.gif"}).inject(N)}});