function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}


rnd.today=new Date();
rnd.seed=rnd.today.getTime();

function rnd() {
        rnd.seed = (rnd.seed*9301+49297) % 233280;
        return rnd.seed/(233280.0);
};

function rand(number) {
        return Math.ceil(rnd()*number);
};
/*  promo randomiser ---------------------------------------------------------- */

VisPromo1 = ('promo1'+rand(6));


/*if((document.promo11.style)&&(document.promo11.style.display!=null)){
  document.promo11.style.display = 'block';
}

if((document.promo21.style)&&(document.promo21.style.display!=null)){
  document.promo21.style.display = 'block';
}

if((document.promo31.style)&&(document.promo31.style.display!=null)){
  document.promo31.style.display = 'block';
}*/

<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->