-- script type="text/javascript">
Shadowbox.init({
skipSetup: true
});
window.onload = function() {
Shadowbox.open({
content: '
',
player: "html",
title: "ti auguriamo un Natale buono e un 2012 positivo",
height: 375,
width: 550
});
};