<div id="sidebar">
<br /><form style="padding: 0px; margin-top: 0px; margin-bottom: 0px;" id="searchform" method="get" action="<?php bloginfo('url'); ?>">
<div class="title">Search:</div>
<p style="padding: 0px; margin-top: 0px; margin-bottom: 0px;"><input type="text" class="input" name="s" id="search" size="15" />
<input name="submit" type="submit" tabindex="5" value="<?php _e('GO'); ?>" /></p>
</form>
<br /><div class="title">Admin</div>
<?php wp_register(); ?>
<?php wp_loginout(); ?>
<br />
<br /><div class="title">My Pages</div>
<?php wp_list_pages(); ?>
<br /><div class="title">Recent Comments</div>
<?php if (function_exists('get_recent_comments')) { ?>
<ul><?php get_recent_comments(); ?></ul>
<?php } ?>
<br /><div class="title">Recently Posted</div>
<?php the_recent_posts(); ?>
<br /><div class="title">Categories</div>
<?php wp_list_cats('list=0'); ?>
<br /><div class="title"><?php _e('Archives'); ?></div>
<?php wp_get_archives('type=monthly&format=other&after=<br />'); ?>
<br /><div class="title"><?php _e('Links'); ?></div>
<?php get_links('-1', '', '<br />', '<br />', 0, 'name', 0, 0, -1, 0); ?>
<br /><div class="title"><?php _e('My Weather'); ?></div>
<ul><?php WeatherIcon('station=EDHK'); ?>
</ul>
<p></p>
<br /><div class="title"><?php _e('Online Now'); ?></div>
<script type="text/javascript" src="http://www.neocounter.net/neocounter/cou…counter=80605_1"></script>
<br />
<script type="text/javascript" src="http://www.neocounter.net/neocounter/sta…counter=80605_1"></script>
<br />
<p>
<a href="http://jigsaw.w3.org/css-validator/">
<img style="border:0;width:88px;height:31px"
src="http://jigsaw.w3.org/css-validator/images/vcss"
alt="Valid CSS!" />
</a>
</p>
</div>