var flash_version_no = "6";
var site = "http://punto-informatico.it/";
var advid = "";
var swfile= "telvia.swf";
var imgfile = "telvia.gif";
var clicktagurl1="http://punto-informatico.it/a.asp?p=500";var altext = "Clicca";
var width = "250";
var height = "250";
var border = "0"; 
// NON CAMBIARE
var ShockMode = 0;
var flash_enabled = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"] ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0);
if ( flash_enabled && parseInt(flash_enabled.description.substring(flash_enabled.description.indexOf(".")-1)) >= flash_version_no ) {
        ShockMode = 1;
}
else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 && (navigator.userAgent.indexOf("Windows 9")>=0 || navigator.userAgent.indexOf("Windows NT")>=0)) {
        document.write('<SCRIPT LANGUAGE=VBScript> \n');
        document.write('on error resume next \n');
        document.write('ShockMode = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash")))\n');
        document.write('<\/SCRIPT> \n');
}
if ( ShockMode ) {
        document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
        document.write(' standby="' + altext + '"');
        document.write(' codebase="http://active.macromedia.com/flash/cabs/swflash.cab"');
        document.write(' ID=banner1 WIDTH=' + width + ' HEIGHT=' + height + '>');
        document.write(' <PARAM NAME=movie VALUE="' + site + advid + swfile + '?clicktag=' + clicktagurl1 + '"> ');
        document.write('  <PARAM NAME=quality VALUE=high> ');
	    document.write('  <PARAM NAME=menu VALUE=false> ');
        document.write('<EMBED SRC="' + site + advid + swfile + '?clicktag=' + clicktagurl1 + '"');
        document.write(' WIDTH=' + width + ' HEIGHT=' + height + '');
        document.write(' QUALITY=high');
        document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">');
        document.write('</EMBED>');
        document.write('</OBJECT>');
} 
        else if (!(navigator.appName && navigator.appName.indexOf("Netscape")>=0 && navigator.appVersion.indexOf("2.")>=0)) {
                document.write('<a target="_blank" href="' + clicktagurl1 + '"><IMG SRC="' + site + advid + imgfile + '" WIDTH=' + width + ' HEIGHT=' + height + ' BORDER=' + border + ' ALT="' + altext + '"></a>');
        }
        else {
                document.write('<a target="_blank" href="' + clicktagurl1 + '"><IMG SRC="' + site + advid + imgfile + '" WIDTH=' + width + ' HEIGHT=' + height + ' BORDER=' + border + ' ALT="' + altext +'"></a>');
        }

