Vous êtes sur la page 1sur 58

This is the Code arduino is running

/*
Web client

This sketch connects to a website (http://www.google.com)


using an Arduino Wiznet Ethernet shield.

Circuit:
* Ethernet shield attached to pins 10, 11, 12, 13

created 18 Dec 2009


by David A. Mellis
modified 9 Apr 2012
by Tom Igoe, based on work by Adrian McEwen

*/

#include <SPI.h>
#include <Ethernet.h>

// Enter a MAC address for your controller below.


// Newer Ethernet shields have a MAC address printed on a sticker on the shield
byte mac[] = { 0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED };
// if you don't want to use DNS (and reduce your sketch size)
// use the numeric IP instead of the name for the server:
//IPAddress server(74,125,232,128); // numeric IP for Google (no DNS)
char server[] = "www.hnms.gr"; // name address for Google (using DNS)

// Set the static IP address to use if the DHCP fails to assign


IPAddress ip(192,168,0,177);

// Initialize the Ethernet client library


// with the IP address and port of the server
// that you want to connect to (port 80 is default for HTTP):
EthernetClient client;

void setup() {
// Open serial communications and wait for port to open:
Serial.begin(9600);
while (!Serial) {
; // wait for serial port to connect. Needed for Leonardo only
}

// start the Ethernet connection:


if (Ethernet.begin(mac) == 0) {
Serial.println("Failed to configure Ethernet using DHCP");
// no point in carrying on, so do nothing forevermore:
// try to congifure using IP address instead of DHCP:
Ethernet.begin(mac, ip);
}
// give the Ethernet shield a second to initialize:
delay(1000);
Serial.println("connecting...");

// if you get a connection, report back via serial:


if (client.connect(server, 80)) {
Serial.println("connected");
// Make a HTTP request:
client.println("GET /hnms/greek/forecast/forecast_city_html?&dr_city=Xanthi HTTP/1.1");
client.println("Host: www.hnms.gr");
client.println("Connection: close");

client.println();
}
else {
// kf you didn't get a connection to the server:
Serial.println("connection failed");
}
}

void loop()
{
// if there are incoming bytes available
// from the server, read them and print them:
if (client.connected()) {
if(client.find("")){

// this is the search

char c = client.read();

// the char should be an , greek for n

Serial.print(c);
}
else Serial.print ("1");
}
// if the server's disconnected, stop the client:
if (!client.connected()) {
Serial.println();
Serial.println("disconnecting.");
client.stop();

// do nothing forevermore:
while(true);
}
}

This is the pages html code

<html>
<head>
<title>EMY- </title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-7">
<meta http-equiv="refresh" content="1000" charset=iso-8859-7">
<meta name="description" content="- -
, , - -
">
<meta name="keywords" content=", , , , ,
, , , , , , , ,
, , , , , ,
, , , , ,
, , , , EMY, ..., , emy, kairos,
emy.gr, hnms, hnms.gr, meteo, prognosi, e.m.y., emi, kairos emy">
<link rel="icon" href="/hnms/images/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<script language="JavaScript" src='/hnms/js/scripts_js'></script>
<link rel="stylesheet" href='/hnms/css/styles_css' type="text/css">
</head>

<body background="/hnms/images/bkgd_gif" text="#000000" leftmargin="10"


topmargin="15" marginwidth="0" marginheight="0" onload="onLoad();">

<form name="homepage" method="post"

action="/hnms/greek/redirect_html">
<table width="750" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
<td rowspan="3"><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="1" width="10" border="0" /></td>
<td width="265">
<table width="270" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><a href="/hnms/greek/index_html"><img
src="http://www.hnms.gr/hnms/greek/images/logo_gif" alt="..." height="50"
width="265" border="0" /></a>
</td>
</tr>
<tr>
<td><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt="" height="2"
width="1" border="0" /></td>
</tr>
<tr>
<td><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt="" height="16"
width="1" border="0" /></td>
</tr>
<tr>
<td><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt="" height="2"
width="1" border="0" /></td>
</tr>
<tr>
<td align="center">
<table width="250" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>

<table width="250" border="0" cellspacing="0" cellpadding="0">

<tr>
<td width="250" class="bg13">
<table border="0" cellspacing="0" cellpadding="5">
<tr>
<td width="251" ><strong> </strong></td><td></td>

</tr>

</table></td>
</tr>

<tr>
<td>
<table width="250" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="170" valign="middle"><b> </b></td>
<td align="right" width="180">
<table border="0" cellspacing="0" cellpadding="0" width="140">

<tr>
<td height="9"><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="9" width="1" border="0" /></td>
</tr>
<tr>
<td width="140" class="bg15" height="1"><img
src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt="" height="1" width="140"
border="0" /></td>
</tr>

<tr>
<td height="9">

<table width="140" border="0" cellspacing="0" cellpadding="0">


<tr>
<td width="139" height="9"><img
src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt="" height="9" width="139"
border="0" /></td>
<td width="1" class="bg15" height="9"><img
src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt="" height="9" width="1"
border="0" /></td>
</tr>
</table>

</td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td>
<table width="250" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="244"><span class="style009">
<a
href='/hnms/greek/forecast/forecast_region_html?&dr_city=Xanthi&dr_region=Attiki'><spa
n class="style009"></span></a> |<a
href='/hnms/greek/forecast/forecast_region_html?&dr_city=Xanthi&dr_region=ionian_islan
ds'><span class="style009"> </span></a> |<a
href='/hnms/greek/forecast/forecast_region_html?&dr_city=Xanthi&dr_region=epirus'><sp
an class="style009"></span></a> |<a
href='/hnms/greek/forecast/forecast_region_html?&dr_city=Xanthi&dr_region=macedonia'
><span class="style009"></span></a> |<a
href='/hnms/greek/forecast/forecast_region_html?&dr_city=Xanthi&dr_region=thrace'><sp
an class="style009"></span></a> |<a
href='/hnms/greek/forecast/forecast_region_html?&dr_city=Xanthi&dr_region=northern+a
egean'><span class="style009"> </span></a> |<a
href='/hnms/greek/forecast/forecast_region_html?&dr_city=Xanthi&dr_region=thessaly'><s
pan class="style009"></span></a> |<a
href='/hnms/greek/forecast/forecast_region_html?&dr_city=Xanthi&dr_region=eastern_ste

rea_hellas'><span class="style009"> </span></a> |<a


href='/hnms/greek/forecast/forecast_region_html?&dr_city=Xanthi&dr_region=peloponnes
e'><span class="style009"></span></a> |<a
href='/hnms/greek/forecast/forecast_region_html?&dr_city=Xanthi&dr_region=cyclades'><
span class="style009"></span></a> |<a
href='/hnms/greek/forecast/forecast_region_html?&dr_city=Xanthi&dr_region=crete'><spa
n class="style009"></span></a> |<a
href='/hnms/greek/forecast/forecast_region_html?&dr_city=Xanthi&dr_region=dodecanese
'><span class="style009"></span></a> |<a
href='/hnms/greek/forecast/forecast_region_html?&dr_city=Xanthi&dr_region=eastern_ae
gean_islands'><span class="style009"> </span></a> |<a
href='/hnms/greek/forecast/forecast_region_html?&dr_city=Xanthi&dr_region=western_he
llas'><span class="style009"> </span></a> </span></td>
<td width="5"><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="1" width="5" border="0" /></td>
<td width="1" class="bg15"><img
src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt="" height="1" width="1"
border="0" /></td>
</tr>
</table></td>
</tr>
<tr>
<td><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt="" height="5"
width="1" border="0" /></td>
</tr>
<tr>
<td>
<table width="250" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="190" valign="middle"><b> </b></td>
<td align="right" width="160">
<table border="0" cellspacing="0" cellpadding="0" width="140">

