<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-9">
<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
<title></title>
</head>
<body>
<script language="JavaScript">
now = new Date();
if ((now.getHours() > 5) && (now.getHours() < 18))
{
document.bgColor='white'
document.fgColor='black'
document.write('iyi günler!')
document.linkColor='red'
}
else
{
document.bgColor='black'
document.fgColor='white'
document.write('iyi aksamlar!')
document.linkColor='red'
}
</script>
</body>
</html>