<!--

<!-- Hide script from old browsers

if (document.images) {

	educationThumb = new Image
	educationThumb.src = "images/homerollover/educationthumb_off.jpg"
	educationOnThumb = new Image
	educationOnThumb.src = "images/homerollover/educationthumb_on.jpg"

	educationOff = new Image
	educationOff.src = "images/homerollover/education_off.gif"
	educationOn = new Image
	educationOn.src = "images/homerollover/education_on.gif"

	educationthumbOff = new Image
	educationthumbOn = new Image
	
	
	newsThumb = new Image
	newsThumb.src = "images/homerollover/newsthumb_off.jpg"
	newsOnThumb = new Image
	newsOnThumb.src = "images/homerollover/newsthumb_on.jpg"

	newsOff = new Image
	newsOff.src = "images/homerollover/news_off.gif"
	newsOn = new Image
	newsOn.src = "images/homerollover/news_on.gif"

	newsthumbOff = new Image
	newsthumbOn = new Image
	
	
	technologyThumb = new Image
	technologyThumb.src = "images/homerollover/technologythumb_off.jpg"
	technologyOnThumb = new Image
	technologyOnThumb.src = "images/homerollover/technologythumb_on.jpg"

	technologyOff = new Image
	technologyOff.src = "images/homerollover/technology_off.gif"
	technologyOn = new Image
	technologyOn.src = "images/homerollover/technology_on.gif"

	technologythumbOff = new Image
	technologythumbOn = new Image
	
	eventsThumb = new Image
	eventsThumb.src = "images/homerollover/eventsthumb_off.jpg"
	eventsOnThumb = new Image
	eventsOnThumb.src = "images/homerollover/eventsthumb_on.jpg"

	eventsOff = new Image
	eventsOff.src = "images/homerollover/events_off.gif"
	eventsOn = new Image
	eventsOn.src = "images/homerollover/events_on.gif"

	eventsthumbOff = new Image
	eventsthumbOn = new Image
} 

else {

	educationThumb = ""
	educationOnThumb = ""
	educationOff = ""
	document.educationThumb = ""
	document.education = ""
	document.educationthumbField = ""	
	
	newsThumb = ""
	newsOnThumb = ""
	newsOff = ""
	document.newsThumb = ""
	document.news = ""
	document.newsthumbField = ""
	
	technologyThumb = ""
	technologyOnThumb = ""
	technologyOff = ""
	document.technologyThumb = ""
	document.technology = ""
	document.technologythumbField = ""
	
	eventsThumb = ""
	eventsOnThumb = ""
	eventsOff = ""
	document.eventsThumb = ""
	document.events = ""
	document.eventsthumbField = ""
	
	
	}



// End hiding script from old browsers -->


//--> 

