<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=windows-1254">
<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
<title></title>
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000"
vlink="#000080" alink="#000080" onload="startclock()"
onload="startclock()" onload="startclock()">
<script language="JavaScript"><!--
// Hide from old browsers
// Copyright © 1999 Doug Popeney
// Created by Doug Popeney (sonturk@yenimail.com)
// JavaScript Made Easy!! - http://www.adresonline.gen.tr.tc
var timerID = null;
var timerRunning = false;
function stopclock (){
if(timerRunning)
clearTimeout(timerID);
timerRunning = false;
}
function showtime () {
var now = new Date();
var hours = now.getHours();
var minutes = now.getMinutes();
var seconds = now.getSeconds()
var timeValue = "" + ((hours >12) ? hours -12 :hours)
timeValue += ((minutes < 10) ? ":0" : ":") + minutes
timeValue += ((seconds < 10) ? ":0" : ":") + seconds
timeValue += (hours >= 12) ? " P.M." : " A.M."
window.status = timeValue;
timerID = setTimeout("showtime()",1000);
timerRunning = true;
}
function startclock () {
stopclock();
showtime();
}
// --></script>
<form name="clock" onsubmit="0">
</form>
<p> </p>
<p align="center"><a href="http://www.adresonline.gen.tr.tc"><font
color="#FF0000" size="2" face="Verdana"><strong>ADRES</strong></font><font
color="#0000FF" size="2" face="Verdana"><strong>ONLİNE</strong></font></a><font
color="#0000FF" size="2" face="Verdana"><strong> </strong></font></p>
<p align="center"><a href="http://www.adresonline.gen.tr.tc"><font
size="2" face="Verdana"><strong>GENÇLİĞİN YENİ ADRES PORTALI</strong></font></a></p>
<p align="center"><a href="http://www.adresonline.gen.tr.tc"><font
size="2" face="Verdana"><strong>UNLİMİTED - LİMİT YOK -
KAYNAK ÇOK</strong></font></a></p>
<p align="center"><font size="2" face="Verdana"><strong>STATUS
BARA BAKINIZ...</strong></font></p>
</body>
</html>