<tr>
<td height="9"><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="9" width="1" border="0" /></td>
</tr>

<tr>
<td width="134" class="bg15" height="1"><img
src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt="" height="1" width="140"
border="0" /></td>
</tr>

<tr>
<td height="9">

<table width="140" border="0" cellspacing="0" cellpadding="0">


<tr>
<td width="139" height="9"><img
src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt="" height="9" width="139"
border="0" /></td>
<td width="1" class="bg15" height="9"><img
src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt="" height="9" width="1"
border="0" /></td>
</tr>
</table>

</td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td>
<table width="250" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="244"><span class="style009">
<a href='/hnms/greek/forecast/forecast_european_cities_html?dr_city=London'><span
class="style009"></span></a> |<a
href='/hnms/greek/forecast/forecast_european_cities_html?dr_city=Paris'><span

class="style009"></span></a> |<a
href='/hnms/greek/forecast/forecast_european_cities_html?dr_city=Copenhagen'><span
class="style009"></span></a> |<a
href='/hnms/greek/forecast/forecast_european_cities_html?dr_city=Moscow'><span
class="style009"></span></a> |<a
href='/hnms/greek/forecast/forecast_european_cities_html?dr_city=Brussels'><span
class="style009"></span></a> |<a
href='/hnms/greek/forecast/forecast_european_cities_html?dr_city=Berlin'><span
class="style009"></span></a> |<a
href='/hnms/greek/forecast/forecast_european_cities_html?dr_city=Amsterdam'><span
class="style009">'A</span></a> |<a
href='/hnms/greek/forecast/forecast_european_cities_html?dr_city=Warsaw'><span
class="style009"></span></a> |<a
href='/hnms/greek/forecast/forecast_european_cities_html?dr_city=Lefkosia'><span
class="style009"></span></a> |<a
href='/hnms/greek/forecast/forecast_european_cities_html?dr_city=Madrid'><span
class="style009"></span></a> |<a
href='/hnms/greek/forecast/forecast_european_cities_html?dr_city=Lisbon'><span
class="style009"></span></a> |<a
href='/hnms/greek/forecast/forecast_european_cities_html?dr_city=Rome'><span
class="style009"></span></a> |<a
href='/hnms/greek/forecast/forecast_european_cities_html?dr_city=Stockholm'><span
class="style009"></span></a> |<a
href='/hnms/greek/forecast/forecast_european_cities_html?dr_city=Vienna'><span
class="style009"></span></a> |<a
href='/hnms/greek/forecast/forecast_european_cities_html?dr_city=Prague'><span
class="style009"></span></a> |<a
href='/hnms/greek/forecast/forecast_european_cities_html?dr_city=Istanbul'><span
class="style009"></span></a> </span></td>
<td width="5"><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="1" width="5" border="0" /></td>
<td width="1" class="bg15"><img
src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt="" height="1" width="1"
border="0" /></td>
</tr>
</table></td>
</tr>

</table>
</td>
</tr>
<tr>

<td><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt="" height="5"


width="1" border="0" /></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td rowspan="3"><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="1" width="10" border="0" /></td>
<td width="460" class="bg2">
<table width="460" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="460">

<table width="460" border="0" cellspacing="0" cellpadding="0">


<tr>
<td class="bg0">
<table width="460" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="http://www.hnms.gr/hnms/images/top_brandings/top_branding_jpg"
alt="Image" height="50" width="460" border="0" /></td>
</tr>
<tr>
<td><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt="" height="2"
width="1" border="0" /></td>
</tr>
<tr>
<td>
<table width="460" border="0" cellspacing="0" cellpadding="0">
<tr>

<td width="96"><a href='/hnms/greek/forecast/forecast_region_html'><img


src="http://www.hnms.gr/hnms/greek/images/prognosis_jpg" alt=" "
height="16" width="96" border="0" /></a></td>
<td width="2"><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="1" width="2" border="0" /></td>
<td width="77"><a href='/hnms/greek/observation/observation_region_html'><img
src="http://www.hnms.gr/hnms/greek/images/current_jpg" alt=" "
height="16" width="77" border="0" /></a></td>
<td width="2"><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="1" width="2" border="0" /></td>
<td width="78"><a href='/hnms/greek/climatology/climatology_html'><img
src="http://www.hnms.gr/hnms/greek/images/climatology_jpg" alt=""
height="16" width="78" border="0" /></a></td>
<td width="2"><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="1" width="2" border="0" /></td>
<td width="85"><a href='/hnms/greek/meteorology/meteorology_00_html'><img
src="http://www.hnms.gr/hnms/greek/images/meteorology_jpg" alt=""
height="16" width="85" border="0" /></a></td>
<td width="2"><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="1" width="2" border="0" /></td>
<td width="45"><a href='/hnms/greek/about_emy/full_story_html'><img
src="http://www.hnms.gr/hnms/greek/images/hnms_jpg" alt="..." height="16"
width="45" border="0" /></a></td>
<td width="2"><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="1" width="2" border="0" /></td>
<td width="69" class="bg6" align="center"><span
class="style2">26/07/2014</span></td>
</tr>
</table></td>
</tr>
<tr>
<td><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt="" height="2"
width="1" border="0" /></td>
</tr>
<tr>
<td>
<table width="460" border="0" cellspacing="0" cellpadding="0">

<tr>
<td class="bg5" width="134">&nbsp;</td>
<td width="2"><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="1" width="2" border="0" /></td>
<td width="75"><a href='/hnms/greek/aviation/aviation_html'><img
src="http://www.hnms.gr/hnms/greek/images/aeroshipping_jpg" alt=""
height="17" width="75" border="0" /></a></td>
<td width="2"><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="1" width="2" border="0" /></td>
<td width="55"><a href='/hnms/greek/navigation/navigation_html'><img
src="http://www.hnms.gr/hnms/greek/images/shipping_jpg" alt="" height="17"
width="55" border="0" /></a></td>
<td width="2"><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="1" width="2" border="0" /></td>
<td width="55"><a href='/hnms/greek/agriculture/agriculture_html'><img
src="http://www.hnms.gr/hnms/greek/images/agriculture_jpg" alt="" height="17"
width="55" border="0" /></a></td>
<td width="2"><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="1" width="2" border="0" /></td>
<td width="100"><a href='/hnms/greek/Paroxi/paroxi_html'><img
src="http://www.hnms.gr/hnms/greek/images/paroxi5_gif" alt=" "
height="17" width="100" border="0" /></a></td>
<td width="2"><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="1" width="2" border="0" /></td>
<td width="92" bgcolor="#003466"><a
href="/hnms/specialEntrance/index_html"><img
src="http://www.hnms.gr/hnms/greek/images/special_entrance_jpg" alt="" height="17"
width="92" border="0" /></a></td>
<td width="2"><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="1" width="2" border="0" /></td>
<td class="bg5" width="134">&nbsp;</td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table></td>

