function avviso(){
 var text = ''
 text += '<html>\n<head>\n  <title>GS Paderno Basket</title>\n'
 text += '  <link rel="STYLESHEET" type="text/css" href="include/gw01.css">\n'
 text += '  </head>\n'
 text += '<body>\n<center>\n'
 text += '<img SRC="img/avviso5.jpg" NOSAVE BORDER=1>\n'
 text += '<br><br>\n'
 text += '<p>[ <a href="javascript:self.close()">Chiudi</a> ]</p>\n'

 var temp = window.open('','player',
   'width=600,height=700'
   +',menubar=1'
   +',toolbar=1'
   +',status=1'
   +',scrollbars=1'
   +',resizable=1')
 temp.document.clear() 
 temp.document.write(text) 
 temp.document.close() 
 }


