<!-- Begin
var how_many_ads = 4;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;

if (ad==1) {
	image="/images/main1.jpg";
	//text="/images/mess2.gif";
	text="Φιλικό <BR> Περιβάλλον";
}

if (ad==2) {
	image="/images/main3.jpg";
	//text="/images/mess3.gif";
	text="Αποτελεσματική <BR> Υποστήριξη";
}

if (ad==3) {
	image="/images/main4.jpg";
	//text="/images/mess1.gif";
	text="Αξιοπιστία";
}

if (ad==4) {
	image="/images/main5.jpg";
	//text="/images/mess1.gif";
	text="Αξιοπιστία";
}
document.write('<img src=\"' + image + '\" border=0 width=72 height=70></td>');
document.write('<td align=center valign=bottom>');
document.write('<h3><font color="gray">' + text + '</font></h3>');
// End -->
