// This JavaScript file contains the content to be written to the head tag on every page

var LOGO_TYPE = "image/gif";
//var LOGO_TYPE = "image/png";

var LOGO      = "/images/logoLight.gif";
//var LOGO      = "/images/logo1.png";


document.write("<link rel='icon' type='image/gif' href='/images/logoLight.gif'>");

document.write("<meta name='Description' content='BRYC Volleyball Website' />");

document.write("<meta name='Keywords' content='BRYC, Northern Virigina, Club Volleyball, Braddock Road, Braddock Road Volleyball, BRYC Volleyball, BRYC VBall, Braddock Road Youth Club, Volleyball, Virginia' />");

document.write("<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1' />");

document.write("<meta name='Distribution' content='Global' />");

document.write("<meta name='Author' content='Bryan Davis - info@brycvolleyballclub.org' />");

// Put this back in if you really don't want someone crawling your site but, really, most crawlers ignore them anyway

//document.write("<meta name=\"Robots\" content=\"index,follow\" />");

document.write("<script type='text/javascript' src='/js/chrome.js'> </script>");

document.write("<script src='/ajax_utils/js/Tournaments.js' type='text/javascript'></script>");

document.write("<link rel='stylesheet' href='/css/Blue.css' type='text/css' />");

document.write("<title>Braddock Road Volleyball Club</title>");