﻿                                    var mouseover = 1;
                                    var scrollAmount = 5;
                                    var bkheight = "height=\"300\"";
                                    var bkwidth = "width=\"172\"";
                                    if (mouseover == 1)
                                      document.write("<marquee direction=\"up\" " + bkheight + bkwidth + " scrolldelay=\"100\" scrollamount=\"" + scrollAmount + "\" behavior=\"scroll\" onMouseOver=\"this.stop()\" onMouseOut=\"this.start()\" loop=\"-1\">");
                                    else
                                      document.write("<marquee direction=\"up\" " + bkheight + bkwidth + " scrolldelay=\"100\" scrollamount=\"" + scrollAmount + "\" behavior=\"scroll\" loop=\"-1\">");