function w(s){
document.write(s);
}
function l(url,text,flag){
if (flag) return "" + text + "";
else return "" + text + "";
}
function d(cls,text){
w('
');
w(text);
w('
');
}
function a(){
return new Array("","Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec");
}