// Executes list of functions when page first loads function addLoadEvent(func) { var oldonload = window.onload; if (typeof window.onload !='function') { window.onload = func; } else { window.onload = function() { oldonload(); func(); } } } // Table functions // Automatically colors odd rows in all tables (borrowed from "Striped Tables" article on alistapart.com) function rowColors() { var count = 0; var oddColor = "#edf3fe"; var evenColor = "#fff"; var tables = document.getElementsByTagName("table"); for (var i=0; i 2) { tfoots[0].style.height = "20%"; } } if (tblClass == "dealList") { var tbodies = tables[i].getElementsByTagName("tbody"); for (var j=0; j