function CCDC_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

// generate random number
random.m=714025; random.a=4096; random.c=150889;
        random.seed = (new Date()).getTime()%random.m;

var num = (Math.round((random() * 9)))+1;
vbot_pic = new Image();           
vbot_pic.src = eval('"imgs/rotate" + num + ".jpg"');  
vbot_txt = new Image();           
vbot_txt.src = eval('"imgs/rotate" + num + "txt.gif"');  
   
// function to return random number
function random() {
     random.seed = (random.seed*random.a + random.c) % random.m;
     return random.seed / random.m;
     }

document.write("<TABLE width=710 border=0 align=center cellPadding=0 cellSpacing=0>");
document.write("<TR>");
document.write("<TD width=15 vAlign=top bgColor=#ffffff><IMG height=15 src=imgs/HK2005_topleft.gif width=15></TD>");
document.write("<TD align=center bgColor=#ffffff><img height=140 src=imgs/HK2005_LG_logo.gif></TD>");
document.write("<TD width=15 vAlign=top bgColor=#ffffff><IMG height=15 src=imgs/HK2005_topright.gif width=15></TD>");
document.write("</TR>");
document.write("</TABLE>");
document.write("<TABLE width=710 border=0 align=center cellPadding=0 cellSpacing=0>");
document.write("<TR>");
document.write("<TD bgColor=#ffffff height=2px><IMG src=imgs/1pix.gif></TD>");
document.write("</TR>");
document.write("<TR>");
document.write("<TD bgColor=#ffffff><IMG height=21 src=imgs/HK2005_datebanner.gif width=710></TD>");
document.write("</TR>");
document.write("<TR>");
document.write("<TD bgColor=#ffffff><IMG id=vbot_pic height=188 src=imgs/rotate1.jpg width=710 name=vbot_pic></TD>");
document.write("</TR>");
document.write("<TR vAlign=center align=right>");
document.write("<TD height=12 background=imgs/HK2005_lowerbanner.gif bgColor=#ffffff><IMG id=vbot_txt height=10 hspace=1 src=imgs/rotate1txt.gif width=132 vspace=2 name=vbot_txt></TD>");
document.write("</TR>");
document.write("<TR>");
document.write("<TD bgColor=#ffffff><IMG height=20 src=imgs/1pix.gif width=710></TD>");
document.write("</TR>");
document.write("</TABLE>");