var phpadsbanner = '';

phpadsbanner += '<'+'font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#000000"><'+'font face="Verdana,"><'+'font face="Verdana"><'+'font size="2"> \n<'+'font size="3"> <'+'font size="2"> \n<'+'SCRIPT LANGUAGE="JavaScript1.2"> \n<'+'!-- \nvar giorno = new Array("Domenica","Lunedì","Martedì","Mercoledì","Giovedì","Venerdì","Sabato"); \nvar mese = new Array("Gennaio","Febbraio","Marzo","Aprile","Maggio","Giugno","Luglio","Agosto","Settembre","Ottobre","Novembre","Dicembre"); \nvar oggi = new Date(); \nvar data = ""; \ndata+=giorno[eval(oggi.getDay())]+", "; \ndata+=oggi.getDate()<'+'10?"0"+oggi.getDate()+" ":oggi.getDate()+" "; \ndata+=mese[eval(oggi.getMonth())]+" "; \ndata+=oggi.getFullYear()+" - "; \ndocument.write(data); \n//--> \n<'+'/SCRIPT>\nNY time \n<'+'!--webbot bot="HTMLMarkup" startspan -->\n<'+'script language="javascript">\n\n<'+'!-- hide it\n\n// This is my first ever made-from-scratch JavaScript.  It probably shows.\n// It reads local time of the client computer, translates it to GMT, then does\n// the math to show the time in a few cities around the world.  Feel free\n// to use it, and modify it as you see fit; but leave this disclaimer in-\n// tact.  \n//\n// Only works on Communicator4, but should be gracefully ignored by lesser\n// browsers.\n//\n// By using this JavaScript, you are acknowledging that the author,\n// Stuart Price, can not be held responsible for any damage to hardware\n// or software; spelling mistakes; tardiness; or waking your mother at\n// 3:00 a.m. because the JavaScript said it was 3:00 p.m. in Denver.\n//\n//                                        Stuart Price\n//                                        Forest Industries\n//                                        stuart@4est.com\n//                                        http://www.4est.com/\n\n// get the date and change it to GMT string\nvar date = new Date();\nvar timegmt = date.toGMTString();\n\n// split the GMT string at spaces\ntime_string = timegmt.split(\' \');\n\n// assign variables\nweek = time_string[0];\nday = time_string[1];\nmon = time_string[2];\nyear = time_string[3];\nhms = time_string[4];\n\n// split the time part on colon\nhms_string = hms.split(\':\');\n\n// assign variables\nvar hour = hms_string[0] - 0;\nvar min = hms_string[1];\n\n// convert day-of-week variables to numbers\nif (week == \'Sun,\') {\n   week = 1\n   }\nif (week == \'Mon,\') {\n   week = 2\n   }\nif (week == \'Tue,\') {\n   week = 3\n   }\nif (week == \'Wed,\') {\n   week = 4\n   }\nif (week == \'Thu,\') {\n   week = 5\n   }\nif (week == \'Fri,\') {\n   week = 6\n   }\nif (week == \'Sat,\') {\n   week = 7\n   }\n   \n// fix mac version communicator bug\nfunction checkOS() {\n          if (navigator.appVersion.indexOf("Mac") > 0) return "Macintosh";\n          else return "other";\n}\nvar check = checkOS();\n    if (check == "Macintosh") {\n    week -= 1\n   }\n\n// make array for days of week\nweekly = new Array("Sabato", "Domenica", "Lunedì", "Martedì", "Mercoledì", "Giovedì", "Venerdì", "Sabato", "Domenica");\n\n// assign +- hour for New York\nvar ny_hour = hour - 4;\nvar ny_week = week;\nvar ny_ampm = " am";\nif (ny_hour <'+' 0) {\n   ny_hour += 24\n   ny_week -= 1\n   }\nif (ny_hour > 11) {\n    ny_ampm = " pm"\n    }\nif (ny_hour > 12) {\n   ny_hour -= 12\n   }\nif (ny_hour == 0) {\n   ny_hour = 12\n   }\n   \n  \n   \n//-->\n      \n<'+'/script>\n<'+'script language="javascript">\n<'+'!-- hide it\ndocument.write(ny_hour + \':\' + min + ny_ampm + \'\');\n//-->\n<'+'/script>\n<'+'/font><'+'/font><'+'/font><'+'/font><'+'/font><'+'/font><'+'font color="#000000" face="Verdana" size="2"> \n<'+'!--webbot bot="HTMLMarkup" endspan -->\n<'+'/font><'+'div id="beacon_180" style="position: absolute; left: 0px; top: 0px; visibility: hidden;"><'+'img src=\'http://www.nyc-site.it/adv/adlog.php?bannerid=180&amp;clientid=81&amp;zoneid=0&amp;source=&amp;block=0&amp;capping=0&amp;cb=c2d920a2ee09c278c8caeec038f21c57\' width=\'0\' height=\'0\' alt=\'\' style=\'width: 0px; height: 0px;\'><'+'/div>';

document.write(phpadsbanner);
