<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo('charset'); ?>" />
<!--<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE" />-->
<?php if (is_search()) { ?>
<meta name="robots" content="noindex, nofollow" />
<?php } ?>
<title>
<?php
if (function_exists('is_tag') && is_tag()) {
single_tag_title("Tag Archive for ""); echo '" - '; }
elseif (is_archive()) {
wp_title(''); echo ' Archive - '; }
elseif (is_search()) {
echo 'Search for "'.wp_specialchars($s).'" - '; }
elseif (!(is_404()) && (is_single()) || (is_page())) {
wp_title(''); echo ' - '; }
elseif (is_404()) {
echo 'Not Found - '; }
if (is_home()) {
bloginfo('name'); echo ' - '; bloginfo('description'); }
else {
bloginfo('name'); }
if ($paged>1) {
echo ' - page '. $paged; }
?>
</title>
<link rel="shortcut icon" href="/favicon.ico">
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>">
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>">
<?php if ( is_singular() ) wp_enqueue_script('comment-reply'); ?>
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<!--<div class="miamischool">-->
<div id="page-wrap" class="group">
<div id="header" class ="group">
<div id ="headercontent" style="width=953px;height=199px;">
<a href="http://dev.freelanceu.net/mjl/miamischool">
<img src="<?php bloginfo('url'); ?>/wp-content/uploads/2011/12/home-button.png" alt="Home" style="position:absolute;"/>
</a>
<img src ="<?php bloginfo('url'); ?>/wp-content/uploads/2011/12/mccs-student-header.png" alt="MCCS Student" usemap="#homefacultymap"/>
<map id="homefacultymap" name="homefacultymap"><area shape="rect" alt="Faculty Homepage" title="" coords="107,62,405,186" href="http://dev.freelanceu.net/mjl/miamischoolfaculty" target="_blank" /><area shape="circle" alt="Faculty Homepage" title="" coords="498,96,95" href="http://dev.freelanceu.net/mjl/miamischoolstudent/" /><!-- Created by Online Image Map Editor (http://www.maschek.hu/imagemap/index) --></map>
<div class="searchform"><?php get_search_form(); ?></div>
<div class ="translator">
<?php
if ( function_exists('translate_this_button') ) translate_this_button();
?>
</div>
</div>
<div id ="nav"><div id ="mainnav">
<?php wp_nav_menu(array('menu'=>'Student Nav Menu'));?>
</div>
<div class="ribbon1" style="position:absolute;right:0px;">
<img src ="<?php bloginfo('url'); ?>/wp-content/uploads/2011/12/navi1.png" alt="Nav1"/>
</div>
<div class="ribbon2" style="position:absolute;">
<img src ="<?php bloginfo('url'); ?>/wp-content/uploads/2011/12/navi2.png" alt="nav2"/>
</div>
</div>
</div>