ÿþ<html> <head> <title>Art Gallery - ‘¸±½±Ã¹¬´·</title> </head> <body bgcolor="#32332E"> <table width="100%"> <tr> <td align="center"> <img src="pictures/site/index_gr.jpg"></td> </tr> <tr> <td style="text-align: center; font-weight: bold;"> <a href="default.aspx" style="font-family: Verdana; color: #eeeeee; text-decoration: none; font-size: 12px;">•¯Ã¿´¿Â</a></td> </tr> <tr> <td style="font-weight: bold; text-align: center"> <a href="index_en.html" style="font-family: Verdana; color: #eeeeee; text-decoration: none; font-size: 12px;">English</a></td> </tr> </table> <script type="text/javascript"> var now = new Date(); var StartDate = new Date(2007,11,7); //07-12-2007 var EndDate = new Date(2008,0,15); //14-01-2008 if (now >= StartDate && now <= EndDate){ var PhotoWindow PhotoWindow = window.open("",null,"toolbar=no,resizable=yes,scrollbars=no,height=600,width=393"); PhotoWindow.document.write("<html><head><TITLE>Merry christmas</TITLE></head>") PhotoWindow.document.write("<body style='padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;'><img src='pictures/scard.jpg'></body></html>") PhotoWindow.document.close() } </script> </body> </html>