// USERJS FILE FOR OPERA 8
// url: 	http://www.fincantieri.it/, http://www.fincantieri.com/
// problem: 	browser sniffer
// author: 	scipio
// last update:	2005-05-04

if (window.location.href=='http://www.fincantieri.it/' || window.location.href=='http://www.fincantieri.com/'){
	window.location.replace(window.location.href+'home.asp');
}
