<!--
if (top.location != self.location){
top.location = self.location.href
}
thedate=new Date();
year=thedate.getYear();
if(year<2000){year=year+1900;}

function xIt(obj, new_style){
obj.className = new_style;
}
function uGo(){
var i, args=uGo.arguments; document.returnValue = false;
for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
function Quicklink(){
var i=0, args=Quicklink.arguments; document.returnValue = false;
eval("window.open('"+args[i]+"','','');");
}
//-->