/* _________________________________________________________________________________________________________________________

Pre-loads some rollover images on the site.
John Mounsey, May 2004
__________________________________________________________________________________________________________________________*/


var face1 = new Image(200,178); face1.src = "gfx/faces/1.jpg"
var face2 = new Image(200,178); face2.src = "gfx/faces/2.jpg"

var moving5 = new Image(298,120); moving5.src = "gfx/slogans/1.gif"
var moving6 = new Image(298,120); moving6.src = "gfx/slogans/2.gif"
var moving8 = new Image(15,20); moving8.src = "gfx/core/menuarrowon.gif"


