<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>
<?php if (is_404())
_e('Error 404 - Not Found » ');
elseif (is_search())
{
_e('Search Results for ');
echo '“'.$s.'” » ';
}
else
wp_title(' ');
if(wp_title(' ', false)) echo ' » ';
bloginfo('name'); ?>
</title>
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats please -->
<meta name="author" content="" />
<link type="text/css" rel="stylesheet" href="http://xiaofrog.com/style/style.css"/>
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php wp_get_archives('type=monthly&format=link'); ?>
<link rel="shortcut icon" href="<?php bloginfo('url'); ?>/favicon.ico" />
<?php wp_head(); ?>
</head>
<body>
<div id="header">
<div id="title">XiaoFrogBlog</div>
<div id="logo"> </div>
<div id="tagline">Anything and Everything</div>
</div>
<?php include(realpath(dirname(__FILE__) . "/../../../../style/body-toolbar.php")); ?>
<div id="border">
<div id="top-border"></div>