function setPointer(theRow, thePointerColor)
{
    if (typeof(theRow.style) == 'undefined' || typeof(theRow.cells) == 'undefined') {
        return false;
    }

    var row_cells_cnt           = theRow.cells.length;
    for (var c = 0; c < row_cells_cnt; c++) {
        theRow.cells[c].bgColor = thePointerColor;
    }

    return true;
} // end of the 'setPointer()' function

function addbookmark()
{
bookmarkurl="http://www.leesmovieinfo.net/WBOdb.php?d=24&m=04&y=2003&ae=1&dp=1"
bookmarktitle="Lee's Movie Info - Box Office Grosses: Thursday, April 24 2003"
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
//  End -->