<!-- Begin
var d=new Date();
yr=d.getFullYear();

document.write('<p>&copy; Material Copyright  Floristry Studio 2007');
if (yr!=2007) document.write(' - '+yr);
document.write('<BR /> All Rights Reserved.</p>');

//  End -->