celticssmall = new Image; celticssmall.src = 'http://www.1510wwzn.com/gifs/logos/celtics-g2.gif';

celticsbig = new Image; celticsbig.src = 'http://www.1510wwzn.com/gifs/logos/celtics-c.gif';

redsoxsmall = new Image; redsoxsmall.src = 'http://www.1510wwzn.com/gifs/logos/redsox-g2.gif';

redsoxbig = new Image; redsoxbig.src = 'http://www.1510wwzn.com/gifs/logos/redsox-c.gif';

bruinssmall = new Image; bruinssmall.src = 'http://www.1510wwzn.com/gifs/logos/bruins-g2.gif';

bruinsbig = new Image; bruinsbig.src = 'http://www.1510wwzn.com/gifs/logos/bruins-c.gif';

patriotssmall = new Image; patriotssmall.src = 'http://www.1510wwzn.com/gifs/logos/patriots-g2.gif';

patriotsbig = new Image; patriotsbig.src = 'http://www.1510wwzn.com/gifs/logos/patriots-c.gif';





function MouseOverRoutine(Logo)

{

   if (Logo=='celtics') {document.celtics.src = celticsbig.src;}

   if (Logo=='redsox') {document.redsox.src = redsoxbig.src;}

   if (Logo=='bruins') {document.bruins.src = bruinsbig.src;}

   if (Logo=='patriots') {document.patriots.src = patriotsbig.src;}

}



function MouseOutRoutine(Logo)

{

   if (Logo=='celtics') {document.celtics.src = celticssmall.src;}

   if (Logo=='redsox') {document.redsox.src = redsoxsmall.src;}

   if (Logo=='bruins') {document.bruins.src = bruinssmall.src;}

   if (Logo=='patriots') {document.patriots.src = patriotssmall.src;}

}







