<?php headway_html_open(); ?>
<title><?php wp_title(''); ?></title>
<meta http-equiv="content-type" content="<?php bloginfo('html_type') ?>; charset=<?php bloginfo('charset') ?>" />
<?php wp_head(); ?>
</head><!-- End <head> -->
<?php headway_page_top(); ?>