</tr>
<tr>
<td width="460"><table width="460" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="bg0"><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="2" width="1" border="0" /></td>
</tr>
</table></td>
</tr>
<tr>
<td width="460"><script language="JavaScript" type="text/javascript"
src="/hnms/js/news_tick.js"></script>
<table width="460" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="bg0">
<table width="460" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="75" class="bg1">&nbsp;&nbsp;</td>
<td width="2"><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="1" width="2" border="0" /></td>
<td width="4"><img
src="http://www.hnms.gr/hnms/images/newsticker_bracket_open_gif" alt="" height="18"
width="4" border="0" /></td>
<td width="321">&nbsp;</td>
<td width="4"><img
src="http://www.hnms.gr/hnms/images/newsticker_bracket_close_gif" alt="" height="18"
width="4" border="0" /></td>
<td width="2"><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="1" width="2" border="0" /></td>
<td width="52" class="bg1" align="center"><a
href="http://www.hnms.gr/hnms/english/forecast/forecast_city_html?&dr_city=Xanthi"><s
pan class="style2">English</span></a></td>
</tr>
</table></td>

</tr>
</table></td>
</tr>
<tr>
<td width="460"><table width="460" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="bg0"><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="2" width="1" border="0" /></td>
</tr>
</table></td>
</tr>
<tr>
<td width="460">
height="20">

<table border="0" cellspacing="0" cellpadding="0" width="460"

<tr>
<td class="bg2" valign="middle">&nbsp;&nbsp;

<a href="http://www.hnms.gr/hnms/greek/index_html"> </a> /


<a
href="http://www.hnms.gr/hnms/greek/forecast/forecast_region_html">
</a> /

</td>
</tr>
</table></td>
</tr>
<tr>
<td width="460" height="5"><table width="460" border="0" cellspacing="0"
cellpadding="0">
<tr>
<td class="bg0"><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="5" width="1" border="0" /></td>

</tr>
</table></td>
</tr>
<tr>
<td width="460">
<table width="460" border="0" cellspacing="0" cellpadding="10">
<tr>
<td>
<table width="440" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>

<table width="440" border="0" cellspacing="0" cellpadding="5">

<tr valign="middle">
<td class="bg8">
<select name="menu1" onchange="MM_jumpMenu('parent',this,0)" class="form8">
<option value="javascript:void(0);" selected> </option>
<option value='/hnms/greek/forecast/forecast_city_html?dr_city=Agios_Efstratios'>
</option>
<option value='/hnms/greek/forecast/forecast_city_html?dr_city=ams_agkosmas'>
</option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Agrinio'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=ams_aigina'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Athens_Hellinikon'></opt
ion>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Alexandroupolis'>/</opt
ion>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Aliartos'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Amfissa'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Andravida'></option>

<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Andros'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Antikythira'</o>ption
>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Araxos'>'A</option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Argostoli'></option>
<option value='/hnms/greek/forecast/forecast_city_html?dr_city=Arta'>'A</option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Astros'>'A</option>
<option value='/hnms/greek/forecast/forecast_city_html?dr_city=Velos_Korinthia'>
</option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Beroia'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Volos_Aghialos'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Gavdos'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Giannitsa'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Grebena'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Drama'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Edessa'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Spata_Athens_Airport'>.
</option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Elefsina'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Zakinthos'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Heraklion'></option>

<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Hgoumenitsa'></opti
on>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Thasos'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Thessaloniki_Mikra'>
</option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Thira'>&#920;&#942;&#961;&#94
5;</option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Ierapetra'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Ikaria'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Ioannina'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Kavala_Chryssoupoli'></o
ption>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Kalamata'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Kaloskopi'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Karditsa'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Karpathos'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Karpenisi'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Kasos'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Kasteli_Pediados'>
</option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Kastelorizo'></option
>

<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Kastoria'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Katerini'></option>
<option value='/hnms/greek/forecast/forecast_city_html?dr_city=Kato_Tithorea'>
</option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Kerkyra'></option>
<option value='/hnms/greek/forecast/forecast_city_html?dr_city=Kilkis'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Kozani'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Kolindros'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=komotini'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Konitsa'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Korinthos'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Kythira'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Kythnos'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Killini'></option>
<option value='/hnms/greek/forecast/forecast_city_html?dr_city=Kos'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Lamia'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Larisa'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=ams_lavrio'></option>
<option value='/hnms/greek/forecast/forecast_city_html?dr_city=Leros'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Lefkada'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Leonidio'></option>

<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Lemnos'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Libadeia'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=ams_markopoulo_eq'>
</option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Megara'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Methoni'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Mesologgi'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Milos'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Mykonos'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Mytilini'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Naxos'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Nafplio'>&#925;&#945;&#973;&#
960;&#955;&#953;&#959;</option>
<option value='/hnms/greek/forecast/forecast_city_html?dr_city=Nea_Filadelfia'>
</option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Xanthi'></option>
<option value='/hnms/greek/forecast/forecast_city_html?dr_city=ams_oaka'>
</option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Ormenio'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Paros'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Patra'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Pireus'></option>

<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Polygyros'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Aktio'>/'A</option>
<option value='/hnms/greek/forecast/forecast_city_html?dr_city=Pyrgela'>
'</option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Pyrgos'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Rethymno'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Rodos'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Samothraki'></option
>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Samos'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Serres'></option>
<option value='/hnms/greek/forecast/forecast_city_html?dr_city=Sitia'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Skiathos'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Skyros'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Soufli'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Sofades'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Sparti'></option>
<option value='/hnms/greek/forecast/forecast_city_html?dr_city=Syros'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=ams_shinias'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Tanagra'></option>
<option value='/hnms/greek/forecast/forecast_city_html?dr_city=Tatoi'></option>
<option value='/hnms/greek/forecast/forecast_city_html?dr_city=Tinos'></option>

<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Trikala_Thessalia'>
</option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Tripoli'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Tympaki'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Florina'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Xalkida'>&#935;&#945;&#955;&#
954;&#943;&#948;&#945;</option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Chania_Souda'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Chersonisos'></optio
n>
<option value='/hnms/greek/forecast/forecast_city_html?dr_city=Chios'></option>
<option value='/hnms/greek/forecast/forecast_city_html?dr_city=Psara'></option>
<option value='/hnms/greek/forecast/forecast_city_html?dr_city=Oreoi'></option>
</select></td>
<td class="bg8" align="right"><a href="forecast_region_html">
<img src="http://www.hnms.gr/hnms/images/more_gif" alt="more"
height="11" width="9" align="absmiddle" border="0" />
</a></td>
</tr>
</table></td>
</tr>
<tr>
<td><b></b>: . (Lon) 24<sup></sup>54'11&quot;
/ . (Lat) 41<sup></sup>8'13&quot;/ 83.</td>
</tr>
<tr>
<td><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="5" width="1" border="0" /></td>

</tr>
<tr>
<td>

<table width="440" border="1" cellspacing="0" cellpadding="0">


<tr valign="bottom">
<td class="bg12" width="142"><b>&nbsp;&nbsp;</b></td>
<td class="bg12" align="center" width="36">
<div align="center"><b></b></div></td>
<td class="bg12" align="center" width="80">
<div align="center"><b>.</b></div></td>
<td class="bg12" align="center" width="70">
<div align="center"><b></b></div></td>
<td class="bg12" align="center" width="100">
<div align="center"><b>. </b><!--span class="style12">
kt</span--></div></td>
</tr>
<tr>
<td class="bg15" width="142">&nbsp;</td>
<td class="bg15" align="center" width="36">&nbsp;</td>
<td class="bg15" align="center" width="80">
<div align="center"><span class="style2">&nbsp;</span></div></td>
<td class="bg15" align="center" width="70">
<div align="center"></div></td>
<td class="bg15" align="center" width="100">&nbsp;</td>
</tr>

