<!-- Begin
var place;
var meter;
var out = " ";
var place = 55;
function initialize() {
if (name != "Microsoft Internet Explorer") {
scrollbox();
};
};
function scrollbox() {
for (meter = 0; meter < place; meter++) {
out += " ";
};
if (place >= 0) {
out += display_text;
}
else {
out = display_text.substring(-place,display_text.length)
};
document.home_form.newsticker.value = out;
out = " ";
place--;
if (place < -(display_text.length)) {
place = 55
};
setTimeout('scrollbox()',100)
}
function openwindow(URLlink,URLtarget)
{
newwin=window.open(URLlink, URLtarget, 'titlebar,toolbar,status,menubar,location,hotkeys,directories,resizable,scrollbars,outerHeight=460,outerWidth=620,left=20,top=20');
}
// End -->
