<!-- Begin
document.write('<font color="#999999">');
document.write('<small>');
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');
document.write('<br>');
document.write('Client Logos and graphics are copyright of the respective client, all rights reserved');
document.write('</small>');
document.write('</font>');
// End -->