<!-- Begin
document.write('&copy; ');
{
var time=new Date();
var year=time.getYear();
if (year < 2000)
year = year + 1900;
document.write(year);
}
document.write(' Eurobottle &amp; Design, all rights reserved<br>\nAll brand names &amp; trademarks are the property of their respective\<br>\nholders and are referred to here for their descriptive purposes only');
// End -->