window.onload = function() {
	rewrite_links();
    init_rollover(); //do this last
    trace('finished onload');
}

trace = function() {
}