#!/bin/tcsh

# -- set source of all web pages

set sourcedir=~psoler/public_html/LHCB-FLAT/webpages/

# -- add budget to all web pages
add_bud.sh $1 $2  ${sourcedir}jan-2003.html
add_bud.sh $1 $2  ${sourcedir}feb-2003.html
add_bud.sh $1 $2  ${sourcedir}mar-2003.html
add_bud.sh $1 $2  ${sourcedir}apr-2003.html