<tr>
<td width="142" class="bg8">&nbsp;

26/07/14 18:00 UTC</td>


<td class="bg12" align="center" width="36"><img
src="http://www.hnms.gr/hnms/images/weather_symbols/53_gif" alt="" height="37"
width="37" border="0" /></td>
<td class="bg12" align="center" width="80"><span
class="style53">26<sup>o</sup>C</span></td>
<td class="bg12" align="center" width="70"><span
class="style55">40<sup>o</sup></span></td>
<td class="bg12" align="center" width="100"><span class="style55">2Kt</span></td>
</tr>
<tr>
<td width="142" class="bg8">&nbsp;

26/07/14 21:00 UTC</td>


<td class="bg12" align="center" width="36"><img
src="http://emy.gr/hnms/images/weather_symbols/51_gif" alt="" height="37" width="37"
border="0" /></td>
<td class="bg12" align="center" width="80"><span
class="style53">22<sup>o</sup>C</span></td>
<td class="bg12" align="center" width="70"><span
class="style55">5<sup>o</sup></span></td>
<td class="bg12" align="center" width="100"><span class="style55">3Kt</span></td>
</tr>
<tr>
<td width="142" class="bg8">&nbsp;

27/07/14 00:00 UTC</td>


<td class="bg12" align="center" width="36"><img
src="http://emy.gr/hnms/images/weather_symbols/51_gif" alt="" height="37" width="37"
border="0" /></td>
<td class="bg12" align="center" width="80"><span
class="style53">19<sup>o</sup>C</span></td>
<td class="bg12" align="center" width="70"><span
class="style55">355<sup>o</sup></span></td>

<td class="bg12" align="center" width="100"><span class="style55">3Kt</span></td>


</tr>
<tr>
<td width="142" class="bg8">&nbsp;

27/07/14 03:00 UTC</td>


<td class="bg12" align="center" width="36"><img
src="http://emy.gr/hnms/images/weather_symbols/51_gif" alt="" height="37" width="37"
border="0" /></td>
<td class="bg12" align="center" width="80"><span
class="style53">18<sup>o</sup>C</span></td>
<td class="bg12" align="center" width="70"><span
class="style55">350<sup>o</sup></span></td>
<td class="bg12" align="center" width="100"><span class="style55">3Kt</span></td>
</tr>
<tr>
<td width="142" class="bg8">&nbsp;

27/07/14 06:00 UTC</td>


<td class="bg12" align="center" width="36"><img
src="http://emy.gr/hnms/images/weather_symbols/01_gif" alt="" height="37" width="37"
border="0" /></td>
<td class="bg12" align="center" width="80"><span
class="style53">25<sup>o</sup>C</span></td>
<td class="bg12" align="center" width="70"><span
class="style55">30<sup>o</sup></span></td>
<td class="bg12" align="center" width="100"><span class="style55">1Kt</span></td>
</tr>
<tr>
<td width="142" class="bg8">&nbsp;

27/07/14 09:00 UTC</td>

<td class="bg12" align="center" width="36"><img


src="http://emy.gr/hnms/images/weather_symbols/01_gif" alt="" height="37" width="37"
border="0" /></td>
<td class="bg12" align="center" width="80"><span
class="style53">29<sup>o</sup>C</span></td>
<td class="bg12" align="center" width="70"><span
class="style55">135<sup>o</sup></span></td>
<td class="bg12" align="center" width="100"><span class="style55">2Kt</span></td>
</tr>
<tr>
<td width="142" class="bg8">&nbsp;

27/07/14 12:00 UTC</td>


<td class="bg12" align="center" width="36"><img
src="http://emy.gr/hnms/images/weather_symbols/08_gif" alt="" height="37" width="37"
border="0" /></td>
<td class="bg12" align="center" width="80"><span
class="style53">32<sup>o</sup>C</span></td>
<td class="bg12" align="center" width="70"><span
class="style55">120<sup>o</sup></span></td>
<td class="bg12" align="center" width="100"><span class="style55">4Kt</span></td>
</tr>
<tr>
<td width="142" class="bg8">&nbsp;

27/07/14 15:00 UTC</td>


<td class="bg12" align="center" width="36"><img
src="http://emy.gr/hnms/images/weather_symbols/08_gif" alt="" height="37" width="37"
border="0" /></td>
<td class="bg12" align="center" width="80"><span
class="style53">29<sup>o</sup>C</span></td>
<td class="bg12" align="center" width="70"><span
class="style55">285<sup>o</sup></span></td>
<td class="bg12" align="center" width="100"><span class="style55">2Kt</span></td>
</tr>

<tr>
<td width="142" class="bg8">&nbsp;

27/07/14 18:00 UTC</td>


<td class="bg12" align="center" width="36"><img
src="http://hnms.gr/hnms/images/weather_symbols/52_gif" alt="" height="37" width="37"
border="0" /></td>
<td class="bg12" align="center" width="80"><span
class="style53">27<sup>o</sup>C</span></td>
<td class="bg12" align="center" width="70"><span
class="style55">280<sup>o</sup></span></td>
<td class="bg12" align="center" width="100"><span class="style55">1Kt</span></td>
</tr>
<tr>
<td width="142" class="bg8">&nbsp;

27/07/14 21:00 UTC</td>


<td class="bg12" align="center" width="36"><img
src="http://emy.gr/hnms/images/weather_symbols/51_gif" alt="" height="37" width="37"
border="0" /></td>
<td class="bg12" align="center" width="80"><span
class="style53">22<sup>o</sup>C</span></td>
<td class="bg12" align="center" width="70"><span
class="style55">345<sup>o</sup></span></td>
<td class="bg12" align="center" width="100"><span class="style55">3Kt</span></td>
</tr>
<tr>
<td width="142" class="bg8">&nbsp;
28/07/14 00:00 UTC</td>
<td class="bg12" align="center" width="36"><img
src="http://emy.gr/hnms/images/weather_symbols/51_gif" alt="" height="37" width="37"
border="0" /></td>
<td class="bg12" align="center" width="80"><span
class="style53">20<sup>o</sup>C</span></td>

<td class="bg12" align="center" width="70"><span


class="style55">355<sup>o</sup></span></td>
<td class="bg12" align="center" width="100"><span class="style55">3Kt</span></td>
</tr>
</table></td>
</tr>
<tr>
<td><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="2" width="1" border="0" /></td>
</tr>
<tr><td align="right"><a href="javascript:void(0);"
onclick="MM_openBrWindow('legend_with_meteograms_html','popup1','resizable=yes,scr
ollbars=yes,width=400,height=675')"></a></td></tr>
<tr>
<td><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="5" width="1" border="0" /></td>
</tr>
<tr>

<td><a
href="http://www.hnms.gr/hnms/greek/observation/observation_html?dr_city=Xanthi">
<img src="http://www.hnms.gr/hnms/images/more_gif" alt="more"
height="11" width="9" align="absmiddle" border="0" /></a>
</td>

</tr>
<tr>
<td>

<a href="/hnms/greek/forecast/meteogram_city_html?dr_city=Xanthi">
<img src="http://www.hnms.gr/hnms/images/more_gif" alt="more" height="11" width="9"
align="absmiddle" border="0" /></a>
</td>
</tr>

<tr>
<td><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="5" width="1" border="0" /></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr valign="top">
<td width="265"><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="10" width="1" border="0" /></td>
<td><table width="460" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="bg0"><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="10" width="1" border="0" /></td>
</tr>
</table></td>
</tr>
<tr valign="top">
<td width="265">&nbsp;</td>

