// This makes the onload function work for multiple onloads.

<!-- Hide this from older browsers
function start(){
// rollovers begin...
initRollovers();
// rollovers end...
// tickertape begin...
start(document.forms[0]);
// tickertape end...
// slide show js onload begin...
showHot=1;
self.focus();
preImages();
// slide show js onload end...
}
window.onload = start;
// end hide -->