<td width="460"><table width="460" border="0" cellspacing="0" cellpadding="0">


<tr>
<td class="bg9"><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="1" width="1" border="0" /></td>
</tr>
<tr>
<td><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt="" height="5"
width="1" border="0" /></td>
</tr>
<tr>
<td><a href="javascript:void(0);"
onClick="MM_openBrWindow('/hnms/greek/legal2_html','legal','resizable=yes,scrollbars=ye
s,width=400,height=550')"> </a>|<a href="javascript:void(0);"
onClick="MM_openBrWindow('/hnms/greek/contact_html','contact','width=320,height=250
')""> </a>|<a href="javascript:void(0);"
onClick="MM_openBrWindow('/hnms/greek/project_html','project','width=320,height=200'
)"> </a></td>
</tr>
</table></td>
</tr>
</table>
</form>

</body>
</html>

This is what arduino is reading (or at least what it print in serial [char by char if you comment
out if(client.find(" ")){ ] )

<html>
<head>
<title>EMY- </title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-7">
<meta http-equiv="refresh" content="1000" charset=iso-8859-7">
<meta name="description" content="- -
, , - -
-
">
<meta name="keywords" content=", , , , ,
, , , , , , , ,
, , , , , ,
, , , , , ,
, , , EMY, ..., , emy, kairos, emy.gr, hnms,
hnms.gr, meteo, prognosi, e.m.y., emi, kairos emy">
<link rel="icon" href="/hnms/images/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<script language="JavaScript" src='/hnms/js/scripts_js'></script>
<link rel="stylesheet" href='/hnms/css/styles_css' type="text/css">
</head>

<body background="/hnms/images/bkgd_gif" text="#000000" leftmargin="10"


topmargin="15" marginwidth="0" marginheight="0" onload="onLoad();">

<form name="homepage" method="post"


action="/hnms/greek/redirect_html">
<table width="750" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
<td rowspan="3"><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="1" width="10" border="0" /></td>
<td width="265">
<table width="270" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><a href="/hnms/greek/index_html"><img
src="http://www.hnms.gr/hnms/greek/images/logo_gif" alt="..." height="50"
width="265" border="0" /></a>
</td>
</tr>
<tr>
<td><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt="" height="2"
width="1" border="0" /></td>
</tr>
<tr>
<td><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt="" height="16"
width="1" border="0" /></td>
</tr>
<tr>
<td><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt="" height="2"
width="1" border="0" /></td>
</tr>
<tr>
<td align="center">
<table width="250" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>

<table width="250" border="0" cellspacing="0" cellpadding="0">


<tr>
<td width="250" class="bg13">
<table border="0" cellspacing="0" cellpadding="5">
<tr>
<td width="251" ><strong> </strong></td><td></td>

</tr>

</table></td>
</tr>

<tr>
<td>
<table width="250" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="170" valign="middle"><b> </b></td>
<td align="right" width="180">
<table border="0" cellspacing="0" cellpadding="0" width="140">

<tr>
<td height="9"><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="9" width="1" border="0" /></td>
</tr>
<tr>
<td width="140" class="bg15" height="1"><img
src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt="" height="1" width="140"
border="0" /></td>
</tr>

<tr>
<td height="9">

<table width="140" border="0" cellspacing="0" cellpadding="0">


<tr>
<td width="139" height="9"><img
src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt="" height="9" width="139"
border="0" /></td>
<td width="1" class="bg15" height="9"><img
src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt="" height="9" width="1"
border="0" /></td>
</tr>
</table>

</td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td>
<table width="250" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="244"><span class="style009">
<a
href='/hnms/greek/forecast/forecast_region_html?&dr_city=Xanthi&dr_region=Attiki'><spa
n class="style009"></span></a> |<a
href='/hnms/greek/forecast/forecast_region_html?&dr_city=Xanthi&dr_region=ionian_islan
ds'><span class="style009"> </span></a> |<a
href='/hnms/greek/forecast/forecast_region_html?&dr_city=Xanthi&dr_region=epirus'><sp
an class="style009"></span></a> |<a
href='/hnms/greek/forecast/forecast_region_html?&dr_city=Xanthi&dr_region=macedonia'
><span class="style009"></span></a> |<a
href='/hnms/greek/forecast/forecast_region_html?&dr_city=Xanthi&dr_region=thrace'><sp
an class="style009"></span></a> |<a
href='/hnms/greek/forecast/forecast_region_html?&dr_city=Xanthi&dr_region=northern+a
egean'><span class="style009"> </span></a> |<a
href='/hnms/greek/forecast/forecast_region_html?&dr_city=Xanthi&dr_region=thessaly'><s

pan class="style009"></span></a> |<a


href='/hnms/greek/forecast/forecast_region_html?&dr_city=Xanthi&dr_region=eastern_ste
rea_hellas'><span class="style009"> </span></a> |<a
href='/hnms/greek/forecast/forecast_region_html?&dr_city=Xanthi&dr_region=peloponnes
e'><span class="style009"></span></a> |<a
href='/hnms/greek/forecast/forecast_region_html?&dr_city=Xanthi&dr_region=cyclades'><
span class="style009"></span></a> |<a
href='/hnms/greek/forecast/forecast_region_html?&dr_city=Xanthi&dr_region=crete'><spa
n class="style009"></span></a> |<a
href='/hnms/greek/forecast/forecast_region_html?&dr_city=Xanthi&dr_region=dodecanese
'><span class="style009"></span></a> |<a
href='/hnms/greek/forecast/forecast_region_html?&dr_city=Xanthi&dr_region=eastern_ae
gean_islands'><span class="style009"> </span></a> |<a
href='/hnms/greek/forecast/forecast_region_html?&dr_city=Xanthi&dr_region=western_he
llas'><span class="style009"> </span></a> </span></td>
<td width="5"><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="1" width="5" border="0" /></td>
<td width="1" class="bg15"><img
src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt="" height="1" width="1"
border="0" /></td>
</tr>
</table></td>
</tr>
<tr>
<td><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt="" height="5"
width="1" border="0" /></td>
</tr>
<tr>
<td>
<table width="250" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="190" valign="middle"><b> </b></td>
<td align="right" width="160">
<table border="0" cellspacing="0" cellpadding="0" width="140">

<tr>
<td height="9"><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="9" width="1" border="0" /></td>

</tr>
<tr>
<td width="134" class="bg15" height="1"><img
src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt="" height="1" width="140"
border="0" /></td>
</tr>

<tr>
<td height="9">

<table width="140" border="0" cellspacing="0" cellpadding="0">


<tr>
<td width="139" height="9"><img
src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt="" height="9" width="139"
border="0" /></td>
<td width="1" class="bg15" height="9"><img
src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt="" height="9" width="1"
border="0" /></td>
</tr>
</table>

</td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td>
<table width="250" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="244"><span class="style009">

<a href='/hnms/greek/forecast/forecast_european_cities_html?dr_city=London'><span
class="style009"></span></a> |<a
href='/hnms/greek/forecast/forecast_european_cities_html?dr_city=Paris'><span
class="style009"></span></a> |<a
href='/hnms/greek/forecast/forecast_european_cities_html?dr_city=Copenhagen'><span
class="style009"></span></a> |<a
href='/hnms/greek/forecast/forecast_european_cities_html?dr_city=Moscow'><span
class="style009"></span></a> |<a
href='/hnms/greek/forecast/forecast_european_cities_html?dr_city=Brussels'><span
class="style009"></span></a> |<a
href='/hnms/greek/forecast/forecast_european_cities_html?dr_city=Berlin'><span
class="style009"></span></a> |<a
href='/hnms/greek/forecast/forecast_european_cities_html?dr_city=Amsterdam'><span
class="style009">'A</span></a> |<a
href='/hnms/greek/forecast/forecast_european_cities_html?dr_city=Warsaw'><span
class="style009"></span></a> |<a
href='/hnms/greek/forecast/forecast_european_cities_html?dr_city=Lefkosia'><span
class="style009"></span></a> |<a
href='/hnms/greek/forecast/forecast_european_cities_html?dr_city=Madrid'><span
class="style009"></span></a> |<a
href='/hnms/greek/forecast/forecast_european_cities_html?dr_city=Lisbon'><span
class="style009"></span></a> |<a
href='/hnms/greek/forecast/forecast_european_cities_html?dr_city=Rome'><span
class="style009"></span></a> |<a
href='/hnms/greek/forecast/forecast_european_cities_html?dr_city=Stockholm'><span
class="style009"></span></a> |<a
href='/hnms/greek/forecast/forecast_european_cities_html?dr_city=Vienna'><span
class="style009"></span></a> |<a
href='/hnms/greek/forecast/forecast_european_cities_html?dr_city=Prague'><span
class="style009"></span></a> |<a
href='/hnms/greek/forecast/forecast_european_cities_html?dr_city=Istanbul'><span
class="style009"></span></a> </span></td>
<td width="5"><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="1" width="5" border="0" /></td>
<td width="1" class="bg15"><img
src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt="" height="1" width="1"
border="0" /></td>
</tr>
</table></td>
</tr>

</table>
</td>

</tr>
<tr>
<td><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt="" height="5"
width="1" border="0" /></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td rowspan="3"><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="1" width="10" border="0" /></td>
<td width="460" class="bg2">
<table width="460" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="460">

<table width="460" border="0" cellspacing="0" cellpadding="0">


<tr>
<td class="bg0">
<table width="460" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="http://www.hnms.gr/hnms/images/top_brandings/top_branding_jpg"
alt="Image" height="50" width="460" border="0" /></td>
</tr>
<tr>
<td><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt="" height="2"
width="1" border="0" /></td>
</tr>
<tr>
<td>
<table width="460" border="0" cellspacing="0" cellpadding="0">

<tr>
<td width="96"><a href='/hnms/greek/forecast/forecast_region_html'><img
src="http://www.hnms.gr/hnms/greek/images/prognosis_jpg" alt=" "
height="16" width="96" border="0" /></a></td>
<td width="2"><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="1" width="2" border="0" /></td>
<td width="77"><a href='/hnms/greek/observation/observation_region_html'><img
src="http://www.hnms.gr/hnms/greek/images/current_jpg" alt=" "
height="16" width="77" border="0" /></a></td>
<td width="2"><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="1" width="2" border="0" /></td>
<td width="78"><a href='/hnms/greek/climatology/climatology_html'><img
src="http://www.hnms.gr/hnms/greek/images/climatology_jpg" alt=""
height="16" width="78" border="0" /></a></td>
<td width="2"><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="1" width="2" border="0" /></td>
<td width="85"><a href='/hnms/greek/meteorology/meteorology_00_html'><img
src="http://www.hnms.gr/hnms/greek/images/meteorology_jpg" alt=""
height="16" width="85" border="0" /></a></td>
<td width="2"><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="1" width="2" border="0" /></td>
<td width="45"><a href='/hnms/greek/about_emy/full_story_html'><img
src="http://www.hnms.gr/hnms/greek/images/hnms_jpg" alt="..." height="16"
width="45" border="0" /></a></td>
<td width="2"><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="1" width="2" border="0" /></td>
<td width="69" class="bg6" align="center"><span
class="style2">26/07/2014</span></td>
</tr>
</table></td>
</tr>
<tr>
<td><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt="" height="2"
width="1" border="0" /></td>
</tr>
<tr>
<td>

<table width="460" border="0" cellspacing="0" cellpadding="0">


<tr>
<td class="bg5" width="134">&nbsp;</td>
<td width="2"><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="1" width="2" border="0" /></td>
<td width="75"><a href='/hnms/greek/aviation/aviation_html'><img
src="http://www.hnms.gr/hnms/greek/images/aeroshipping_jpg" alt=""
height="17" width="75" border="0" /></a></td>
<td width="2"><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="1" width="2" border="0" /></td>
<td width="55"><a href='/hnms/greek/navigation/navigation_html'><img
src="http://www.hnms.gr/hnms/greek/images/shipping_jpg" alt="" height="17"
width="55" border="0" /></a></td>
<td width="2"><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="1" width="2" border="0" /></td>
<td width="55"><a href='/hnms/greek/agriculture/agriculture_html'><img
src="http://www.hnms.gr/hnms/greek/images/agriculture_jpg" alt="" height="17"
width="55" border="0" /></a></td>
<td width="2"><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="1" width="2" border="0" /></td>
<td width="100"><a href='/hnms/greek/Paroxi/paroxi_html'><img
src="http://www.hnms.gr/hnms/greek/images/paroxi5_gif" alt=" "
height="17" width="100" border="0" /></a></td>
<td width="2"><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="1" width="2" border="0" /></td>
<td width="92" bgcolor="#003466"><a
href="/hnms/specialEntrance/index_html"><img
src="http://www.hnms.gr/hnms/greek/images/special_entrance_jpg" alt="" height="17"
width="92" border="0" /></a></td>
<td width="2"><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="1" width="2" border="0" /></td>
<td class="bg5" width="134">&nbsp;</td>
</tr>
</table></td>
</tr>
</table></td>
</tr>

</table></td>
</tr>
<tr>
<td width="460"><table width="460" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="bg0"><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="2" width="1" border="0" /></td>
</tr>
</table></td>
</tr>
<tr>
<td width="460"><script language="JavaScript" type="text/javascript"
src="/hnms/js/news_tick.js"></script>
<table width="460" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="bg0">
<table width="460" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="75" class="bg1">&nbsp;&nbsp;</td>
<td width="2"><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="1" width="2" border="0" /></td>
<td width="4"><img
src="http://www.hnms.gr/hnms/images/newsticker_bracket_open_gif" alt="" height="18"
width="4" border="0" /></td>
<td width="321">&nbsp;</td>
<td width="4"><img
src="http://www.hnms.gr/hnms/images/newsticker_bracket_close_gif" alt="" height="18"
width="4" border="0" /></td>
<td width="2"><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="1" width="2" border="0" /></td>
<td width="52" class="bg1" align="center"><a
href="http://www.hnms.gr/hnms/english/forecast/forecast_city_html?&dr_city=Xanthi"><s
pan class="style2">English</span></a></td>
</tr>

</table></td>
</tr>
</table></td>
</tr>
<tr>
<td width="460"><table width="460" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="bg0"><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="2" width="1" border="0" /></td>
</tr>
</table></td>
</tr>
<tr>
<td width="460">
height="20">

<table border="0" cellspacing="0" cellpadding="0" width="460"

<tr>
<td class="bg2" valign="middle">&nbsp;&nbsp;

<a href="http://www.hnms.gr/hnms/greek/index_html"> </a> /


<a
href="http://www.hnms.gr/hnms/greek/forecast/forecast_region_html">
</a> /

</td>
</tr>
</table></td>
</tr>
<tr>
<td width="460" height="5"><table width="460" border="0" cellspacing="0"
cellpadding="0">
<tr>

<td class="bg0"><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""


height="5" width="1" border="0" /></td>
</tr>
</table></td>
</tr>
<tr>
<td width="460">
<table width="460" border="0" cellspacing="0" cellpadding="10">
<tr>
<td>
<table width="440" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>

<table width="440" border="0" cellspacing="0" cellpadding="5">

<tr valign="middle">
<td class="bg8">
<select name="menu1" onchange="MM_jumpMenu('parent',this,0)" class="form8">
<option value="javascript:void(0);" selected> </option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Agios_Efstratios'>
</option>
<option value='/hnms/greek/forecast/forecast_city_html?dr_city=ams_agkosmas'>
</option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Agrinio'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=ams_aigina'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Athens_Hellinikon'></op
tion>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Alexandroupolis'>/</opti
on>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Aliartos'></option>

<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Amfissa'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Andravida'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Andros'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Antikythira'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Araxos'>'A</option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Argostoli'></option>
<option value='/hnms/greek/forecast/forecast_city_html?dr_city=Arta'>'A</option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Astros'>'A</option>
<option value='/hnms/greek/forecast/forecast_city_html?dr_city=Velos_Korinthia'>
</option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Beroia'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Volos_Aghialos'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Gavdos'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Giannitsa'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Grebena'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Drama'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Edessa'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Spata_Athens_Airport'>.
</option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Elefsina'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Zakinthos'></option>

<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Heraklion'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Hgoumenitsa'></optio
n>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Thasos'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Thessaloniki_Mikra'><
/option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Thira'>&#920;&#942;&#961;&#94
5;</option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Ierapetra'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Ikaria'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Ioannina'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Kavala_Chryssoupoli'></op
tion>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Kalamata'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Kaloskopi'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Karditsa'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Karpathos'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Karpenisi'></option>
<option value='/hnms/greek/forecast/forecast_city_html?dr_city=Kasos'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Kasteli_Pediados'>
</option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Kastelorizo'></optio
n>

<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Kastoria'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Katerini'></option>
<option value='/hnms/greek/forecast/forecast_city_html?dr_city=Kato_Tithorea'>
</option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Kerkyra'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Kilkis'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Kozani'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Kolindros'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=komotini'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Konitsa'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Korinthos'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Kythira'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Kythnos'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Killini'></option>
<option value='/hnms/greek/forecast/forecast_city_html?dr_city=Kos'></option>
<option value='/hnms/greek/forecast/forecast_city_html?dr_city=Lamia'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Larisa'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=ams_lavrio'></option>
<option value='/hnms/greek/forecast/forecast_city_html?dr_city=Leros'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Lefkada'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Leonidio'></option>

<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Lemnos'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Libadeia'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=ams_markopoulo_eq'>
</option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Megara'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Methoni'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Mesologgi'></option>
<option value='/hnms/greek/forecast/forecast_city_html?dr_city=Milos'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Mykonos'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Mytilini'></option>
<option value='/hnms/greek/forecast/forecast_city_html?dr_city=Naxos'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Nafplio'>&#925;&#945;&#973;&#
960;&#955;&#953;&#959;</option>
<option value='/hnms/greek/forecast/forecast_city_html?dr_city=Nea_Filadelfia'>
</option>
<option value='/hnms/greek/forecast/forecast_city_html?dr_city=Xanthi'></option>
<option value='/hnms/greek/forecast/forecast_city_html?dr_city=ams_oaka'>
</option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Ormenio'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Paros'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Patra'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Pireus'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Polygyros'></option>

<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Aktio'>/'A</option>
<option value='/hnms/greek/forecast/forecast_city_html?dr_city=Pyrgela'>
'</option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Pyrgos'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Rethymno'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Rodos'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Samothraki'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Samos'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Serres'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Sitia'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Skiathos'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Skyros'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Soufli'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Sofades'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Sparti'></option>
<option value='/hnms/greek/forecast/forecast_city_html?dr_city=Syros'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=ams_shinias'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Tanagra'></option>
<option value='/hnms/greek/forecast/forecast_city_html?dr_city=Tatoi'></option>
<option value='/hnms/greek/forecast/forecast_city_html?dr_city=Tinos'></option>

<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Trikala_Thessalia'>
</option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Tripoli'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Tympaki'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Florina'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Xalkida'>&#935;&#945;&#955;&#
954;&#943;&#948;&#945;</option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Chania_Souda'></option>
<option
value='/hnms/greek/forecast/forecast_city_html?dr_city=Chersonisos'></option
>
<option value='/hnms/greek/forecast/forecast_city_html?dr_city=Chios'></option>
<option value='/hnms/greek/forecast/forecast_city_html?dr_city=Psara'></option>
<option value='/hnms/greek/forecast/forecast_city_html?dr_city=Oreoi'></option>
</select></td>
<td class="bg8" align="right"><a href="forecast_region_html">
<img src="http://www.hnms.gr/hnms/images/more_gif" alt="more"
height="11" width="9" align="absmiddle" border="0" />
</a></td>
</tr>
</table></td>
</tr>
<tr>
<td><b></b>: . (Lon) 24<sup></sup>54'11&quot;
/ . (Lat) 41<sup></sup>8'13&quot;/ 83.</td>
</tr>
<tr>
<td><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="5" width="1" border="0" /></td>

</tr>
<tr>
<td>

<table width="440" border="1" cellspacing="0" cellpadding="0">


<tr valign="bottom">
<td class="bg12" width="142"><b>&nbsp;&nbsp;</b></td>
<td class="bg12" align="center" width="36">
<div align="center"><b></b></div></td>
<td class="bg12" align="center" width="80">
<div align="center"><b>.</b></div></td>
<td class="bg12" align="center" width="70">
<div align="center"><b></b></div></td>
<td class="bg12" align="center" width="100">
<div align="center"><b>. </b><!--span class="style12">
kt</span--></div></td>
</tr>
<tr>
<td class="bg15" width="142">&nbsp;</td>
<td class="bg15" align="center" width="36">&nbsp;</td>
<td class="bg15" align="center" width="80">

<div align="center"><span class="style2">&nbsp;</span></div></td>


<td class="bg15" align="center" width="70">
<div align="center"></div></td>
<td class="bg15" align="center" width="100">&nbsp;</td>
</tr>

<tr>
<td width="142" class="bg8">&nbsp;

26/07/14 18:00 UTC</td>


<td class="bg12" align="center" width="36"><img
src="http://www.hnms.gr/hnms/images/weather_symbols/53_gif" alt="" height="37"
width="37" border="0" /></td>
<td class="bg12" align="center" width="80"><span
class="style53">26<sup>o</sup>C</span></td>
<td class="bg12" align="center" width="70"><span
class="style55">40<sup>o</sup></span></td>
<td class="bg12" align="center" width="100"><span class="style55">2Kt</span></td>
</tr>
<tr>
<td width="142" class="bg8">&nbsp;

26/07/14 21:00 UTC</td>


<td class="bg12" align="center" width="36"><img
src="http://emy.gr/hnms/images/weather_symbols/51_gif" alt="" height="37" width="37"
border="0" /></td>
<td class="bg12" align="center" width="80"><span
class="style53">22<sup>o</sup>C</span></td>
<td class="bg12" align="center" width="70"><span
class="style55">5<sup>o</sup></span></td>
<td class="bg12" align="center" width="100"><span class="style55">3Kt</span></td>
</tr>
<tr>
<td width="142" class="bg8">&nbsp;

27/07/14 00:00 UTC</td>


<td class="bg12" align="center" width="36"><img
src="http://emy.gr/hnms/images/weather_symbols/51_gif" alt="" height="37" width="37"
border="0" /></td>
<td class="bg12" align="center" width="80"><span
class="style53">19<sup>o</sup>C</span></td>
<td class="bg12" align="center" width="70"><span
class="style55">355<sup>o</sup></span></td>
<td class="bg12" align="center" width="100"><span class="style55">3Kt</span></td>
</tr>
<tr>
<td width="142" class="bg8">&nbsp;

27/07/14 03:00 UTC</td>


<td class="bg12" align="center" width="36"><img
src="http://emy.gr/hnms/images/weather_symbols/51_gif" alt="" height="37" width="37"
border="0" /></td>
<td class="bg12" align="center" width="80"><span
class="style53">18<sup>o</sup>C</span></td>
<td class="bg12" align="center" width="70"><span
class="style55">350<sup>o</sup></span></td>
<td class="bg12" align="center" width="100"><span class="style55">3Kt</span></td>
</tr>
<tr>
<td width="142" class="bg8">&nbsp;

27/07/14 06:00 UTC</td>


<td class="bg12" align="center" width="36"><img
src="http://emy.gr/hnms/images/weather_symbols/01_gif" alt="" height="37" width="37"
border="0" /></td>
<td class="bg12" align="center" width="80"><span
class="style53">25<sup>o</sup>C</span></td>
<td class="bg12" align="center" width="70"><span
class="style55">30<sup>o</sup></span></td>

<td class="bg12" align="center" width="100"><span class="style55">1Kt</span></td>


</tr>
<tr>
<td width="142" class="bg8">&nbsp;

27/07/14 09:00 UTC</td>


<td class="bg12" align="center" width="36"><img
src="http://emy.gr/hnms/images/weather_symbols/01_gif" alt="" height="37" width="37"
border="0" /></td>
<td class="bg12" align="center" width="80"><span
class="style53">29<sup>o</sup>C</span></td>
<td class="bg12" align="center" width="70"><span
class="style55">135<sup>o</sup></span></td>
<td class="bg12" align="center" width="100"><span class="style55">2Kt</span></td>
</tr>
<tr>
<td width="142" class="bg8">&nbsp;

27/07/14 12:00 UTC</td>


<td class="bg12" align="center" width="36"><img
src="http://emy.gr/hnms/images/weather_symbols/08_gif" alt="" height="37" width="37"
border="0" /></td>
<td class="bg12" align="center" width="80"><span
class="style53">32<sup>o</sup>C</span></td>
<td class="bg12" align="center" width="70"><span
class="style55">120<sup>o</sup></span></td>
<td class="bg12" align="center" width="100"><span class="style55">4Kt</span></td>
</tr>
<tr>
<td width="142" class="bg8">&nbsp;

27/07/14 15:00 UTC</td>

<td class="bg12" align="center" width="36"><img


src="http://emy.gr/hnms/images/weather_symbols/08_gif" alt="" height="37" width="37"
border="0" /></td>
<td class="bg12" align="center" width="80"><span
class="style53">29<sup>o</sup>C</span></td>
<td class="bg12" align="center" width="70"><span
class="style55">285<sup>o</sup></span></td>
<td class="bg12" align="center" width="100"><span class="style55">2Kt</span></td>
</tr>
<tr>
<td width="142" class="bg8">&nbsp;

27/07/14 18:00 UTC</td>


<td class="bg12" align="center" width="36"><img
src="http://www.hnms.gr/hnms/images/weather_symbols/52_gif" alt="" height="37"
width="37" border="0" /></td>
<td class="bg12" align="center" width="80"><span
class="style53">27<sup>o</sup>C</span></td>
<td class="bg12" align="center" width="70"><span
class="style55">280<sup>o</sup></span></td>
<td class="bg12" align="center" width="100"><span class="style55">1Kt</span></td>
</tr>
<tr>
<td width="142" class="bg8">&nbsp;

27/07/14 21:00 UTC</td>


<td class="bg12" align="center" width="36"><img
src="http://emy.gr/hnms/images/weather_symbols/51_gif" alt="" height="37" width="37"
border="0" /></td>
<td class="bg12" align="center" width="80"><span
class="style53">22<sup>o</sup>C</span></td>
<td class="bg12" align="center" width="70"><span
class="style55">345<sup>o</sup></span></td>
<td class="bg12" align="center" width="100"><span class="style55">3Kt</span></td>
</tr>

<tr>
<td width="142" class="bg8">&nbsp;

28/07/14 00:00 UTC</td>


<td class="bg12" align="center" width="36"><img
src="http://emy.gr/hnms/images/weather_symbols/51_gif" alt="" height="37" width="37"
border="0" /></td>
<td class="bg12" align="center" width="80"><span
class="style53">20<sup>o</sup>C</span></td>
<td class="bg12" align="center" width="70"><span
class="style55">355<sup>o</sup></span></td>
<td class="bg12" align="center" width="100"><span class="style55">3Kt</span></td>
</tr>
</table></td>
</tr>
<tr>
<td><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="2" width="1" border="0" /></td>
</tr>
<tr><td align="right"><a href="javascript:void(0);"
onclick="MM_openBrWindow('legend_with_meteograms_html','popup1','resizable=yes,scr
ollbars=yes,width=400,height=675')"></a></td></tr>
<tr>
<td><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="5" width="1" border="0" /></td>
</tr>
<tr>

<td><a
href="http://www.hnms.gr/hnms/greek/observation/observation_html?dr_city=Xanthi">
<img src="http://www.hnms.gr/hnms/images/more_gif" alt="more" height="11"
width="9" align="absmiddle" border="0" /></a>
</td>

</tr>

<tr>
<td>
<a href="/hnms/greek/forecast/meteogram_city_html?dr_city=Xanthi"> <img
src="http://www.hnms.gr/hnms/images/more_gif" alt="more" height="11" width="9"
align="absmiddle" border="0" /></a>
</td>
</tr>

<tr>
<td><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="5" width="1" border="0" /></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr valign="top">
<td width="265"><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="10" width="1" border="0" /></td>
<td><table width="460" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="bg0"><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="10" width="1" border="0" /></td>
</tr>
</table></td>
</tr>

<tr valign="top">
<td width="265">&nbsp;</td>
<td width="460"><table width="460" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="bg9"><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt=""
height="1" width="1" border="0" /></td>
</tr>
<tr>
<td><img src="http://www.hnms.gr/hnms/images2011/spacer_gif" alt="" height="5"
width="1" border="0" /></td>
</tr>
<tr>
<td><a href="javascript:void(0);"
onClick="MM_openBrWindow('/hnms/greek/legal2_html','legal','resizable=yes,scrollbars=ye
s,width=400,height=550')"> </a>|<a href="javascript:void(0);"
onClick="MM_openBrWindow('/hnms/greek/contact_html','contact','width=320,height=250
')""> </a>|<a href="javascript:void(0);"
onClick="MM_openBrWindow('/hnms/greek/project_html','project','width=320,height=200'
)"> </a></td>
</tr>
</table></td>
</tr>
</table>
</form>

</body>
</html>

I have compare those two at http://text-compare.com/ and it seems that the only change is
in Greek chars.

Vous aimerez peut-être aussi